@CHARSET "ISO-8859-1";
@import url("Spry/SpryValidationTextField.css");
@import url("Spry/SpryValidationSelect.css");
@import url("Spry/SpryMenuBarVertical.css");
@import url("Spry/SpryValidationConfirm.css");
@import url("Spry/SpryValidationPassword.css");

body
{
	font-family: Arial;
	font-size: 12px;
	line-height: 16pt;
	text-align: center;
	background: url("Images/siteBackground.png") repeat-x top #F1F1F1;
	margin: 0px;
}

p
{
	margin: 0px;
}

h3
{
	margin: 6px 0px 4px 0px;
	border-bottom: solid 1px #DFDFDF;
}

button
{
	line-height: normal;
}

label
{
	cursor: pointer;
}

input
{
	width: 160px;
}

select
{
	width: 164px;
}

div.siteContainer
{
	margin: auto;
	width: 900px;
	text-align: left;
	margin-bottom: 10px;
}

div.siteTop
{
	height: 130px;
}

div.siteLogo
{
	width: auto;
	margin: 2px 0px 0px 20px;
	float: left;
}

div.siteName
{
	margin: 25px 0px 0px 40px;
	background: url("Images/siteName.png") no-repeat;
	width: 350px;
	height: 50px;
	float: left;
}

div.topMenu
{
	float: right;
	margin-top: 101px;
	border-right: solid 1px #EFEFEF;
}

div.topMenu a, div.topMenu a:visited
{
	float: left;
	display: block;
	line-height: 28px;
	height: 29px;
	text-decoration: none;
	padding: 0px 6px;
	border-left: solid 1px #EFEFEF;
	color: Blue;
}

div.topMenu a:hover
{
	background: #B6B6B6;
}

div.topMenu a img
{
	margin-right: 2px;
}

div.contentContainer
{
	border: solid 1px #C6C6C6;
	border-top: none;
	background: White;
}

div.siteMenu
{
	float: left;
	width: 165px;
	padding: 4px 15px 10px 15px;
	border-right: solid 1px #C6C6C6;
}div.siteMenuIE6{	overflow: hidden;	float: left;	width: 165px;	padding: 4px 15px 10px 15px;	border-right: solid 1px #C6C6C6;	}ul {	margin-left: 0px;	padding-left: 0;	} ul li {	margin-left: 0px;	padding: 0px 15px;	list-style: none;	}	
div.siteContent
{
	margin-left: -1px;
	float: left;
	width: 672px;
	padding: 4px 15px 10px 15px;
	border-left: solid 1px #C6C6C6;
}

th
{
	text-align: left;
}

img
{
	border: none;
	margin-bottom: -3px;
}

div.subContainer
{
	background-color: #FAFAFA;
	padding: 4px;
	margin: 5px;
}

div.notifyOK, div.notifyError
{
	margin-bottom: 6px;
}

div.notifyOK
{
	clear: both;
	background: #EDFFED;
	padding: 5px;
	border: dashed 1px Green;
}

div.notifyError
{
	clear: both;
	background: #ffeded;
	padding: 5px;
	border: dashed 1px Red;
}

.tableDefault
{
	width: 672px;
	border-collapse: collapse;
}

.tableDefault th, .tableDefault td
{
	padding: 2px 8px;
	border-bottom: solid 1px #CCC;
}

.tableDefault th
{
	background: #F0F0F0;
	color: #333;/*
	background-color: #464646;
	color: #EFEFEF;*/
}

div.pageOptions a, div.pageOptions a:visited
{
	color: Blue;
	padding: 3px 6px;
	text-decoration: none;
}

div.pageOptions a:hover
{
	text-decoration: underline;
}
