/* general classes */

BODY  {
    font-family: Arial, Verdana, helvetica, sans-serif;
    font-size:11px;
    color:black;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;

    SCROLLBAR-FACE-COLOR: #4844E0; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #4844E0; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #281c68; SCROLLBAR-DARKSHADOW-COLOR: #281c68;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
    font-weight : none;
	font-size: 10px;
}

A {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    color:black;
	text-decoration : none;
    font-weight : bold;
}

A:HOVER {
    text-decoration: underline;
    color: Black;
}

TH,TD {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size:11px;
    color:black;
}

HR {
	border : 1px solid #D3D3D3;
}

.error {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size : 11px;
    color : Red;
}

.info {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size : 11px;
    color : Blue;
}

/* these are used by modules and core to render text inside tables */
.centerboxtext {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
    color : Black;
    background : transparent;
}

.sideboxtext {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
    color : Black;
    background : transparent;
}

.plainboxtitle {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	background: #E5E5F0;
	color: #0000FF;
    font-weight : bold;
}

.plainboxtext {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
    color : Black;
    background-color : White;
}

/* these are used by the theme only - do not use outside theme!*/
.sideboxtitle {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
    color : Black;
    font-weight : bold;
}

.centerboxtitle {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
    color : #4044D8;
    font-weight : bold;
}

.pgprocessed {
	color: #ADADAD;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
}

/* user card */
.userexttable {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	color : White;
	background : #333333;
}

.usertoppanel {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	background-color : #F5F5F5;
	color : #333333;
}

.userbottompanel {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	background : #FAFAFA;
	color : #333333;
}

.tuman{
	filter:alpha(opacity=30)
}