/* ------------- GENERAL HTML TAGS ------------- */
body {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	/*margin: 0 auto;*/
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*width: 960px;*/
}
p, thead, tfoot, tr, th, td, a, input, textarea, select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a { 
	color: #0033CC;
	text-decoration: none; 
}
a:visited { 
	color: #0033CC;
	text-decoration: none; 
}
a:hover, a:active { 
	color: #000099;
	text-decoration: underline; 
	background-color: #ffc;
}
p {
	line-height: 125%; 
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000;
	text-transform: capitalize;
	margin-top: 10px;
}
h2 {
	font-size: 14px;
	color: #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999;
}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	margin-left: 10px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	margin-left: 10px;
	list-style: square;
}
th {
	text-align: left;
	padding-right: 2px;
	padding-left: 4px;
}
thead {
	background-color: #E3F1C7;
}
thead th {
	border-width:1px;
	border-right-width:0px;
	border-style:solid;
	border-color:#9aCD32;
	text-align: center;
	cursor: pointer;
	/*border-style: solid ridge ridge solid;*/
}
thead th.sort {
	background-color: #fff;
}
.numbercol {
	text-align: right;
}
thead th#lastcol {
	border: 1px solid #9aCD32;
}
tfoot {
	background-color: #E3F1C7;
}
tfoot th {
	border-width:1px;
	border-right-width:0px;
	border-bottom-width: 0px;
	border-style:solid;
	border-color:#9aCD32;
}
tfoot th#lastcol {
	border-right-width:1px;
}
tfoot th.bottomrow {
	border-width:1px;
	border-right-width:0px;
	border-style:solid;
	border-color:#9aCD32;
}
tfoot th.bottomrow-numbercol {
	border-width:1px;
	border-right-width:0px;
	border-style:solid;
	border-color:#9aCD32;
	text-align: right;
}
tfoot #pagesnav { 
	line-height: 250%;
	background-color: #fff;
	text-align: center;
}
tbody td {
	padding-right: 2px;
	padding-left: 4px;
}
tbody td.numbercol {
	text-align: right;
}
tbody tr.evenrow {
	background-color: #E6E6E6;
}
tbody tr.evenrow:hover {
	background-color: #ffc;
}
tbody tr.oddrow:hover {
	background-color: #ffc;
}
tbody tr.selectedRow {
	background-color: #ffc;
}
label {
	cursor: pointer;
}
textarea {
    padding: .1em;
	/*overflow: visible;*/
	overflow: inherit;
}
dfn {
	color: #333 /*#0000FF */;
	font-weight: bold;
	border-bottom: #333 1px dashed;
}
form {
	margin: 0px;
	padding: 0px;
}
/* ------------- SPECIAL AREAS ------------- */
#mainarea {
	padding: 10px;
	padding-top: 0px;
	vertical-align: top;
}
#adspace {
	vertical-align: top;
	border-left: 1px solid #9aCD32;
	padding: 5px;
	padding-left: 10px;
	margin: 10px;
	width: 175px;
}
@media print {
	#adspace {
		display:none;
	}
}
#adspace h1 {
	padding: 0px;
	margin: 0px;
}
#adspace h1 a {
	font-size: 16px;
	font-weight: bold;
}
#adspace h2 {
	padding: 0px;
	margin: 0px;
	font-size:12px;
	font-weight: normal;
	border: 0px;
}
#adspace h3 {
	color: #006600;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size:12px;
	font-weight: normal;
}
#adspace h6 {
	color: #666666;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
	font-size:12px;
	font-weight: normal;
}
#buttons {
	padding-top: 4px;
	padding-bottom: 4px;
	/* float: left; */
}
#footnote {
	font-size: 10px;
	clear: both;
	color: #666666;
	padding-top: 5px;
}
#tip {
	font-size: 12px;
	color: #000;
	margin-bottom: 10px;
	padding: 0px;
	border: 1px solid #9aCD32;
}
#tip h1 {
	background-color: #CEE89A;
	line-height: 150%;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding-left: 5px;	
}
#tip p {
	padding: 5px;
	margin: 0px;
	background-color: #F1F8E3;
}
/* -------------- CUSTOM STYLE CLASSES ------------ */
.error {
	line-height: 150%;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #f00;
}
.donate {
	line-height: 150%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFE0E0;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #f00;
}
.info {
	line-height: 150%;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #9aCD32;
}
.info_normal {
	line-height: 150%;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #9aCD32;
}
.button {
	margin-right: 0.33em;
	cursor: pointer;
	/* font-weight: bold; */
}
.smallText {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1em;
}
.black_a, .black_a:link, .black_a:hover, .black_a:visited, .black_a:active {
	color: #000000;
	text-decoration: none;
}
/* --------------------- START HEADER ------------------------- */
#header_line1 {
	padding-left: 20px;
	margin-bottom: 5px;
}
#header_line2 {
	margin: 0px;
}
#header_line2 p {
	padding-top: 0px;
	margin: 0px;
	line-height: normal;
}
#header_line2_line {
	/*background:url(../img/border.gif) bottom repeat-x;*/
	border-bottom-color: #9aCD32;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#header_line3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 100%;
	background-color: #CEE89A;
	padding-left: 10px;
	margin-bottom: 10px;
}
#date {
	padding-top:3px;
	padding-bottom:3px;
	padding-right:0px;
}
#date p {
	font-size: 10px;
	padding-top: 0px;
	margin: 0px;
	line-height: normal;
}
/* The classes below are used to the define the Main Tabs in Header */
#tablist{
	padding: 4px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 14px Verdana; 
}
#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
}
#tablist li a{
	font: bold 14px Arial; 
	text-decoration: none;
	padding: 3px 0.5em;
	margin-right: -1px;
	border: 1px solid #9ACD32;
	color: black;
	/* old CSS */
	/* background: url(../img/border.gif) repeat-y left; */
}
#tablist li a:link, #tablist li a:visited{
	color: black;
}
#tablist li a:active {
	background: #FFFFFF;
}
#tablist li a.current{
	background: #CEE89A;
	border-bottom-color: #CEE89A;
}
/* The classes below are used in the second line navigational menu */
#tabcontentcontainer{
	width:700px;
}
.tabcontent{
	display:none;
	padding: 3px;
}
.tabcontent a:link, .tabcontent a:visited, .tabcontent a:hover, .tabcontent a:active {
	color: #000000;
	text-decoration: none;
	background: #CEE89A;
}
.tabcontent a.current {
	color: #0000FF;
	font-weight: bold;
}
#topsearch {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 10px;
	/*padding-left: 20px;
	/*border: 1px solid #9aCD32;*/
} 
#topsearch ul {
	padding-left: 0px;
	margin-left: 0px;
}
#topsearch li {
	list-style: none;
	display: inline;
	margin: 0;
}
#topsearch li a {
	font: normal 12px Arial; 
	text-decoration: none;
	padding: 5px 0.5em;
	margin-right: -1px;
	/*border-left: 1px solid #9ACD32;
	border-right: 1px solid #9ACD32;*/
	color: blue;
}
#topsearch li a.current {
	color: blue;
	text-decoration: underline;
	background: #F1F8E3;
	/*border-bottom: 1px solid #CEE89A;*/
}
#topsearchform {
	padding-bottom: 5px;
	/*padding: 5px;
	/*border-left: 1px solid #9aCD32;
	border-right: 1px solid #9aCD32;
	background-color: #CEE89A;*/
}
/* ------------------------ END HEADER --------------------- */
/* --------------------- START FOOTER ------------------------- */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer ul {
	line-height: 150%;
	border-top-color: #9aCD32;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #CEE89A;
	margin-top: 20px;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 200%;
}
#footer li {
	list-style: none;
	display: inline;
	margin: 0;
}
#footer p {
	padding-left: 10px;
	margin-top: 3px;
}
/* --------------------- END FOOTER ------------------------- */
/* --- Special hack needed for showing polylines in Google Maps in IE --- */
v\:* {
      behavior:url(#default#VML);
}
