@charset "utf-8";
/* CSS Document */

body {
	background-color: #121210;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-attachment:fixed;
	background-repeat:repeat-y;

}
body,td,th {
	color:#000000;
	font-family: tahoma;
	font-size: 13px;
}
#leftBG {
	position: absolute; /*needed to expand to full height beyond content in FF */
	top: 0px;
	right: 0px;
	height:auto; /* FF needs this setting to expand div to fit long content */
	min-height:100%; /*sets minimum height in FF*/
	width:100%;
	vertical-align:top;
	background-color:transparent;
	background-image:url('../images/left_bg.jpg');
	background-repeat:repeat-y;
	background-position:top left;

}

* html #leftBG {
	height:100%; /*sets full height in IE w short content -- also need height:100% in body*/
	/*overflow-x:hidden;*/
}

.MenuBorder {
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #333333;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.par {
	font-family: tahoma;
	font-size: 13px;
	line-height: 0.6cm;
	text-align: justify;
	padding: 10px;
}
a:link {
	color: #990000;
	text-decoration:none;
}
a:visited {
	color: #990000;
	text-decoration:none;
}
a:hover {
	color: #FF6600;
	text-decoration:underline;
}
a:active {
	color: #990000;
	text-decoration:none;
}
.content {
	background: #CCCCCC;
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top-style: none;
}
.textWhite {
color: #FFFFFF;
line-height:0.6cm;
}

#footer
{



}

#login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #404676;
	border: thin groove #323743;
}

.textWhiteSmall {
	color: #FFFFFF;
	font-size: 11px;
	line-height:0.6cm;
}


.formField {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #CCCCCC;
	border: thin solid #C0C0C0;
}

.whiteEnSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}.but {
	font: 12px Tahoma;
	color: #990000;
	background: #ADADAD;
	border: thin groove #1B201C;
}

.error {
	color: #990000;
	font-style: italic;
}.tableHeader {
	background-color: #99BBEE;
}
.tableCellBG1 {
	background-color: #E9F0FC;
}
.tableCellBG2 {
	background-color: #EFEFEF;
}

.redText {color: #990000}
