/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../tpl_images/img1.gif) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
}

h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	letter-spacing: -1px;
	font-size: 26px;
	font-weight: normal;
	color: #31576F;
}

h2 em {
	font-weight: bold;
	font-style: normal;
}

h3 {
	height: 25px;
	background: #0077A7 url(../tpl_images/img3.gif) repeat-x left bottom;
	padding: 13px 0 0 20px;
	font-size: 11px;
	color: #FFFFFF;
}

p, ol, ul {
	line-height: 180%;
   padding-bottom: 0px;
   margin-bottom: 0px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a {
	color: #6B6B6B;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 0 20px 0 0;
}

.bg1 {
	padding: 0px 20px 20px 20px;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF url(../tpl_images/img4.gif) repeat-x;
}

.bg2 {
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #CBE1EF;
	background: #FFFFFF url(../tpl_images/img4.gif) repeat-x;
}

/* Header */

#header {
	width: 892px;
	height: 160px;
	margin: 0 auto;
}

#header * {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 70px 0 0 10px;
	font-size: 33px;
}

#header h2 {
	float: left;
	padding: 91px 0 0 10px;
	font-size: 11px;
	font-weight: normal;
}

#header ul {
	float: right;
	margin: 0;
	padding: 82px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 8px;
	padding: 12px 20px 0 20px;
	background: #ABBA47 url(../tpl_images/img2.gif) repeat-x;
	text-decoration: none;
	font-weight: bold;
}

#header a:hover {
	text-decoration: none;
	color:  #083F5B;

}


/* Content */

#content {
	width: 892px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 200px;
}

#colOne ul {
	padding-left: 0;
	list-style: none none outside;
}

#colOne li {
	padding: 5px 0;
	background: url(../tpl_images/img6.gif) repeat-x;
}

#colOne li.first {
	background: none;
}

#colTwo {
	float: right;
	width: 686px;
}

#type_selector
{
   text-align: right;
   margin: 0px 0px 5px 0px;
}
/* Footer */

#footer {
	clear: both;
	width: 892px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(../tpl_images/img7.gif) repeat-x
}

#footer p {
	margin: 0;
	text-align: center;
}


input.std_btn
{
   color: #ffffff;
   background-color:#083F5B;
	
	border:					2px solid;
   border-top-color:		#0D628A;
   border-left-color:	#0D628A;
   border-right-color:	#000000;
   border-bottom-color:	#000000;
	
}

input.std_btn_hover
{
   background-color:#0D6691;
	
   border-top-color:		#0D628A;
   border-left-color:	#0D628A;
   border-right-color:	#000000;
   border-bottom-color:	#000000;
	
}

table.std_table
{
	border-collapse:collapse;

}

table.std_table td, table.std_table th
{
	/* border: solid black 1px; */
	padding: 4px;
}

table.std_calc_table
{
	border-collapse:collapse;
	
	border-top: 	solid 1px #808080;
	border-right: 	solid 0px #808080;
	border-bottom: solid 1px #808080;
	border-left: 	solid 0px #808080;

}

table.std_calc_table td, table.std_calc_table th
{
	/* border: solid black 1px; */
	padding: 4px;
}


table.results_table
{
	border-spacing:	0px;
	padding: 0px;
}

table.results_table td
{
	padding:	5px;
}

a.std_print
{
	text-decoration: none;
}

a.std_print:hover
{
	text-decoration: underline;
}

tr.group_header 
{

}

tr.group_header td
{
	font-weight:		bold;
	padding-top:		5px;
	border-top:	3px solid #d0d0d0;
	border-bottom:	3px solid #d0d0d0;
}

.result_html
{
	padding-top:	5px;
}
.error_msg
{
	color: 			#f00000;
	font-weight:	bold;
	text-align:		center;
	padding-top:	5px;
}

#header h1 span.header_green
{
	color: #8DD60D;
}

#header h1 span.header_blue
{
	color: #10BBEF;
}

#header h1 span.header_red
{
	color: #EA2D53;
}

tr.highlight_range
{
	background-color: #FFBBBB;
	color: #080808;
}
