@charset "utf-8";
/* CSS Document */
body, h1, h2, p, td, div, span, li {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FBF6EE;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #663300;
	text-align: center;
	margin-top: 0px;
}
.h1_pseudo {
	color: #800000;
	font-size: 1.6em;
	text-align: center;
}
h2 {
	color: #663300;
	text-align: center;
	font-size: 0.9em;
}
.h2_pseudo {
	color: #800000;
	font-size: 1.3em;
	text-align: center;
}
h3 {
	color: #663300;
	font-size: 0.9em;
}
.h3_pseudo {
	color: #800000;
	font-weight: bold;
}
p, li, td {
	color: #663300;
	font-size: 0.9em;
	line-height: 1.5;
}
td {
	text-align: left;
	vertical-align: top;
}
a, a:hover, a:visited {
	color: #BF7814;
}
#leftcolumn {
	width: 176px;
	float: left;
}
#rightcolumn {
	width: 176px;
	float: right;
}
#main {
	margin: 5px 180px 0px 180px;
}
#header {
	width: 100%;
	height: 200px;
	background-image: url('images/header_right.jpg');
}
#footer {
	width: 100%;
	height: 42px;
	background-color: #214cb5;
	border-top: 2px solid #6a4516;
	background-image: url('images/sdalogo_english.jpg');
	background-repeat: no-repeat;
	background-position: 10px 2px;
}
#jwplayer {

}
#menu {
	border: 1px solid #6A4516;
	margin: 5px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu a {
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	background-color: #E9DAC3;
	border-bottom: 1px solid #C5B397;
	border-top: 1px solid #F7EDDE;
	color: #3A2C2E;
	font-size: 0.9em;
}
#menu a:hover {
	background-color: #D3963F;
	border-bottom: 1px solid #AF7727;
	border-top: 1px solid #E3AF66;
	color: white;
}
#menu .head a {
	background-color: #BF7814;
	border-bottom: 1px solid #6A4516;
	color: white;
}
.floatleft {
	float: left;
	margin-right: 5px;
	border: none;
}
.floatright {
	float: right;
	margin-left: 5px;
	border: none;
}
.center {
	text-align: center;
}
.margin_auto {
	margin: auto;
}
.clearer {
	clear: both;
	height: 0px;
}
.booktitles {
	font-style: italic;


}

/* MediaTable */
.mediatable {
	border: 1px solid black;
	border-collapse: collapse;
}
.mediatable thead td {
	background-color: #acb4b9;
	font-weight: bold;
}
.mediatable .odd {
	background-color: #bfc6cb;
}
.mediatable .even {
	background-color: #d8dadb;
}
.mediatable .download_flv_link {
	font-size: 10px;
}


.sopbookstable td {
	padding-bottom: 10px;
}

.guides_ol li {
	margin-bottom: 10px;
}
.guides_ol li li{
	margin-bottom: 0px;
}

/* Lightbox */
.darkbackground {
	position: absolute;
	z-index: 50000;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.9;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	background-color: black;
}
.movieframe {
	width: 720px;
	height: 390px;
	position: absolute;
	z-index: 60000;
	background-color: black;
	border: none;
}
.closebar {
	/*background-color: black;*/
	width: 720px;
	height: 10px;
	z-index: 55000;
	position: absolute;
	padding-top: 10px;
	
}
.closelink {
	color: white;
	width: 40px;
	height: 20px;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	float: right;
}

/* Play Video */
.playvideo {
	background-color: black;
	margin: 0px;
	padding: 0px;
}
.playvideo #jwplayer {
	width: 720px;
	height: 390px;
}
