body, textarea {

}

/* Controls the width of all of our pages */
body {
	background-color:#eee; 
	color:#333;
	font-size: 86%;
	line-height: 15px;
	margin: 0;
	padding: 0;
}
input {
	color: #666666;
	font-size: 11px;
}
select {
	color: #666666; /*font-size: 11px;*/
	margin: 0px;
	padding: 0px;
}
/*** Begin Template Styles ***/
#header {
	background-color:#fff; 
	text-align:center; 
	width:100%;
}
#wrap {
	margin: 0 auto;
}

#pageHeader {
	/* Set the wrapper to occupy the entire browser width */
	min-width: 1024px;
	position:relative;
	width: 100%;
	z-index:1;
}

#headertop {
    width:1024px; 
    overflow:hidden; 
    display:table; 
    margin:auto;
}

#col2 {
	border-right: 1px solid #CCC;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 8px;
	position: relative;
	width: 72%;
}
#col3 {
	float: left;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	width: 24%;
}
#col2Wide {
	float: left;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	width: 100%;
}
.leftMargin {
	float: left;
	margin-bottom: 25px;
	margin-right: -512px;
	width: 50%;
	z-index: 0;
}
.centerContent {
	/* This sets the width of the middle column */
	float: left;
	margin-bottom: 25px;
	position: relative;
	width: 1024px;
	z-index: 10;
}
.rightMargin {
	margin-bottom: 25px;
	position: absolute;
	right: 0;
	width: 50%;
	z-index: 0;
}
#wrapPhysicians {
	margin: 0 auto;
	width: 1024px;
}
#wrapPhysicians a {
	color: #669999;
	text-decoration: none;
}
#wrapPhysicians a:hover {
	color: #FF9900;
	text-decoration: none;
}
#wrapPhysicians a.orangeLink {
	color: #e66100;
	font-size: 15px;
}
#wrapPhysicians a.orangeLink:hover {
	color: #669999;
	text-decoration: none;
}
#wrapEmployers {
	margin: 0 auto;
	width: 1024px;
}
#wrapEmployers a {
	color: #018edd;
	text-decoration: none;
}
#wrapEmployers a:hover {
	color: #669999 !important;
	text-decoration: none;
}
#footer {
    clear: both;
    color: #355756; 
    font-size: 10px;
    position: relative;
    top: 30px;
    text-align: left;
    width: 946px;
    display: block;
    margin: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: auto;
    text-align:center;
    font-size: 13px;
}
#footer a {
    color: #355756 !important;
}
#footer a:hover {
    color: #f9ab6b !important;
    text-decoration:none;
}
#footer .copyright {
    padding-top:20px;
    line-height: 20px;
}
#footer .navLinks div {
    line-height: 24px;
}
#footer .socialLinks {
    padding: 20px;
}

/*** begin nav styles ***/
.navLinkPosition {
    width:717px; 
    height:90px; 
    position:absolute; 
    top:48px;
}

.navLink{
	height: 11px;
}
.navLink:hover {
	background-position: 0px -11px;
}
.navLinkContainer {
    float: left;
    padding: 6px 12px;
    border-left: solid 1px #bababa;
}
.navLinkContainer:first-child {
    border-left: none;
}

.miniNavLink {
	height: 10px;
	margin-top: 1px;
}
.miniNavLink:hover {
	background-position: 0px -11px;
}
.orangeNavLine {
	width: 1px;
	height: 11px;
	background-color: #fde0cc;
	padding-bottom: 0px;
	z-index: 10;
	display: table-cell;
	position: absolute; 
	top: 0;
}
.miniNavLink2 {
	height: 10px;
	margin-top: 1px;
}
.miniNavLink2:hover {
	background-position: 0px -9px;
}
.smallGrayNavLine {
	width: 1px;
	height: 11px;
	background-color: #c7c7c7;
	padding-bottom: 0px;
	z-index: 10;
	display: table-cell;
	position: absolute; 
	top: 0;
}

/* Link Style */
a {
	outline: none;
	text-decoration: none;
	color: #669999;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
textarea {
	color: #666666;
	font-size: 11px;
}
p {
	margin: 0px;
	padding-bottom: 10px;
	text-align: left;
}
p:last-child {
    padding-bottom: 0;
}
li {
	margin-top: 2px;
}
ul {
	margin-bottom: 0px;
	margin-top: 5px;
}
ol {
	margin-bottom: 0px;
	margin-top: 5px;
}
img {
	border: 0px;
}
#maincontent {
	border-right: 1px solid #FFCC99;
	margin-right: 5px;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 0px;
	width: 444px;
}
#sidebar {
	background-color: #F0F0F0;
	float: right;
	margin-right: 0px;
	width: 265px;
}
#sidebarheader {
	background-color: #669999;
	color: white;
	font-size: 12px;
	font-weight: 600;
	height: 18px;
	letter-spacing: -1px;
	margin-bottom: 5px;
	padding: 4px 0px 2px 5px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
}
#sidebarcontent {
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 8px;
}
#sidebarcontent a {
	font-weight: 600;
	text-decoration: none;
}
#sidebarcontent a:hover {
	text-decoration: underline;
}
/* class names */
.paragraphtitle {
	color: #666666;
	font-size: 11px;
	font-weight: 600;
}
.errortext {
	color: red;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 20px;
	display: block;
}
.confirmationtext {
	color: #5b9b9a;
	font-size: 11pt;
	font-weight: 600;
	margin-bottom: 0px;
	margin-left: 5px;
}
#confirmationtext2 {
  color: #5b9b9a;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  margin-left: 5px;
  margin-top: 10px;
  display: block;
  padding-bottom: 10px;
}
.splitleft {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 49%;
}
.splitright {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 49%;
}
.twoColumn {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	width: 47%;
}
.twoColumnWideGutter {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 0px 0px;
	width: 45%;
}
.threeColumn {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	width: 30%;
}
.threeColumn26 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	width: 26%;
}
.threeColumnPadded {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	width: 28%;
}
#fourColumn {
	float: left;
	margin: 0 5px 0 0;
	padding: 0px;
	width: 24%;
}
.fourColumn {
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0px;
	width: 24%;
}
.fourColumnPadded {
	float: left;
	font-size: 11px;
	margin: 0;
	padding-right: 20px;
	width: 22%;
}
#fiveColumn {
	float: left;
	margin: 0 5px 0 0;
	padding: 0px;
	width: 19%;
}
.fiveColumn {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 19%;
}
.defaultInputElement_SELECTTAG {
	margin-bottom: 10px;
	width: 99%;
}
.defaultInputElement_CHECKBOXLISTTAG {
	font-weight: normal;
	margin-bottom: 10px;
	width: 99%;
}
.defaultInputElement_TEXTBOX {
	margin-bottom: 8px;
	width: 98%;
}
.largeInputElement_TEXTBOX {
	margin-bottom: 8px;
	width: 98%;
}
.inputNoPadding_SELECTTAG {
	width: 99%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.pleasewait {
	background-image: url( '/images/ajax-loader.gif' );
	background-repeat: no-repeat;
	font-size: 8pt;
	font-weight: 600;
	height: 39px;
	line-height: 25px;
	padding-bottom: 0px;
	padding-left: 22px;
	width: 191px;
}
/* AJAX MODAL Popup */
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup {
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
/*SEARCH RESULTS*/
.mGrid {
	border-collapse: collapse;
	border: none;
	margin: 5px 0 80px 0;
	width: 100%;
}
.mGrid td {
	border-bottom: 1px solid #C1C1C1;
	color: #717171;
	line-height: 21px;
	padding: 5px 25px 20px 2px;
	vertical-align: top;
}
.mGrid th {
	border-bottom: 3px solid #cccccc;
	color: #999;
	padding: 4px 2px;
	text-align: left;
}
#wrap .mGrid th a {
	background: url("/images/sort_arrow_up_down_blue.png") no-repeat scroll left center transparent;
    cursor: pointer;
    padding-left: 8px;
    width: 100%;
}
.mGrid .alt {
}
.mGrid .pgr {
	font-size: 11px;
	text-align: right;
}
.mGrid .pgr table {
	float: right;
	margin: 5px 0;
}
.mGrid .pgr td {
	border: none;
	padding: 0 6px;
}
.mGrid .pgr a {
	color: #666;
	text-decoration: none;
}
.mGrid .pgr a:hover {
	color: #000;
	text-decoration: none;
}
.searchResultContact {
	border: none;
	font-size: 12px;
}
.searchResultContact .label {
	color: #999;
	width: 100px;
}
.searchResultSide {
	width: 100px;
}
hr {
	background-color: #FFF;
	border-left: none;
	border-top: 1px solid #ccc;
	clear: both;
	height: 5px;
	margin: 0 0 30px 0;
	width: 100%;
}
.loginBoxes {
	background-color: #fff;
	border: 1px solid #999;
	display: block;
	font-size: 11px;
	margin: 8px 0 20px 0;
	padding: 2px;
	width: 96%;
}
.loginBoxesShorter {
	background-color: #fff;
	border: 1px solid #999;
	display: block;
	font-size: 11px;
	margin: 8px 0 20px 0;
	padding: 2px;
	width: 59%;
}
.loginBoxesDropDown {
	background-color: #fff;
	border: 1px solid #999;
	display: block;
	font-size: 11px;
	margin: 8px 0 18px 0;
	padding: 2px;
	width: 96%;
}
.wide {
	width: 97.5%;
}
.applyBoxes {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	display: block;
	font-size: 12px;
	height: 30px;
	margin: 8px 0 8px;
	padding: 0 0 0 5px;
	padding: 2px;
	width: 96%;
}
.watermarkGray {
	color: #ccc;
}
.messageBox {
	height: 220px;
}
.tallBoxes {
	height: 15px;
}
.loginBoxesTight {
	border: 1px solid #999;
	display: block;
	font-size: 11px;
	margin-top: 8px;
	padding: 2px;
	width: 96%;
}
.accordionHeader {
	background-image: url("../images/accordionArrow.png");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	color: #333333;
	cursor: pointer;
	font-size: 16px;
	line-height: 18px;
	padding: 0 0 10px 10px;
}
.accordionContent {
	padding: 0px 0 10px 10px;
}
.resultsBody {
	background-color: #ffffff;
	font-size: 8pt;
	padding: 0px 3px 0px 3px;
}
.results {
	font: regular 8pt 12pt;
	height: 25px;
	padding: 5px 3px 5px 3px;
	text-align: left;
	vertical-align: top;
}
/*END SEARCH RESULTS*/

/*SUB TABS*/
.emptab {
	background: transparent url( '/images/emptabA.gif' ) no-repeat scroll top right;
	color: #ffffff;
	display: block;
	float: left;
	height: 16px;
	margin-left: 0px;
	margin-right: 20px;
	padding-right: 20px;
}
.empttab {
	background: transparent url( '/images/emptabA1.gif' ) no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	font-size:9px;
	height: 15px;
	padding: 2px 0 0px 20px;
}
.popupTip {
	background-color: #F5F7F8;
	position: absolute;
	visibility: hidden;
}
/*END SUB TAB*/

/*BUTTONS*/
.empButton {
	background: transparent url( '/images/bg_button_a.png' ) no-repeat scroll top right;
	display: block;
	float: left;
	font-size:10px;
	height: 35px;
	margin-right: 4px;
	outline: none;
	padding-right: 29px;
	text-decoration: none;
}
a.empButton {
	cursor: pointer;
	font-weight: 600;
	text-decoration: none;
}
a.empButton:hover {
	text-decoration: none;
}
.empButton span {
	background: transparent url( '/images/bg_button_span.png' ) no-repeat;
	color: #fff;
	display: block;
	height: 35px;
	line-height: 9px;
	outline: none;
	padding: 7px 0 8px 22px;
}
.squareButton {
	background: transparent url( '/images/bg_buttonSquare_a.png' ) no-repeat scroll top right;
	display: block;
	float: left;
	line-height:16px;
	font-size:16px;
	height: 24px;
	margin-right: 4px;
	padding-right: 27px;
	text-decoration: none;
	width: auto;
}
a.squareButton {
	cursor: pointer;
	height: 42px;
	min-width:220px;
	text-decoration: none;
}
a.squareButton:hover {
	height: 42px;
	text-decoration: none;
}
.squareButton span {
	background: transparent url( '/images/bg_buttonSquare_span.png' ) no-repeat;
	color: #fff;
	display: block;
	height: 24px;
	min-width:190px;
	padding: 12px 18px 4px;
}
.blueButton {
	background: transparent url( '/images/bg_buttonSquare_a-Blue.png' ) no-repeat scroll top right;
}
.blueButton span {
	background: transparent url( '/images/bg_buttonSquare_span-Blue.png' ) repeat;
}
/*END BUTTONS*/
.shoppingCart {
	background-color: #969;
	margin: 0px;
	padding: 8px 4px 4px 4px;
}
.shoppingCart a {
	text-decoration: underline;
}
.employerShading {
	background-color: #069;
	margin: 0px;
	padding: 8px 4px 4px 4px;
}
/*PANELS FOR refreshlanding.aspx (and others)*/
.panelSpan {
	background-color: #eee;
	border: none;
	clear: both;
	font-size: 10px;
	margin: 0px;
	padding: 12px;
}
.panelLeft {
	clear: left;
	float: left;
	width: 65%;
}
.panelRight {
	float: left;
	width: 35%;
}
.tip {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	line-height: 13.5px;
}
/* used in admin and app_data only
TODO: Remove */
.section:after, .sectionPhysicians:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.section, .sectionPhysicians {
	display: inline-block;
	margin: 0 0 15px 0;
	width: 100%;
}
.section h1, .sectionPhysicians h1 {
	background-image: url('/images/orangeBullet.gif');
	background-position: 0px 6px;
	background-repeat: no-repeat;
	border: 0px;
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	line-height: 16pt;
	margin: 0px;
	padding: 0 15px;
	text-transform: capitalize;
}
.section h2, .sectionPhysicians h2 {
	border: 0px;
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	line-height: 16pt;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
.section h3, .sectionPhysicians h3 {
	border: 0;
	font-size: 12px;
	padding: 6px 0 4px 0;
}
/*end sections need to be deleted */
h1 {
	background-image: url('/images/orangeBullet.gif');
	background-position: 0px 6px;
	background-repeat: no-repeat;
	border: 0px;
	clear: both;
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	line-height: 16pt;
	margin: 5px 0 5px 0;
	padding: 0 15px;
	text-transform: uppercase;
}
h2 {
	border: 0px;
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	line-height: 16pt;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
h3 {
	border-bottom: none;
	border: 0;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	padding: 6px 0 4px 0;
}
h3 a {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	margin-left: 15px;
	padding-left: 0px;
	text-decoration: none;
}
h4 {
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}
h5 {
	border: none;
	clear: both;
	color: #666666;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 4px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}
h6 {
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	color: #666666;
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 3px;
}
.participatingEmployers ul { 
     list-style:none;
     margin:0px;
     padding:0px;
}
.participatingEmployers li {
    border-top: solid 1px #ccc;
    color:#666;
    font-size:15px;
    line-height:21px;
    list-style:none;
    margin:0px;
    padding:5px 0;
}
.featuredEmployers {
	clear: none;
	margin:5px 0 20px 0;
	padding: 0;
	width: auto;
}
.featuredEmployers tr {
    background:#e2e2e2;
    border-top: solid 1px #ccc;
    color:#666;
    line-height:21px;
    margin:0px;
    padding:15px;
    vertical-align:top;
}
.featuredEmployers td {
    margin:0px;
    padding:5px 15px 5px 0;
    width:30%;
}
.participatingEmployers {
	clear: none;
	margin:5px 0 20px 0;
	padding: 0;
	width: auto;
}
.participatingEmployers tr {
    border-top: solid 1px #ccc;
    color:#666;
    line-height:21px;
    margin:0px;
    padding:15px;
    vertical-align:top;
}
.participatingEmployers td {
    margin:0px;
    padding:5px 15px 5px 0;
    width:30%;
}
.formTxt {
	font-size: 11px;
	font-weight: 600;
}
.loginFormTxt {
	color: #999999;
	font-size: 12px;
}
.tableHeader {
	background-color: #F90;
	clear: both;
	color: #FFF;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 8px;
	padding: 0;
	width: 100%;
}
.tableHeader h2 {
	color: #FFF;
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	padding: 3px 0 8px 5px;
	text-transform: uppercase;
}
.orangeBg {
	background-color: #f79646;
}
.blueBg {
	background-color: #376092;
}
.textleft {
	color: #666;
	text-align: left;
	text-decoration: underline;
}
.upcomingFairs {
	border-right: 1px solid #d1d3d4;
	float: left;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 8px;
	width: 23%;
}
.fairLocationLink {
	float: left;
}
.quarterLeft, .quarterEnd {
	float: left;
	font-size: 10px;
	font-weight: 600;
	margin: 0;
	padding: 8px;
	width: 23%;
}
.quarterLeft {
	border-right: 1px solid #d1d3d4;
}
.quarterLeft a, .quarterEnd a {
	float: left;
}
.date {
	float: right;
	font-size: 11px;
}
.fairLocationDateTba {
	float: left;
	font-weight: normal;
}
.eventLeft{
	float: left;
	width: 30%;
}
.shippingInfo {
	float: left;
	padding-bottom: 30px;
	width: 100%;
}
.eventRight {
	float: right;
	width: 66%;
}
.section .panelSpan,
.sectionPhysicians .panelSpan {
	border: 0;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin: 15px 0 35px 0;
	width: 97%;
}
.section h2,
.sectionPhysicians h2v{
	font-size: 12px;
}
/*Manage Listings*/
#listingsdir {
	margin-bottom: 10px;
}
#viewfilter {
	float: right;
	margin-bottom: 5px;
	padding-right: 10px;
}
#createnewbtn {
	float: right;
	margin-bottom: 5px;
}
#viewinactivelistings {
	float: right;
	margin-bottom: 5px;
	padding-right: 10px;
}
#scrollBox {
	border: 1px solid #CCC;
	height: 350px;
	overflow-x: hidden;
	overflow: scroll;
	padding: 5px;
}
.faqQuestion {
	font-size: 12px;
	font-weight: 600;
	padding: 0 0 5px 0;
}
.faqAnswer {
	font-size: 11px;
	padding: 0 0 15px 0;
}

/* Career fair programs page, etc. */

.advertiserList td {
width: 33%;
}
.advertiserList2 {
font-size:12px;
letter-spacing: -.005em;
color: #474747;
line-height:20px; 
}		
.advertiserList2 td {
width:55%;
padding-left: 28px;
}		
#Headers {
text-transform:uppercase; 
color:#242424; 
font-size:20px; 
line-height:12px; 
font-weight:600; 
font-style:normal; 
font-kerning:normal; 
letter-spacing: 0.00em; 
text-shadow: .5px .5px .5px rgba(64,52,50,0.1); 
-webkit-font-smoothing: antialiased; 
display:block;
}
sectionHeaders {
	color: #242424;
	font-size: 24px;
	line-height: 12px;
	font-weight: 600;
	font-style: normal;
	font-kerning: normal;
	letter-spacing: 0.01em;
	text-shadow: .5px .5px .5px rgba(64,52,50,0.1);
	-webkit-font-smoothing: antialiased;
	display:block;
	margin: 0 0 0.3em 0;
	padding-bottom: 0.2em;
}
.sectionHeaders {
	color: #242424;
	font-size: 24px;
	line-height: 12px;
	font-weight: 600;
	font-style: normal;
	font-kerning: normal;
	letter-spacing: 0.01em;
	text-shadow: .5px .5px .5px rgba(64,52,50,0.1);
	-webkit-font-smoothing: antialiased;
	display:block;
	margin: 0 0 0.3em 0;
	padding-bottom: 0.2em;
}	
#listText {
font-size:12px; 
letter-spacing:-.005em; 
color:#474747; 
line-height:22px; 
display:block;
}
#fairsList {
font-size:12px; 
letter-spacing:-.01em; 
color:#474747; 
line-height:18px; 
display:block;
} 		
#footnote {
line-height:14px; 
color:#747474; 
font-size:11px; 
padding-top:12px; 
display:block;
}		
#listHead {
color:#747474; 
font-size:11px;
}
#hr2 {
background-color: #FFF;
border-left: none;
border-top: 1px solid #ccc;
clear: both;
height: 2px;
margin: 0 0 30px 0;
width: 100%;
}

/*to override styles for live person chat button*/
.lpPoweredBy {
	display: none;
}
.lpEmtStarRating {
	display: none;
}
.lpSection {
	clear: none;
	margin: 0px;
	padding: 0px;
}
.lpStaticButton {
	clear: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.lpStaticButtonTR {
	clear: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.lpPoweredByDiv {
	clear: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.whiteBg {
	background-color: #FFF;
}
.ordersTable td {
	border-bottom: 1px solid #CCC;
	width: 25%;
}
.ordersTable table tr td:last-child {
	border: none;
}
.ordersSummary td.purple {
	background-color: #969;
	color: #000;
	font-weight: 600;
	text-align: left;
	width: 13%;
}
.ordersSummary td {
	background-color: #eee;
	border-bottom: 1px solid #CCC;
	color: #000;
	width: 30%;
}
.ordersSummary table tr td:last-child {
	border: none;
}
/* Career Fair RSVP Form */
.rsvpForm .loginBoxes {
	margin:2px 0 8px 0;
}
/*jquery accordion */
.arrowClosed {
	background-image: url(../images/off-arrowOrange.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.arrowOpen {
	background-image: url(../images/on-arrowOrange.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
.ui-icon {
	display: block;
}
#map_canvas {
	height: 300px;
	width: 460px;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: 600;
}
.faq_question {
	font-weight: 600;
}
.mixer,
.mixernotice {
	color: Red;
}
.tablesremaining {
	color: #333333;
	font-size: 9px;
	font-weight: 600;
}
.soldout {
	color: Red;
}
.lightGreen {
	background-color: #5c9a99;
}
.darkGreen {
	background-color: #355655;
}
.lightOrange {
	background-color: #fba534;
}
.darkOrange {
	background-color: #e66100;
}
.lightBlue {
	background-color: #03669d
}
.darkBlue {
	background-color: #1e465d
}
.contactUsHeight {
	height: 125px;
}
.searchHeaderHeight {
	height: 160px;
}
.physicianSearchHeaderHeight {
	height: 232px;
}
.employerProductsHeaderHeight {
	height: 233px;
}
.manageListingsHeight {
	height: 160px;
}
.numberOfSearchResults {
	font-size: 18px;
	text-transform: uppercase;
}
.refineSearchEmploymentArea {
	float: left;
	padding: 6px;
	width: 28%;
}
.refineSearchState {
	float: left;
	padding: 8px;
	width: 15%;
}
.refineSearchMetro {
	float: left;
	padding: 6px;
	width: 15%;
}
.refineSearchButtons {
	float: left;
	padding-top: 20px;
	padding: 8px;
	width: 28%;
}
.showMoreOptions {
	color: #669999;
	cursor: pointer;
}
.databaseResultLink {
	color: #333;
	font-size: 14px;
	font-weight: 600;
}
.listingTitle {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	margin-bottom:15px;	
}
.listingLocation {
	color: #333;
	font-size: 13px;
	font-weight:600;
	line-height: 15px;
	padding: 5px 0 5px 0;
}
.listingDescription {
	font-size: 12px;
	line-height: 18px;
}
.watermark {
	color: #5b9b9a;
}
.careerFairMapMarkerTitle {
	font-size: 15px;
}
.careerFairMapMarkerContent {
	font-size: 12px;
	padding-bottom: 10px;
}
.careerFairMapMarkerContent .venueName {
	font-size: 12px;
}
.careerFairMapMarkerContent .fairDateAndTime, 
.careerFairMapMarkerContent .venueAddress {
	color: #999;
	font-size: 12px;
	padding-bottom: 10px;
}
.careerFairsMap {
	border: 1px solid #999;
	height: 350px;
	width: 75%;
}
.employerProfileHeader {
	font-size: 21px;
	font-weight: 600;
	line-height: 32px;
	padding-bottom: 30px;
}
.employerProfileDescription {
	color: #666;
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 30px;
}
.employerProfileDescriptionTEST {
	color: #666;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 30px;
}
.employerProfileDescription li {
	list-style-type: circle;
}
.field {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	white-space: nowrap;
	width: 23%;
}
.fieldButtons {
	float: right;
	margin-right: 42px;
	width: 250px;
}
.fieldButtons a {
	clear: both;
	display: block;
	margin-bottom: 15px;
}
/* Career Fair RSVP Form */
.rsvpFormGeographic {
	width: 73%;
}
.rsvpFormGeographic textarea {
	height: 74px;
}
.rsvpFormCitizenshipStatus select {
	height: 80px;
}
.rsvpFormProgram {
	padding-right: 2px;
	width: 48%;
}
.rsvpFormOpportunities {
	display: block;
	padding: 10px 0;
	width: 94%;
}
.rsvpFormOpportunities label {
	margin-right: 40px;
}
.largeParagraph {
	font-size:15px;
	font-weight:normal;
	line-height:21px;
}
.careerfairpromotable {
	font-size:15px;
	font-weight:normal;
	line-height:21px;
}
.careerfairpromotable th {
	color:#999999;
	border-bottom:1px solid #ccc;
	font-weight:normal;
}
.careerfairpromotable td {
	border-bottom:1px solid #ccc;
}
.contactText {
	font-size:15px;
	line-height:24px;
	margin-bottom:30px;
	width:75%;
}
.topRightLink {
	float:right;
	padding-bottom:20px;
}
.wrapword { 
 display: block;
 white-space: pre-wrap;       /* css-3 */ 
 word-wrap: break-word;       /* Internet Explorer 5.5+ */ 
}
.greenBarHeader {
color: #669999; 
font-size: 11px; 
padding-bottom: 10px;
}
.greenBarH2 {
	color: #fff;
	font-size: 18px; 
	font-weight: 600; 
	padding: 0; 
}
.faqHeader {
	border-bottom:1px solid #999;
	font-size:13px;
	font-weight:600;
	margin-bottom:10px;
	margin-top:10px;
}
#wrap .headerLinks {
    font-size: 12px;
}
/* for jquery tablesorter plugin */
.jsortable th.header {
    background: url("/images/sortarrows.gif") no-repeat left;
    cursor: pointer;
    font-size: 1em;
    padding-left:  17px; 
} 
.jsortable th.headerSortDown { 
    background-image: url(/images/sortdescarrow.gif);
}
.jsortable th.headerSortUp { 
    background-image: url(/images/sortascarrow.gif);
} 


/* Form elements */
.form-group {
    margin-bottom: 1.4em;
 }

div.form-group label, label.loginFormTxt {
    color: #333;
}

.form-group:last-of-type {
    margin-bottom: 0;
 }

.form-group > span {
    display: inline-block;
    margin-left: .3em;
}

/* Font styling */
.font-family-headline {
    line-height: 1.15;
    text-transform: none;
    letter-spacing: .02em;
}

.font-weight-700 {
    font-weight: 600;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-100 {
    font-weight: 100;
}

.font-size-xxxxl {
    font-size: 3.4em;
}

.font-size-xxxl {
    font-size: 3em;
}

.font-size-xxl {
    font-size: 2.2em;
}

.font-size-xl {
    font-size: 2em;
}

.font-size-l {
    font-size: 1.4em;
}

.font-size-m {
    font-size: 1.2em;
}

.font-size-base {
    font-size: 1.1em;
}

.font-size-s {
    font-size: .86em;
}

.font-size-xs {
    font-size: .76em;
}

.font-size-xxs {
    font-size: .5em;
}

.allcaps {
    text-transform: uppercase;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.req, .form-group > span, .red {
    color: #f35b5b;
}

.green {
    color: #5d9a98;
}

.darkgreen {
    color: #355655;
}

.orange {
    color: #fba534;
}

.white {
    color: white;
}

.purple {
    color: #6A4D94;
}

.bg-white {
    background-color: white;
}

.bg-green {
    background-color: #5d9a98;
}

.bg-darkgreen {
    background-color: #355655;
}

.bg-rgba-white-m {
    background-color: rgba(255,255,255,.5);
}

.newline {
    display: block;
}

.underline {
    text-decoration: underline;
}

.spacing-bottom-1 {
    margin-bottom: 1em;
}

.spacing-bottom-1 {
    margin-bottom: 1em;
}

.spacing-top-1 {
    margin-top: 1em;
}

.spacing-left-1 {
    padding-left: 1em;
}

.spacing-right-1 {
    padding-right: 1em;
}

.spacing-bottom-2 {
    margin-bottom: 2em;
}

.spacing-top-2 {
    margin-top: 2em;
}
.spacing-left-2 {
    padding-left: 2em;
}

.spacing-right-2 {
    padding-right: 2em;
}

.flex {
    display: flex;
}

.flex-align-center {
    align-items: center;
}

.flex-1 {
    flex: 1 0;
}

.flex-2 {
    flex: 2 0;
}

.flex-3 {
    flex: 3 0;
}

.column-count-4 {
    column-count: 4;
}

.column-count-3 {
    column-count: 3;
}

.column-count-2 {
    column-count: 2;
}

.padding-1 {
    padding: 1em;
}


/* Global button */
.btn {
    border: 1px solid #E56425;
    background-image: linear-gradient(#FAA436, #E2632B);
    color: white !important;
    border-radius: 1px;
    padding: .5em 1em;
    font-size: 1.1em;
    display: inline-block;
}

.btn:hover {
    background-image: linear-gradient(#F39D30, #DB5D25);
    text-decoration: none;
}

.btn-triangle {
    position: relative;
    padding-right: 2.6em;
}

.btn-triangle:after {
    content: "";
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid white;
}

.btn-large {
    padding-top: .8em;
    padding-bottom: .8em;
    padding-left: 1.6em;
    padding-right: 3em;
}

.btn-reset {
    margin-left: 1em;
}

.form-control, 
.col-form .loginBoxes, 
.form-group .loginBoxes, 
.loginColumn1 input.loginBoxes,
.loginColumn2 input.loginBoxes {
    display: block;
    width: 100%;
    padding: .3em;
    margin: 0;
    color: #333;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 1.2em;
    box-sizing: border-box;
}

input[type="file"] {
    background-color: transparent !important;
    border-width: 0 !important;
}

textarea.form-control {
    height: auto;
}

.loginColumn1 input.loginBoxes {
    margin-bottom: 1em;
}

/* Tabular data */
.main-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 3em;
}

.main-table caption {
    text-align: left;
    margin-bottom: .4em;
}

.main-table th {
    text-align: left;
    font-weight: 600;
}

.main-table th, .main-table td {
    padding: .9em;
}

.main-table th {
    background-color: #f7f7f7;
    border-bottom: 4px solid #666;
}

.main-table td {
    border-bottom: 1px solid #cecece;
}

.main-table span {
    display: block;
    color: grey;
}

@media (max-width: 414px) {
    .flex {
        display: block;
    }
}