body
{
	background-image: url(../Img/windowBg2006.jpg);
	background-repeat: repeat-x;
	background-color: #59CCFF;
	margin: 0px;
	height: 100%;
	font-family: Arial, Verdana, Tahoma;
}
A
{
	color: navy;
	text-decoration: none;
}

A:hover
{
	color: red;
	text-decoration: underline;
}

fieldset 
{
	border-top: 2px outset white;
	border-left: 2px outset white; 
	border-bottom: 2px inset white;
	border-right: 2px inset white; 
	MARGIN: 4px; 
} 

.logout
{
	color: #CFEFFE;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	text-decoration:none;
	width: 188px;
	background-image: url(../Img/logout.gif);
	background-repeat: no-repeat;
	padding-left: 31px;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 27px;
}

.sidePanel
{
	width: 188px;
	background-color: #FFF;
	-moz-opacity: 0.18;
	opacity: 0.5;
	filter: alpha(opacity = 18);
}

.sidePanel div
{
	border: 1px solid #97B6E2;
	border-top: 0px;
	padding: 20px;
	color: White;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	-moz-opacity: 1;
}

.sidePanel div A
{
	text-decoration: none;
	color: White;
}

.sidePanel div A.selected
{
	text-decoration: none;
	color: #0140A7;
}

.footer
{
	background-image: url(../Img/tabsbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: bottom;
}

.labels
{
	width: 100%;
	background-color: #F0F0E5;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #333333;
}

.text
{
	padding: 6px;
	padding-left: 34px;
	font-size: 12px;
}

.textRed
{
	color: red;
	font-family: Arial, Verdana;
	font-size: 12px;
}

.textGreen
{
	color: green;
	font-family: Arial, Verdana;
	font-size: 12px;
}

table.MainTable
{
	width: 98%;
	background-color: #FFFFFF;
	margin-top: 8px;
}

table.MainTable td.TopCellRight
{
	background-image: url(../Img/cornerTopRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 19px;
}

table.MainTable td.TopCellLeft
{
	background-image: url(../Img/cornerTopLeft.gif);
	background-repeat: no-repeat;
	height: 19px;
}

table.MainTable td.BottomCellRight
{
	background-image: url(../Img/cornerBottomRight.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 19px;
}

table.MainTable td.BottomCellLeft
{
	background-image: url(../Img/cornerBottomLeft.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 19px;
	width: 66%;
}

table.MainTable td.MiddleCellLeft
{
	background-color: #F0F0E5;
	padding-left: 30px;
	padding-top: 16px;
}

table.MainTable td.MiddleCellRight
{
	background-color: #F0F0E5;
	padding-top: 16px;
	padding-right: 29px;
}

TABLE.MainTable TD.ButtonCell
{
	background-color: #FFFFFF;
	border-top: 7px solid #D8D6CB;
	padding-top: 13px;
	padding-right: 20px;
	text-align: right;
}

.title
{
	width: 100%;
	border-bottom: 1px solid #CAC6AF;
	margin-bottom: 1px;
	padding-left: 46px;
	font-family: Arial, Verdana;
	font-size: 19px;
	font-weight: bold;
	color: #716F64;
	padding-bottom: 6px;
}

.TextField
{
	width: 230px;
	FONT-FAMILY: Arial, Verdana;
	font-size: 12px;
	color: #333333;
}

INPUT.Button, BUTTON.Button 
{
	border: 0px; WIDTH: 99px; height: 22px; FONT-FAMILY: Arial, Verdana; TEXT-ALIGN: center;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../Img/button.gif);
}
 
.buttonOK
{
	border: 0px; 
	width: 99px; 
	height: 22px; 
	FONT-FAMILY: Arial, Verdana; 
	TEXT-ALIGN: center;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../Img/buttonOK.gif);
	padding-top: 2px;
}

.buttonCancel
{
	border: 0px; 
	WIDTH: 99px; 
	height: 22px; 
	FONT-FAMILY: Arial, Verdana; 
	TEXT-ALIGN: center;
	padding-top: 3px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../Img/buttonCancel.gif);
}

INPUT.ButtonDisabled, BUTTON.ButtonDisabled  
{
	border: 0px; WIDTH: 99px; height:22px; FONT-FAMILY: Arial, Verdana; TEXT-ALIGN: center;
	font-weight: bold;
	font-size: 11px;
	color: gray;
	background-image: url(../Img/button.gif);
} 
.GridHeader 
{
	background-image: url(../Img/gridHeader.gif);
	height: 30px;
	color: #836732;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
}
.ProjectGrid 
{
	color: #333333;
	font-family: Arial, Verdana;
	font-size: 11px;
	TEXT-ALIGN: bottom;
}
.GridItemStyle 
{
	background-color: #F0F0E5;
}
.GridAlternatingItemStyle
{
	background-color: #FBFBF8;
}
.GridFooter
{
	background-image: url(../Img/gridFooter.gif);
	background-repeat: repeat-x;
	height: 10px;
	color: #836732;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
}