body {
	background-color: #E5E5E5;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

font,th,td,p { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; 
}

.font_title {
  color: #006699; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px; 
  font-weight : bold;
}

td {
  border: 1px #d6d6FE solid; border-width: 0px 0px 1px 1px;
}

a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

table.list { background-color: #FFFFFF; border: 2px #006699 solid; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
  background-color: #FFFFFF;
  background-image: url(images/cellpic2.jpg);
  background-repeat: repeat-y;
  border: #FFFFFF; border-style: solid;border-width: 0px 0px 0px 0px;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
   color: #FFA34F; font-size: 11px; font-weight : bold;
   background-color: #006699; height: 25px;
   background-image: url(images/cellpic3.gif);
}

td.catLeft{
   background-image: url(images/cellpic1.gif);
   background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}

th.thTop,th.thCornerL,th.thCornerR, th.thBar, th.thCommentBar {
   font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; 
}

td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBar	 { border-width: 1px 1px 0px 1px; }
th.thCommentBar	 { border-width: 2px 2px 0px 2px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }

.copyright {
   color: #000000; 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px; 
   font-weight : normal; 
}

/* **** Photos.asp, Pop-up.asp **** */
td.row1	{ background-color: #EFEFEF; valign: center;}
td.row2	{ background-color: #E6E6FE; valign: center;}

table.pic { background-color: #FFFFFF; border: 1px #006677 solid;  }

td.tdBar1, td.tdBar2, td.tdBar, td.tdCommentBarL, td.tdCommentBarM, td.tdCommentBarR, {
   background-image: url(images/cellpic1.gif);
   background-color:#D1D7DC; 
   border: #FFFFFF; border-style: solid; height: 29px;
   color: #034A6F; 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px; 
   font-weight : normal; 
}

td.normal { border: 0px #ffffff solid; border-width: 0px 0px 0px 0px; }
td.tdBar { border-width: 0px 1px 1px 1px; }
td.tdCommentBarL { border-width: 1px 0px 2px 2px; height: 31px;}
td.tdCommentBarR { border-width: 1px 2px 2px 0px; height: 31px;}
td.tdCommentBarM { border-width: 1px 0px 2px 0px; height: 31px;}
td.tdBar1 { border-width: 0px 0px 1px 1px; }
td.tdBar2 { border-width: 0px 1px 1px 0px; }

.field_name {
   color: #000000; 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px; 
   font-weight : bold; 
}

td.form_row1, td.form_row2 {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border: 0px #d6d6FE solid;
}

td.form_row2 { border-color : #EFEFEF; background-color: #EFEFEF; valign: center;}
td.form_row1 { border-color : #DEE3E7; background-color: #DEE3E7; valign: center;}

input.form,textarea.form, select.form {
  color : #000000;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  border-style: solid; border-color : #000000; border-width: 1px;
}