/* General style */

body{
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#000000;
	background:url(../images/bg.jpg) 50% 0 no-repeat #841800;
}
body, td, ul, img, p, form, h1, h2, h3, object{
	margin:0;
	padding:0;
}
a{
	outline:none;
}
ul{
	list-style-type:none;
}
#container{
	margin:34px auto 0;
}

/* Footer panel style */

#header{
	background:url(../images/top-bg.gif) 0  35px no-repeat;
}
#header img.logo{
	margin:0 0 0 47px;
}
#header ul{
	font-weight:bold;
	font-size:12px;
	line-height:33px;
	width:330px;
	padding:78px 22px 0 0;
}
#header ul li{
	background:url(../images/topnav-divider.jpg) 100% 0 no-repeat;
	float:left;
}
#header ul li.nobg{
	background:none;
}
#header ul li a{
	color:#A11D00;
	background-color:inherit;
	padding:0 10px;
	text-decoration:none;
}
#header ul li a:hover{
	color:#FF4002;
	background-color:inherit;
}

/* Body panel style */

#bodypan td.login-big{
	/*background:url(../images/big-bg.jpg) 0 0 no-repeat;*/
	background:#FFFFFF;
}
#bodypan td.login{
	background:url(../images/login-bg.jpg) 0 0 no-repeat;
}

.login table.login-innerpad{
	margin:20px 0 0 34px;
}
.login p.login-title{
	font-weight:bold;
	font-size:13px;
	line-height:17px;
	color:#fff;
	background-color:inherit;
	padding:0;
}
.login p{
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	color:#fff;
	background-color:inherit;
	padding:0;
}
.login p a{
	color:#fff;
	background-color:inherit;
	text-decoration:none;
}
.login p a:hover{
	color:#FF4002;
	background-color:inherit;
}
.login input.username{
	width:175px;
	height:18px;
	line-height:18px;
	border:solid 1px #D52700;
	color:#FF4002;
	/*background-color:#AA2001;*/
}
.login p.remember{
	font-weight:normal;
	padding:2px 0 0;
}
.login p.register{
	background:url(../images/register-shadow.jpg) 0 0 no-repeat;
	padding:6px 0 0 !important;
}
#bodypan td.text{
	color:#000;
	background-color:#fff;
	padding:11px 34px 13px 24px;
}
h3{
	font-size:22px;
	line-height:27px;
	color:#000;
	background-color:inherit;
	padding:0 0 7px 0;
}

#bodypan a.more{
	display:block;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
	color:#000;
	background-color:inherit;
	text-decoration:none;
	background:url(../images/arrow.gif) 100% 55% no-repeat;
	width:35px;
}
#bodypan a.more:hover{
	color:#FF4002;
	background-color:inherit;

}

/* Footer panel style */

#footer{
	background:url(../images/footer-bg.jpg) 0 0 repeat-x;
	padding:16px 0 0;
}
#footer ul{
	font-size:11px;
	line-height:14px;
	width:355px;
	margin:0 auto;
}
#footer ul li{
	float:left;
	background:url(../images/footernav-divider.jpg) 100% 50% no-repeat;
}
#footer ul li.nobg{
	background:none;
}
#footer ul li a{
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	padding:0 7px;
}
#footer ul li a:hover{
	color:#FF4002;
	background-color:inherit;
}

/* ***************************************
  SYSTEM MESSSAGES
*************************************** */
.messages {
    background:#ccffcc;
    color:#000000;
    padding:3px 10px 3px 10px;
    z-index: 9999;
	margin:0;
	position:fixed;
	top:30px;
	left:200px;
	width:950px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border:4px solid #00CC00;
	cursor: pointer;
}
.messages_error {
    border:4px solid #D3322A;
    background:#F7DAD8;
    color:#000000;
    padding:3px 10px 3px 10px;
    z-index: 9999;
	margin:0;
	position:absolute;
	top:30px;
	left:200px;
	width:950px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	cursor: pointer;
}
.closeMessages {
	float:right;
	margin-top:17px;
}
.closeMessages a {
	color:#666666;
	cursor: pointer;
	text-decoration: none;
	font-size: 80%;
}
.closeMessages a:hover {
	color:black;
}

.cell-partners{
	padding-left:20px;
	padding-right:20px;
}

.thTableOddRow{
	background-color:#999999;
	color:red;
}


#job-table ul{
	font-size:12px;
	width:330px;
	padding-left:20px;
	
}
#job-table ul li{
	list-style:circle;
	padding-left:10px;
}
