/* CSS Document */

body, html{  SCROLLBAR-FACE-COLOR:#000000;
     	    SCROLLBAR-ARROW-COLOR:#ccccff;
     	   SCROLLBAR-TRACK-COLOR:#000099;
	       SCROLLBAR-BASE-COLOR:#000000; 
}

body{ 
      background-repeat:repeat-x;
	  background-attachment:fixed;
	  background-position:center right;
	  color:#ccccff;
	  background-color:#000044;
	  }
	  
div#header{ background-image:url(../images/header.png);
            background-repeat:repeat-x;
			}	  
	  
a{color:#ccccff;}	
input{ background-color:#000099; color:#ccccff;}
input:hover{ background-color:#000000;}
fieldset{ }  
	  
#maindiv{ background-color:#000000;
          border-color:#ccccff;
          background-image:url(../images/back.jpg);
         background-position:-100px 0px;
		 background-repeat:no-repeat;		  
		  }	  

/*columns*/
		

#leftcol div.module, #leftcol div.module_menu, #leftcol div.module_text,  #leftcol div.moduletable_menu,  #leftcol div.moduletable,  #leftcol div.moduletable_text{ 
     background-image:url(../images/moduleback4.png);
	 background-position:center right;
	 background-color:#000044;
	 border-color:#ccccff;
	 }
	 
#rightcol div.module, #rightcol div.module_menu, #rightcol div.module_text, #rightcol div.moduletable_menu,  #rightcol div.moduletable, #rightcol div.moduletable_text{ 
     background-image:url(../images/moduleback4.png);
	 background-position:bottom left;
	 border-color:#ccccff;
	 }

/*content*/

#content img{border-color:#333333; }
#content table.contentpaneopen{ border-color:#ccccff;
								}
								
								


/*lightbox*/

#buttonWrapper a{ color:#000000; background-color:#ccccff;}
#buttonWrapper a:hover{ background-color:#000000; color:#ccccff;}

form#FrmPostlist, form#FrmPostlist a, form#adminForm label, form#adminForm label a{ color:#000066; }
#content form#FrmPostlist img, #content form#adminForm img{ border-width:0px; }

div.forum, div.forum a, div.forum table{ color:#000066;}
#content div.forum img, #content div.forum table img, #content form div.forum img, #content div.forum td img, #content div.forum a img, #content div.forum td.linetop{ border-width:0px; }


