/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */


/*** START VISUAL CONSISTENCY ***/
ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {	/* Consistent margin and fonts */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
ul ul, ul ol, ol ul, ol ol {margin-top: 0; margin-bottom: 0;}	/* kill margins on sub-lists */
h1 {font-size: 220%;}
h2 {font-size: 190%;}
h3 {font-size: 160%;}
h4 {font-size: 130%;}
h5 {font-size: 100%;}
h6 {font-size: 70%;}
a:hover {text-decoration: none;}
abbr, acronym {border-bottom: 1px dotted #000; cursor: help;}
code, pre {font-family: "Courier New", Courier, monospace;}
img {border: none; border-width: 0;}
label {cursor: pointer;}	/* Label elements are clickable, demonstrate visually */
table {font-size: 100%;}		/* Some browsers don't inherit fontsize for tables, force it */
td, th {vertical-align: top;}	/* reset tables default vertical align */
form, input, select, textarea {	/* IE adds extra everything, force this for consistency */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%;
	margin: 0;	/* IE adds extra margin, force this for consistency */
	padding: 0;	/* IE adds extra padding, force this for consistency */
}
p {color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 1.6em;}
/*** END VISUAL CONSISTENCY ***/

/*** START ROUND CORNERS - jquery cornerz ***/
div.content_title{background:#0F2B8E;padding:2px 2px 4px 4px; color:white; font-weight:bold;}
div.content_content{padding:5px; background:#FFFFFF; padding-bottom: 5px}
div.contentbox{margin:5px 0; padding: 2px;  background:#0F2B8E; }
div.contentbox1{border:1px solid #0F2B8E; margin:5px 0; padding-bottom: 1px}
div.contentbox2{border:1px solid #97a3ce; margin:5px 0; padding-bottom: 1px}
div.contentbox3{border:1px solid #3c53a3; margin:5px 0; padding-bottom: 1px}
div.contentbox4{border:1px solid #97a3ce; margin:5px 0; padding-bottom: 1px}
div.contentbox5{border:1px solid #4b60aa; margin:5px 0; padding-bottom: 1px}
/*** END ROUND CORNERS - jquery cornerz ***/

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:78% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
background:#fff;
background-image: url(img/sitebg.jpg); background-repeat: repeat-x;}

a{
color:#0F2B8E;
font-weight:normal;
text-decoration:underline;
background-color:inherit;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}
p.inline{padding:0px; margin:0px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

.odd{background-color: #F4F4F4;}
.even{background-color: #FFFFFF;}

.borderimg{border:1px solid #999999;}

/**************** Header and navigation styles ****************/

#container{
width:760px;
margin:0px auto;
padding:1px 0;
text-align:left;
background:#fff;
color:#303030;
border:1px solid #a0a0a0;
}

#nameChangeNotice{text-align:center;  padding-top:5px; background-color:#EDC621; color:#FFFFFF; height:20px; border-bottom:solid 1px #999999;}
#nameChangeNotice a {color:#0F2B8E; font-weight:bold;}

#header{height:90px;width:758px;margin:0 1px 1px 1px;background:#fff;color:#000;}
#header #logo{float:left; margin:5px 0 0 10px;}
#header #topad{float:right; margin:5px 5px 0 0;}
#header h1{padding:35px 0 0 20px;font-size:2.4em;background-color:inherit;color:#ffffff;letter-spacing:-2px;font-weight:normal;}
#header h2{margin:10px 0 0 40px;font-size:1.4em;background-color:inherit;color:#f0f2f4;letter-spacing:-1px;font-weight:normal;}

#navigation{height:2.2em;line-height:2.2em;width:758px;margin:0 1px;background:#578bb8;color:#ffffff;}
#navigation li{float:left;list-style-type:none;border-right:1px solid #ffffff;white-space:nowrap;}
#navigation li a{display:block;padding:0 10px;font-size:0.8em;font-weight:normal;text-transform:uppercase;text-decoration:none;background-color:inherit;color: #ffffff;}
* html #navigation a {width:1%;}
#navigation .selected,#navigation a:hover{background:#80b0da;color:#ffffff;text-decoration:none;}

/**************** Content styles ****************/

#content{
float:left;
width:555px;
font-size:0.9em;
padding:10px 0 0 10px;
}

#content h2{
display:block;
margin:0 0 16px 0;
padding:0 0 3px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
border-bottom:1px solid #FFC306;
}

#content h5{
display:block;
margin:0 0 3px 0;
font-size:110%;
font-weight:bold;
background-color:inherit;
}
#content p{font-size:105%;}
#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 5px;}

/**************** Sidebar styles ****************/

#subcontent{
float:right;
width:170px;
padding:10px 10px 10px 0;
line-height:1.4em;
}

#subcontent h2{
display:block;
margin:0 0 15px 0;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{clear:both;width:758px;padding:5px 0 0 0;margin:0 1px;font-size:0.9em;}
#footerDisclaimer p{padding:5px; margin:0; text-align:center; font-style:normal; font-size:80%; color:#000000;background:#fbfbfb;}
#footerDisclaimer p a{color:#0F2B8E; background-color:inherit; font-weight:normal;}
#footerDisclaimer p a:hover{background-color:inherit; text-decoration: underline;}
#footerBase p{padding:2px 0 5px 0; margin:0; text-align:center; color:#ffffff;background:#0F2B8E;}
#footerBase p a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footerBase p a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

table.tblStats th.col2{text-align:right;}
table.tblStats th{border-bottom:1px solid black;}

.splitcontentleft{float:left; width:55%;}
.splitcontentright{float:right; width:43%;}

.box{
	margin:0 0 14px 0;
	padding:2px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	line-height:1.5em;
}
.box .title{
	font-weight:bold;
	border:1px solid #0F2B8E;
	background-color:#FEECB4;
	color:#0F2B8E;
	padding:2px;
}

.box1{
	margin:0 0 13px 0;
	padding:1px 1px 10px 1px;
	border:1px solid #c0c0c0;
	background-color:#fff;
}

.box1 .title{
	font-weight:bold;
	border:1px solid #0F2B8E;
	background-color:#FEECB4;
	color:#0F2B8E;
	padding:2px;
	margin:0 0 5px 0;
	text-align:left;
}
.StatusMessage{
	margin:5px;
	padding:4px 0 4px 20px;
	border:2px solid #008000;
	background-color:#F4FFF4;
	font-weight:bold;
}
.StatusMessage .Message{
	font-weight:normal;	
}
.StatusMessage .Message a{
	font-weight:normal;	
	text-decoration:underline;
}
/*
.StatusMessage .title{
	background-color:#c60000;
	color:#fff;
	padding:2px;
	font-weight:bold;
}
.StatusMessage .message{
	padding:5px;
	color:#c60000;
}
.StatusMessage .message a{
	color:#c60000;
	text-decoration:underline;
}
*/
.errorsMsg{
	margin:9px 6px;
	padding:4px 0 4px 20px;
	text-align:left;
	border:solid 1px #c60000;
	background-color:#FFECEC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:normal;
}
.errorsMsg .msgTitle{font-weight:bold; padding:4px 0 4px 0px;}
.errorsMsg .msgDetails{padding:0; padding:4px 0 4px 30px;}

.lockedProfile{
	margin:9px 6px;
	padding:4px 0 4px 20px;
	text-align:left;
	border:solid 2px #c60000;
	background-color:#FFECEC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:normal;
}
.lockedProfile .msgTitle{font-weight:bold; padding:4px 0 4px 0px;}
.lockedProfile .msgDetails{padding:0; padding:4px 0 4px 30px;}

#profileOptions{
	margin-top:6px;
	
}
 div.profileOption, a.profileOption
{
  width: 170px;
  border: 1px solid black;
  background: #f8f8f8;
  font-weight: 900;
  color: #000000;
	text-decoration:none;
	padding:2px;
}

a.profileOption
{
  display: block;
  border-bottom: none;
  text-decoration: none;
	padding:2px;
}

#profileToolbar .returnBack{
	float:left;
}
#profileToolbar .options{
	float: right;
}
#profileNav{
	border: 1px solid #ccc;
	background-color: #F3F3F3;
	margin-top: 5px;
	padding:2px;
}
#profileNav table{
	width:100%;
}


.welcomeback{
	margin:0 0 5px 0;
	line-height:20px;
	font-size:120%;
	font-weight:bold;
}
.date{
	margin:0 0 5px 0;
	line-height:20px;
	font-size:110%;
	font-weight:bold;
	text-align:center;
}
.Btns {margin: 10px 0 10px 0; padding: 0;}
.Btn {
	background-color: #ECECED;
	border: 1px solid #567;
	margin: 10px 0 0 0;
	padding: 5px;
	height:30px;
}
.Btn img{
	vertical-align:middle;
	padding:0 3px 0 0;
}
.Btns_small {margin: 10px 0 10px 0; padding: 0;}
.Btn_small {
	background-color: #ECECED;
	border: 1px solid #567;
	margin: 3px 0 0 0;
	padding: 5px;
	height:100px;
}
.Btn_small img{
	vertical-align:middle;
	padding:0 3px 0 0;
}

.partner .logo{
	float:left;
	width:200px;
	text-align:center;
}
.partner .details{	
	float:right;
	width:350px;
}

.splitTitle{float:left;}
.splitTitle .left{float:left; margin:10px 0px 0px 0px;}
.splitTitle .right{float:right;}
div.featurelist ul {list-style: none; margin:0px; padding: 0px;}
div.featurelist ul li{background:transparent url(/img/bullet.gif) no-repeat 0px 0px; padding-left:10px;}

/**************** General Form Styles ****************/
			
.button{
	width: auto;
	cursor: pointer;
	color: #fff;
	font-size:90%;
	font-weight:bold;
	border: 1px solid #0F2B8E;
	border-top-color: #0F2B8E;
	padding: .25em !important; /* hold this line for Firefox and Safari */
	padding: .25em 0; /* take of the left/right margins for IE */
	background: #fff url("img/bluegrade.gif") 0 0 repeat-x !important; /* hold this line for Firefox and Safari */
	background: #fff url("img/bluegrade.gif") 0 -1px repeat-x; /* shift the bg up 1px for IE */

}
.button2{
	width: auto;
	cursor: pointer;
	color: #fff;
	font-size:90%;
	font-weight:bold;
	border: 1px solid #C60000;
	border-top-color: #C60000;
	padding: .25em !important; /* hold this line for Firefox and Safari */
	padding: .25em 0; /* take of the left/right margins for IE */
	background: #fff url("img/redgrade.gif") 0 0 repeat-x !important; /* hold this line for Firefox and Safari */
	background: #fff url("img/redgrade.gif") 0 -1px repeat-x; /* shift the bg up 1px for IE */

}
.button3{
	width: auto;
	cursor: pointer;
	color: #0F2B8E;
	font-size:90%;
	font-weight:bold;
	border: 1px solid #D9A300;
	border-top-color: #D9A300;
	padding: .25em !important; /* hold this line for Firefox and Safari */
	padding: .25em 0; /* take of the left/right margins for IE */
	background: #fff url("img/yellowgrade2.gif") 0 0 repeat-x !important; /* hold this line for Firefox and Safari */
	background: #fff url("img/yellowgrade2.gif") 0 -1px repeat-x; /* shift the bg up 1px for IE */

}
.button_small{
	width: auto;
	cursor: pointer;
	color: #fff;
	font-size:75%;
	font-weight:bold;
	border: 1px solid #0F2B8E;
	border-top-color: #0F2B8E;
	padding: .25em !important; /* hold this line for Firefox and Safari */
	padding: .25em 0; /* take of the left/right margins for IE */
	background: #fff url("img/bluegrade.gif") 0 0 repeat-x !important; /* hold this line for Firefox and Safari */
	background: #fff url("img/bluegrade.gif") 0 -1px repeat-x; /* shift the bg up 1px for IE */
}	


.button2_small{
	width: auto;
	cursor: pointer;
	color: #fff;
	font-size:75%;
	font-weight:bold;
	border: 1px solid #C60000;
	border-top-color: #C60000;
	padding: .25em !important; /* hold this line for Firefox and Safari */
	padding: .25em 0; /* take of the left/right margins for IE */
	background: #fff url("img/redgrade.gif") 0 0 repeat-x !important; /* hold this line for Firefox and Safari */
	background: #fff url("img/redgrade.gif") 0 -1px repeat-x; /* shift the bg up 1px for IE */
}	

.button3_small{
	width: auto;
	cursor: pointer;
	color: #0F2B8E;
	font-size:75%;
	font-weight:bold;
	border: 1px solid #D9A300;
	border-top-color: #D9A300;
	padding: .25em !important; /* hold this line for Firefox and Safari */
	padding: .25em 0; /* take of the left/right margins for IE */
	background: #fff url("img/yellowgrade2.gif") 0 0 repeat-x !important; /* hold this line for Firefox and Safari */
	background: #fff url("img/yellowgrade2.gif") 0 -1px repeat-x; /* shift the bg up 1px for IE */
}			
			
.fieldError{
	border:1px solid #c60000;
	background-color:#FFDDDD;
	padding:3px;
	margin:4px 0 3px 0;
	font-weight:bold;
}			
/**************** Login form Styles ****************/	
#loginform {width: 95%; padding-left:5px;}
#loginform .frmRow {line-height: 1.5em; margin: 0; padding: 0; text-align:left; width:100%; font-size: 85%;}
#loginform .frmButton { margin: 5px 0px 0px 0px; padding: 0; text-align: center;}
#loginform .frmButton input { margin: 5px 0px; padding: 3px; text-align:center; font-size: 80%;}
#loginform .msg {font-size: 80%; color:red; text-align: center;}
#loginform .pwdLookup {font-size: 80%; text-align: center;}

.lasttenjobs{font-size: 80%;}
	
/**************** Account Styles Styles ****************/			
.PortfolioChecklist a, .AccountMenu a{
	font-weight:normal;
}
.underline{
	text-decoration:underline;
}
.PortfolioChecklist{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 26px;
}
.PortfolioChecklist li{
	padding-left: 20px;
	/*background-image: url(../iconset/accept_blank.png);*/
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
.PortfolioChecklist .completed{
	background-image: url(../iconset/accept.png);
}

.AccountMenu{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.AccountMenu li{
	padding-left: 10px;
	background-image: url(../img/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
.InfoTbl{
	width:100%;


}
.InfoTbl th{
	border-bottom:1px solid #000;
	padding:2px;
}
.InfoTbl td{
	padding:2px;
	border-bottom:1px solid #eee;
}
.LMSUsed{
	overflow-x:hidden; 
	overflow-y:auto; 
	height:300px;
}

#navitabs {
clear: both;
}

.navitab {
padding: 4px 8px 4px 8px;
margin: 0 0 4px 0;
text-decoration: none;
letter-spacing: 0px;
font-weight:bold;
background: #e0e0e0 url(/images/corner.gif) top right no-repeat;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
}

.navitab:hover {
text-decoration: none;
font-weight:bold;
background: #d0d0d0 url(/images/corner.gif) top right no-repeat;
}

.activenavitab, .activenavitab:hover {
padding: 4px 8px 5px 8px;
color: #0F2B8E;
margin: 0 0 5px 0;
text-decoration: none;
font-weight:bold;
background: #EDC621 url(/images/corner.gif) top right no-repeat;
}

#subnavi{
background: #EDC621;
clear: both;
margin: 4px 0 0 0;
padding: 2px 0px 2px 8px;
font-size:85%;
}

#subnavi a{
	font-weight:normal;
	text-decoration:none;
}
#subnavi a:hover{
	text-decoration:underline;
	font-weight:normal;
}
.TopPagingContainer{margin-bottom:3px;}
.BottomPagingContainer{}
.PageLink, .PageLinkLast, .PageLinkCurrent {
	background: #DFE6EF;
	border: 1px solid #072A66;
	padding: 1px 3px 1px 3px;
}
.PageLinkLast {
	background: #DFE6EF;
}
.PageLinkCurrent {
	background: #FFC306;
}/*
.minipagelink,
.minipagelinklast{
	border: 1px solid #C2CFDF;
	font-size: 10px;
	margin: 0 1px 0 0;
}*/
.PageLink a:active,
.PageLink a:visited,
.PageLink a:link,
.PageLinkLast a:active,
.PageLinkLast a:visited,
.PageLinkLast a:link,
.PageLinkCurrent a:active,
.PageLinkCurrent a:visited,
.PageLinkCurrent a:link{
	text-decoration: none;
}

/* EMPLOYER ORDER FORM STYLES */
.instOrderFormSection{
	border: 1px solid #ccc;
	background: #eee;
	padding:8px;
	float: left;
	clear:both;
}

/* invoices */
#invoice{
	width:98%;
	border: 0px solid #ccc;
	float:left;
}
#top{
	width:100%;
	border: 0px solid #ccc;
	float:left;
}
#billing{
	width: 48%;
	float:left;
	height:100%;
}
#contact{
	width: 48%;
	float:right;
	height:100%;
}
#payment{
	width: 48%;
	float:left;
	height:100%;
}
#other{
	width: 48%;
	float:right;
	height:100%;
}
.invoiceContent{
	border: 1px solid #ccc;
	width:100%;
	padding:3px;
}
.sectionTitle{font-weight:bold;}
.detailGrid{width:100%;}
.detailGrid th{border-bottom:1px solid #ccc;}
.detailGrid ul li{font-style:italic;}

.LoginLookupForm {width: 100%;}
.LoginLookupForm .frmName {float: left; line-height: 1.5em; margin: 0; padding: 0; text-align: right; width: 170px;}
.LoginLookupForm .frmName label{font-weight:bold;}
.LoginLookupForm .frmField {float: right; margin: 0; padding: 0; text-align: left; width: 370px;}
.LoginLookupForm .frmInput {font-size: 100%; width: 180px;}
.LoginLookupForm fieldset {background-color:#EEEEEE; border:1px solid #CCCCCC; padding:10px 0 0 0;}

/* start all the jobs styles */
.joblist{width:100%;}
.joblist .c{text-align:center;}
.joblist th{
	border-bottom: #ccc 1px solid;
	background-color: #E8E8E8;
	padding: 1px;
}
.joblist td{padding: 1px;}
.joblist .options{border-bottom: 1px solid #E8E8E8;}
.joblist ul{margin: 0px; padding:0px;}
.joblist li{font-style: italic;}
.joblist li a{text-decoration:underline; font-weight:normal;color:black;}

.JobSearchForm {width: 100%;}
.JobSearchForm .frmName {float: left; line-height: 1.5em; margin: 0; padding: 0; text-align: right; width: 140px;}
.JobSearchForm .frmName label{font-weight:bold;}
.JobSearchForm .frmField {float: right; margin: 0; padding: 0; text-align: left; width: 390px;}
.JobSearchForm .frmInput {font-size: 100%; width: 180px;}
.JobSearchForm .frmTextareaRow {width: 530px;}
.JobSearchForm textarea {width: 535px; height:300px;}
.JobSearchForm fieldset {background-color:#EEEEEE; border:1px solid #CCCCCC; padding:10px 0 0 0;}

.JobApplicationForm {width: 100%;}
.JobApplicationForm .frmName {float: left; line-height: 1.5em; margin: 0; padding: 0; text-align: right; width: 100px;}
.JobApplicationForm .frmName label{font-weight:bold;}
.JobApplicationForm .frmField {float: right; margin: 0; padding: 0; text-align: left; width: 435px;}
.JobApplicationForm .frmInput {font-size: 100%; width: 180px;}
.JobApplicationForm .frmTextareaRow {width: 530px;}
.JobApplicationForm textarea {width: 430px; height:300px;}

#JobSearchResults {width:100%;border: 1px solid #FFAA00;}
#JobSearchResults .col1 {width:50%; text-align:left;}
#JobSearchResults .col2 {width:33%; text-align:left;}
#JobSearchResults .col3 {width:17%; text-align:right;}
#JobSearchResults thead{ background-color:#EDC621;}
#JobSearchResults .hcol1 {text-align:left; padding:3px 3px;}
#JobSearchResults .hcol2 {text-align:left; padding:3px 3px;}
#JobSearchResults .hcol3 {text-align:right; padding:3px 3px;}
#JobSearchResults .first td{padding:3px 3px;}
#JobSearchResults .second td{border-bottom: 1px solid #CCCCCC; padding:3px 3px;}
#JobSearchResults .second a{font-weight:normal;}
#JobSearchResults .title{font-size:125%; padding:2px; background-color:#eeeeee; font-weight:bold;}
#JobSearchResults .title a{color:#0F2B8E; font-weight:bold; text-decoration:none;}
#JobSearchResults .title a:hover{text-decoration:underline;}
#JobSearchResults .spacer{height:5px;}

.wrap_y{background-image: url(img/yellowgrade.gif); background-repeat: repeat-x; background-position: 0px 0px; padding:1px; margin:8px 0px 0px 0px; border: 1px solid #FFAA00;}
.wrap_y h1{font-size: 1.3em;color: #0F2B8E;font-weight: bold;padding:2px;}
.wrap_y h2{font-size: 1.0em;color: #0F2B8E;font-weight: bold;padding:2px;}

.wrap_g{background-image: url(img/greygrade.jpg); background-repeat: repeat-x; background-position: 0px 0px; padding:1px; margin:8px 0px 0px 0px; border: 1px solid #C3C3C3;}
.wrap_g h1{font-size: 1.3em;color: #666;font-weight: bold;padding:2px;}
.wrap_g h2{font-size: 1.0em;color: #666;font-weight: bold;padding:2px;}

.wrap_button1{margin:1px auto; padding:1px; border: 1px solid #0F2B8E; text-align:center; width:120px;}
.wrap_button1 a{color:#FFFFFF;}
.wrap_button1 a.hover{text-decoration:underline;}
.button1{background-image: url(img/bluegrade.gif); background-repeat: repeat-x; background-position: 0px 0px; color:#ffffff; font-weight:bold; text-align:center; padding:4px;}

.wrap_button2{margin:1px auto; padding:1px; border: 1px solid #0F2B8E; text-align:center; width:auto;}
.wrap_button2 a{color:#FFFFFF;}
.wrap_button2 a.hover{text-decoration:none;}
.button2{background-image: url(img/bluegrade.gif); background-repeat: repeat-x; background-position: 0px 0px; color:#ffffff; font-weight:bold; text-align:center; padding:4px;}


.JobDetails{float:left; width:100%;}
.JobDetails .description{float:right; width:69%; text-align:left; font-size:90%;}
.JobDetails .details{float:left; width:29%; padding:0px; margin:0px;}
.JobDetails .details .applybox{padding:1px; margin:0px 0px 5px 0px; border: 1px solid #FFAA00;}
.JobDetails .details .applybox ul{padding:0px; margin:0px;}

.JobDetails .title{font-size:150%; font-weight:bold;}

.JobDetails .details .jobvars{padding:1px; margin:8px 0px 0px 0px; border: 1px solid #C3C3C3;}
.JobDetails .details .label{padding-left:5px;font-weight:bold;}
.JobDetails .details .value{padding-left:15px;}

.JobDetails .jobFunctions{margin:0px 0px 0px 15px; font-size:110%;}
.JobDetails .jobFunctions a{font-weight:normal;}
.JobDetails .jobFunctions p{margin:0px; padding-bottom:3px;}

.JobDetails h4{margin-top:10px; border-bottom: 1px solid #FFAA00; font-size:125%;}

.JobDetails .captcha{text-align:center;}
.JobDetails .captcha input{font-size:100%;}

/***** PROFILE SEARCH STYLES *****/
#basicProfileSearch {width: 100%;}
#basicProfileSearch .frmName {float: left; line-height: 1.5em; margin: 0 10px 0 0; padding: 0; text-align: right; width: 175px;}
#basicProfileSearch .frmName label{font-weight:bold;}
#basicProfileSearch.frmField {float: right; margin: 0; padding: 0; text-align: left; width: 350px;}
#basicProfileSearch .frmInput {font-size: 100%; width: 180px;}
#basicProfileSearch fieldset {background-color:#EEEEEE; border:1px solid #CCCCCC; padding:10px 0 0 0;}

#advProfileSearch {width: 100%;}
#advProfileSearch .frmName {float: left; line-height: 1.5em; margin: 0 10px 0 0; padding: 0; text-align: right; width: 175px;}
#advProfileSearch .frmName label{font-weight:bold;}
#advProfileSearch #TeachPref{width:360px;}
#advProfileSearch.frmField {float: right; margin: 0; padding: 0; text-align: left; width: 350px;}
#advProfileSearch .frmInput {font-size: 100%; width: 180px;}
#advProfileSearch fieldset {background-color:#EEEEEE; border:1px solid #CCCCCC; padding:10px 0 0 0;}


.Profile{margin-bottom: 4px; border: 1px solid #FFAA00;}
.ProfileSearchResults {width:100%;}

.ProfileResultBar{float:left; margin-bottom:5px;}
.ProfileResultBar .Details{float: left;}
.ProfileResultBar .options{float: right;}

.ProfileSearchResults .featured {padding-left:2px; background-color:#8896C7; color:#FFF; font-weight:bold;}
.ProfileSearchResults .col1 {width:47%; text-align:left;}
.ProfileSearchResults .col2 {width:32%; text-align:left;}
.ProfileSearchResults .col3 {width:15%; text-align:center;}
.ProfileSearchResults .first td{padding:3px 3px;}
.ProfileSearchResults .title{font-size:110%;}

/*** HOME STYLES ***/

#BrowseJobs{width:100%;}
#BrowseJobs .col1{width: 40%; text-align:left;}
#BrowseJobs .col2{width: 60%; text-align:left;}
#BrowseJobs .title{font-weight:bolder;}
#BrowseJobs .list{padding-left:5px;}
#BrowseJobs a{font-weight:normal; text-decoration:underline;}

#QuickJobSearch{border-top: 1px dashed #FFC306; margin: 15px 0 10px 0; padding: 15px 0 0 0}

.HomeFeature ul{list-style-type: none; padding: 0; margin: 0; margin-left: 1em;}
.HomeFeature li{background-image: url(img/bullet_red.png); background-repeat: no-repeat; background-position: 0 .1em; padding-left: 1.3em; font-size: 105%;}
.HomeFeature p{padding: 0 0 0 10px; margin: 0;}
.HomeFeature .links{text-align:center; margin-bottom: 12px;}

#PearsonHome{float:left;}
#PearsonHome #logo{float:left;}
#PearsonHome #text{float:right;}

/*** FACULTY REGISTRATION ***/

#FacultyRegistration {width: 100%;}
#FacultyRegistration .frmName {float: left; line-height: 1.5em; margin: 0 10px 0 0; padding: 0; text-align: right; width: 175px;}
#FacultyRegistration .frmName label{font-weight:bold;}
#FacultyRegistration #TeachPref{width:360px;}
#FacultyRegistration.frmField {float: right; margin: 0; padding: 0; text-align: left; width: 350px;}
#FacultyRegistration .frmInput {font-size: 100%; width: 180px;}
#FacultyRegistration fieldset {background-color:#EEEEEE; border:1px solid #CCCCCC; padding:10px 0 0 0;}
#FacultyRegistration h3 {font-size:120%; color:#0F2B8E; border-bottom:1px solid #CCCCCC;}



/***** GENERAL STYLES ****/
.clear{clear:both; margin:0px; padding:0px;}
.center{text-align:center;}
.right{text-align:right;}
.small{font-size:0.8em;}
.hide{display:none; margin:0; padding:0;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important, .required{color:#c60000; background-color:inherit; font-weight:bold;}
.divider{border:1px dashed #000;}
