/* 
Style Sheet for BDPJobTrack.com
November 2006
*/

body {
	margin-top:  0px;
	margin-left: 30px;
	margin-bottom:  0px;
	margin-right: 30px;
    font-family: "Lucida Sans", "Lucida Grande", verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	background: #036;
}

p, blockquote, br, span, ol, ul, li, dl tr, th, td, thead, tfoot, h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	line-height: 16px;
}

p, blockquote, br, span, ol, ul, li, dl tr, th, td, thead, tfoot {
	font-size: 11px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	clear: both;
	padding: 20px 0px 0px 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

A:LINK  {
        text-decoration : none;
        color : #06319C;
        /*color : #3D5286;*/
}

A:VISITED  {
        text-decoration : none;
        color : #06319C;
}

A:HOVER  {
		text-decoration : underline;
        color : #06319C;
}

#container {
	width:800px;
	margin: 0px;
	padding:0;
	text-align: left;
	background: #fff;
}

#logo {
	position:relative;
	width:800px;
	height:100px;
	text-align: center;
}

#maincontent {
	padding: 0px 20px;
}

#copyright {
	color: #666;
	text-align: center;
	width: 800px;
	padding: 10px;
}

#login {
	position:relative;
	width: 760px;
	height: 10px;
	text-align: right;
	padding: 0px 10px;
}

#mainleft {
	width: 380px;
	padding: 0px;
	float: left;
	background: #fff;
}

#mainright {
	width: 380px;
	padding: 0px;
	float: left;
	background: #fff;
}

.contentHeader {
	height: 20px;
	width: 365px;
	font-size: 14px;
	padding: 4px 0px 4px 4px;
	margin: 0px 0px;
	background: url(/images/logo-bg.jpg) repeat-x left bottom; 
}

.contentHeaderR {
	height: 20px;
	width: 365px;
	font-size: 14px;
	padding: 4px 0px 4px 4px;
	margin: 0px 0px 0px 10px;
	background: url(/images/logo-bg.jpg) repeat-x left bottom; 
}

.actionButton {
	text-align: right;
	font-weight: bold;
	padding: 0px 0px;
}

.files {
	min-height: 80px;
	margin: 10px 20px;
	padding: 0px 4px 10px 4px;
}

.small {
	font-size:11px;
}

.tiny {
	font-size:10px;
}

.large {
	font-size: 14px;
}

.redfont {
	color: #BD0A0A;
}

.greenfont {
	color: #00CC00;
}

.yellowfont {
	color: #d57500;
}

.bluefont {
	color: #0000cc;
}

.light {
	color: #666666;
}

.commentItem {
	margin: 10px 20px;
	padding: 0px 4px 10px 4px;
	border-bottom: 1px solid #999;
}

.error {
	color: #FF0000;
	font-size: 10px;
}

.ProductionFile {
	color: #f00;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}