/* general classes */
BODY  {
	font-family : Helvetica, Verdana, Arial, "MS sans serif";
	font-size : 18px;
	background : #EEEDEA
	color : #EEEDEA
	
}

A {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 14px;
	text-decoration : none;
	color : #000000;
}

A:HOVER {
	text-decoration : underline;	
	color : c7c7c5;
}

TH,TD {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 14px;
	color : 000000;
}

HR {
	border : 1px solid #EEEDEA
}

.error {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 14px;
    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 : 14px;
	background : #EEEDEA
	color : #000000;
}

.sideboxtext {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 14px;
	background : #EEEDEA 
	color : #000000;
}

.plainboxtitle {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 18px;
    font-weight : bold;
	background : #EEEDEA
	color : #000000;

}

.plainboxtext {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 14px;
	background : #EEEDEA
	color : #000000;
}

/* these are used by the theme only - do not use outside theme!*/
.sideboxtitle {
	background : #EEEDEA
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #000000;
}

.centerboxtitle {
	background : #EEEDEA
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #000000;
}

.pgprocessed {
	color: #000000;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 14px;
}

.topbarsep {
    font-family : Helvetica,Verdana,arial,MS sans serif;
    font-size : 14px;
    color : #000000;
}

.sideboxtexthover {
	background : #000000;
}

/* user card */
.userexttable {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 12px;
	color : #000000;
	background : #EEEDEA
}

.usertoppanel {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 12px;
	background : #EEEDEA
	color : #000000;
}

.userbottompanel {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 12px;
	background : #EEEDEA
	color : #000000;
}

.myaccount1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #EEEDEA
	color : #000000;
}

.myaccount2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #EEEDEA
	color : #000000;
}
