﻿body
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: .8em;
	margin: 5px 0;
	color: #000;
	background: #fff url(../../images/backgrounds/blue-i.jpg) 400px 15px no-repeat;
}
input
{
	font-family: Trebuchet MS, Tahoma, Sans-Serif;
	/*font-size:.8em;*/
}
img
{
	border:none;
}
h1 
{
	font-size:1.65em;
}
h2 
{
	font-size:1.25em;
	margin-bottom:0;
}
h3 
{
	font-size:1.15em;
	width: 825px;
}
a:link, a:visited
{
	color: #007dff;
}
a:hover
{
	color: #32cd32;
}
/*
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 10px;
	/*width:980px;*/
	width:875px;
	margin: 0 auto;
}
#Header 
{
	text-align:left;
	height: 115px;
}
#Header h1
{
	color: #555;
	float:left;
	display:block;
	margin: 12px 0 0 25px;
	font-size: 22px;
}
#NavBar
{ 
	margin-top: 10px;
	width:882px;
	height:45px;
	line-height:35px;
	background-position: bottom; 
	background-image: url(../../images/nav-bar.gif); 
	background-repeat: repeat-x;  
}
#NavBar ul, #NavBar li
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
#NavBar A
{
	font-size:11px;
	color:Black;
	text-decoration:none;
	float: left;
	width: 147px;
	display:block;
	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;
	font-weight:bolder;
}
#NavBar A.Selected
{
	background-image: url(../../images/button-green.gif);
}
#NavBar A:Hover
{
	background-image: url(../../images/button-green.gif);
}
#UserNav {
    display:block;
}
#AdminBar
{
	width:882px;
	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/watermark.jpg) no-repeat #fff left bottom;
	width: 870px; /*float:left;*/
	/*min-height: 450px;*/
	line-height: 1.75;
	padding: 5px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	clear:both;
}
#Right
{
	display:none;
	width:150px;
	border-left: dashed gray 1px;
	background:white;
	min-height:430px;
}
#Footer
{
	color:#ddd;
	height:30px;
	line-height:30px;
	background: #666 url(../../images/bl.gif) no-repeat bottom left; 
	border: NONE;
	/*border:1px solid #999;*/
	padding-left: 10px;
	width:872px;
}
#Footer A
{
	color:White;
}
#Validates
{
	float: right; background: url(../../images/br.gif) no-repeat bottom 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;
}

