body
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 margin: 0;
 background-image: url('../../images/rightBackground.jpg');
 background-position: right 1px;
 background-repeat: no-repeat;
}
#container
{
	width:100%;
	height:100%;
	margin: 0;
	padding: 6px;
}
.header
{
    height:55px;
	border-top: 5px solid Black;
	border-bottom: 2px solid Blue;
	padding:0;
	background-image: url(../../images/divbg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
td.header 
{
	height:55px;
	border-top: 5px solid Black;
	border-bottom: 2px solid Blue;
	padding:0;
	background-image: url(../images/divbg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
td.footer
{
	border-top:2px solid gray;
}
#topSpacer
{
	text-align:center;
	font-weight: bold;
	height:15px;
}
#mainContent
{
	position:relative;
	text-align: left;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid gray;
	padding: 6px 6px 6px 6px;
}

td.mainContent 
{
	border: 1px solid gray;
	padding: 6px 6px 6px 6px;
	margin-left:50px;
	margin-right: 50px;
}
td.rightPanel {
	border: 1px solid #806522;
}

#navigation
{
	position:Absolute;
	top:92px;
	left:10px;
	width:160px;
	background-color:#E5EEF9;
	height:600px;
}
#mainLogo
{
	position:absolute;
	top:5px;
	left:0px;
	background-image: url(../images/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
	width:221px;
	height:60px;
}

.homeBody
{
	margin-left:6px;
	margin-right:200px;
	border:1px solid #cccccc;
	padding:6px 6px 6px 6px;
}
.pageTitle
{
	font-size: 24px;
	color: #2F318D;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

/**********************************/
.grid-pager
{
	background: #bbbbbb;
	border-top: solid 1 black;
}

.grid
{
	border: solid 2px Black;

}

.grid-header
{
	background: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
 
}
.grid-header th
{
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: Black;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	padding: 1 1 1 4;
	border-bottom-style: outset;
	border-right-style: outset;
	border-width: 1px;	
}
.grid-header a
{
 color: Black;
  	text-decoration: none;	
}
.literal
{
	font-size: 12px;
	font-family: Tahoma;
}
.ModalBackground
{
	background-color:#333333;
	opacity:0.5;
	-moz-opacity: 0.5; 
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.popup 
{
	width:600px;  
	height:600px; 
	overflow:scroll; 
	padding:10px; 
	background-color:White;
	border-style:solid;  
	border-color:Black;  
	border-width:1px;
	vertical-align: top;  
	text-align:left; 
}
h1
{
    margin-top: 0px; 
    margin-bottom: 0px;
    font-size: 24px;
	color: #ca9a3e;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
