
/** Yahoo UI font and spacing resets*/
@import url("yui-reset.css");
@import url("yui-fonts.css");

/** import page layout */
@import url("screen_layout.css");

/* import navigation */
@import url("nav.css");

/** import content area styles */
@import url("content.css");
@import url("forms.css");

/* SIFR styles */

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
/*	letter-spacing: -9px;*/
	font-size:18px;
}


/* find a dentist  */

/* Search fields formatting */
.dentistSearchFields 
{
    width: 689px;
	padding:15px;
	border:1px solid #c2d5dd;
}
	.dentistSearchFields .seperator{
		height:1px;
		background:repeat-x url(/images/find_dentist/seperator.gif);
		margin-bottom:10px;
		margin-top:10px;
	}
	.dentistSearchFields .input{
		margin-top:2px;
		font-size:11px;
		font-family:tahoma;
		color:#333;
		width:125px;
	}
	.dentistSearchFields .main{
		font-size:11px;
		font-family:tahoma;
		color:#555;
	}
	.dentistSearchFields .checklist td{
		padding:5px;
	}
	.dentistSearchFields .checklist input{
		margin-right:3px;
	}
/* Search results Formatting  */
.dentistSearchResults {
	width:721px;
	padding:4px;
    background:#d5dde6;
}
    .dentistSearchResults #headerRow{
	    font-size:11px;
	    font-weight:bold;
    }
    .dentistSearchResults #headerRow td{
	    padding:5px;
    }
    .dentistSearchResults .row1 td,.row2 td{
	    padding:5px;
	    font-size:11px;
	    border:solid #d5dde6 1px;
    }
    .dentistSearchResults .row1 td{
	   background:#fff;
    }
    .dentistSearchResults .row2 td{
	   background:#ebeff4;
    }
    .messageBox {
        padding:10px 10px 0px 10px;
	    background:#ffffff;
	    width:701px;
	    border-bottom:1px dotted #87aabb;
    }	
    .dentistSearchResults #showAdvanced{
        padding:10px;
        background:#b7d2d9;
        width:501px;
    }
    .dentistSearchResults #showAdvanced a{
        font-size:11px;
        font-weight:bold;
    }


.dentistDetails {
	width:491px;
	padding:15px;
	/* height:260px; */
    border:1px solid #d5dde6;
}
    .dentistDetails .seperator{
	    height:1px;
	    background:repeat-x url(/images/find_dentist/seperator.gif);
	    margin-bottom:10px;
	    margin-top:10px;
    }
    .seperator #addressList{
        float:right;
        width:178px;
        border:2px solid #d5dde6;
        MARGIN-LEFT:20PX;
        background:#fff;
        padding:10px;
    }
    .seperator #showAdvanced{
        padding:10px;
        background:#b7d2d9;
        width:501px;
    }
    .seperator #showAdvanced a{
        font-size:11px;
        font-weight:bold;
    }
#showAdvanced{
    padding:10px;
    background:#b7d2d9;
    width:701px;
}
#showAdvanced a{
    font-size:11px;
    font-weight:bold;
}
.careerList{
	width:520px;
	
}
	.careerList .header{
		background:url(/images/calendar/cal_hdr_darkbg.gif) repeat-x;
		padding:4px;
		color:#fff;
		font-weight:bold;
	}
	.careerList .monthHeader{
		background:#e1e0d0;
		padding:4px;
		color:#8d8c72;
		font-weight:bold;
		font-size:11px;
		letter-spacing:1px;
	}
	.careerList .leftCol{
		padding:5px;
		font-size:10px;
		font-family:tahoma,arial;
		color:#436778;
		background:#bcd3dd;
		border:1px #fff solid;
	}
	.careerList .rightCol{
		padding:5px;
		font-size:13px;
		font-family:arial;
		background:#c7dbe4;
		border:1px #fff solid;
	}
	.careerList .rightCol a{
		text-decoration:none;
		border-bottom:1px solid #9fc2d2;
	}
	.careerList .rightCol a:hover{
		border-bottom:1px solid #fb9449;
	}

/* updated styles for Course listing */

#courseListHeader,#monthList
{
	width:750px;
}
	#courseListHeader .header{
		background:url(/images/calendar/cal_hdr_darkbg.gif) repeat-x;
		padding:4px;
		color:#fff;
		font-weight:bold;
	}


/* additional calendat classes */
.etCtrl_selectBox
{
    font-size:11px;
    float:left;
    border:1px;
}
	
	
	
	
