BODY 
{
	background:#666666;
	height: 90%;
}
.logoRow
{
	height: 100%;
	width: 100%;
}
.mainTable
{
	width: 80%;
	height: 100%;
}
.mainDiv
{
	width: 100%; 
	height: 90%;
	text-align: center;
}
.contactUs
{
	text-align: right;
	color: White;
	font-size: 0.8em;
	font: lucida sans unicode;
}
.headerRow
{
	background-color: rgb(204,0,0);
	text-align: left;
}
.footerRow
{
	background-color: rgb(204,0,0);
}
.imageRow
{
	background-color: white;
	height: 30%;
	width: 100%;
}
.bodyLeft
{
	background-color: rgb(255,255,255);
	height: 70%;
	width: 75%;
}
.bodyRight
{
	background-color: rgb(255,255,255);
	height: 70%;
	width: 25%;
}
.bodyRightTableLogin
{
	width: 100%;
	height: 40%;
}
.bodyRightTableNews
{
	width: 100%;
	height: 150px;
	overflow: auto;
}
.bodyRightHeader
{
	background-color: #999999;
	font-size: 14pt;
	width: 100%;
	height: 30px;
}
.bodyRightContent
{
	background-color: #CCCCCC;
	font-weight: bold;
	width: 100%;
	height: 80%;
	text-align: center;
}
.bodyLeftTable
{
	width: 100%;
	height: 100%;
	text-align: left;
}
.bodyLeftHeader
{
	color: rgb(204,0,0);
	font-size: 22pt;
	width: 80%;
	height: 20%;
}
.bodyLeftContent
{
	color: #666666;
	width: 80%;
	height: 80%;
	vertical-align: top;
}
.failureSelect
{
	width: 80%;
	height: 30%;
  vertical-align: top;
}
.failureSpacer
{
	width: 5%;
	height: 30%;
}
.spacerCell80
{
	width: 80%;
}
.mainFailureTable
{
	width: 90%;
	height: 100%;
	background-color: #CCCCCC;
}
.mainFailureDiv
{
	width: 100%; 
	height: 100%;
	text-align: center;
}

.failureTableContent
{
	width: 100%;
	height: 100%;
	background-color: white;
	vertical-align: top;
	border: solid 1px black;
}
.failureTableLabel
{
	text-align: right;
	vertical-align: top;
	width: 8%;
}
.failureTableLabelSmall
{
	text-align: right;
	vertical-align: top;
	Font-Size: 0.8em;
	width: 5%;
}
.failureTableObject
{
	text-align: left;		
	vertical-align: top;
	width: 15%;
}
.failureTableObjectSmall
{
	text-align: left;		
	vertical-align: top;
	width: 22%;
}
.failureGridCell
{
	vertical-align: top;
	width: 100%;
}
.spacerCell5
{
	width: 5%;
}
.spacerCell90
{
	width: 90%;
}

.divheading {
	width:100%;
	height:21px;
	background-color:#FFF;
	background-image:url(App_Images/header-opened.png);
	text-align:center;
	cursor:move;
	font-weight:bold;
	border-width:1px;
}