/* CSS Document */
/* New careermd style document to be used.  Do not add new styles, until you consult with other team members */

/* Controls the width of all of our pages */
body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color:#669999;
}
form {
	padding: 0px;
	margin: 0px;
}
input {
	color: #666666;
	font-size: 11px;
}
select {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}


#container2 {
    float:left;
    width:100%;
	background-color:#FFF;
    overflow:hidden;
	position:relative;
}

#container1 {
    float:left;
    width:100%;
	background-color:#669999;
    position:relative;
	right:88%;
}

#col1 {
    float:left;
    width:12%;
    overflow:hidden;
	position:relative;
	left:88%;
}

#col2 {
    float:left;
    width:60%;
    overflow:hidden;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:8px;
	left:88%;
	border-right:1px solid #CCC;
}
#col3 {
    float:left;
    width:24%;
    overflow:hidden;
	position:relative;
	margin-top:10px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:20px;
	left:88%;
}

#col2Wide {
    float:left;
    width:84%;
    overflow:hidden;
	position:relative;
	margin-top:10px;
	padding-bottom:20px;
	padding-left:8px;
	padding-right:8px;
	left:88%;
}

#wrapPhysicians{
	width: 1024px;
	margin: 0 auto;
}

#wrapPhysicians a{
	text-decoration: none;
	color: #669999;
}

#wrapPhysicians a:hover{
	text-decoration: none;
	color: #FF9900;
}

#wrapEmployers {
	width: 1024px;
	margin: 0 auto;
}

#wrapEmployers a{
	text-decoration: none;
	color: #006699;
}

#wrapEmployers a:hover{
	text-decoration: none;
	color: #669999;
}

#cmdlogo {
	width: 100px;
	padding: 8px 9px 4px 9px;
	margin: 0 0 0 0px;
	clear: none;
	background-color:#FFF;
}

#navigation ul {
	clear:none;
	float:left;
	height: 30px; 
	list-style: none;
	margin: 0; padding: 0;
}

#navigation li {
	display: inline;
	float:left;
}

#navigation li a:link, #navigation li a:visited {
	border-right:1px solid #FFF;
	height: 10px; 
	margin-right:5px;
	padding-right:5px;
	display: block;  
	text-indent: -7000px;
}

/*#navigation li a:link, #navigation li a:visited .borderNone{
        border:none;
}*/

#navigation li.home a:link, #navigation li.home a:visited { 
	background: url('/images/home.png') no-repeat top left;
	width: 40px;
}
#navigation li.employerHome a:link, #navigation li.employerHome a:visited { 
	background: url('/images/employerHome.png') no-repeat top left;
	width: 110px;
}
#navigation li.about a:link, #navigation li.about a:visited { 
	background: url('/images/aboutCareerMD.png') no-repeat top left;
	width: 43px;
}
#navigation li.contact a:link, #navigation li.contact a:visited { 
	background: url('/images/contactCareerMD.png') no-repeat top left;
	width: 58px;
}
#navigation li.faq a:link, #navigation li.faq a:visited { 
	background: url('/images/faq.png') no-repeat top left;
	width: 25px;
}

#navigation li.lp a:link, #navigation li.lp a:visited { 
	text-indent:0px;
	width: 85px;
}

#navigation li.home a:hover, #navigation li.employerHome a:hover, #navigation li.about a:hover, #navigation li.contact a:hover, #navigation li.faq a:hover {
	background-position: bottom left;
}

#headerNavLinks {
	float:right;
	clear:none;
	text-align:right;
	margin: 0; padding: 0;
	width:400px;
	right:0px;
}


/* Side Navigation */
#sideNav {
	float:left;
	margin:0px;
	padding:0px;
	color:#CCC;
}

#sideNav a {
	font-weight:bold;
	font-size:11px;
	color:#FFF;
	font-style:normal;
}

#sideNav a:hover {
	font-weight:bold;
	font-size:11px;
	color:#ff9900;
	font-style:normal;
}

#sideNav ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

#sideNav li {
	display: block; 
	text-align:left;
	padding:5px;
	margin: 0px;
	font-size:10px;
	font-style:italic;
} 

ul.breadcrumbs 
{
    list-style:none;
    margin:0;
    padding:0;
}

/*End Side Navigation */

#footer {
	width: 1024px;
	float: left;
	font-size: 10px;
	text-align: right;
	clear: both;
	color: #FFF;
}


/* Link Style */

a {
	outline:none;
	text-decoration: none;
}
a:link {
	color: #669999;
}
a:visited {
	color: #669999;
}
a:hover {
	color: #FF9900;
	text-decoration:underline;
}


textarea {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	margin: 0px;
	padding-bottom: 10px;
	text-align: left;
}
li {
	margin-top: 2px;
}
ul {
	margin-top: 5px;
	margin-bottom: 0px;
}
ol {
	margin-top: 5px;
	margin-bottom: 0px;
}
img {
	border: 0px;
}
#maincontent {
	width: 444px;
	border-right: 1px solid #FFCC99;
	margin-right: 5px;
	padding-right: 15px;
	padding-left: 0px;
	padding-top: 0px; 
}
#sidebar {
	width: 265px;
	float: right;
	margin-right: 0px;
	background-color: #F0F0F0;
}
#sidebarheader {
	color: white;
	font-size: 12px;
	height: 18px;
	background-color: #669999;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 4px 0px 2px 5px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}
#sidebarcontent {
	line-height: 14px;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-right: 8px;
	font-size: 10px;
}
#sidebarcontent a:link, #sidebarcontent a:visited {
	text-decoration: none;
	font-weight: bold;
}
#sidebarcontent a:hover {
	text-decoration: underline;
}

/* class names */
.paragraphtitle {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.errortext {
	color: red;
	font-size: 7pt;
	font-weight: normal;
	margin-bottom: 0px;
}
.confirmationtext {
	color: #5b9b9a;
	font-size: 7pt;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 5px;
}
.splitleft {
	float: left;
	width: 49%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.splitright {
	float: right;
	width: 49%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.twoColumn {
	float: left;
	width: 47%;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.threeColumn {
	float: left;
	width: 30%;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}

.defaultInputElement_SELECTTAG {
	width: 99%;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}
.defaultInputElement_TEXTBOX {
	width: 98%;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Sans-Serif;
}
.largeInputElement_TEXTBOX {
	width: 98%;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Sans-Serif;
}
.inputNoPadding_SELECTTAG {
	width: 99%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.pleasewait {
	height: 39px;
	width: 191px;
	background-image: url( '/images/ajax-loader.gif' );
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-bottom: 0px;
	line-height: 25px;
	font-weight: bold;
	font-size: 8pt;
}
/* 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*/
.resultsBody {
	background-color: #ffffff;
	padding: 0px 3px 0px 3px;
	font-family: Verdana Arial Sans-Serif;
	font-size: 8pt;	
}

.results {
	height: 25px;
	text-align: left;
	vertical-align: top;
	padding: 5 3px 5 3px;
	font: regular 8pt 12pt;
}
/*END SEARCH RESULTS*/

/*SUB TABS*/
.emptab {
	background: transparent url( '/images/emptabA.gif' ) no-repeat scroll top right;
	display: block;
	float: left;
	height: 16px;
	margin-right: 20px;
	padding-right: 20px;
	margin-left: 0px;
	color: #ffffff;
}
.empttab {
	background: transparent url( '/images/emptabA1.gif' ) no-repeat;
	display: block;
	float: left;
	font: 7pt verdana, arial, sans-serif;
	color: #ffffff;
	height: 15px;
	padding: 2px 0 0px 20px;
}
.popupTip {
	position: absolute;
	visibility: hidden;
	background-color: #F5F7F8;
}
/*END SUB TAB*/




/*BUTTONS*/
.empButton {
	background: transparent url( '/images/bg_button_a.png' ) no-repeat scroll top right;
	display: block;
	float: left;
	font: 8pt verdana, arial, sans-serif;
	height: 35px;
	margin-right: 4px;
	padding-right: 29px;
	text-decoration: none;
	outline: none;
}
a.empButton {
	font-weight:bold;
	text-decoration: none;
	cursor:pointer;
}
a.empButton:hover {
	text-decoration: none;
}
.empButton span {
	background: transparent url( '/images/bg_button_span.png' ) no-repeat;
	display: block;
	line-height: 9px;
	height: 35px;
	padding: 7px 0 8px 22px;
	outline: none;
	color: #fff;
}
/*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 {
	border:none;
	clear: both;
	margin:0px;
	padding: 12px;
	background-color:#eee;
	font-size:10px;
}
.panelLeft {
	float: left;
	clear: left;
	width: 65%;
}
.panelRight {
	float: left;
	width: 35%;
}
.tip {
	font-style: italic;
	font-size: 10px;
	line-height: 13.5px;
	font-weight:normal;
}

/*h1 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	margin-top: 0px;
}

h2 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}
h3 {
	border-bottom: 2px solid #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}*/

/* used in admin and app_data only
TODO: Remove */
.section:after, .sectionPhysicians:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.section, .sectionPhysicians {
	margin:0 0 15px 0;
	width: 100%;
	display: inline-block;
}
.section h1, .sectionPhysicians h1 {
	font-size: 14px;
	text-transform:capitalize;
	line-height: 16pt;
	color: #666666;
	padding: 0 15px;
	margin:0px;
	font-weight: bold;
	border: 0px;
	background-image:url('/images/orangeBullet.gif');
	background-repeat:no-repeat;
	background-position:0px 6px ;
}
.section h2, .sectionPhysicians h2 {
	font-size: 14px;
	text-transform:capitalize;
	line-height: 16pt;
	color: #666666;
	padding:0px;
	margin:0px;
	font-weight: bold;
	border: 0px;
}

.section h3, .sectionPhysicians h3 {
	border:0;
	font-size:12px;
	padding:6px 0 4px 0;
}

/*end sections need to be deleted */

h1 {
	font-size: 14px;
	text-transform:uppercase;
	line-height: 16pt;
	color: #666666;
	padding: 0 15px;
	margin:5px 0 5px 0;
	font-weight: bold;
	border: 0px;
	background-image:url('/images/orangeBullet.gif');
	background-repeat:no-repeat;
	background-position:0px 6px ;
	clear:both;
}

h2 {
	font-size: 14px;
	text-transform:capitalize;
	line-height: 16pt;
	color: #666666;
	padding:0px;
	margin:0px;
	font-weight: bold;
	border: 0px;
	
}


h3 {
	border:0;
	font-size:14px;
	padding:6px 0 4px 0;
	font-weight:bold;
	border-bottom:none;
	margin-bottom:5px;
}

h3 a{
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding-left:0px;
	margin-left:15px;
	text-decoration:none;
}

h4 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	margin-top: 0px;
	clear:both;
}

h5 {
	border:none;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	margin-top: 0px;
	clear:both;
}
h6 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 11px;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	clear:both;
}






.participatingEmployers {
	float:left;
	clear:none;
	width:auto;
	padding:0;
}

/*.introParagraph {
	width:60%;
	padding: 0 0 0 0;
	float: left;
	font-size: 11.5pt;
	line-height: 16pt;
}
.introSM {
	clear:left;
	padding: 15px 0 0 0;
	font-size: 11px;
	line-height: 12pt;
}*/

.formTxt {
	font-size: 10px;
	font-weight: bold;
}

.tableHeader {
	background-color:#F90;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	width:100%;
	padding:6px 2px 2px 4px;
	margin-bottom:10px;
	clear:both;	
}
.textleft {
	text-align:left;
	color:#666;
	text-decoration:underline;
}

.upcomingFairs {
	font-size: 10px;
	font-weight: bold;
	width: 30%;
	margin: 0;
	padding:8px;
	float: left;
	border-right: 1px solid #d1d3d4;
}
.fairLocationLink {
    float:left;
}
.quarterLeft, .quarterEnd {
	font-size: 10px;
	font-weight: bold;
	width: 23%;
	margin: 0;
	padding:8px;
	float: left;
}
.quarterLeft {
	border-right: 1px solid #d1d3d4;
}
.quarterLeft a, .quarterEnd a {
	float:left;
}
.date {
	font-weight: normal;
	float: right;
}
.fairLocationDateTba {
    font-weight: normal;
	float: left;
}
.eventLeft {
	float:left;
	width:30%;
}

.shippingInfo {
	float:left;
	width:100%;
}
.eventRight {
	float:right;
	width:66%;
}
.section .panelSpan, .sectionPhysicians .panelSpan {
	border:0;
	width:97%;
	display:block;
	margin:15px 0 35px 0;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.section h2, .sectionPhysicians h2 {
	font-size:12px;
}
/*h4.physiciansFAQ {
	font-size:11.5px;
	line-height:18px;
	color:#666;
	margin:10px 0 5px 25px;
	padding:0;
}
.morelesslink {
	display:none;
	height:20px;
	width:100%;
	padding:.3em 0 .25em 25px;
	cursor:pointer;
	text-decoration:underline;
	color:#5b9b9a;
	position:relative;
	z-index:5;
}
.more {
	margin-top:-25px;
	background:url(../images/arrowAnimated.gif) no-repeat 0 center;
}
.less {
	background:url(../images/arrowUp-physicians.gif) no-repeat 0 center;
}
.moretext {
	padding-left:25px;
}*/
/*NEW & PDF IMAGES*/


/*Manage Listings*/
#listingsdir {
	margin-bottom: 10px;
}
#viewfilter {
	float: right;
	margin-bottom: 5px;
}
#createnewbtn {
	float: left;
	margin-bottom: 5px;
}

#scrollBox {
	height:350px;
	overflow:scroll;
	border:1px solid #CCC;
	overflow-x:hidden;
	padding:5px;
}



.faqQuestion {
	font-size:12px;
	font-weight:bold;
	padding:0 0 5px 0;
}

.faqAnswer {
	font-size:11px;
	padding:0 0 15px 0;
}

/*to override styles for live person chat button*/
.lpPoweredBy { display:none;}
.lpEmtStarRating { display:none;} 


.lpSection{
	clear:none;
	margin:0px;
	padding:0px;
}
.lpStaticButton{
	clear:none;
	margin:0px;
	padding:0px;
	display:inline;
}
.lpStaticButtonTR{
	clear:none;
	margin:0px;
	padding:0px;
	display:inline;
}

.lpPoweredByDiv{
	clear:none;
	margin:0px;
	padding:0px;
	display:inline;
}

.whiteBg {
	background-color:#FFF;
}

.ordersTable td {
	width:25%;
	border-bottom:1px solid #CCC;
}

.ordersTable table tr td:last-child {
    border: none;
}

.ordersSummary td.purple {
	width:13%;
	background-color:#969;
	text-align:left;
	font-weight:bold;
	color:#000;
}

.ordersSummary td {
	width:30%;
	border-bottom:1px solid #CCC;
	background-color:#eee;
	color:#000;
}

.ordersSummary table tr td:last-child {
    border: none;
}

/* Career Fair RSVP Form */
.rsvpFormRegion {
	float: left;
	width: 28%;
	padding: 0px;
	margin: 0px;
}
.rsvpFormState {
	float: left;
	width: 33%;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}
.rsvpFormArea {
	float: left;
	width: 33%;
	padding: 0px;
	margin: 0px;
}

.rsvpFormButtonLayout
{
	width:190px;
	float:right;
	padding-top:12px;
}

.rsvpFormTrainingLeft
{
	width:63%
}
.rsvpFormTrainingRight
{
	float:left;
	padding-left:7px;
	width:33%
}

/*jquery accordion */

.arrowClosed {
	background-position:left center;
	background-image:url(../images/off-arrowOrange.png);
	background-repeat:no-repeat;
}
.arrowOpen{
	background-position: 0px 5px; 
	background-image:url(../images/on-arrowOrange.png);
	background-repeat:no-repeat;
}
.ui-icon { display: block; }

#map_canvas { height: 300px; width:100%; border:1px solid #999; margin-top:10px;  }

.underline{
	text-decoration:underline;
}

.bold{
	font-weight:bold;
}

.faq_question {
    font-weight: bold;
}

.mixer, .mixernotice{
    color: Red;
}

.tablesremaining{
    color: #333333;
    font-size: 9px;
    font-weight: bold;
}

.soldout{
    color: Red;
}
