body
{
	padding: 0px;
	margin: 0px;
	background-image: url(../images/1_03.gif);
	background-repeat: repeat-x;
}

TD
{
	font-size: 13px;
	font-family: 'Trebuchet MS' , 'Times New Roman';
}

.error
{
	color:Red;
	font-size:11px;
}

.Header
{
	font-weight: bold;
	font-size: 13px;
	font-family: 'Trebuchet MS' , 'Times New Roman';
}

.SmallText
{
	font-size: 10px;
	font-family: 'Trebuchet MS' , 'Times New Roman';
}

.XSmallText
{
	font-size: 11px;
	font-family: 'Trebuchet MS' , 'Times New Roman';
}

TD.TopHeader
{
	background-color:#c5d2c0;
	font-weight:bold;
}
TD.SubHeader
{
	background-color:#E1E8DE;
	font-weight:bold;
}
TD.stanColored
{
	background-color:#E1E8DE;
}

.FakeLink
{
	text-decoration: underline;
	color:Blue;
}

.TopHeader
{
	background-color:#c5d2c0;
	font-weight:bold;
}


/*	**************************************************  *
 *														*
 *              GRIDVIEW STYLE SECTION					*
 *														*
 *  **************************************************  */

.GridView
{
	border-color: #C5D2C0;
	border-width: 1px;
	border-style: solid;
}

.loginSide
{
	background-color:#f2f6f0;
	font-size:7px;
}

.loginTable
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #a6bc9d;
	width:150px;
}

.loginBoxes  
{
	background: transparent url(../images/backgrounds/chorePack-TextBoxes.png) no-repeat scroll left top;
	padding: 4px 6px 0px 6px;
	
	clear: left;
	color: #333;
	border:0px;
	cursor: text;
	height: 25px;
	width: 74px;
}

.GridView .headerRow
{
	font-weight: bold;
	font-size: 13px;
	font-family: 'Trebuchet MS' , 'Times New Roman';
	color: #000000;
	
	border-style:none;
	border-width:0px;
	border-collapse:collapse;
	background-color: #C5D2C0;
}

.GridView .headerRow a
{
	color: #000000;
}

.GridView .mainRow
{
	background-color: White;
	border-color: White;
}

.GridView .altRow
{
	background-color: #DDE6D9;
	border-color: #DDE6D9;
}

.GridView .editRow
{
	border-width: 0px;
}