BODY, TABLE, TR, TD {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
A {text-decoration: none;}
A:active { text-decoration: none;}
A:hover {text-decoration: underline; color: #333333;}
A:visited {color: Blue;}

.indented
{
	padding-left: 15pt;
	padding-right: 15pt;
}

.inactive
{
    color: #C0C0C0;
	text-decoration: line-through;
}

.greyout
{
    color: #C0C0C0;
}


.tinytable
{
	font-size: 8pt;
    padding: 0;
}

.lighthighlight
{
	background-color: #D2E9FF;
}
.lighthighlight2
{
	background-color: #E9EEFE;
}

.statusOK
{
	font-weight: bold;
	color: #00B000;
}
.statusIMPACT
{
	font-weight: bold;
	color: red;
}
.statusNOIMPACT
{
	font-weight: bold;
	color: #DFDF00;
}
.statusPARTIALIMPACT
{
	font-weight: bold;
	color: orange;
}

.versionbanner {
	font-family: "Lucida Console", Verdana, Arial, Helvetica, Sans-serif;
    /* font-weight: bold; */
    background-color: #ffc;
    border: 1px solid #aaa;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 1px;
    -moz-border-radius: 8px;
	font-size: 10pt;
	font-weight: bold;
}


.tiny
{
	font-size: 8pt;
}
.notice {
	font-family: "Lucida Console", Verdana, Arial, Helvetica, Sans-serif;
    /* font-weight: bold; */
    background-color: #ffc;
    border: 1px solid #aaa;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 1px;
    -moz-border-radius: 8px;
	font-size: 8pt;
}

.notice2 {
	font-family: "Courier New", Verdana, Arial, Helvetica, Sans-serif;
	background-color: #ffc;
    border: 1px solid #aaa;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 1px;
    -moz-border-radius: 8px;
	width: 400px;
}


div.SmallAlert
{
	position: relative;
	top: 0px;
	/* width: 125px; */
	padding: 1px;
	margin: 0px;
    color: #FFFFFF;
    background-color: #FF0000;
	/* font: 12px Verdana, sans-serif; */
	text-align: left;
    font-weight: bold;
	-moz-border-radius: 8px;
}

div.MessageBox
{
	text-decoration: none;
	display: block;
	position: relative;
	left: 0;
	/* width: 125px; */
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #AAA;
	/* background: black; */
	/* font: 10px "Times New Roman", Verdana, sans-serif; */
	text-align: left;
    -moz-border-radius: 8px;
}

.tblHeadError {
    background-color: #FF0000;
    font-weight: bold;
    color: #FFFFFF;
}
.tblHeadInfo {
    background-color: #008040;
    font-weight: bold;
    color: #FFFFFF;
}
.tblHeadWarn {
    background-color: #FFCC00;
    font-weight: bold;
    color: #000000;
}

/* tables */
.tblError {
    border: 1px solid #FF0000;
    background-color: #FFFFCC;
	font-family: "Times New Roman", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.tblInfo {
    border: 1px solid #FF0000;
    background-color: #FFFFCC;
	font-family: "Times New Roman", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.tblWarn, div.tblWarn {
    border: 1px solid #FF0000;
    background-color: #FFFFFF;
}
div.tblWarn {
    padding: 5px 5px 5px 5px;
    margin:  0px 0px 5px 0px;
    width:   100%;
}

th.standard
{
	border-collapse: 1;
	border-style: solid;
	border-color: #111111;
	background-color: #0080C0;
	color: #FFFFFF;
	font-weight: bold;
	border: 1;
	border-width: 1;
	padding: 1;
}


td.standard
{
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1;
}

td.standardplushighlight
{
	background-color: #D2E9FF;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1;
}

td.lightgrey
{
	background-color: #FFFFFF;
}

.button
{
	/*
	color:white;
	background-color:#0080C0;
	border-bottom:thin solid #222244;
	border-right:thin solid #222244;
	border-top:thin solid #9999cc;
	border-left:thin solid #9999cc;
	*/
	/* font-size:8pt; */
	background-color: #eee;
	/* font-family: Verdana, Arial, Helvetica, Sans-serif; */
}

{
	background-color: #C0C0C0;
	color: black;
}