
html
{
    overflow: auto;
}

BODY
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12pt;
    color: black;
    background-color: #EEEEEE;
    background: #EEEEEE;
    margin: 0 0 0 0;
}

H2
{
    font-size:   small; 
    font-weight: bold; 
    color:       black;
}

H3
{
    font-size:   12pt; 
    font-weight: bold; 
    font-style: italic;
    color:       black;
}

.defaultButtonStyle
{
    cursor: hand;
}

input.text
{
	background-color: #FFFFFF; 
	color: #000000; 
	border-style: solid;
}
  
A
{
    text-decoration: none;
}

A:link
{
    color: #0000cd;
}

A:visited
{
    color: #0000cd;
}

A:hover
{
    color: red; 
    text-decoration: underline;
}

.subhead
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
    font-size:   small; 
    font-weight: bold; 
    color:       black;
}

.footer
{
    font-size:   x-small; 
    color:       #202020;
} 

th {
	background: buttonface; 
	/* font: menu; */
	font-weight: bold;
	border: 1px outset white;
	cursor: default; 
	padding-top: 2;
	margin: 5px 5px 5px 5px;
	padding: bottom: 2;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-right: 1px solid buttonshadow;
	border-bottom: 1px solid buttonshadow;
	height: 16px;
}

.raisedTable {
	background: #eeeeee;
	cursor: default; 
	padding-top: 2;
	margin: 5px 5px 5px 5px;
	padding-bottom: 2;
	border-style: outset;
	border-width: thin;
}

thead .arrow	{
	font-family: webdings; 
	color: black; 
	padding: 0; 
	font-size: 10px;
	height: 11px; 
	width: 10px; 
	overflow: hidden;
	margin-bottom: 2; 
	margin-top: -3; 
	padding: 0; 
	padding-top: 0; 
	padding-bottom: 2;
}
			
.alert {
	color: Red; 
	font-size: 1.0em; 
	font-weight: bolder;
	text-align: center;
	border-style: none;
}

.bigalert {
	color: Red; 
	font-size: 1.2em; 
	font-weight: bolder;
	text-align: center;
	border-style: none;
}

.smallalert {
	color: Red; 
	font-size: 0.7em; 
	font-weight: bolder;
	text-align: center;
	border-style: none;
}

.rightAlignTextBox 
{
	text-align: right;
}

.AppTitle
{
    font-size: 1.1em;
    font-weight: bold;
    color: #FF0000;
    font-style: italic;
}

.small
{
	font-weight: normal;
	font-size: 0.8em;
	font-style: normal;
}

.smallbutton
{
	font-weight: bold;
	font-size: 0.8em;
	font-style: normal;
}

.smallb
{
	font-weight: bold;
	font-size: 0.8em;
	font-style: normal;
}

.bigb
{
	font-weight: bold;
	font-size: 1.4em;
	font-style: normal;
}

.big
{
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
}

.normal
{
    font-size: 1.0em;
    color:       black;
}

.normalb
{
	font-weight: bold;
    font-size: 1.0em;
    font-style: normal;
}

.AlternatingItemStyle 
{
	background-color:  #f0f8ff;
}


.EditItemStyle
{
	background-color: #ffffcc;
}

.SelectedItemStyle
{
	background-color: #ffffcc;
}

.HeaderStyle
{
	background-color: #f5f5f5;
	font-weight:bold;
	text-align:center;
	border-style:groove;
	border-width:medium;
	font-size:x-small;
}

.PagerStyle
{
	background-color: #f5f5f5;
	font-weight:bold;
	text-align:left;
	border-style:groove;
	border-width:medium;
}

.FilterRow
{
	 border-style: groove;
	 border-width: thin;
	 background-color: #f5f5f5;
	 font-weight:bold;
}

.dataGridTable
{
	border: solid 1px;
	border-collapse: collapse;
	font-weight: normal;
}
.dataGridTable td
{
    border: solid 1px;
}