﻿body
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 1.75;
	margin:0;
	color: #000;
	background: #B4C9B4;
}
input
{
	font-family: Trebuchet MS, Tahoma, Sans-Serif;
	font-size:12px;
}
img
{
	border:none;
}
h1 
{
	font-size:1.65em;
	margin-bottom:8px;
}
h2 
{
	font-size:1.25em;
	margin:0;
}
h3 
{
	font-size:1.15em;
}
a:link, a:visited
{
	color: #007dff;
}
a:hover
{
	color: #32cd32;
}
p
{
	/*margin: 3px;*/
}
/*
table
{
	border-collapse:collapse;
}
thead
{
	background-image: url(../../images/header-row-bg.gif);
	text-align:center;
	height:24px;
	//background-color: #5D7B9D;
}
th
{
	padding: 0 5px 0 5px;
}
td
{
	padding:0;
}
*/
li
{
	margin-bottom: 10px;
}

/* IDS */
#Page
{
	padding: 0 0 0 6px;
	margin: 0 auto;
	/*width:980px;*/
	width:760px;
	text-align:left;
	background: url(images/backgrounds/bg.gif);
}
#Header 
{
	width:750px;
	border-left: 1px solid #2C492C;
	border-right: 1px solid #2C492C;
	height: 100px;
}
#Header h1
{
	color: #555;
	float:left;
	display:block;
	margin: 12px 0 0 25px;
	font-size: 22px;
}
#NavBar
{ 
	width:750px;
	height:40px;
	line-height:32px;
	background: url(images/nav.gif) #fff; 
	background-repeat: repeat-x;  
	border-left: 1px solid #2C492C;
	border-right: 1px solid #2C492C;
}
#NavBar ul, #NavBar li
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
#NavBar A
{
	font-size:12px;
	color:Black;
	text-decoration:none;
	float: left;
	width: 147px;
	display:block;
	height: 32px;
	margin-top: 2px;
	text-align:center;
	/*padding: 0 10px 0 10px;
	border-left: none 1px gray;
	border-right: solid 1px gray;
	background: url(images/button.gif) no-repeat;*/
	border-right: 1px solid #839283;
	font-weight:bold;
}
#NavBar A.Selected
{
	background: url(images/button-green.gif) no-repeat center -2px;
}
#NavBar A:Hover
{
	background: url(images/button-green.gif) no-repeat center -2px;
}
#AdminBar
{
	width:750px;
	background:url(../../images/backgrounds/admin-bar.gif) repeat-x;
	height:30px;
	line-height:30px;
}
#AdminBar div.Button 
{
	padding:0 10px 0 10px;
}
#AdminBar A
{
	display:block;
	color: black;
	text-decoration:none;
	float:left;
	width:100px;
	border-right: 1px solid #999;
	text-align:center;
	margin-left: 1px;
}
#AdminBar A:Hover
{
	margin:0;
	line-height:28px;
	border: solid 1px orange;
	background-color: #ffdead;
}
#AdminBar A:Active
{
	margin: 0;
	line-height: 28px;
	border: solid 1px orange;
	background-color: #f4a460;
}
#Content
{
	background: url(images/backgrounds/footer-top.gif) repeat-x #fff left bottom;
	width: 730px; /*float:left;*/
	min-height: 450px;
	padding: 5px 10px 20px 10px;
	border-left: 1px solid #2C492C;
	border-right: 1px solid #2C492C;
}
#Right
{
	display:none;
	width:150px;
	border-left: dashed gray 1px;
	background:white;
	min-height:430px;
}
#Footer
{
	color:#ddd;
	height:30px;
	line-height:30px;
	background: #B4C9B4 url(images/bottom.gif) no-repeat left bottom; 
	border: NONE;
	/*border:1px solid #999;*/
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -6px;
	width:726px;
}
#Footer A
{
	color:White;
}
#Validates
{
	float: right;
}

/* Classes */
.WizardButton 
{
	border: 1px solid #507CD1;
	background-color: White;
	color: #284E98;
}
.Error
{
	background-color: #f08080;
	color: White;
	padding: 5px;
	display: block;
	border-right: #ffc0cb 1px solid;
	border-top: #ffc0cb 1px solid;
	border-left: #ffc0cb 1px solid;
	border-bottom: #ffc0cb 1px solid;
}
.HeaderRow
{
	background-image: url(../../images/header-row-bg.gif);
	height:24px;
	font-size:larger;
	font-weight:bold;
}

