﻿body 
{
	background-image: url(../../gfx/BgGrayFader.gif);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	background-color: #ffffff;
}
body, span, div, td, p th, li, a
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}
/*FORM ELEMENTS*/
select, option
{
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
}
.formInput
{
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #7f9db9;
}
input, textarea
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}
/*FORM ELEMENTS*/

/*Main content area*/
#Content
{
	position:relative;
	width: 980px;
	margin: 0px auto;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	border: none;
	color: #000000;
	background-color: #ffffff;
}

hr
{
	border: 0;
	color: #cccccc;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 10px 0px 10px 0px;
	line-height:1px;
}

h1,h2,h3,h4,h5,h6
{
	color: #666666;
}
h5
{
	font-size:13px;
	font-weight: normal;
}
.shadow
{
	background-image: url(../../gfx/shadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 980px;
	overflow:hidden;
}
.wide_shadow {
    width:100%;
    height:4px;
    background-image:url(../../gfx/shadow-1px.gif);
    background-repeat: repeat-x;
}
.clear 
{
	clear:both;
	width:980px;
	height:0px;
	line-height:0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.caps
{
	text-transform:uppercase;
}
.gray
{
	color: Gray;
}
.black
{
	color: #000000;
}
.blacktext
{
	font-size:13px;
	color: #000000;
}
.white
{
    color: #ffffff;
}
.header
{
	font-size:14px;
	font-weight:bold;
}
.bold
{
	font-weight: bold;
}

/*Links*/
a:link {color: #FF0000;}     /* unvisited link */
a:visited {color: #FF0000;}  /* visited link */
a:hover {color: #ED7718;}   /* mouse over link */
a:active {color: #FF0000;}   /* selected link */

a.black:link {color: #000000;}     /* unvisited link */
a.black:visited {color: #000000;}  /* visited link */
a.black:hover {color: #ED7718;}   /* mouse over link */
a.black:active {color: #FF0000;}   /* selected link */

a.gray:link {color: Gray;}     /* unvisited link */
a.gray:visited {color: Gray;}  /* visited link */
a.gray:hover {color: #ED7718;}   /* mouse over link */
a.gray:active {color: #FF0000;}   /* selected link */

a.white:link {color: White;}     /* unvisited link */
a.white:visited {color: White;}  /* visited link */
a.white:hover {color: #ED7718;}   /* mouse over link */
a.white:active {color: White;}   /* selected link */

a.nounderline:link {text-decoration: none;}     /* unvisited link */
a.nounderline:visited {text-decoration: none;}  /* visited link */
a.nounderline:hover {text-decoration: none;}   /* mouse over link */
a.nounderline:active {text-decoration: none;}   /* selected link */


/*Images*/
img 
{
	border: none;
}
.imageHeader
{
	margin-top: 44px;
}
.arrow
{
	background-image: url(../../gfx/pathSeparator.gif);
	background-repeat: no-repeat;
}
/*Table headers*/
th
{
	text-align: left;
	height:20px;
	vertical-align:bottom;
	
}
.subHeaderRow
{
	background-color: #a9bd9b;
}

#submenu {margin: 0px 0px 0px 0px; padding:0px; list-style-type:none;}
#submenu li
{
	margin-top:3px;
	background-image: url(../../gfx/subMenuSeparator.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	width:141px;
	height:20px;
}
#submenu li a:link {padding-left:5px;color: #000000; text-decoration: none;display: block;}     /* unvisited link */
#submenu li a:visited {padding-left:5px;color: #000000; text-decoration: none;display: block;}  /* visited link */
#submenu li a:hover {padding-left:5px;color: #ED7718; text-decoration: none;display: block;}   /* mouse over link */
#submenu li a:active {padding-left:5px;color: #FF0000; text-decoration: none;display: block;}   /* selected link */

#submenu li a.selected:link {color: #FF0000;}     /* unvisited link */
#submenu li a.selected:visited {color: #FF0000;}  /* visited link */
#submenu li a.selected:hover {color: #ED7718;}   /* mouse over link */
#submenu li a.selected:active {color: #ED7718;}   /* selected link */

/*SITEMAP STYLES*/
.sitemaplistLevel1 li a:link {color: #000000; display:block; height:18px; text-transform:uppercase;}     /* unvisited link */
.sitemaplistLevel1 li a:visited {color: #000000; display:block; height:18px; text-transform:uppercase;}  /* visited link */
.sitemaplistLevel1 li a:hover {color: #ED7718; display:block; height:18px; text-transform:uppercase;}   /* mouse over link */
.sitemaplistLevel1 li a:active {color: #000000; display:block; height:18px; text-transform:uppercase;}   /* selected link */

.sitemaplistLevel2 li a:link {color: #666666; display:block; height:18px; text-transform:none;}     /* unvisited link */
.sitemaplistLevel2 li a:visited {color: #666666; display:block; height:18px; text-transform:none;}  /* visited link */
.sitemaplistLevel2 li a:hover {color: #ED7718; display:block; height:18px; text-transform:none;}   /* mouse over link */
.sitemaplistLevel2 li a:active {color: #666666; display:block; height:18px; text-transform:none;}   /* selected link */

.topValidator
{
    position: relative;
    top: 7px;
}

.buttomValidator
{
    position: relative;
    top: -6px;
}
