/* Clear default ----------------------------- */


*.TestOp {
	display: none;
}


/* Common ------------------------------------ */
* {
	box-sizing: border-box;
}

body.Base {
	background-color: #ffffff;
	margin: 0;

/*	font-size: small; */
	font-family: sans-serif;
	line-height: 125%;
}
body.NormalPage {
	width: 720px;
}

body.NormalPage div.Contents {
	margin: 0 5px 0 5px;
	padding: 0.25em 0.5em 0.25em 0.5em;
}
body.TabbedPage div.Contents {
	margin: 0 5px 0 5px;
	padding: 0.25em 0.5em 0.25em 0.5em;
	border-width: 2px;
	border-style: none solid solid solid;
}
body.DialogPage div.Contents {
	margin: 0 5px 0 5px;
	padding: 0.25em 0.5em 0.25em 0.5em;
}

h1 {
	font-size: larger;
	font-family: sans-serif;
	font-weight: bold;
	margin: 0 0 0.25em 0;
}
h2 {
	font-size: 100%;
	font-family: sans-serif;
	font-weight: bold;
	margin: 0 0 0.25em 0.5em;
}
h3 {
	font-size: 100%;
	font-family: sans-serif;
	font-weight: bold;
	margin: 0 0 0.25em 0.75em;
}
p, .StdMargin {
	margin: 0 1.0em 1.0em 1.0em;
	text-indent: 0;
}
.Cont {
	margin-bottom: 0;
}
.HCont {
	margin-bottom: 0.5em;
}
div {
	margin: 0;
}

ul {
	list-style-type: disc;
	margin: 0 0 1em 1em;
	padding: 0 0 0 1em;
}
ul li{
	margin: 0;
	padding: 0;
	line-height: 150%;
}
ul li ul {
	list-style-type: circle;
	margin: 0 0 0 0.5em;
	padding: 0 0 0 1em;
}
ul li ul li{
	margin: 0;
	padding: 0;
	line-height: 150%;
}
ul li ul li ul {
	list-style-type: square;
	margin: 0 0 0 0.5em;
	padding: 0 0 0 1em;
}
ul li ul li ul li{
	margin: 0;
	padding: 0;
	line-height: 150%;
}
ol {
	margin: 0em 0em 1em 1em;
	padding: 0 0 0 1em;
}
ol li{
	margin: 0;
	padding: 0;
	line-height: 150%;
}

dl {
	margin: 0em 1.0em 1.0em 1.0em;
}
dl dt{
	margin: 0em 0em 0em 0em;
	font-weight: bold;
}
dl dd{
	margin: 0em 0em 0.5em 1.5em;
}

table {
	margin: 0 0 1.0em 1.0em;
	padding: 0;
	border-collapse: collapse;
	border: 0 none #ffffff;
}
tr {
	border: 0 none #ffffff;
}
th {
	border: 0 none #ffffff;
	text-align: left;
	vertical-align: middle;
}
td {
	border: 0 none #ffffff;
	text-align: left;
	vertical-align: middle;
}
table.HLeft > tbody > tr > th {
	text-align: left;
}
table.HCenter > tbody > tr > th {
	text-align: center;
}
table.DRight > tbody > tr > td {
	text-align: right;
}
table.DCenter > tbody > tr > td {
	text-align: center;
}
table.HDTop > tbody > tr > th,  table.HDTop > tbody > tr > td {
	vertical-align: top;
}
table.HDBottom > tbody > tr > th,  table.HDBottom > tbody > tr > td {
	vertical-align: bottom;
}
table.HDMiddle > tbody > tr > th,  table.HDMiddle > tbody > tr > td {
	vertical-align: middle;
}
table.BTable > tbody > tr > th, table.BTable > tbody > tr > td {
	border-collapse: collapse;
	border:1px solid #777777;
}
table.CTable > tbody > tr > th, table.CTable > tbody > tr > td {
	border-collapse: collapse;
	border:1px none #ffffff;
}
table.PaddedTable > tbody > tr > td, table.PaddedTable > tbody > tr > th {
	padding: 0.25rem 0.5rem;
}
tr.PaddedTr > td, tr.PaddedTr > th {
	padding: 0.25rem 0.5rem;
}
table.NoWrap > tbody > tr > td, table.NoWrap > tbody > tr > th {
	white-space: nowrap;
}

a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	color: #cc00cc;
	text-decoration: underline;
}
a:active {
	color: #ff00ff;
	text-decoration: underline;
}

a.SilentLink:link,
a.SilentLink:visited, 
a.SilentLink:hover, 
a.SilentLink:active {
	color: #000000;
	text-decoration: none;
}


em{
	color: red;
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: bold;
	font-family: sans-serif;
	color: red;
}
.Strong {
	font-weight: bold;
	font-family: sans-serif;
	color: red;
}
.Weight {
	font-weight: bold;
}
.Distinct {
	font-style: italic;
}

img {
	border: 0 none #ffffff;
}

hr {
	margin: 0.25em 0 0.25em 0;
}

*.ToolTip {
	border-bottom: 1px dashed #888888;
}

/* Header ------------------------------------ */
div.Header {
	position: relative;
	font-family: sans-serif;
	margin: 0 5px;
	padding:5px 0 0 0;
}
p.LoginUser {
	margin: 0 0.5em 0 0;
	text-align: right;
	font-family:sans-serif;
}
p.Maintenance {
	margin: 1px;
	padding: 2px;
	font-family: sans-serif;
	font-size: larger;
	background-color:red;
	color:white;
}

/* Tab Menu ---------------------------------- */
div.TopTab {
	background-color: #ffffff;
	color: #000000;
	margin: 0 5px 0 5px;
	padding: 0;
	font-size: larger;
	font-family: sans-serif;
	font-weight: bold;
}
div.TopTab table.TabTalbe {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0 none #ffffff;
}
div.TopTab tr {
	margin: 0;
	padding: 0;
	border: 0 none #ffffff;
}
div.TopTab td.SideTab {
	border-width: 2px;
	border-color: #000000;
	border-style: none none solid none;
	padding: 0.2em 0 0.5em 0;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #ffffff;
}
div.TopTab td.ReturnTab {
	width: 15em;
	border: 2px solid #000000;
	padding: 0.2em 0.5em 0.2em 0.5em;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #000088;
}
div.TopTab td.InActiveTab {
	width: 15em;
	border: 2px solid #000000;
	padding: 0.2em 0.5em 0.2em 0.5em;
	text-align: center;
	vertical-align: middle;
	background-color: #eeeeee;
}
div.TopTab td.ActiveTab {
	width: 15em;
	border-width: 2px;
	border-color: #000000;
	border-style: solid solid none solid;
	padding: 0.2em 0.5em 0.2em 0.5em;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}
div.TopTab a:link, div.TopTab a:visited {
	text-decoration: none;
}
div.TopTab a:active, div.TopTab a:hover {
	text-decoration: underline;
}
td.ReturnTab a:link, td.ReturnTab a:visited {
	color: #ffffff;
}
td.ReturnTab a:active, td.ReturnTab a:hover {
	color: #ffffff;
}
/* Common Top Area --------------------------- */
*.TabbedPageTop {
	position: relative;
	margin: 0 5px 0 5px;
	padding: 0.5em 0.5em 0.25em 0.5em;
	border-width: 2px;
	border-style: none solid none solid;
}
div.NDPageTop {
	position: relative;
	top: 0;
	left: 0;
	height: 0px;
}
body.NormalPage div.HelpLink {
	position: absolute;
	top: 0.1em;
	right: 0.5em;
	font-family: sans-serif;
	text-align: right;
	margin: 0;
	padding: 0;
}
body.TabbedPage div.HelpLink {
	position: absolute;
	top: 0.25em;
	right: 0.5em;
	font-family: sans-serif;
	text-align: right;
	margin: 0;
	padding: 0;
}
body.DialogPage div.HelpLink {
	position: absolute;
	top: 0.1em;
	right: 0.5em;
	font-family: sans-serif;
	text-align: right;
	margin: 0;
	padding: 0;
}

fieldset.OpGuide {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 0.25em;
}
fieldset.OpGuide legend {
	font-family: sans-serif;
	font-weight: bold;
	padding: 0 0.25em 0.2em 0.25em;
}
fieldset.OpGuide ul, fieldset.OpGuide table {
	margin: 0 0.5em 0.5em 0.5em;
}

/* Footer ------------------------------------ */
body.NormalPage div.Footer {
	margin: 0 5px;
	padding: 0;
	font-family: sans-serif;
}
body.TabbedPage div.Footer {
	margin: 0 5px;
	padding: 0;
	font-family: sans-serif;
}
body.DialogPage div.Footer {
	margin: 0 5px;
	padding: 0;
	font-family: sans-serif;
}

/* 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: #ffffff;
	background-color: #000000;
}
/* Form Controls ----------------------------- */
form {
	margin: 0;
	padding: 0;
}
input, *.AltInput {
	font-family: sans-serif;
	font-size: 90%;
	vertical-align: middle;
}
input[type="hdtext"]{
	font-family: sans-serif;
	font-size: 90%;
	width: 4em;
}
input[type="button"], input[type="submit"], input[type="password"] {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 100%;
}
textarea {
	font-family: sans-serif;
	font-size: 90%;
}
.SButton {
	font-family: sans-serif;
	font-size: 80%;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
}
.TBMargin {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

select{
	font-size: 90%;
}
.Indisp {
	color: red;
	font-size: larger;
	font-weight: bold;
}
.Error {
	color: red;
	font-size: larger;
	font-weight: bold;
	font-style: normal;
	font-family: sans-serif;
}
.Submitting {
	color: red;
	font-family: sans-serif;
	font-weight: bold;
}
.CtrlBox {
	text-indent: 0;
	line-height: 50%;
	padding: 0.5em;
}
div.DefHead {
	margin: 0 0 0 1em;
	font-weight: bold;
}
div.DefCont {
	margin: 0 0 0.5em 3em;
}
div.DefContBox {
	margin: 0 0 0.5em 3em;
	padding:0.5em 0 0.5em 0;
	border-left:2px solid #888888;
}

/* Program Table ----------------------------- */
fieldset.PageOp {
	margin:0 0 0.5em 2em;
	border:1px solid #000000;
	padding: 0.5em 1.0em 1.0em 1.0em;
}
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 #777777;
	border-top: 0 none #777777;
	border-right: 0 none #777777;
	border-left: 0 none #777777;
}
table.PaperList th.CCCellBottom, table.PaperList td.CCCellBottom{
	border: 0 none #777777;
}
table.PaperList td.CategoryBottom{
}
table.PaperList td.SubCategoryBottom{
}
table.PaperList td.ClusterBottom{
}


