/* general classes */
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-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
}

.bodyline	{ background-color: #FFFFFF; }

A { font-family : Verdana, Arial, Helvetica, sans-serif; text-decoration : none; color : #000000; }
A:HOVER { text-decoration : underline;	color : #DD6900; }

P { margin-top: 0;  margin-bottom: 0; }

P.catlist { margin-top: 0;  margin-bottom: 0; }

TH,TD { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 11px; }

HR {
	border : 1px solid #D3D3D3;
}

.error {
	font-family : Verdana, Helvetica, sans-serif;
    font-size : 11px;
    color : Red;
}

.info {
	font-family : Verdana, Helvetica, sans-serif;
    font-size : 11px;
    color : Blue;
}

/* these are used by modules and core to render text inside tables */
.centerboxtext {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;	
	background : #FFFFFF;
	color : #333333;


}

.sideboxtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10 px;	
	background : #FFFFFF;
	color : #000000;
font-weight : bold;
}

.plainboxtitle {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;	
    font-weight : bold;
	background : #9BC8FF;
	border-top : 1px solid #9BC8FF;
	border-bottom : 1px solid #9BC8FF;
	color : #333333;

}

.plainboxtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #EFEFEF;
	color : BLACK;
}

/* these are used by the theme only - do not use outside theme!*/
.sidebox {
	border-left:  1px #9BC8FF solid;
	border-right:  1px #9BC8FF solid;
	border-bottom:  1px #9BC8FF solid;
}

.sideboxtitle {
	color: #000000; font-size: 11px; font-weight : bold;
	background-color: #FFC250; height: 25px;
	background-image: url(img/cellpic3a.jpg);
}

.centerbox {
	border-left:  1px #9BC8FF solid;
	border-right:  1px #9BC8FF solid;
	border-bottom:  1px #9BC8FF solid;
}

.centerboxtitle {
	font-family : Verdana, Arial, Helvetica, sans-serif; font-weight : bold; font-size : 12px; 
	letter-spacing: 1px; color : #000000; background-image: url(img/cellpic3a.jpg); background-color:#FFC250;  height: 25px;
}

.pgprocessed {
	color: #ADADAD;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* user card */
.userexttable {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;	
	color : White;
	background : #333333;
}

.usertoppanel {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #EAEAEA;
	color : #333333;
}

.userbottompanel {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #FAFAFA;
	color : #333333;
}

.myaccount1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #CDCDCD;
	color : #333333;
}

.myaccount2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #EFEFEF;
	color : #333333;
}
.leftside { 
	background : #FFFFFF;

}
.rightside { 
	background : #FFFFFF;

}