/****************************************************************************
* TABLE OF CONTENTS
*
* HTML Overrides
* Page Elements
*/

/***************************************************************************
* HTML Overrides
***************************************************************************/
dt {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
}

h1.yt-static {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	color: #000;
	margin-bottom: 15px;
}

h2.yt-static {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

h3.yt-static {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

h4.yt-static {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

li.yt-static-sidebar-item a:link {
	text-decoration: none;
	color: #000;
}

li.yt-static-sidebar-item-highlight a:link {
	text-decoration: none;
	color: #666;
}

li.yt-static-sidebar-item a:visited {
	text-decoration: none;
	color: #000;
}

li.yt-static-sidebar-item-highlight a:visited {
	text-decoration: none;
	color: #666;
}

ol.yt-static-upper-alpha {
	list-style-type: upper-alpha;
}

ol.yt-static-lower-roman {
	list-style-type: upper-alpha;
}

ol li.yt-static {
	margin-bottom: 5px;
}

ul li.yt-static {
	margin-bottom: 5px;
	list-style-type: square;
}

ul.yt-static-sidebar-list {
	margin: 0px;
	padding: 3px 0px;
	background-color: #EEE;
}

 
/***************************************************************************
* Overrides of other stylesheets
***************************************************************************/
.arrowHead {
	font-weight: normal;
	font-size: 14px;
}

#header-wrapper {
	height: 100%;
}

.seeMore {
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	float: right;
}

.videoModifiers {
	text-align: left;
}


/***************************************************************************
* Page Elements
***************************************************************************/
.yt-static-basic-table {
	border: 1px solid #000;
	border-collapse: collapse;
}

.yt-static-basic-table td, .yt-static-basic-table th {
	padding: 3px;
	border: 1px solid #000;
}

.yt-static-basic-table-caption {
	text-align: right;
	color: #666;
	}

#yt-static-call-to-action {
	background-color: #ffebad;
	padding: 10px;
	color: #000;
}

#yt-static-call-to-action h1 {
	color: #c90;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
}

#yt-static-info-box {
	background-color: #e3e9f8;
	padding: 10px;
	color#000;
}

#yt-static-info-box h1 {
	color: #718ec9;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
}

.yt-static-link-to-external-page {
	padding-left: 3px;
	width: 14px;
	height: 9px;
}

#yt-static-main-content {
	width: 695px;
	float: left;
	color: #333;
}

#yt-static-popup-content {
	width: 530px;
	padding: 25px;
	color: #333;
}

#yt-static-sidebar-fade {
	margin: 0px;
	padding: 0px;
	height: 30px;
}

.yt-static-sidebar-item {
	list-style: none;
	margin: 0px;
	padding: 3px 6px;
}
	
.yt-static-sidebar-item-highlight {
	list-style: none;
	margin: 0px;
	padding: 3px 6px; 
}

#yt-static-sidebar-nav {
	width: 160px;
	float: left;
	margin-right: 20px;
	height: 100%;
}

.yt-static-sidebar-subhead {
	padding: 6px;
	background-color: #d8d8d8;
	color: #333;
	margin-top: 1px;
	font-weight: bold;
}

.yt-static-single-rule {
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}
 
.yt-static-single-rule-half-width {
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
	width: 50%;
}
 
#yt-static-video-sidebar {
	width: 300px;
	float: right;
	margin: 10px 0 20px 25px;
}

