﻿/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body, html
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #a7a09a;
	color: #000;
}
body
{
	min-width: 750px;
}
#wrap
{
	background: url('images/sidbar.png') repeat-y right; /*background: #99c;*/
	margin: 0 auto;
	width: 750px;
}



#header
{
	background: #B56800;
	padding: 10px 10px 10px 10px;
}
#header h1
{
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}
#nav
{
	background: #fff;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	padding: 5px 10px 10px 10px;
}
#nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#main
{
	background: #fff;
	float: left;
	width: 495px;
	padding: 0px 0px 10px 10px;
}
#main h2, #main h3, #main p
{
	padding: 0 10px;
}
#sidebar
{
	/*background: #fff;  #99c;*/
	float: right;
	width: 225px;
	padding: 0px 10px 10px 10px; /*(top must be zero for background sidebar img to work) */
}
#sidebar ul
{
	margin-bottom: 0;
}
#sidebar h3, #sidebar p
{
	padding: 0 10px 0 0;
}

#sidebarcontent
{
	width: 170px;
	margin-left: 50px;
}

#footer
{
	clear: both;
	text-align: center;
}

#footer p
{
	padding: 10px 10px 10px 10px;
	margin: 0;
}

#footer-container
{
	background-color: #eef6ed;
	border-top: solid 1px #8ab573;
}

/*  Used on the nav bar*/
#tabs ul
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#tabs ul li
{
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	list-style: none;
	display: inline;
	border-right-style: solid;
	border-right-color: #C0C0C0;
	border-right-width: 1px;
}

#tabs li a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#tabs li a:visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#tabs li a:hover
{
	color: #B56800;
	text-decoration: underline;
}

/* Commonly used to style section titles. */
h1
{
	color: #663300;
	font-size: 16px;
	font-weight: bold;
}

h2
{
	color: #6d9863;
	font-size: 13px;
	font-weight: bold;
}

ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 1px;
}

a:link
{
	color: #09760d;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #2d7336;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #09760d;
	text-decoration: underline;
}


.class1 A:link
{
	font-size: 9px;
	color: #a7a09a;
	text-decoration: none;
}
.class1 A:visited
{
	font-size: 9px;
	color: #a7a09a;
	text-decoration: none;
}
.class1 A:active
{
	font-size: 9px;
	color: #a7a09a;
	text-decoration: none;
}
.class1 A:hover
{
	font-size: 9px;
	color: #a7a09a;
	text-decoration: underline;
}

.required
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9e2828;
}

.error
{
	color: Red;
	font-weight: bold;
	font-size: 14pt;
}



#silverlightControlHost
{
	border: 1px outset #C0C0C0;
	width: 100%;
	height: 600px;
	text-align: center;
}

.no-sl 
{
	color: Silver;
	font-weight: bold;
	font-size: 14pt;
}

.no-sl-mini
{
	font-size: 8pt;
	font-weight:normal;
}