/* general classes */
BODY  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background : #FFFFFF;
	color : #333333;
}

A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : #222299;
}

A:HOVER {
	text-decoration : underline;
	color : #111188;
	background-color : #FFFFCC;
}

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

HR {
	border : 1px solid #D3D3D3;
}

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

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

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

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

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

}

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

/* these are used by the theme only - do not use outside theme!*/
.sideboxtitle {
	background : #DDDDDD;
	border-bottom : 2px solid #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	font-weight : bold;
	color : #333366;
	border-top-width: 1px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}

.centerboxtitle {
	background : #FAFAFA;
	border-bottom : 1px solid #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;	
	font-weight : bold;
	color : #333333;
}

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

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

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

.userbottompanel {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #FAFAFA;
	color : #333333;
}
.bordato {
	border: 1px dotted #0033FF;
	text-align: center;
	padding: 3px;
}

.bordatonc {
	border: 1px dotted #0033FF;
	text-align: left;
	padding: 3px;
}

.wraprightbox {
	background-color: #FFCCCC;
	float: right;
	clear: none;
	padding: 5; margin: 5;
	text-align: left;
	width: 200;
}
