/* global styles */

/* overriding style in http://www.med.cornell.edu/cms/nyp/common/css/base.css */
#document_contents h1 {
	color: #026860;
	font-size: 17px;
	font-weight: normal;
	margin: 10px 0 15px 0;
}

/* overriding style in http://www.med.cornell.edu/cms/nyp/common/css/base.css */
#document_contents h2, #document_contents h3 {
	color : #026860;
	text-transform:uppercase;
	font-size: 14px;
	line-height: 20px;
	font-weight: none;
	margin: 20px 0 0 0;
}

/* overriding style in http://www.med.cornell.edu/cms/nyp/common/css/base.css */
#document_contents h4 {
	color: #5c261a;
	font-size: 13px;
	font-weight: none;
	margin: 18px 0 0 0;
}



/* Main (Index) Page with List of Specialties */	

p.instructions {
	text-transform: uppercase;
	font-size: 9px;
	line-height: 5px;
	*letter-spacing: -.05em;
	}
	

div.SiteAreaNavigator div.hl-specialty-module {
	margin-bottom: 15px;
	}

div.SiteAreaNavigator a img {
	border-bottom: none;
	border: 2px;
	}
	
	div.SiteAreaNavigator div.image {
		margin: 8px 10px 15px 0;
		float: left;
		height: 100%;
		}
		
	div.SiteAreaNavigator div.content {
		display: block;
		margin-bottom: 10px;
		}
	
	div.SiteAreaNavigator div.image a {
		border-bottom: none;
		}
		
		
/* left sub-navigation */	
		
				
		.col-1 #nav2 ul.contents2 {
			margin-left: 20px;
			margin-bottom: 10px;
			margin-top: -10px;
			*margin-top: 5px;
			}
			
		.col-1 #nav2 ul.contents2 li {
			line-height: 0.9em;
			padding: 4px 0 4px 6px;
			}
			
			.col-1 #nav2 ul.contents2 li a {
				font-size: 11px;
				line-height: 12px; /*changing this adjusts for IE8*/
				margin-bottom: 2px;
				color: #5C261A;
				}
				
			.col-1 #nav2 ul.contents2 li a:hover {	
				color: #DF2D04;
				text-decoration: underline;
				}
				
			.col-1 #nav2 ul.contents2 li a:visited {	
				*color: #5C261A;
				}
			
			.col-1 #nav2 ul.contents2 li a:active {	
				color: #DF2D04;
				text-decoration: underline;
				}
		
		
		.col-1 #nav2 ul.contents2 li.nav-selected {
				background: none;
				line-height: 0.9em;
				margin: 0;
				padding: 4px 0 4px 6px;
				}
				
		.col-1 #nav2 ul.contents2 li.nav-selected a,.col-1 #nav2 ul.contents2 li.nav-selected a:visited {
				color:#DF2D04;
				text-decoration: underline;
				}
				
				/* overriding style in http://www.med.cornell.edu/cms/nyp/common/css/base.css */	
				.col-1 #nav2 .nav-selected {
					background: url("http://www.med.cornell.edu/cms/nyp/i/bkg_nav2_active.gif") no-repeat scroll 0 5px transparent;
					color:#DF2D04;
					line-height: 16px;
				}
		
				/* overriding style in http://www.med.cornell.edu/cms/nyp/common/css/base.css */	
				.col-1 #nav2 .nav-selected a {
					color:#DF2D04;
				}		
				

/* List of Procedures and Article Pages */

	ul.proceduresList {
		margin: 0;
		}
		
			ul.proceduresList li {
				list-style: none;
				line-height: 15px;
				margin-left: -20px;
				}

	.col-2 p.hl-breadcrumb {
		margin-bottom: -20px;
		border-bottom: none;
		}
		
		.col-2 p.hl-breadcrumb a { 
			font: 14px Trebuchet MS, sans-serif;
			color: #5C261A;
			border-bottom: none;
			}
			
				.col-2 p.hl-breadcrumb a:hover { 
					color: #DF2D04;
					border-bottom: 1px solid #DF2D04;
					}
		
		.col-2 h3.hl-title {
			margin-bottom: 15px;
			font-size: 18px;
			}
			
				.col-2 h3.hl-title a {
					color: #5C261A;
					font: 18px Trebuchet MS, sans-serif;
					border-bottom: none;
					}
					
				.col-2 h3.hl-title a:hover {
					color: #DF2D04;
					border-bottom: 1px solid #DF2D04;
					}
			
		.col-2 h2.hl-subtitle {
			font: 24px Trebuchet MS, sans-serif;
			color: #026860;
			margin-top: 30px;
			}
			
			p.relatedNames {
				font-size: 11px;
				line-height: 0px;
				margin-bottom: 30px;
				}



/* Table stylings */

.hl-staywell table {
	border-color: #D7D7D7;
	border-style: solid;
	border-width: 1px 1px 0 0;
	padding: 0px;
	vertical-align: top;
	width: 90%;
}

	.hl-staywell table th {
		background-color: #E4F2F1;
		border-color: #D7D7D7;
		border-style: solid;
		border-width: 0 0 1px 1px;
		padding: 0px 10px 8px;
	}

		.hl-staywell table th p {
			line-height: 22px;
		}

	.hl-staywell table td {
		border-color: #D7D7D7;
		border-style: solid;
		border-width: 0 0 1px 1px;
		padding: 0px 10px 0px;	
	}

		.hl-staywell table td p {
			line-height: 22px;
		}



/* Image stylings */

/* for base img styles */
.hl-staywell img {
	float: right;
	margin: 10px 0 10px 10px;
}

/* for "img" class styles */
.hl-staywell .img {
	float: none;
	margin: 0 auto;
	text-align: center;
}

	.hl-staywell .img a {
		border-style: none;
	}


.hl-staywell img.right {
	float: right;
	padding: 5px 0 5px 8px;
}

.hl-staywell .thumbnail_align_right {
	/*float: right;*/
}

.hl-staywell .caption {
	text-align: center;
	font-weight: bold;
}



/* Quizzes */

.Question {
	margin-bottom: 20px;
}

.QuestionText {
	border-bottom: 1px solid #cccccc;
	color: #026860;
	font-family: 'Trebuchet MS','Arial',sans-serif;
	font-weight: bold;
	margin-bottom: 3px;	
}

.Options .Option {
	display: block;
}

.AnswerLetter {
	display: none;
}

.AnswerText.Wrong {
	color: #DF2D04;
}

.AnswerText.Right {
	color: #20ab23;
}

.CorrectAnswer .AnswerText {
	font-weight: bold;
}

.Question .Explanation {
	color: #999999;
	font-style: italic;
	font-weight: normal;
}

.Score {
	color: #026860;
	font-family: 'Trebuchet MS','Arial',sans-serif;
	font-size: 17px;
	margin-bottom: 20px;	
}



/* Calculators */

.CalculatorBox {
	background: url("http://www.med.cornell.edu/cms/nyp/i/bkg_form.gif") repeat-x scroll 0 0 #EDF5F4;
	border-color: #91B8B7;
	border-style: none none solid;
	border-width: medium medium 1px;
	clear: both;
	display: block;
	margin: 20px 0 30px 0;
	padding: 0 20px 0 20px;
}

/* #document_contents added at the beginning to override standard h2 styling */
#document_contents .CalculatorBox h2 {
	color: #5C261A;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
}

.CalculatorBox .Question {
	margin: 10px 0 10px 0;
}

.CalculatorBox .Button {
	margin-top: 15px;
	margin-bottom: 25px;
}

.CalculatorBox .QuestionText {
	border: 0;
	color: #614741;
}

.CalculatorBox #Submit, .CalculatorBox #AsthmaZoneCalc_SubmitButton, .CalculatorBox #ChildBMICalc_SubmitButton, .CalculatorBox #ChildHeightCalc_SubmitButton, .CalculatorBox #CostOfDrinking_SubmitButton, .CalculatorBox #CostOfSmokingCalc_SubmitButton, .CalculatorBox #DueDateCalc_SubmitButton, .CalculatorBox #OvulationCalc_SubmitButton, .CalculatorBox #Button1 {
	background: url(http://www.med.cornell.edu/cms/nyp/i/btn_calculate.gif) 0 0;
	overflow: hidden;
	text-indent: -999em;
	width: 130px;
	height: 27px;
	padding: 0;
	margin: 10px 0 0 0;
	border: none;
}




/* Shadowbox stylings */

#sb-player {
	background: #ffffff;
}

#sb-player iframe img {
	margin: 0 auto;
}




/* Other stylings */

.hl-staywell ul li {
	margin-left: 0px;
}

#searchResults li {
	list-style: none;
}

.podtitle, .podtitle2 {
	color: #026860;
	font-size: 17px;
	font-weight: normal;
	margin: 20px 0 10px 0;
}

.CollectionNavigator a, .CollectionNavigator a:hover, .CollectionNavigator a:visited {
	display: block;
	border: none;
}
			