.MenuHeader
{
	font-family:Arial;
	font-weight:bold;
}

.menuright 
{
	border-right-color: #cecece;
	border-right-style: solid;
}

img 
{
    border:none 0;
}
.bodyBackground 
{
    background-image:url('./images/middle.png');
    background-repeat:no-repeat; 
}

#pagewidth {
	position: relative;
	width: 1000px;
	background-color: #ffffff;
	text-align: left;
	}
	
body 
{
    margin:0px 0px; 
    padding:0px;
	text-align:center;
	vertical-align:top;
	background:#ffffff;
	height:100%;
	
    
/*    background-image:url('/images/CrestarBG.jpg');
    background-repeat:repeat-y; */
}
 
ul 
{
    font-family:Arial;
    font-size:12px;
}
li 
{
    margin-bottom: 1px;
    margin-top: 0px;
}
tr 
{
    vertical-align:top;
}
td 
{
    font-family:Arial;
    font-size:small;
}

#header {
	clear:both;
	width:100%;
}

#footer 
{
    clear:both;
    width:100%;
}

.pageTitle 
{
    font-size:16pt;
    font-family:Arial;
    font-weight:bold;
}

#bigpageheader
{
    font-size:20pt;
    font-family:Arial;
    font-weight:bold;
}

.headerColLeft 
{
    float:left;
    position:relative;
}

.headerColRight 
{
    font-family:Arial;
    font-size:10pt;
    text-align:right;
    float:none;
    position:relative;
}

#menus {
    float:left;
}

#content 
{
    width:700px;
    float:left;
}


.grid_maxWidth 
{
    width:795px;
}
.grid 
{
    border-right: black solid; 
    border-top: black solid; 
    border-left: black solid; 
    border-bottom: black solid; 
    border-spacing: 0px; 
    table-layout: auto;
}

.grid_TitleRow 
{
    text-align:center;
    background-color:#f5c973;
    border-bottom: black medium solid;
    font-family:Arial;
    font-size:4;
    font-weight:bold;
}
  
.grid_headerCell_BottomBorder 
{
    border-bottom: black medium solid;
    text-align:center;
    background-color:#ffffff;
    font-family:Arial;
    font-size:x-small;
    font-weight:bold;
}

.grid_lighter_highlight 
{
    background-color:#f9e2b7;
}

.grid_highlight_color 
{
    background-color:#f5c973;
}

.grid_headerCell_Special
{
    border-left: black medium solid;
    border-bottom: black medium solid;
    text-align:center;
    background-color:#f5c973;
    font-family:Arial;
    font-size:x-small;
    font-weight:bold;
}

.grid_headerCell 
{
    text-align:center;
    background-color:#ffffff;
    font-family:Arial;
    font-size:x-small;
    font-weight:bold;
}    

.right_border_thin 
{
    border-right: black thin solid;
}

.left_border_thin 
{
    border-left: black thin solid;
}

.right_border_medium 
{
    border-right: black medium  solid;
}

.left_border_medium 
{
    border-left: black medium  solid;
}

table.center 
{
    margin-left:auto;
    margin-right:auto;
}
.grid_datarow_highlight 
{
    text-align:center;
    background-color:#f5c973;
    font-family:Arial;
    font-size:x-small;
}

.grid_datarow_normal 
{
    text-align:center;
    background-color:#ffffff;
    font-family:Arial;
    font-size:x-small;
}