﻿@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #A4A4A7;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container   {
	width: 996px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent  li  {
}
#container   #mainContent   #jumpMenu   {
	width: 140px;
	/*padding-top: 50px; */
	padding-right: 42px;
}
#container  .bannerBox  {
	padding-top: 16px;
}
#container  .borderTop  {
	background-image: url(../images/bgTop.gif);
	height: 165px;
	text-align: center;
}
#container  #navBarTop  {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 8px;
	padding-left: 12px;
}
#container  #navBarTop  a  {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#container  #navBarTop  a:hover  {
	text-decoration: underline;
}
#container #mainContent   {
	color: #333333;
	background-image: url(../images/bgMain.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-right: 60px;
	padding-bottom: 24px;
	padding-left: 60px;
	font-size: 11px;
	margin: 0px;
}
#container  .borderTop  .logoMain  {
	padding-top: 36px;
}
/*
#container  #mainContent  #jumpMenu  .hr  {
	height: 2px;
	width: 90%;
	background-color: #7AB553;
	margin-top: 4px;
	margin-bottom: 8px;
} */
#container  #mainContent  #jumpMenu  .hr  
{
    background-image:url("../images/green_line.gif");
    background-repeat:repeat-x;
	height: 10px;
	width: 90%;
	/*background-color: #7AB553;
	margin-top: 4px;
	margin-bottom: 8px;*/
}
#container  #footer  {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 40px;
}
#container  #footer  a  {
	color: #FFFFFF;
	text-decoration: none;
}
#container  #footer  a:hover  {
	text-decoration: underline;
}

.photoCaption {
	font-size: 9px;
	text-align: right;
	padding-top: 4px;
}
.pageNameHeader {
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
}

.headingStyle1 {
	font-size: 15px;
	color: #7AB553;
	font-weight: bold;
}
.headingStyle2 {
	font-size: 12px;
	color: #7AB553;
	font-weight: bold;
}
.imgBucketStyle1 {
	float: left;
	padding-right: 8px;
}
#container  #mainContent  #jumpMenu  .header  {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
#container  #mainContent  #jumpMenu  a  {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
}
#container  #mainContent  #jumpMenu  a:hover  {
	/*color: #66CC66;*/
	color:#7AB553;
}
#container  .borderBottom  {
	background-image: url(../images/bgBottom2.gif);
	height: 76px;
	width: 996px;
}
/*
#container  #mainContent  #content  .hr  {
	height: 2px;
	width: 100%;
	background-color: #7AB553;
	margin-top: 4px;
	margin-bottom: 8px;
} */
#container  #mainContent  #content  .hr  
{
    background-image:url("../images/green_line.gif");
    background-repeat:repeat-x;
	height: 10px;
	width: 100%;
	/*background-color: #7AB553;
	margin-top: 4px;
	margin-bottom: 8px;*/
}

.edit_links 
{
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-weight: 500; 
    font-size: 10px;
    color:#FFFFFF;
    text-decoration: none;
}

.edit_link_cells 
{
    background-color: #7AB553;
}

.pageStyle1 #flashContainer {
	padding-top: 44px;
}
#container .bannerBox {
	color: #999999;
	font-size: 10px;
}
.list_table 
{
    border-collapse:collapse;
    padding: 0 0 0 0;
}
.list_text 
{
    font-family:Helvetica, Verdana, Sans-Serif;
    font-size:12px;
    color:#666666;
}
.list_link 
{
    font-weight:bold;
    color:#666666;
    text-decoration:none;
}
.list_link:hover 
{
    text-decoration:underline;
}
.list_line 
{
    border-bottom:solid 1px #AAAAAA;
    /*height:2px;*/
}

/*.blue_line 
{
    height: 2px;
	width: 100%;
	background-color: #7AB553;
	margin-top: 4px;
	margin-bottom: 8px;
}*/
.blue_line 
{
    background-image:url("../images/green_line.gif");
    background-repeat:repeat-x;
	height: 10px;
	width: 100%;
	/*background-color: #7AB553;
	margin-top: 4px;
	margin-bottom: 8px;*/
}
.list_row 
{
    height:20px;
}
#TheList 
{
    text-align:center;
}
#ROW 
{
    text-align:center;
}
#WaitDiv 
{
    text-align:center;
}
.detail_table_headers 
{
    font-size:11px;
    font-weight:bold;
    color:#7AB553;
}
.small_details 
{
    font-size:9px;
    vertical-align:top;
}
.smaller_details 
{
    font-size:8px;
    vertical-align:top;
}
<!--WORKAROUND FOR EXTRA WHITE SPACE ISSUE IN IE7>
<!--[if IE]>
<style type="text/css"> 
a { zoom: 1;}
</style>
<![endif]-->

