﻿body
{
	margin: 10px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333333;
	line-height: 12px;
}

h1
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: Black;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
h2
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: Black;
	line-height: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h3
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: Black;
}

a, a:link, a:active, a.visited
{
	text-decoration: none;
	color: rgb(51, 51, 51);
}
a:hover
{
	text-decoration: underline;
	color: rgb(51, 51, 51);
}

hr
{
}

.ErrorMesageLabel
{
	color: Red;
}
.TableHeader
{
	color: White;
	background-color: #5D7B9D;
	font-weight: bold;
	height: 20px;
	text-align: center;
	text-transform: none;
}

.TextBoxMulti
{
	width: 300px;
	height: 70px;
}
input
{
	font-size: 11px;
}

infomessage
{
	color: Red;
}

.detailsview
{
/*
	position: relative;
	z-index: 1;
	top: 0px;
	right: 0px;
	background-color: Transparent;
	width: 350px;
*/
}
.detailsviewheader
{
	background-color: Silver;
}

.gridview
{
	/*
	background-color: Transparent;
	width: 800px;
	font-weight: normal;
*/
}
.gridviewheader
{
	background-color: Silver;
	text-align: left;
	font-weight: bold;
}

.gridviewfooter
{
	background-color: Transparent;
	text-align: right;
	font-weight: normal;
	border-top-style: solid;
	border-width: 1px;
	border-color: Black;
	border-bottom-style: double;
	border-bottom-color: Red;
	border-bottom-width: thin;
}

#header ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#header li
{
	float: left;
	border: 1px solid #bbb;
	border-bottom-width: 0;
	margin: 0;
}

#header a
{
	text-decoration: none;
	display: block;
	background: #eee;
	padding: 0.24em 1em;
	color: #00c;
	width: 8em;
	text-align: center;
}

#header a:hover
{
	background: #ddf;
}

#header #selected
{
	border-color: black;
}

#header #selected a
{
	position: relative;
	top: 1px;
	background: white;
	color: black;
	font-weight: bold;
}

#content
{
	border: 1px solid black;
	clear: both;
	padding: 0 1em;
}

.checkboxes
{
	padding: 0px 5px 0px 0px;
	margin: 0px;
	vertical-align: text-top;
}
.onTopDivLayer
{
	/*
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: 1;
	background-color: White;
*/
}

