﻿body 
{
	margin: 10px;
	font-family: Tahoma;
	font-size: 10pt;
}

HR
{
	color: #CBDFF4;
	font-style: italic
}

A
{
	color: #7DA8DC;
}

#header 
{
	 background-color: #7DA8DC;
	 width: 761px;
	 height: 20px
}

#header ul 
{
	margin: 0 0 1em 0;
	padding: 0;
	height: 20px
}

#header li 
{
	display: inline;
	padding: 0 0 0 0;
	margin: 3px;
	white-space: nowrap;
	border-right: inset 2px #CBDFF4;
}

#header li .notSelected 
{
	background-color: #7DA8DC;
}

#header A
{
	color: white;
	text-decoration: none;
}

#header A:hover
{
	text-decoration: underline;
}

.formlist
{
}

.formlist .header 
{
	font-weight: bold;
}

.datalist
{
}

.datalist .header 
{
	font-weight: bold;
}


.button
{
	font-family: tahoma;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	background-color: #7DA8DC;
	color: White;
	border: outset 2px #CBDFF4;
	cursor: pointer;
	cursor: hand;
}

.w50
{
	width: 50px
}

.w100
{
	width: 90px
}

.w150
{
	width: 150px
}

.w200
{
	width: 200px
}


.pageHeader
{
	border-bottom: solid 1px #CBDFF4;
	margin-bottom: 10px;
	font-weight: bold;
	color: #7DA8DC
}


.gridView
{
	border: solid 1px #CBDFF4;
}

.gridView TD
{
	text-indent: 0px;
	border: solid 1px #CBDFF4;
}

.gridView .number
{
	margin-right:3px;
	text-align: right;
}

.gridView TH
{
	border: solid 1px #CBDFF4;
}

.gridView .gvHeader
{
	background-color: #7DA8DC;
}

.gridView .gvTextColl
{
	text-indent: 3px;
}

.gridView .gvIconCell 
{
	text-indent: 0px;
	white-space: normal
}

.gridView .gvRow
{
	height: 20px;
}

.gridView .gvIcon
{
	width:20px; 
	height:20px; 
	margin: 0px; 
	padding: 0px; 
	cursor:hand;
}

.dataTable 
{
	border: solid 1px #CBDFF4;
	border-collapse: collapse
}

.dataTable TD
{
	border: solid 1px #CBDFF4;
	height: 20px;
}

.dataTable .dtKeyColl 
{
	color: #7DA8DC;
	font-weight: bold;
}

.dataTable .dtKeyCell 
{
	color: #7DA8DC;
	font-weight: bold;
	text-indent: 3px
}


.dtContentCell
{
	text-indent: 3px
}

.ErrorBox
{
	border: dashed 1px red;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	color: Red;
}