﻿.datagrid
{
	/*border: 1pt #ff0000 solid;
	background-color:#ffffff;*/
}

.datagrid a:link{color:#336699;}
.datagrid a:visited{color:#336699}

.datagrid-header
{
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	text-align: center;
	color: #336699;
	background-color: #dcdcdc;
	border-top: 1px solid #666666;
	border-bottom:1px solid #666666;
	padding:5px 15px;
	margin: 0;
}

.datagrid-item
{
	color:#333333;
	background-color:#ffffff;
}

.datagrid-selecteditem
{
	background-color:Silver;
	color:black;
}

.datagrid-alternatingitem {background-color: #dcdcdc; color:#333333;}
.datagrid-linkdetail {text-align: left; margin-left: 50px; }

strong {color: #333333;}
p.note {color: #336699; }

#grid { width:745px; text-align:center;}
#grid a:link { color:#00308f;}
#grid a:visited{color:#00308f;}

ol li { list-style: none;margin-left: -25px; padding-bottom: 1.25em;}
.form-label {font-weight: bold; color: #336699; padding-right: 10px;}
.form-input {color: #333333;}
