body {
	background-color: #FFFFFF;
	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;
}

/* errorMarkup */
.error {font-family: Verdana; font-size: 10px ; color: #CC0000; font-weight: bold;}


font,td,p { font-family:; font-size:13px;}
a:link,a:active,a:visited { color : /*#FF8000*/#0099CC; text-decoration: none;}
a:hover		{ text-decoration: underline; color : #FFCC99; } 
/* hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} */


.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; } 

.bodyline2	{ background-color: #999999; border: 2px #111111 solid; }



td.row1	{ background-color: #EFEFEF; height: 21px; }
/* td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; } */


td.rowpic { 
		background-color: #FFFFFF;
		background-image: url(../images/cellpic2.jpg); 
		background-repeat: repeat;
}


/* headercell */
th	{
	color: #66CCFF; font-size: 18px; font-weight: bold;
	background-color: #003366; /*height: 25px;
	background-image: url(../images/cellpic3.gif);*/	
}


td.cat { 
			/*background-image: url(../images/cellpic1.gif);*/
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid;
}


td.cat {
	height: 21px;
	border-width: 0px 0px 0px 0px;
}
th.thHead{
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }


th.thHead{ border-width: 1px 1px 0px 1px; }

th.date{ color: #CC0000; }

/* Form elements */
input /* ,textarea, select */ {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

input.post /* , textarea.post, select */ {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* IE */

input /*, textarea, select */ {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

input { text-indent : 2px; }

input.button {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

