﻿a.EditButton
{
	color:#3D3DFF;
	font-family:Arial;
	text-decoration: none;
	font-size:14px;
	padding: 0px 3px;
	border: 1px solid #3D3DFF;
	background-color: #FFFF00;
}

a.EditButton:hover
{
	color:#FFFF00;
	background-color: #3D3DFF;
	border: 1px solid #FFFF00;
}

.ContentEditorLabel
{
	font-family: Verdana;
	font-size: .8em;
	font-weight: bold;
	margin-top: 5px;
}

.ContentEditorLabel input, textarea
{
	font-family: Verdana;
	font-size: .8em;
	font-weight: normal;
	margin: 3px 0px;
}

.ContentGridTitle
{
	padding: 15px;
}
.GridMain
{
	font-family:Verdana;
	font-size:.8em;
}

.GridHeader
{
}

.GridHeader a
{
	text-decoration:none;
	color:#000;
}

.GridHeader a:hover
{
	text-decoration:underline;
}

.GridRow
{
	cursor:pointer;
}

.GridRow a 
{
	text-decoration:none;
	color:#000;
}

.GridRow a:hover
{
	text-decoration:underline;
}

.GridRow:hover
{
	background-color:#BDDA6C;
}

.GridAltRow
{
	background-color:#EEE;
	cursor:pointer;
}

.GridAltRow:hover
{
	background-color:#BDDA6C;
}

.GridAltRow a 
{
	text-decoration:none;
	color:#000;
}

.GridAltRow a:hover
{
	text-decoration:underline;
}

