@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
	color:#146DB5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
}

body{
	background:url(../images/bodyBg.png) repeat-x scroll left top;
}

a{
	color:#146DB5;
}

a:hover{
	text-decoration:none;
}

.clear{
	clear:both;
}

.logo{
	float:left;
	margin:15px 0 0 20px;
}

.rightTopPanel{
	bottom: 0;
    position: absolute;
    right: 20px;
    text-align: right;
}

.rightTopPanel span{
	display:block;
}

ul.utilityNav{
	float: right;
    list-style-type: none;
    margin: 10px 0 2px 15px;
    overflow: hidden;
    padding: 0;
}

ul.utilityNav li{
	color:#146DB5;
	float:left;
	list-style-type:none;
}

ul.utilityNav li span{
	display:block;
	font-weight:bold;
	padding:0 4px 0 6px;
}

ul.utilityNav li.home a, ul.utilityNav li.help a, ul.utilityNav li.logout a{
	background: url(../images/contactus-icon.png) no-repeat scroll 0 -2px transparent;
    color: #146DB5;
    display: block;
    height: 18px;
    padding-left: 25px;
}

ul.utilityNav li.help a{
	background: url(../images/help.png) no-repeat scroll 0 -2px transparent;
}

ul.utilityNav li.logout a{
	background: url(../images/logout.png) no-repeat scroll 0 -2px transparent;
}

ul.utilityNav li a:hover, ul.utilityNav li a:focus{
	text-decoration:none;
}

#container{
	margin:0 auto;
	width:1000px;
	overflow:hidden;
}

#header{
	background:url(../images/logoBg.png) no-repeat scroll left top;
	height:92px;
	margin-top:27px;
	position:relative;
}

.topNav{
	overflow:hidden;
	padding:10px 0 0 50px;
}

.topNav ul li{
	background:url(../images/topNav_left.png) no-repeat scroll left top transparent;
	cursor:pointer;
	display:inline;
	float:left;
	height:30px;
	margin:0 2px;
}

.topNav ul li a{
	background:url(../images/topNav_right.png) no-repeat scroll right top transparent;
    color:#FFFFFF;
	cursor:pointer;
    float:left;
    font-weight:bold;
    height:19px;
    margin-left:10px;
    padding:10px 15px 1px 5px;
    text-decoration: none;
}

.topNav ul li a:hover{
	text-decoration:underline;
}

.topNav ul li.selected{
	background:url(../images/topNav_selected_left.png) no-repeat scroll left top transparent;
}

.topNav ul li.selected a{
	background:url(../images/topNav_selected_right.png) no-repeat scroll right top transparent;
	color:#146DB5;
}

.contentArea{
	background:#fff url(../images/contentAreaTop.png) no-repeat scroll left top;
	margin:0 auto;
	padding:15px 10px;
	width:940px;
	height:90%;
	
}

h1{
	border-bottom:2px dotted #146DB5;
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 0 5px 10px;
}

.innerContent{
	overflow:hidden;
	padding:5px 10px;
}

.formElement div, .loginContainer div{
	overflow:hidden;
	padding:7px 0;
}

.formElement label, .searchContainer label, .loginContainer label{
	float:left;
	padding:4px 0;
	width:175px;
}

.mandatory{
	color:#ff0000;
}

textarea{
	resize:none;
}

.searchContainer{
	border-bottom:2px dotted #146DB5;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px 0;
}

.searchContainer div{
	float:left;
	margin:0 5px;
}

.formElement input, .formElement select, .formElement textarea, .searchContainer input, .loginContainer input{
	border:1px solid;
	float:left;
	padding:3px;
	/*-moz-box-shadow:2px 2px 5px #000;
	-webkit-box-shadow:2px 2px 5px #000;
	filter:progid:DXImageTransform.Microsoft.DropShadow( offx=2, offy=2, color=#000);*/
	width:175px;
}

.searchContainer label, .chkBox input{
	width:auto;
	margin:0 7px 0 0;
}

#loginForm{
	float:right;
    width:325px;
}

.loginContainer label{
	width:100px;
	margin:0 20px 0 0;
	text-align:right;
}

.loginContainer div.chkBox{
	padding-left:120px;
}

.loginContainer div.buttons{
	float:right;
	padding:7px 20px 7px 0;
}

.loginContainer div.subLink{
	clear:both;
	text-align:right;
	padding:5px 20px 5px 0;
}

.searchContainer input{
	width:150px;
}

.formElement select{
	width:183px;
	padding:2px;
	
}

.formElement div.buttons{
	padding-left:173px;
}

.incorrectLogin {
    color:#FF0000;
    padding-right:20px;
    text-align:right;
}

.btn{
	background:url(../images/left_btn.png) no-repeat scroll left top transparent;
	float:left;
	height:26px;
	margin:0 2px;
}

.btn a{
	background:url(../images/right_btn.png) no-repeat scroll right top transparent;
    color:#FFFFFF;
    float:left;
    font-weight:bold;
    height:16px;
    margin-left:10px;
    padding:5px 15px 5px 5px;
    text-decoration: none;
}

.companyName{
	font-weight:bold;
}

.fixedTable{
	table-layout:fixed;
}

.tblContent{
	border:1px solid #7b736c;
	border-bottom:none;
	border-right:none;
}

.tblContent th, .tblContent td{
	border-bottom:1px solid #7b736c;
	border-right:1px solid #7b736c;
	text-align:left;
	padding:5px 3px;
	vertical-align:top;
	word-wrap:break-word;
}

.tblContent th{
	background-color:#e6e1dc;
}

.pagination{
	float:right;
	font-weight:bold;
    padding:8px 0;
}

.pagination a{
	background-color:#fff;
	border:1px solid #7b736c;
	float:left;
	margin:0 2px;
	padding:2px 5px;
	text-decoration:none;	
}

.pagination span{
	background-color:#e6e1dc;
	border:1px solid #7b736c;
	float:left;
	margin:0 2px;
	padding:2px 5px;
}

.loginContainer {
	border:1px solid #146DB5;
    margin:150px auto;
    overflow:hidden;
    width:500px;
	/*-moz-box-shadow:2px 2px 5px #000;
	-webkit-box-shadow:2px 2px 5px #000;
	filter:progid:DXImageTransform.Microsoft.DropShadow( offx=2, offy=2, color=#000);*/
}

.loginContainer h3{
	background-color:#146DB5;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:7px 5px;
	margin-bottom:10px;
}

.loginContainer img {
    float: left;
    margin: 0 5px 0 10px;
}

.subLink a{
	font-size:11px;
}

.addNew{
	padding:5px 0 0;
	font-weight:bold;
}

.footer{
	font-size:11px;
	padding:2px 0;
	text-align:center;
}

.footer a:hover{
	text-decoration:none;
}


/*Help page*/

.rightNav .container{
	display:none;
}

ul.leftNav{
	/*background:url(../images/leftNavbg.png) repeat-y scroll left top;*/
	padding:0;
	margin:0;
	float:left;
	width:245px;
}

ul.leftNav li{
	background:url(../images/leftNavbg.png) repeat-y scroll left top;
	padding:5px 10px;
	list-style-type:none;
	width:225px;
	display:block;
	float:left;
}

ul.leftNav li.topLi, ul.leftNav li.bottomLi{
	background:url(../images/leftNavbg_top.png) no-repeat scroll left top;
    border: medium none;
    height: 7px;
    padding: 0 10px;
}

ul.leftNav li.bottomLi{
	background:url(../images/leftNavbg_bottom.png) left bottom no-repeat;
}

ul.leftNav li.selectedNav{
	background:url(../images/leftNavbg_selected.png) no-repeat left top;
	height: 25px;
}

ul.leftNav li.selectedNav a{
	color:#fff;
    margin-top: 8px;
	*margin-top:13px;
}

ul.leftNav li a, ul.leftNav li span{
	display: block;
    padding: 0 10px;
    text-decoration: none;
}

ul.leftNav li span{
	font-size:14px;
	font-weight:bold;
}

.rightNav{
    float:left;
    margin-left:10px;
    padding:0;
    width:660px;
}

.rightNav h4{
	border-bottom:1px solid #146DB5;
	padding:0 0 10px;
	margin:0 0 10px;
}

.rightNav input{
	border: 1px solid #146DB5;
    padding: 3px;
    width: 175px;
}

.rightNav label{
	font-weight:bold;
	padding:0 5px;
}

.rightNav .srchButton{
	background:url(../images/btn.jpg) no-repeat left top;
	border:none;
	color:#fff;
	font-weight:bold;
	height:26px;
	margin:0 5px;
	width:70px;
}

.rightNav ul.question{
	margin: 5px 0;
    overflow: hidden;
}

.rightNav ul.question li{
	background:url(../images/libg.png) no-repeat scroll 0 5px transparent;
    float:left;
    font-weight:bold;
    list-style-type:none;
    margin:5px 0;
    padding-left:10px;
}

.rightNav ul.question li p{
	font-weight:normal;
	color:#333;
	padding:2px 0;
}