.errorExplanation {
	border: 2px solid red;
	padding: 0px 20px 0px 20px;
}
.tableStyle {
    width: 100%;
    height:100%;
	border: 0px;
	border-collapse: collapse;
	margin:0px;
	padding:0px;
}
.withBorder {
    border:1px solid #999999;
}
.label {
    font: normal 12px Verdana;
	color: #000;
}
.bannerText{
    font: bold 1em Verdana;
	color: #000;
	padding: 12px 0px 0px 5px;
}
.videoPane {
	background: url("/images/landing_tbl_selected.png") repeat-x top left;
	height: 440px;
	width: 100%;
}
.colorButton {
	background-image: url("/images/color_button_ends.png");
	background-repeat: no-repeat;
	width: 14px;
	height: 31px;	
	float: right;
	cursor: pointer;
}
.orangeLeft {background-position: -60px; }
.orangeRight {background-position: -76px; }
.orangeMid {
	font: bold 1.0em Verdana;
	color: #ffffff;
	background: url("/images/color_button_orange_mid.png") repeat-x top left;
	height: 31px;
	cursor: pointer;
	padding-top: 7px;
	float: right;
	text-align:center;
	width:70px;
}
.emailListFormStyle {
    width:285px; 
    height:175px;
    background-color:#DCE4E7;
    font-size:75%;
    font-family:Myriad,Arial,Helvetica,clean,sans-serif;
}

.toolbarLabel {
	font: bold 0.7em Trebuchet MS;
	color: #333333;
}

.toolbarTextField {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
}

.toolbarLeft {
	background: transparent url(/images/toolbar-left.png) no-repeat top left;
	width: 15px;
	height: 48px;
}

.toolbarRight {
	background: transparent url(/images/toolbar-right.png) no-repeat top left;
	width: 15px;
	height: 48px;
}

.toolbarMid {
	background: transparent url(/images/toolbar-mid.png) repeat-x top left;
	height: 48px;
}

.toolbarHelp {
	background: transparent url(/images/toolbar-help.png) no-repeat top left;
	width: 20px;
	height: 19px;
	cursor: pointer;
}

.toolbarRazor {
	background: transparent url(/images/toolbar-razor.png) no-repeat top left;
	width: 46px;
	height: 48px;
}

.signInButton {
	background: transparent url(/images/signin-btn.png) no-repeat top left;
	width: 50px;
	height: 21px;
	cursor: pointer;
}

.signInButtonDisabled {
	background: transparent url(/images/signin-btn-disabled.png) no-repeat top left;
	width: 50px;
	height: 21px;
	cursor: pointer;
}

.immediateJobOppsHeader {
	background: transparent url(/images/imm_header.jpg) no-repeat top center;	
}

.immediateJobOppsBox {
	border: 1px solid #cacaca; 
	height: 42px; 
	width: 267px; 
	background-color: #f2f2f2; 
	padding-top: 3px; 
	padding-left: 5px; 
	line-height: 150%;	
}

.linkFont {
	text-decoration: underline;
	color: #336699;
	cursor: pointer;
}