/* Clear default ----------------------------- */

/* Common ------------------------------------ */
body.Base {
	background-color: #fff;
	margin: 5px;
}

div.Common {
	background-color: #fff;
	color: #000;
	margin: 0 0 0 175px;
	font-size: small;
	font-family: serif;
	padding: 0.5em 1em 0.5em 1em;
}

div.TabbedPage {
	margin: 0 2px 0 2px;
	padding: 0.5em 1em 0.5em 1em;
	border-width: 2px;
	border-color: #000;
	border-style: none solid solid solid;
}

div.DialogPage {
	margin: 0 2px 0 2px;
	padding: 0.5em 1em 0.5em 1em;
}

.Common h1 {
	font-size: medium;
	font-family: sans-serif;
	font-weight: bold;
	margin: 0.5em 0 0.1em 0;
}
.Common h2 {
	font-size: small;
	font-family: sans-serif;
	font-weight: bold;
	margin: 0 0 0.1em 0.5em;
}
.Common h3 {
	font-size: small;
	font-family: serif;
	font-weight: bold;
	margin: 0 0 0.1em 0.75em;
}
.Common h4 {
	font-size: small;
	font-family: serif;
	font-weight: normal;
	margin: 0 0 0.1em 0.85em;
}
.Common p {
	margin: 0em 1.0em 1.0em 1.0em;
	line-height: 1.25em;
	text-indent: 0;
}
.Common p.Continue {
	margin: 0em 1.0em 0em 1.0em;
	line-height: 1.25em;
	text-indent: 0;
}
.Common div {
	margin: 0em 1.0em 0em 1.0em;
	line-height: 1.25em;
}

.Common ul {
	list-style-type: circle;
	margin: 0em 1em 1em 1em;
	padding: 0em 0em 0em 2em;
}
.Common ul ul {
	list-style-type: disc;
	margin: 0em 1em 0em 1em;
}
.Common ul ul ul {
	list-style-type: none;
	margin: 0em 1em 0em 1em;
}
.Common ol {
	margin: 0em 1em 1em 1em;
	padding: 0em 0em 0em 2em;
}
.Common li{
	margin-bottom: 0.2em;
}

.Common dl {
	margin: 0em 0em 0em 0em;
}
.Common dl dt{
	margin: 0em 0em 0em 0em;
}
.Common dl dd{
	margin: 0em 0em 0.25em 1.5em;
}

.Common table {
	margin-left: 2em;
	border-collapse: collapse;
}
.Common th {
	border-style: solid;
	border-width: 1px;
	text-align: left;
}
.Common td {
	border-style: solid;
	border-width: 1px;
}
table.CTable, table.CTable tr, table.CTable th, table.CTable td {
	border-collapse: collapse;
	border-style: none;
}
table.BTable, table.BTable tr{
	border-collapse: collapse;
	border-style: none;
}
table.BTable th, table.BTable td {
	border-collapse: collapse;
	border:1px solid #808080;
}
table.PaddedTable td, table.PaddedTable th {
	padding: 0.1em 0.5em 0.1em 0.5em;
}

table.CntTdTable td {
	text-align: center;
}

em{
	color: red;
	font-weight: bold;
	font-style: normal;
}
strong {
	font-family: sans-serif;
	font-size: small;
	color: red;
}
.Weight {
	font-weight: bold;
}
.Distinct {
	font-style: italic;
}

img {
	border: 0 none #fff;
}

/* Header ------------------------------------ */
div.Header {
	font-family: sans-serif;
	font-size: small;
	background-color: #fff;
	margin: 0;
}
.Header img {
	border: 0;
}
.Header h1 {
	font-family: serif;
	font-style: italic;
	font-size: xx-large;
	font-weight: bold;
	color: #fa4;
	margin-top: 0em;
	margin-bottom: 0em;
}
div.MainTitle{
	background-color: #cfc;
	color: #000;
	font-size: medium;
	font-family: sans-serif;
	padding: 0.5em 1em 0.5em 1em;
}
div.BannerLine {
	border: 5px solid #efe;
	padding: 2px 2px 2px 2px;
}

/* Menu -------------------------------------- */
div.MenuBlock {
	background-color: #cfc;
	color: #fff;
	position: absolute;
	left: 5px;
	width:170px;
	height: 80%;
	border: none;
	font-size: small;
	font-family: sans-serif;
	margin: 0;
	padding: 10px 5px 10px 5px;
}
div.MenuBlock h1 {
	color: #00a;
	font-size: medium;
	text-align: left;
	margin-bottom: 0.1em;
}
div.MenuList {
	text-align: right;
}
div.MenuItem {
	background-color: #cfc;
	margin: 0;
	padding: 1px;
	border-style: solid;
	border-color: #cfc;
	border-width: 1px;
}
div.MenuItemE {
	background-color: #cfc;
	margin: 0;
	padding: 1px;
	border-style: solid;
	border-color: #cfc;
	border-width: 1px;
}
div.MenuAnchor {
	float: right;
	text-align: left;
	font-size: small;
	line-height: 110%;
}
div.MenuAnchorEnd{
	clear: right;
}
div.MenuAnchor a {
	font-weight: bold;
	text-decoration: none;
}
div.MenuAnchor a:link{
	color: #000;
}
div.MenuAnchor a:visited{
	color: #000;
}
div.MenuAnchor a:active{
	color: #000;
}
div.MenuAnchor a:hover{
	color: #f8f;
}
a.MenuAnchor img {
	border: none;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
div.MenuBlock dl {
	font-size: small;
	font-family: serif;
	margin-top: 2em;
	margin-left: 0.5em;
}
div.MenuBlock dd {
	margin-left: 1em;
}

/* Footer ------------------------------------ */
div.Footer {
	margin: 0 0 0 175px;
	padding-left: 1em;
	background-color: #fff;
	font-size: small;
	font-family: serif;
}
div.TabbedFooter {
	margin-left: 0;
	padding-left: 0.;
	background-color: #fff;
}

div.DialogFooter {
	margin-left: 0;
	padding-left: 0;
	background-color: #fff;
}

div.Footer p {
	margin: 0 0 0 0.5em;
}

/* Tab Menu ---------------------------------- */
div.TopTab {
	background-color: #ccf;
	color: #000;
	margin: 0 0 0 0;
	font-size: medium;
	font-family: sans-serif;
	font-weight: bold;
	padding: 0;
}
div.TopTab table.TabTalbe {
	width: 100%;
	margin: 0 0 0 0;
	border-collapse: collapse;
	border-style: none;
}
div.TopTab td.SideTab {
	text-align: center;
	border-width: 2px;
	color: #fff;
	border-color: #000;
	border-style: none none solid none;
	padding: 0.2em 0.2em 0.5em 0.2em;
	font-size: medium;
	font-family: sans-serif;
	font-weight: bold;
	background-color: #fff;
}
div.TopTab td.ReturnTab {
	width: 15em;
	text-align: center;
	border-width: 2px;
	border-color: #000;
	border-style: none none solid none;
	padding: 0.2em 0.5em 0.5em 0.5em;
	font-size: small;
	font-family: sans-serif;
	font-weight: bold;
	background-color: #008;
}
div.TopTab td.InActiveTab {
	width: 15em;
	text-align: center;
	border-width: 2px;
	border-color: #000;
	border-style: solid solid solid solid;
	padding: 0.2em 0.5em 0.5em 0.5em;
	font-size: medium;
	font-family: sans-serif;
	font-weight: bold;
	background-color: #eee;
}
div.TopTab td.ActiveTab {
	width: 15em;
	text-align: center;
	border-width: 2px;
	border-color: #000;
	border-style: solid solid none solid;
	padding: 0.2em 0.5em 0.5em 0.5em;
	font-size: medium;
	font-family: sans-serif;
	font-weight: bold;
	background-color: #fff;
}
td.ReturnTab a:link{
	color: #fff;
}
td.ReturnTab a:visited{
	color: #f8f;
}
td.ReturnTab a:active{
	color: #88f;
}
td.ReturnTab a:hover{
	color: #700;
	background-color: #88f;
}

/* Special Style ----------------------------- */
.New {
	font-family: sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: red;
}
.NewTag {
	font-family: sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #fff;
}

/* Submission Forms -------------------------- */
.Common form {
	margin: 0;
	padding: 0;
}
.Common fieldset {
	margin: 0em 0em 1.5em 1em;
	padding: 0.0em 1em 0.5em 1em;
	text-indent:0;
}
.Common fieldset fieldset {
	margin: 0em 0em 0em 0em;
	padding:0.5em 1em 0em 1em;
	text-indent:0;
}
.Common input {
	font-family: sans-serif;
}
.Common textarea {
	font-family: sans-serif;
}
.Common .Button{
	font-family: sans-serif;
	font-weight: bold;
}
.Common .SButton{
	font-family: sans-serif;
	font-size: 75%;
}
.Common button{
	font-weight: bold;
}
.Common div.Steps {
	text-indent: 0;
	background-color: #eee;
	margin:  0.1em 0.5em 1.1em 0.5em;
	padding: 0.1em 0.5em 0.1em 0.5em;
}
.Common div.Steps ol {
	margin: 0;
	padding: 0em 0em 0em 2em;
}
.Common div.Steps ol ul {
	margin: 0;
	padding: 0em 0em 0em 2em;
}

.Common .RetInfo {
	padding: 0.1em 1em 0.5em 1em;
	font-family: sans-serif;
}
.Common .Indisp {
	color: red;
	font-size: x-small;
}
.Common .IndispDecl {
	color: red;
}
.Common .Error {
	color: red;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-family: sans-serif;
}
.Common .Submitting {
	color: red;
	font-family: sans-serif;
	font-weight: bold;
}
.Common .CtrlBox {
	text-indent: 0;
	line-height: 0.5em;
	padding: 0.5em;
}
.Common div.DefHead {
	margin: 0 0 0 1em;
	font-weight: bold;
}
.Common div.DefCont {
	margin: 0 0 0.5em 3em;
}
.Common div.DefContBox {
	margin: 0 0 0.5em 3em;
	padding:0.5em 0 0.5em 0;
	border-left:2px solid #888;
}

/* Program Table -------------------------- */
/* Program Table -------------------------- */
.CbyD {
	background-color:#fee;
}
.CbyT {
	background-color:#efe;
}

table.PTable {
	border-collapse: collapse;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	font-size: x-small;
	font-family: sans-serif;
	text-align: center;
}
table.PTable td {
	border-style:none solid none solid;
	padding: 0.2em 0.2em 0.2em 0.2em;
}
table.PTable td.STF {
	padding: 1em 0.2em 1em 0.2em;
}
table.PTable td.SS {
	border-style:solid solid solid solid;
}
table.PTable td.DD {
	border-style:dotted solid dotted solid;
}
table.PTable td.SD {
	border-style:solid solid dotted solid;
}
table.PTable td.DS {
	border-style:dotted solid solid solid;
}
table.PTable td.SN {
	border-style:solid solid none solid;
}
table.PTable td.NS {
	border-style:none solid solid solid;
}
table.PTable td.DN {
	border-style:dotted solid none solid;
}
table.PTable td.ND {
	border-style:none solid dotted solid;
}
table.PTable td.T2B {
	/* writing-mode:tb-rl; */
}
table.PTable td.TxT {
	font-size: xx-small;
	text-align:right;
	vertical-align:top;
}
table.PTable td.TxB {
	font-size: xx-small;
	text-align:right;
	vertical-align:bottom;
}
table.PTable td.TxTL {
	font-size: xx-small;
	text-align:left;
	vertical-align:top;
}
table.PTable td.TxBL {
	font-size: xx-small;
	text-align:left;
	vertical-align:bottom;
}

td.CategoryHeader {
	font-size: medium;
	font-family: sans-serif;
	font-weight: bold;
	border: 1px solid #808080;
	background-color: #cce;
	padding: 0.5em 0.2em 0.5em 0.2em;
}
td.SubCategoryHeader {
	font-family: sans-serif;
	border: 1px solid #808080;
	background-color: #dde;
	padding: 0.2em 0.2em 0.2em 0.2em;
}
td.ClusterHeader {
	border: 1px solid #808080;
	background-color: #eee;
}
.ClusterHeaderStr {
	font-family: sans-serif;
	font-weight: bold;
}

td.CategoryHeaderBW {
	font-size: medium;
	font-family: sans-serif;
	font-weight: bold;
	border: 1px solid #808080;
	background-color: #ccc;
	padding: 0.5em 0.2em 0.5em 0.2em;
}
td.SubCategoryHeaderBW {
	font-family: sans-serif;
	border: 1px solid #808080;
	background-color: #ddd;
	padding: 0.2em 0.2em 0.2em 0.2em;
}
td.ClusterHeaderBW {
	border: 1px solid #808080;
	background-color: #eee;
}
