﻿body 
{
    background-color: #999;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 16px;
}

font 
{
    font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.th 
{
    width:180px;
    border-right: 6px solid white;
    vertical-align:top;
    background-color:#dddddd;
}

a {
	color:#000080;
}

p {
	margin-bottom: 10px;
}

img {
	border:0px;
}

h1 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-weight: bold;
	color: #FF9933;
	font-size: 20px;
}

h3 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-weight: bold;
	color: #666;
	font-size:15px;
	margin-top: 0px;
	margin-bottom: 0px;
}











#container {
	width: 950px;
	margin: 3px auto;
	text-align: left;
	background-image: url(../img/shadow_content.gif);
}

#container_top {
	background-color: #999;
	background-image: url(../img/shadow_top.gif);
	width: 950px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#container_bottom {
	background-color: #999;
	background-image: url(../img/shadow_bottom.gif);
	width: 950px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: top;
}

#container_content {
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
}

#footer {
	padding-left: 20px;
	padding-top: 5px;
	color: #fff;
}

#footer a {
	color: #fff;
}





#nav_generic {
	text-align: right;
	padding-right: 20px;
	padding-top: 15px;
}

#nav_generic a {
	color: #fff;
	text-decoration: none;
}

#nav_generic a:hover,#nav_generic a.high {
	color: #000;
}

#nav_generic ul {
	margin: 0px;
}

#nav_generic li {
	display: inline;
	list-style-type: none;
	padding-left: 15px;
}

#nav_primary {
	border-bottom: 1px solid #666;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav_primary a {
	color: #666;
	font-size:12px;
	text-decoration: none;
}

#nav_primary a:hover,#nav_primary a.high {
	color: #FF9933;
}

#nav_primary ul {
	margin: 0px;
	padding:0px;
}

#nav_primary li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}

#nav_path {
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#nav_path a {
	color:#666;
}

#nav_secondary {
	background-color: #eee;
	padding: 10px;
	margin-bottom: 20px;
}

#nav_secondary a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration:none;
	color:#999;
}

#nav_secondary a.high, #nav_secondary a:hover {
	color: #FF9933;
}

#nav_secondary a.tert {
	padding-left: 20px;
}

#nav_secondary a.terthigh {
	padding-left: 20px;
	color: #FF9933;
}






.popupSearch 
{
    background-color:White;
    border: 1px solid black;
}

.popupInfo
{
    background-color:White;
    border: 1px solid black;
    padding:20px;
    
}

.modalBackground
{
    filter: Alpha(Opacity=60); -moz-opacity:0.6; opacity: 0.6;
    width: 100%; height: 100%; background-color: Gray;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}

.error 
{
    font-weight:bold;
    color:Red;
}

.listbox 
{
	width: 200px;
	height: 120px;
}