﻿

.MasterUtilityTable
{
	width: 994px;
	min-height: 768px;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;	
}


.MasterUtilityTable .MasterUtilityHeader
{
	text-align: right;
}

.MasterUtilityTable .MasterUtilityMenu
{
	background-image: url(Image/MenuContainer/menugradiant.png);
	background-repeat: repeat-x;
	height: 31px;
	width: 994px;
	text-align:left;
	color:White;
}

.MasterUtilityMenu a
{
	color:White;
	text-decoration:none;
}

.MasterUtilityTableContent
{
	color:White;
}

.MasterUtilityTableContent .Top
{
	background-image: url(Image/MenuContainer/topprojectbg.png);
	height:10px;
	width:994px;
}

.MasterUtilityTableContent .Body
{
	background-color:#383f3e;
	height:100%;
	text-align:left;
	padding:10px;
}

.MasterUtilityTableContent .Bottom
{
	background-image: url(Image/MenuContainer/bottomprojectbg.png);
	height:10px;
	width:994px;
}

.UtilityTable
{
	width:974px;
	
}

.UtilityDoubleCol
{
	width:646px;
	vertical-align:top;
}

.UtilityCol
{
	width:317px;
	vertical-align:top;
}

.UtilityBox
{
	
	border:solid 1px white;
}

/*
 Client Table
*/

.ClientTable
{
}

.ClientTable THEAD
{
	text-align:center;
}

.ClientTable TD
{
	padding: 5px 3px 0px 3px;	
}