﻿html
{
	height: 100%;
}

body
{ 
	font-family: verdana, arial, sans-serif;
	padding: 12px 3px 15px 19px;
	margin: 0px;
	font-size: .68em;
	color: #454E5B; 
}

p
{ 
	margin: 0px;
	padding: 0px 0px 16px 0px;	
	font-weight:bold;
}

h1
{ 
	font-family: arial, sans-serif;
	letter-spacing: .01em;
	padding: 6px 0px 4px 0px; 
	margin: 0px 0px 12px 0px; 
	border-bottom: 1px solid;
	font-size: 130%;
	text-transform: uppercase;
	font-weight: normal;
	background: transparent;
  	color: #1775D5;
  	border-color: #89A9C7;	
}


h2
{ 
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 100%;
}

a:link {
	color: #5a7193;
}
a:visited {
	color: #5a7193;
}
a:hover {
	color: #8B0000;
}
a:active {
	color: #5A7193;
}



	
/*grid view */
.DataGrid
{
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;	
}

.DataGridSelectedItemStyle
{
	color: #FFFFFF;
	background-color: #000099;
}

.DataGridAlternatingItemStyle
{
	background-color: #CCCCCC;
}

.DataGridHeaderStyle
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2F5B83;	
}

.DataGridHeaderStyle a:visited {color: #FFFFFF; text-decoration:underline;}
.DataGridHeaderStyle a {color: #FFFFFF; text-decoration:underline;}
.DataGridHeaderStyle a:hover {color: #FFFFFF; text-decoration:underline;}
.DataGridHeaderStyle a:active {color: #FFFFFF; text-decoration:underline;}


.DataGridFooterStyle
{
	background-color: #CCCCCC;
}

.DataGridPagerStyle
{
	text-align: center;
	color: #000000;
	background-color: #999999;
}
	
.tdleft
{
	text-align:right;
	font-weight:bold;
	width:170px;
	white-space:nowrap;
}

.tdright
{
	white-space:nowrap;
}



	




