/* Clear default ----------------------------- */

*.TestOp {
	display: none;
}

/* Common ------------------------------------ */
body.Base {
	background-color: #fff;
	margin: 5px;
}

div.Common {
/*	background-color: #fff;*/
	color: #000;
	margin: 0 0 0 160px;
	font-size: small;
	font-family: serif;
	padding: 0.5em 1em 0.5em 1em;
}

div.NormalPage {
	width: 620px;
}

div.NormalPage h1 {
	font-family: serif;
	font-size: large;
	background-color: #47c;
	color: #fff;
	padding: 0.1em;
	margin: 0 0 0.5em 0;
}

div.NormalPage h2 {
	font-family: serif;
	font-size: medium;
	background-color: #c47;
	color: #fff;
	padding: 0.1em;
	margin: 0.5em 0 0.5em 0;
}

div.NormalPage h3 {
	font-family: serif;
	font-size: Small;
	background-color: #4c7;
	color: #fff;
	padding: 0.1em;
	margin: 0.5em 0 0.5em 0;
}

div.TabbedPageTop {
	margin: 0 2px 0 2px;
	padding: 0.5em 1em 0.25em 1em;
	border-width: 2px;
	border-color: #000;
	border-style: none solid none solid;
}

div.TabbedPage {
	margin: 0 2px 0 2px;
	padding: 0em 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;
}

div.ProgramPage {
	margin: 0 2px 0 2px;
	padding: 0em 1em 0.5em 1em;
	border-width: 0;
	border-color: #000;
	border-style: none;
}

.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 *.Continue {
	margin-bottom: 0;
}
.Common div {
	margin: 0em 1.0em 0em 1.0em;
	line-height: 1.25em;
}

.Common ul {
	list-style-type: disc;
	margin: 0 0 1em 1em;
	padding: 0 0 0 1em;
}
.Common ul li{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
.Common ul li ul {
	list-style-type: circle;
	margin: 0 0 0 0.5em;
	padding: 0 0 0 1em;
}
.Common ul li ul li{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
.Common ul li ul li ul {
	list-style-type: square;
	margin: 0 0 0 0.5em;
	padding: 0 0 0 1em;
}
.Common ul li ul li ul li{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
.Common ol {
	margin: 0em 0em 1em 1em;
	padding: 0 0 0 1em;
}
.Common ol li{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

.Common dl {
	margin: 0em 1.0em 1.0em 1.0em;
}
.Common dl dt{
	margin: 0em 0em 0em 0em;
}
.Common dl dd{
	margin: 0em 0em 0.25em 1.5em;
}

.Common table {
	margin: 0 0 1.0em 1.0em;
	border-collapse: collapse;
	border: 0 none #fff;
}
.Common tr {
	border: 0 none #fff;
}
.Common th {
	border: 0 none #fff;
	text-align: left;
}
.Common td {
	border: 0 none #fff;
}
table.BTable th, table.BTable td, table.CTable table.BTableC th, table.CTable table.BTableC td {
	border-collapse: collapse;
	border:1px solid #777;
}
table.CTable th, table.CTable td, table.BTable table.CTableC th, table.BTable table.CTableC td {
	border-collapse: collapse;
	border:0px none #FFF;
}
table.PaddedTable>tbody>tr>td, table.PaddedTable>tbody>tr>th {
	padding: 0.1em 0.5em 0.1em 0.5em;
}
table.VTopTH>tbody>tr>th {
	vertical-align: top;
}

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;
}

.Common hr {
	margin: 0.25em 0 0.25em 0;
}

div.TabPageHelp {
	font-family: sans-serif;
	position: relative;
	top: -12px;
	float: right;
	text-align: right;
	margin: 0 1em 0 0;
	padding: 0;
}

div.DialogPageHelp {
	font-family: sans-serif;
	position: relative;
	top: 0px;
	float: right;
	text-align: right;
	margin: 0 1em 0 0;
	padding: 0;
}

fieldset.OpGuide {
	padding: 0;
}
fieldset.OpGuide legend {
	font-family: sans-serif;
	font-weight: bold;
}
fieldset.OpGuide ul, fieldset.OpGuide table {
	margin: 0.5em;
}

legend.LTitle {
	font-family: sans-serif;
	font-weight: bold;
}

legend.MTitle {
	font-family: sans-serif;
	font-weight: normal;
}

*.ToolTip {
	border-bottom: 1px dashed #888888;
}

/* Header ------------------------------------ */
div.Header {
	font-family: sans-serif;
	font-size: small;
/*	background-color: #fff;*/
	margin: 0;
	padding: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{
/*	height: 60px; */
/*	background-color: #ddd;*/
	color: #000;
	font-size: medium;
	font-family: sans-serif;
	margin:0;
	padding: 0;
}
div.BannerLine {
	border: 5px solid #eee;
	padding: 2px 2px 2px 2px;
}

/* Menu -------------------------------------- */
div.MenuBlock {
/*	background-color: #ddd;*/
	color: #fff;
	position: absolute;
	left: 5px;
	width:150px;
/*	height: 300px;*/
	border-style: solid;
	border-color: #888;
	border-width: 1px;
	font-size: small;
	font-family: sans-serif;
	margin: 5px 0 0 0;
	padding: 5px 5px 5px 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: #ddd;*/
	margin: 1px 0 0 0;
	padding: 2px 5px 2px 1px;
	border-style: solid;
	border-color: #888;
	border-width: 1px;
}
div.MenuItemE {
/*	background-color: #ddd;*/
	margin: 0;
	padding: 2px 5px 2px 1px;
	border-style: none;
/*	border-color: #888;*/
/*	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 160px;
	padding-left: 0.5em;
/*	background-color: #fff;*/
	font-size: small;
	font-family: serif;
}
div.TabbedFooter {
	margin: 0.1em 0 0 0;
	padding: 0;
	background-color: #fff;
}

div.DialogFooter {
	margin: 0.1em 0 0 0;
	padding: 0;
	background-color: #fff;
}

div.Footer p {
	margin: 0 0 0 0.5em;
}

/* Right Banner ------------------------------ */
div.RBannerBlock {
	position: absolute;
	top: 5px;
	left: 810px;
	width: 150px;
	font-size: small;
	font-family: serif;
}
div.RBannerBlock h1 {
	font-family: sans-serif;
	font-size: medium;
	background-color: #777;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 0.1em;
	margin: 0 0 5px 0;
}
div.RBannerBlock h2 {
	font-family: sans-serif;
	font-size: small;
	background-color: #ccc;
	color: #000;
	text-align: center;
	font-weight: bold;
	padding: 0.1em;
	margin: 0 0 5px 0;
}
div.RBannerPart {
	margin: 0 0 10px 0;
	border: 1px solid #777;
	padding: 0;
	width: 150px;
}
div.RBannerWindow {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 150px;
}
div.RBanner {
	margin: 0;
	padding: 2px 0 2px 0;
	text-align: center;
}

/* Tab Menu ---------------------------------- */
div.TopTab {
	background-color: #fff;
	color: #000;
	margin: 0 2px 0 2px;
	font-size: medium;
	font-family: sans-serif;
	font-weight: bold;
	padding: 0;
}
div.TopTab table.TabTalbe {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0 none #fff;
}
div.TopTab tr {
	margin: 0;
	padding: 0;
	border: 0 none #fff;
}
div.TopTab td.SideTab {
	text-align: center;
	border-width: 2px;
	border-color: #000;
	border-style: none none solid none;
	padding: 0.2em 0 0.5em 0;
	font-size: medium;
	font-family: sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #fff;
}
div.TopTab td.ReturnTab {
	width: 15em;
	text-align: center;
	border: 2px solid #000;
	padding: 0.2em 0.5em 0.5em 0.5em;
	font-size: medium;
	font-family: sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #008;
}
div.TopTab td.InActiveTab {
	width: 15em;
	text-align: center;
	border: 2px solid #000;
	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, td.ReturnTab a:visited,td.ReturnTab a:active, td.ReturnTab a:hover {
	color: #fff;
}

/* Special Style ----------------------------- */
.New {
	font-family: sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff0000;
}
.NewTag {
	font-family: sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #ffffff;
}

.Available {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 80%;
	color: #ffffff;
	background-color: #ff0000;
}
.UnAvailable {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 80%;
	color: #fff;
	background-color: #000000;
}
/* 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 input, *.AltInput {
	font-family: sans-serif;
	font-size: 90%;
	vertical-align: middle;
}
.Common input[type="hdtext"]{
	font-family: sans-serif;
	font-size: 90%;
	width: 4em;
}
.Common textarea {
	font-family: sans-serif;
	font-size: 90%;
}
.Common .Button{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 90%;
}
.Common .SButton {
	font-family: sans-serif;
	font-size: 80%;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
}
.Common .TBMargin {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.Common button{
	font-weight: bold;
	font-size: 90%;
}
.Common select{
	font-size: 90%;
}
.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 -------------------------- */
fieldset.PageOp {
	margin:0 0 0.5em 2em;
	border:1px solid #000;
	padding: 0.5em 1.0em 1.0em 1.0em;
	line-height: 1.25em;
}
fieldset.PageOp legend {
	font-family:sans-serif;
}
fieldset.PageOp table {
	margin: 0;
}

div.GPLOp {
	text-align: justify;
	margin:0.5em 0.5em 0.5em 1em;
}

table.PaperList{
	margin-top: 1em;
}
table.PaperList td, table.PaperList th {
	padding: 0.1em 0.5em 0.1em 0.5em;
}
table.PaperList td.CategoryHeader{
	border: 1px solid #777777;
	background-color: #cccccc;
}
table.PaperList td.SubCategoryHeader{
	border: 1px solid #777777;
	background-color: #dddddd;
}
table.PaperList td.ClusterHeader{
	border: 1px solid #777777;
	background-color: #eeeeee;
	color: #000000;
}
table.PaperList th.CCell, table.PaperList td.CCell{
	border: 1px solid #777777;
}
table.PaperList th.CCCell, table.PaperList td.CCCell{
	border-bottom: 1px solid #777;
	border-top: 0 none #777;
	border-right: 0 none #777;
	border-left: 0 none #777;
}
table.PaperList th.CCCellBottom, table.PaperList td.CCCellBottom{
	border: 0 none #777;
}
table.PaperList td.CategoryBottom{
}
table.PaperList td.SubCategoryBottom{
}
table.PaperList td.ClusterBottom{
}


table.PaperListBL{
	margin-top: 1em;
}
table.PaperListBL td, table.PaperListBL th {
	padding: 0.1em 0.5em 0.1em 0.5em;
}
table.PaperListBL td.CategoryHeader{
	border: 0 none #777777;
	background-color: #000000;
	color:#ffffff;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
table.PaperListBL td.SubCategoryHeader{
	border: 0 none #777777;
	background-color: #dddddd;
}
table.PaperListBL td.ClusterHeader{
	border: 0 none #777777;
	background-color: #eeeeee;
	color: #000000;
}
table.PaperListBL th.CCell, table.PaperListBL td.CCell{
	border: 0 none #777777;
	vertical-align: top;
}
table.PaperListBL th.CCCell, table.PaperListBL td.CCCell{
	border: 0 none #777777;
	vertical-align: top;
}
table.PaperListBL th.CCCellBottom, table.PaperListBL td.CCCellBottom{
	border: 0 none #777777;
}
table.PaperListBL td.CategoryBottom{
}
table.PaperListBL td.SubCategoryBottom{
}
table.PaperListBL td.ClusterBottom{
}



table.PTable {
	border-collapse: collapse;
	border-width:1px;
	border-style:solid;
	border-color:#000;
}
table.PTable td {
	border-style:none solid none solid;
	padding: 0.2em 0.2em 0.2em 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.T2B {
	/* writing-mode:tb-rl; */
}
table.PTable td.TxT {
	vertical-align:top;
}
table.PTable td.TxM {
	vertical-align:middle;
}
table.PTable td.TxB {
	vertical-align:bottom;
}


