﻿@charset "UTF-8";

html, body { height: 100%;}
body {
	background-color: #CC0000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position:relative;
	text-align:center;
	background-image: url(images/backf.gif);
}
#vspace { 
	width:1px;
	height:50%;
	margin-bottom:-300px;
	float:left;
}
#F0 {
	height: 600px;
	width: 800px;
	margin:0 auto;
	text-align:left;
	clear: left;
	background-color: #FFFFFF;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
#F0 .leftbox {
	text-align: center;
	vertical-align: top;
	padding: 5px;
	font-size: 12px;
	line-height: 17px;
}
#F0 .leftbox .title {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 5px;
	margin-bottom: 0px;
}
#F0 .rightbox {
	text-align: center;
	vertical-align: top;
	padding: 5px;
	font-size: 12px;
	line-height: 17px;
}
.TabbedPanelsTab {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #CCCCCC;
	font-size: 12px;
	outline: none;
}
.TabbedPanelsTab:focus {
	overflow: hidden;
}
.TabbedPanelsTabSelected {
	border-bottom: #FFF solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #FFFFFF;
	font-size: 12px;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
}

.TabbedPanelsContent {
	border: 0px;
	background-color: #FFFFFF;
	width: 520px;
	height: 530px;
	overflow: auto;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.TabbedPanelsContent H2 {
	font-size: 14px;
	color: #CC0000;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	margin-bottom: 3px;
}
.TabbedPanelsContent H3 {
	font-size: 14px;
	color: #CC0000;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CC0000;
	margin-bottom: 3px;
	padding-left: 5px;
}
.TabbedPanelsContent .sub {
	text-align: right;
	padding-right: 5px;
	border-right-width: 80px;
	border-right-style: solid;
	border-right-color: #FF6600;
	height: 80px;
	margin-bottom: 5px;
	line-height: 15px;
}
.TabbedPanelsContent .sub h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF6600;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3px;
	padding-top: 5px;
	padding-bottom: 3px;
}
.cdinfo {
	margin: 0px;
}
.cdinfo dt{
	color: #CC3300;
	float: left;
	width: 9em;
	text-align: right;
	padding-right: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0em;
}
.cdinfo dd{
	clear: right;
	margin-left: 10em;
}
.footer {
	background-color: #999999;
	margin: 2px;
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	text-align: right;
	font-size: 10px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 1px;
}