﻿body 
{
	background: #FCF2CE;
	color: #333333;
	font-family: Trebuchet MS;
	font-size: 12px;	
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

UL
{
	margin: 0 0 0 35px;
	padding: 0;
}

a, a:visited
{
	color: #000;		
	font-weight: 800;
	text-decoration: none;
}
a:hover
{
	color: #999999;		
	text-decoration: underline;
}

P
{
	margin: 0;
	padding: 0 0 8px 0;
}

TD
{
	vertical-align: top;
}

.logout
{
	float: right;
}

/* Gridview Styles */
.gvHdr
{
	background: #636363;
	color: #FFF;
	font-size: 14px;
}
.gvRow
{
	color: #101010;
	text-indent: 3px;
}
.gvAltRow
{
	background: #CBBB8A;
	color: #101010;
	text-indent: 3px;
}
.gvRow:hover, .gvAltRow:hover
{
	background: #999;
	color: #FFF;
}

/* Editor Styles */
.medboldblackfont
{
	color: #000000;
	font-size: 13px;
	font-weight: 800;
}
.graysmall
{
	color: #666666;
	font-size: 10px;
}
.smallboldblackfont
{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}