table#grid_table tbody tr td {
border-bottom: 1px solid #ccc;
margin: 0;
padding: 2px;
}
table#grid_table thead th {
background-color: #FFFAAF;
}



#capcha div {
    float: right;
}

/* ---[ FORMS ]------------------------------- */
.search_label {
	font-weight: bold;
}

legend {
background:#FAF7C4 none repeat scroll 0 0;
border-color:#ECE792 #BD966B #BD966B #ECE792;
border-style:solid;
border-width:1px;
color:#4D2F0F;
font-weight:bold;
margin: 5px;
padding:2px 20px;
}

fieldset {
margin:0 0 10px 5px;
padding :0 0 10px 10px;
border-color:#ECE792 #BD966B #BD966B #ECE792;
border-style:solid;
border-width:1px;
	
}

label {
cursor: hand;
cursor: pointer;
}

.red {
	font-family: Verdana,Tahoma;
	color: red; 
}
.button {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: #CC9966;
	padding: 2px;
}

.textbox {
	font-family: Verdana,Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: black;
	border: 1px solid #CC9966;
}

INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Verdana,Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: black;
	border: 1px solid #BD966B;
}


option {
border: none ;
}



#copyright_footer {
padding-left: 140px;
font-family: "Trebuchet MS";
font-size: 10px;
}

div.menu a {
font-family: "Trebuchet MS";
color: #eef6c3;
display: block;	
}
a.menu:link {
color: #fff;
font-size:10pt;
}

thead th, th tr td {
	font-family: "Verdana";
	font-size: 11px;
	font-weight: bold;
	background-color: #9CB68C ;
	height: 25px;
	border-bottom: 2px solid #486F30;
	text-align: left;
	padding: 2px 6px;
}
.subtitle, .row_title_link {
	border-bottom: 2px solid #006634;
	font-weight:bold;
	padding: 5px 10px 0px 2px;
	margin: 5px 0 10px 0;
	font-family: Verdana;
	font-size: 12 pt;
}
.subtitle2 {
	font-weight:bold;
	padding: 5px 10px 0px 2px;
	margin: 5px 0 10px 0;
	font-family: Verdana;
	font-size: 12 pt;
}
.subtitle_horizontal {
	font-weight:bold;
	padding: 5px 10px 0px 2px;
	margin: 5px 0 10px 0;
	font-family: Verdana;
	font-size: 12 pt;
	display: inline;
}

.news_headline_img {
	margin-left: 15px;
	padding:3px;
	border: 1px solid #9CB68C;
}

.small_thumb {
	margin-left: 5px;
	padding:3px;
	border: 1px solid #9CB68C;
}

a:hover .small_thumb {
background-color: red;
border: none;
padding:4px;
}


a:hover .news_headline_img {
background-color: red;
border: none;
padding:4px;
}


.ajax_warning {
font-weight: bold;
color: #fff;
padding: 5px;
}

.search_result_msg {
	font-weight: bold;
	background-color: #FAF7C4;
	padding: 5px 5px 5px 20px;
	margin: 15px 0;
	border: 1px solid #ECE792;	
}

.error_title {
color: red;
font-size: 110%;
font-weight: bold;
padding: 10px 5px 10px 40px;
margin: 0px;
background: url('../images/error.gif') no-repeat;
background-position: 5px 50%;
}

.error_msg {
font-size : 110%;
color: red;
margin-top: -10px;
padding: 0px;
}


.hidden {
display: none;
}
label {
cursor: pointer;
}

.row_dark {
background: #E1FFCF;
}
.row_light {
background: #EBFFDF;
}
th {
background-color: #9CB68C;
color: #000;
}

.th_left_align {
background-color: #9CB68C;
color: #000;
text-align: left;
font-size: 10pt;
padding-left: 5px;
}


.page_title {
background-color: #EDF1EB;
color: #35661e;
padding: 3px 0px 3px 15px;
display: block;
font-size: 13px;
font-weight: bold;
margin: 10px 0px 10px 0px;
letter-spacing: 0.15em;
}
form {
display: inline;
}

#loading {
	border: 4px #006634 double;
	background-color: #FFFFCC;
	color: #006634;
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana,Tahoma;
	letter-spacing: 1px;
	width: 250px;
	height: 40px;
	padding: 30px;
	position: absolute;
	display: none;
}
h3.debug, xmp, pre.debug {
background-color: #FFFFDF;
padding: 10px;
font-family: monospace;
font-size: 10pt;
width: 900px;
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 width: 99%;   /* remove horizontal scroll-bar when viewing in IE7 */
}


#faqList li { list-style: none; }
#faqList .question {
	padding-left: 22px;
	margin-left: -20px;
	background: transparent url('../images/faq_plus.png') left center no-repeat; 
	font-family: "Trebuchet MS";
	color: #006634;
}
#faqList li.simpleFAQShowing .question {
	background: transparent url('../images/faq_minus.png') left center no-repeat;
}
#faqList .simpleFAQHover { color: #060; }
#faqList .answer {
	margin-left: 0.2em;
	padding: 0em;
}
