/* CSS Document */


body {
    background-color: #FFFFFF;
	background-attachment:fixed;
    background-image: url("/images/bg.gif");
    background-position: center top;
    background-repeat: no-repeat;
    color: #353435;
    font-family: Arial,Sans-Serif;
    margin: 0;
}

div.site-container {
    background: none repeat scroll 0 0 #000000;
    border-left: 1px solid #9D999A;
    border-right: 1px solid #9D999A;
    margin: 0 auto;
    width: 1000px;
}
.header {
	position:relative;
    background-color: #515151;
    font-family: Verdana,Arial,sans-serif;
    font-size: 10pt;
    height: 112px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
	background-image:url(/images/logo.png);
	background-repeat:no-repeat;
	background-position:top right;
}
.usrDtl{
	width:120px;
	padding:5px;
	color:#CCCCCC;
	background-color:#9999FF;
	font-weight:bold;
	font-size:13px;
}
.searchbar {
    background-color: #000000;
    background-image: url("/images/searchbar.gif");
    background-repeat: repeat-x;
    color: #AFADAE;
    font-family: Verdana,Arial,Sans-serif;
    font-size: 80%;
    height: 26px;
    padding-left: 10px;
}
.searchbar input {
    border: medium none;
}
#inpSearch{
	padding-left:4px;
}
div.content-container {
    background: none repeat scroll 0 0 #000000;
    clear: both;
    float: left;
    min-height: 960px;
    padding-top: 12px;
    position: relative;
	width:1000px;
}
.menubar {
    background-color: #000000;
    float: left;
    position: relative;
    width: 247px;
}
.main{
    background-color: #FFFFFF;
    margin-top: 0px;
    padding-top: 10px;
    width: 718px;
    padding-left: 11px;
    padding-right: 11px;
    float: right;
    min-height: 800px;
}
.contentbar {
    background-color: #FFFFFF;
    float: left;
    width:740px;
	min-height:740px;
}
.footer {
    border-top: 1px solid #282828;
    clear: both;
    color: #282828;
    float: left;
    height: 30px;
    margin-top: 10px;
    padding: 10px 24px 10px 10px;
    text-align: right;
    width: 907px;
}

.footer ul {
    margin: 0 0 5px;
    padding: 0;
}

.footer li {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    margin: 0;
    padding: 0;
	list-style: none outside none;
}
.footer li a {
    color: #666666;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    padding: 0 15px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
.footer li a:hover, .footer li a:active, .footer li a:focus {
    color: #FFFFFF;
    text-decoration: none;
}
.clr0{
	clear:both;
}
.clr10{
	clear:both;
	height:10px; 
}
.std{
	display:inherit;
}
.hdn{
	display:none;
}
.collapsed{
	height:0px;
	overflow:hidden;
}
.inp50{
	width:50px;
}
.inp100{
	width:100px;
}
.inp250{
	width:250px;
}
.inp400{
	width:400px;
}
.btnRight{
	float:right;
	margin-right:5px;
}
.imgOk {
	height: 23px;
	width: 25px;
	float: right;
	margin: -2px;
	overflow: hidden;
}
.secImg{
	height:28px;
	width:28px;
}
.toolTip{
	display: inline;
	position: relative;
	float:right;
}
.toolTip img{
	height:20px;
	width:20px;
	margin-bottom:-6px;
}			
.toolTip:hover:after{
	border:2px solid #0000CC;
	background:#000000;
	background:rgba(0,0,0,0.9);
	color: #FFFFFF;
	font-size:12px;
	font-weight:normal;
	border-radius:5px;
	position: absolute;
	bottom: 14px;
	right: 15px;
	content: attr(title);
	padding: 5px 15px;
	z-index: 98;
	width: 120px;
}
.plusBtn{
	width:22px;
	height:22px;
	margin-right:3px;
	float:left;
	background-image:url(/Images/plusBtn.gif);
	cursor:pointer;
}
.plusBtn:hover{
	background-image:url(/Images/plusBtnHover.gif);
}
.minusBtn{
	width:22px;
	height:22px;
	margin-right:3px;
	float:left;
	background-image:url(/Images/minusBtn.gif);
	cursor:pointer;
}
.minusBtn:hover{
	background-image:url(/Images/minusBtnHover.gif);
}
.pagT{
	font-size:14px;
	float:left;
}
.pagN{
	font-size:14px;
	float:right;
	padding-right:3px;
	cursor:pointer;
}
.pagN a{
	padding:3px;
	text-decoration:none;
	color:#000099;
}
.pagN a:hover{
	color:#FF0000;
}
.statusImg {
	height: 18px;
	width: 18px;
	vertical-align: bottom;
	margin-left: 4px;
}
