body
{
	background-color: #CCCC99
}

body, td
{
	font-family: Verdana;
	font-size: 11px;
	color: black;/*darkblue;*/
}

.bordered
{
	border: 1px solid darkblue;
	border-collapse: collapse;
}

.bordered td, .DataGridItemStyle td, .DataGridAlternatingItemStyle td, .ItemStyle td, .AlternatingItemStyle td
{
	vertical-align: top;
	padding: 4
}
/*
.DataGridItemStyle td
{
	background-color: lightyellow;
}

.DataGridAlternatingItemStyle td
{
	background-color: moccasin;
}
*/
.bordered thead td, .DataGridHeader td
{
	padding: 4;
	text-align: center;
	background-color: lightblue;
	border-bottom: 1px solid darkblue;
}

.bordered tfoot td
{
	padding: 4;
	text-align: center;
}

INPUT
{
	behavior: url(FriendlyInput.htc);
}

.RowHighlight TR 
{
	behavior: url(RowHighlight.htc);
}

.SelectedTable
{
	border-style: solid;
	border-width: 1;
	border-color: #008000/*darkblue*/;
	background-color: lightblue;
}

.SelectableTable
{
	border-style: solid;
	border-width: 1;
	border-color: #e3e3e3;
}

.frame
{
	color: White;
	font-weight: 700;
	background-color: #31614A/*336633steelbluePurple*/;
	border: 2px solid #004000/*003300darkblue*/;	
	border-top-color: #008000/*88BB88lightblue*/;
	border-left-color: #008000;
}

.frame A
{
	color: #DDDDAA/*#CCCC99*/;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

.framed A
{
	/*text-decoration:underline;*/
	color: #006400/*darkblue*/;
	font-weight: 700;
}

A
{
	text-decoration:none;
	color: #006400/*darkblue*/;
	font-weight: 700;
}

.boldLinkCell
{
	text-align: center;
}

.boldLinkCell A
{
	color: darkblue;
	font-weight: 700;
	text-decoration: none;
}

.boldLinkCell A:hover
{
	text-decoration: underline;
}

.frameElement
{
	color: #DDDDAA/*#CCCC99*/;
}

.framed
{
	border: 1px solid #00B000/*lightblue*/;	
	border-top-color: #004000/*darkblue*/;
	border-left-color: #004000/*darkblue*/;
	background-color: 008000/*steelblue*/;
	border-collapse: collapse;
	background-color: White;
	padding: 0;
}

.framed .bordered
{
	width: 100%;
	border: none;
	background-color: #E3E3E3;
}

.framed .bordered thead td, .borderedThead td, .framed .bordered tfoot td, .framed .bordered .DataGridHeader td, .framed .bordered .thead td
{
	background-color: darkGray;
	font-weight: 700;
	color: Black;
	border: none;
}

.ItemStyle td
{
	background-color: #E3E3E3;
}

.AlternatingItemStyle td
{
	background-color: #efefef;
}

.quote
{
	width: 75%;
	border: solid 1px #008000/*darkblue*/;
}

.quote span
{
	font-size: smaller;
}

.hookupSelectedButton, .selectedCell
{
	border: solid 1px steelblue/*steelblue*/;
	background-color: lightblue/*lightblue*/;	
}

.caption
{
	font-weight: 700;
	text-align: right
}

img
{
	border: none;
}