body {
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #E9E4CD;
  background-repeat: repeat-x;
}

.headerlogo 
{
	width: 695px;
	height: 50px;
	background-repeat: no-repeat; 
	background-position:top left; 
	background-image: url(../images/adminheader.jpg);
}

#headerbg 
{
	background-image: url(../images/slope_bg.gif);
	background-repeat: repeat-x;
	background-position:top right; 
	height:50px;
	bordeR:solid 0px #000000;
}

.slope_bg
{
	background-image: url(../images/slope_bg.gif);
	background-repeat: repeat-x;
	width: 310px;
	height: 50px;
	text-align: center;
	vertical-align: top;
}

#trainermenu
{
	background:url(../images/bg_menu.gif);
  background-repeat:repeat-x;
}

#trainermenu
{
	height:27px;
	padding-left:40px;
}

.footer
{	
	background:url(../images/bg_menu.gif);
	background-repeat:repeat-x;
}
.footer
{
	height:27px;
	color:#344356;
}

#adminsubmenu 
{
	background-image: url(../images/topbar_a.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px 0px 5px 180px;
	background-color: #000000;
	text-align: left;
}
#adminsubmenu a 
{
	color: #fff;
	padding-right: 15px;
	margin-right: 15px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid;
}
#adminsubmenu a:hover {
	text-decoration: underline;
}

#leftpanel {
	width: 180px;
	height: 475px;	
	text-align: left;
	vertical-align: top;
  background-color:#085AA4;  
}
#leftpanel a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
#leftpanel a:hover {
	text-decoration: underline;
}

#leftmenu li a {
	width: 100%;
	height: 15px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 11px 0px 5px 10px;
	font-weight: bold;
}
#leftmenu li a:hover {
	color: #FFFF99;
	text-decoration: none;	
}

#leftmenu .sub
{
	 padding-left:20px;
	 
}

#leftmenu .sub a {
	padding:  7px 0px  7px 10px;
	font-size: 11px;
	font-weight: normal; 
}

#leftmenu .sub a:hover {
	color: #FFFF99;
	text-decoration: none;
	text-decoration: none;
	
}
			
#leftmenu li .leftmenuselection
{
	color: #FFFF99;	
}

/*** Grid ***/
.grid_header
{
	background-color:#CFC9A6;
	font-weight:bold;
  color:#000000;
	width:100%;
	height:24px;
	text-align:center;
}
.grid_footer
{
	font-weight:bold;
	color:Black;
}
.grid_header td
{
	border-bottom:solid 1px  gray;
	border-top:solid 1px  gray; 
}
.grid_header td a
{
	color:#000000;
}

.grid_item 
{
	background-color:#E6E6E7;
}

.grid_alternate_item
{
	background-color:#f5f5f0;
}

.grid_item_mover
{
	background-color:#BDC0C6;
}

.grid_alternate_item_mover
{
	background-color:#cccccc;
}

.grid_list .title {
font-weight: bold;
color: #000000; 
}
.grid_list td 
{
padding:0px 5px 0px 5px; 
height:20px;
}
.grid_list  {
width: 100%;
padding-bottom:15px;
background-color:#ffffff;
color:Black;
} 
.grid_list a
{
  color:Black;
  text-decoration:none;
  font-size: 11px;
}
/*end grid*/
