@import url("main.css");

/*----------------------------------- Fullscreen Surgeon Select -----------------------------------*/
#fullscreen {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;
	background-color: #a8c5c8;
	filter: alpha(opacity=50);
	opacity: .5;
}

#surgeonTitleCon {
	height: 38px;
	width: 640px;
	background: url(../images/surgeons/s_title_bg.gif);
	text-align: center;
}

#surgeonTitleCon img {
	margin-top: 12px;
}

#surgeonTitleCon a {
	float: right;
	color: #CCCCCC;
	margin-top: -17px;
	margin-right: 6px;
	text-decoration: none;
	font-size: 11px;
}

#surgeonTitleCon a:hover {
	color: #FFFFFF;
}

#surgeonSelect {
	position: absolute;
	width: 640px;
	height: 414px;
	top: 130px;
	z-index: 17;
	background-color: #FFFFFF;
	left: 50%;
	margin-left: -320px;
	border: 1px solid #CCCCCC;
}

.hidden {
	display: none;
}

#sAlign {
	width: 613px;
	position: relative;
	margin: auto;
}

.surgeonContainer {
	float: left;
	width: 143px;
	height: 165px;
	margin-top: 14px;
	margin-left: 5.5px;
	border: 1px solid #FFFFFF;
}

.surgeonContainerHover {
	cursor: pointer;
	float: left;
	width: 143px;
	height: 165px;
	background-color: #F5F5F5;
	border: 1px solid #E0E0E0;
	margin-left: 5.5px;
	margin-top: 14px;
}

.surgeonContainerHover a, .surgeonContainer a {
	width: 143px;
	text-align: center;
	color: #9cc2ca;
	display: block;
	text-decoration: none;
}

.sName {
	margin-top: 3px;
	color: #868686;
	font-size: 12px;
	width: 143px;
	text-align: center;
}

.surgeonBorder {
	position: relative;
	margin: auto;
	margin-top: 8px;
	width: 116px;
	height: 116px;
	background: url(../images/surgeons/s_border.gif);
	padding-left: 6px;
	padding-top: 6px;
}

/*----------------------------------- Link Container -----------------------------------*/
#linkContainer, #linkContainer a {
	position: relative;
	width: 738px;
	height: 24px;
	text-align: right;
	margin: auto;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

#linkContainer a:hover {
	color: #333333;
	text-decoration: underline;
}

/*----------------------------------- Main Containers -----------------------------------*/
#oContainer {
	position: relative;
	margin: auto;
	background-color: #F1F1F1;
	width: 730px;
	height: 306px;
	padding: 4px;
}

#iContainer {
	position: relative;
	background-color: #f3f6f6;
	width: 728px;
	height: 304px;
	border: 1px solid #FFFFFF;
}

/*----------------------------------- Main Box -----------------------------------*/
#mainBox {
	position: relative;
	background-color: #e1e9e9;
	border: 1px solid #FFFFFF;
	width: 400px;
	height: 282px;
	margin: -2px 2px 3px -3px;
}

#mainBoxShadow {
	float: left;
	width: 400px;
	height: 282px;
	position: relative;
	margin-left: 5px;
	margin-top: 10px;
	background-color: #e7e9e9;
}

#iContainer>#mainBoxShadow {
	margin-left: 10px;
}

.surgeonBorderG {
	float: left;
	margin-top: 11px;
	margin-left: 4.5px;
	width: 116px;
	height: 116px;
	background: url(../images/surgeons/sg_border.gif);
	padding-left: 6px;
	padding-top: 6px;
}

#mainBox>.surgeonBorderG {
	margin-left: 9px;
}

#mainInfo {
	width: 255px;
	float: left;
	margin-left: 12px;
	margin-top: 11px;
	font-size: 12px;
	color: #2a6770;
}

#mainName {
	font-weight: bold;
	color: #0e4040;
}

#mainOrgCert {
	float: left;
	margin-left: 6px;
	font-size: 12px;
	color: #2a6770;
	margin-top: 6px;
}

#mainBox>#mainOrgCert {
	margin-left: 12px;
}

#mainInfo a {
	color: #389ead;
	text-decoration: none;
	font-size: 10px;
	vertical-align: middle;
}

#mainInfo a:hover {
	color: #2a6770;
}

/*----------------------------------- Practice Box -----------------------------------*/

.pBox {
	width: 242px;
	position: absolute;
	height: 213px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	top: 58px;
	left: 142px;
}

.pBoxClose {
	width: 11px;
	height: 12px;
	color: #CCCCCC;
	border: 1px solid #DDDDDD;
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	background-color: #FFFFFF;
}

.pBoxCloseHover {
	width: 11px;
	height: 12px;
	color: #666666;
	border: 1px solid #999999;
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	background-color: #FFFFFF;
}

#practiceText {
	margin-top: 6px;
	margin-left: 6px;
}

.practiceLocation {
	margin-left: 70px;
	font-style: italic;
}

/*----------------------------------- Personal Box -----------------------------------*/
#personalBox {
	position: relative;
	background-color: #e1e9e9;
	border: 1px solid #FFFFFF;
	width: 294px;
	height: 87px;
	margin: -2px 2px 3px -3px;
}

#personalBoxShadow {
	float: right;
	width: 294px;
	height: 87px;
	position: relative;
	margin-right: 5px;
	margin-top: 10px;
	background-color: #e7e9e9;
}

#iContainer>#personalBoxShadow {
	margin-right: 10px;
}

#personalInfo {
	float: left;
	margin-left: 4.5px;
	color: #2a6770;
	margin-top: 7px;
	font-size: 12px;
}

#personalBox>#personalInfo {
	margin-left: 9px;
}

.sTitle {
	color: #389ead;
}

/*----------------------------------- Education Box -----------------------------------*/
#educationBox {
	position: relative;
	background-color: #e1e9e9;
	border: 1px solid #FFFFFF;
	width: 293px;
	height: 182px;
	margin: -2px 2px 3px -3px;
}

#educationBoxShadow {
	float: right;
	width: 293px;
	height: 182px;
	position: relative;
	margin-right: 5px;
	margin-top: 10px;
	background-color: #e7e9e9;
}

#iContainer>#educationBoxShadow {
	margin-right: 10px;
	margin-top: 13px;
}

#educationInfo {
	float: left;
	margin-left: 4.5px;
	color: #2a6770;
	margin-top: 7px;
	font-size: 12px;
}

#educationBox>#educationInfo {
	margin-left: 9px;
}