﻿.datagrid {
	margin:0 auto 1em 0;
	width:100%;
	border:1px solid #CDCDCD;
	padding: 5px;
	text-align:left;
	margin-top: 5px;	
}

.thindatagrid {
    margin:0 auto;
	border:1px solid #CDCDCD;
	padding: 5px;
	margin-bottom: 1em;
}

.thindatagridalignleft {
	border:1px solid #CDCDCD;
	padding: 5px;
	margin-bottom: 1em;
	width: 100%;
}

.toprow {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	height:35px;
	color: #232323;
	background-color: #898989;
	text-decoration: none;
	border : 1px solid #454545;
	background-repeat:repeat;
	padding: 1px;
	margin: 1px;
}

tr.toprow th {
	padding: 4px;
	border:1px solid #CDCDCD;
}

tr.r1 td {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #343434;
	background-color: #DEDEDE;
	text-decoration: none;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 1px;
	margin-bottom: 1px;	
	border:1px solid #CDCDCD;
}

tr.r2 td {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	background-color: #CDCDCD;
	text-decoration: none;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 1px;
	margin-bottom: 1px;	
	border:1px solid #CDCDCD;
}
caption, .emptySetCaption
{	
	text-align: left;
	margin-top: .75em;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	
}
.caption
{	
	text-align: left;
	margin-top: .75em;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
}

tr.pager td
{	
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;	
}

.line {
	font-size: 10%;
	border-bottom : 1px solid #dedede;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}


tr.r1 td.removed
{
	background-color: #EBD9D9;
	font-weight:bold;
}

tr.r2 td.removed
{
	background-color: #EBD9D9;
	font-weight:bold;
}

tr.r1 td.added 
{
	background-color: #B0E57C;
	font-weight:bold;
}

tr.r2 td.added 
{
	background-color: #B0E57C;
	font-weight:bold;
}

tr.r1 td.optional
{
	color: #aa0000;
}

tr.r2 td.optional
{
	color: #aa0000;
}
tr.empty td
{
	color: #696969;
	font-size: .9em;
}

tr.r1 td.lower
{
	background-color: #EBD9D9;
	font-weight:bold;
}

tr.r2 td.lower
{
	background-color: #EBD9D9;
	font-weight:bold;
}

tr.r1 td.higher 
{
	background-color: #B0E57C;
	font-weight:bold;
}

tr.r2 td.higher 
{
	background-color: #B0E57C;
	font-weight:bold;
}

