/*
body
{
	background-color : white;
	font-family : Tahoma, Verdana, Times New Roman, Arial;
	font-size : 12px;
	color : royalblue;
}



table
{
	font-family : Tahoma, Verdana, Times New Roman, Arial;
	font-size : 12px;
}

A:active
{
	color : royalblue;
}

A:visited
{
	color : royalblue;
}

A:link
{
	color : royalblue;
}

A:hover
{
	color: darkblue;
	font-weight : bolder;
	text-decoration : none;
}
*/

.ContentGrid
{
	background-color : Black;
	border-style : none;
	color : darkblue;
	font-size : 12px;
	padding : 2px;
	font-family : Verdana : Times New Roman;
}

.ContentGridHeader
{
	background-color : ivory;
	border-style : none;
	font-weight : bold;
    text-align : left;
	vertical-align : top;
	border-style : none;
}

.ContentGridItem
{
	background-color : aliceblue;
	vertical-align : top;
	border-style : none;
}

.ContentGridItemAlt
{
	background-color : whitesmoke;
	vertical-align : top;
	border-style : none;	
}

.ContentGridItemEdit
{
	background-color : Ivory;
	vertical-align : top;
	border-style : none;	
}

.PageHeader
{
	background-color : lightsteelblue;
	color : aliceblue;
	border : groove;
	padding : 1px;
	margin : 4px;
	width : 450px;
	text-align : left;
}


.NavLinkButton
{
	color : royalblue;
	font-size : 16px;
	font-family : Tahoma, Times New Roman, Arial, Verdana;
	font-weight : normal;
	text-decoration : underline;
}

.NavLinkButton:active
{
	color : royalblue;
	font-size : 16px;
	font-family : Tahoma, Times New Roman, Arial, Verdana;
	font-weight : normal;
	text-decoration : underline;
}

.NavLinkButton:visited
{
	color : royalblue;
	font-size : 16px;
	font-family : Tahoma, Times New Roman, Arial, Verdana;
	font-weight : normal;
	text-decoration : underline;
}

.NavLinkButton:hover
{
	color : darkblue;
	font-size : 16px;
	font-family : Tahoma, Times New Roman, Arial, Verdana;
	font-weight : normal;
	text-decoration : none;
}

.TextInput
{
	background-color : ghostwhite;
}

.fieldCaption
{
    font-weight: bold;
    vertical-align: top;
}

.responseMessage
{
    color: Blue;
}

.instructions
{
    color: DarkGray;
}
