/* New Layout */
body {
	background: url(../images/widget_header_fade.gif) repeat-x;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
}

table.dataGrid {
	width: 100%;
}

.dataGrid th {
	font-size: 12px;
	color: #fff;
	background: #1c7bb0;
	padding: 3px 12px;
	text-align: left;
}

.dataGrid th a {
	color: #fff;
}

.dataGrid tr.odd td {
	background: #eff8f8;
}

.dataGrid tr.even td {
	background: #fff;
}

.dataGrid tr td {
	border-bottom: solid #a6eded 1px;
	padding: 3px 12px;
	font-size: 12px;
}

.dataGrid tr td.firstCell {
	border-left: solid #a6eded 1px;
}

.dataGrid tr td.lastCell {
	border-right: solid #a6eded 1px;
}

.footer {
	text-align: center;
	margin-top: 8px;
	font-size: 11px;
	color: #999;
}

.footer a {
	text-decoration: none;
}

.footer span.startup {
	color: #2745be;
}

.footer span.hire {
	color: #c1bb20;
}

.poweredBy {
	color: #999;
}

#searchArea {
	padding-top: 12px;
	text-align: center;
}

#pages {
	text-align: center;
	margin-bottom: 6px;
}

p.didYouMean {
	font-size: 14px;
	line-height: 24px;
	margin: 0px 15px 0px 20px;
}

ul.didYouMean {
	list-style: none;
	margin: 0px 15px 5px 20px;
	padding: 0px;
}

ul.didYouMean li {
	line-height: 16px;
}
/* Job Details */
.jobReview {
	position: relative;
}

.reviewNavigation {
	text-align: right;
}

.jobReviewOverview {
	color: #666;
}

.jobReviewOverview a {
	color: #666;
}

.jobReviewOverview h2 {
	font: normal normal normal 16px/16px Arial, sans-serif;
	margin: 0px 0px 4px 0px;
	color: #666;
}

.returnToList {
	text-align: center;
	padding: 4px 0px;
	background: #1c7bb0;
}

.returnToList a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.jobReviewHead {
/*	width: 776px;*/
	height: 5px;
/*	background: url(../images/detail_head.gif);*/
	border-top: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
	margin: 17px auto 0px auto;
}

.jobReviewContent {
/*	width: 710px;*/
	background: #fff;
	border-left: #d1d1d1 solid 1px;
	border-right: #d1d1d1 solid 1px;
	padding: 8px 32px 17px 32px;
	margin: 0px auto;
	font-size: 12px;
}

.jobReviewFoot {
	color: #666;
	margin: 0px;
/*	width: 776px;*/
	height: 5px;
/*	background: url(../images/detail_foot.gif);*/
	border-bottom: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
	margin: 0px auto;
}


.linkBar {
	border-top: solid 1px #d1f6f6;
	border-bottom: solid 1px #d1f6f6;
	padding: 6px 0px;
	margin: 4px 0px;
	text-align: center;
}

.linkBar a {
	color: #2245d7;
	margin-right: 10px;
}

.jobDescription {
	clear: both;
}

.jobDescription h1 {
	font: normal normal normal 18px/18px Arial, sans-serif;
	margin: 12px 0px;
	color: #2245d7;
}

table.jobInfo th, .moreCompanyInfo table th, table.investorInfo th {
	text-align: right;
	padding: 3px;
	vertical-align: top;
	font-size: 12px;
}

table.jobInfo td, .moreCompanyInfo table td, table.investorInfo td  {
	padding: 3px;
	font-size: 12px;
}

.moreCompanyInfo {
	display: none;
}

.companyLogo {
	float: right;
}

/* Styles for the standalone widget page*/

body.standaloneDetails {
	padding-top: 10px;
	background: #f0f0f0;
}

body.standaloneDetails div.jobReviewHead,
body.standaloneDetails div.jobReviewContent,
body.standaloneDetails div.jobReviewFoot {
	margin:0 auto;
}

body.standaloneDetails div.jobReviewHead,
body.standaloneDetails div.jobReviewFoot {
	border: none;
}

/* Styles for the hybrid page -- part search results, part widget*/
body.hybridWidgetSearch {
	padding-top: 10px;
	background: #f0f0f0;
}

body.hybridWidgetSearch div#leftColumn {
	background-image:none;
	margin-right:0;
	padding-right:21px;
}

body.hybridWidgetSearch div.jobReviewHead,    
body.hybridWidgetSearch div.jobReviewContent, 
body.hybridWidgetSearch div.jobReviewFoot {   
	margin:0 auto;
}
body.hybridWidgetSearch div.jobReviewHead,
body.hybridWidgetSearch div.jobReviewFoot {
	border: none;
}

body.hybridWidgetSearch div.jobReviewContent {
/*	width:750px;
	padding: 8px 12px 17px 12px;*/
}

body.hybridWidgetSearch div#searchArea {
	margin:10px auto;
	height:40px;
	line-height:24px;
	width:710px;
	background:#ffffff url('../images/hybridSearchArea.gif') no-repeat; 
	clear:both;
}

body.hybridWidgetSearch div.jobReviewFoot {
	margin-bottom:10px;
}

/* Version 2 */
.jobReviewContentV2 {
	background: #fff;
	padding: 12px 6px;
	font-size: 12px;
}


/* Version 2, job details navigation */
#jobReviewNav {
	background: url(../images/widget_detail_fade.gif) repeat-x bottom;
	padding: 30px 6px 6px 6px;
	font-size: 11px;
}
#jobReviewNav .previousJob {
	width: 33%;
	float: left;
	text-align: left;
	
}
#jobReviewNav .previousJob a {
	color: #999;
}
#jobReviewNav .return {
	width: 34%;
	float: left;
	text-align: center;
}
#jobReviewNav .return a {
	color: #999;	
}
#jobReviewNav .nextJob {
	width: 33%;
	float: left;
	text-align: right;
}
#jobReviewNav .nextJob a {
	color: #999;	
}

.button {
	font-size: 12px;
}

a.button {
	padding-top:3px;
	padding-bottom:4px;
	background: url(../images/button_21_left.gif) no-repeat left top;
	text-decoration: none;	
}

a.button span {
	margin-left:5px;
	padding-top:3px;
	padding-bottom:4px;
	padding-right:16px; /* 5px for rounded edge + whatever additional padding */
	padding-left:11px;
	background: url(../images/button_21_right.gif) no-repeat right top;
	color: #fff;
}




