/* general classes */
BODY  {
	font-family : Helvetica, Verdana, Arial, "MS sans serif";
	font-size : 11px;
	background : White;
	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: #4B4B4B;
	scrollbar-highlight-color: #ADADAD;
	scrollbar-shadow-color: #ADADAD;
	scrollbar-3dlight-color: #4B4B4B;
	scrollbar-arrow-color:  #ADADAD;
	scrollbar-track-color: #D57700;
	scrollbar-darkshadow-color: #4B4B4B;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
    font-weight : none;
	font-size: 14px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
    font-weight : none;
	font-size: 13px;
}

a.nav {
	color: #fff;
	font-style: normal;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	background-color: transparent;
	text-decoration: underline;
}

a.nav:link {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

a.nav:active {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

a.nav:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

a.nav:hover {
	color: #000;
	background-color: #F3C784;
	text-decoration: underline;
}

A {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : Black;
}

A:HOVER {
	text-decoration : underline;
	color : Black;
}

TH,TD {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
}

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;
}

.tbox {
	background-color: #999999;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	color: #000000;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
}

.button {
	background-color: #475464;
	border-bottom: Black 1px solid;
	border-left: White 1px solid;
	border-right: Black 1px solid;
	border-top: White 1px solid;
	color: White;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
}

/* these are used by modules and core to render text inside tables */
.centerboxtext {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	background : #FFFFFF;
	color : Black;
}

.sideboxtext {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : Black;
}

.plainboxtitle {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    font-weight : bold;
	background : #DCDCDC;
	border-top : 1px solid #333333;
	border-bottom : 1px solid #333333;
	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 {
	background : #4B4B4B;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #ADADAD;
	background-image : url(img/topseparator2.gif);
}

.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: #ADADAD;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	margin-top: 5;
}

.topbarsep {
	background-color: #4B4B4B;
	font-family : Helvetica,Verdana,arial,MS sans serif;
	font-size : 11px;
	color : ADADAD;
	background-image : url(img/topseparator.gif);
}

.sideboxtexthover {
	background : #98FB98;
}

/* 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;
}

.topbar {
	background-color: #FFCF30;
}

.menuleft{
	background-color: #D57700;
	background-image : url(img/menuleft.png);
	background-repeat: repeat-y;
}

.menuright{
	background-color: #F3C784;
	background-image : url(img/menuright.png);
	background-repeat: repeat-y;
}

.menutop{
	background-color: #D57700;
	color: #000000;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	background-image : url(img/cap.png);
	font-size: 12px;
}

div.stats{
  	display:inline;
  	height:0px;
  	left:-1000px;
    margin:0px;
    padding:0px;
    position:absolute;
    top:-1000px;
    visibility:hidden;
    width:0px
}

.navig {
	color: #ffffff;
    font-size: 10px;
}

.tuman{
	filter:alpha(opacity=30)
}
