/* general classes */
BODY  {
	font-family : Helvetica, Verdana, Arial, "MS sans serif";
	font-size : 11px;
	background : #dbdbdb;
	color : Black;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
    scrollbar-face-color: #669ACC;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #669ACC;
    scrollbar-3dlight-color: #4777A7;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #4777A7;
    scrollbar-arrow-color: #000000;
}

A {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : Black;
}

A:HOVER {
	text-decoration : none;	
	color : #005078;
}

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

li {
	color : #6699CC;
}

HR {
	border : 1px solid #D3D3D3;
}

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

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

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

.sideboxtext {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
/*	background : #666666; */
	color : Black;
}

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

}

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

/* these are used by the theme only - do not use outside theme!*/
.sideboxtitle {
	font-family :Verdana;
	font-size : 10px;
    font-weight : bold;
	color : White;
}

.centerboxtitle {
	background : #CDCDCD;
	border-bottom : 1px solid #333333;
	border-top : 1px solid #333333;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : Black;
}

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

.topbarsep {
    font-family : Helvetica,Verdana,arial,MS sans serif;
    font-size : 11px;
    color : 999999;
}

.sideboxtexthover {
	background : #999999;
}

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

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

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

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

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