
/*HTML styles */

body {
	background: url(/images/page_bg.gif) #376227 ;
	background-position: top ;
	background-repeat: repeat-x ;	
	margin: 0px ;	
	padding: 0px; 
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	color: #ffffff ;
}

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 22px ;
	line-height: 24px ;
	margin-top: 0px ;
	font-weight: normal ;
	color: #ffffff ;
	letter-spacing: -2px ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	line-height: 20px ;
	letter-spacing: -1px ;
	margin-top: 0px ;
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
}

.content {
	padding-right: 15px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	font-size: 18px ;
	letter-spacing: -1px ;
	line-height: 20px ;
	padding: 8px 15px ;
	background-image: url(/images/button_bg.png) ;
	background-position: center ;
	background-repeat: no-repeat ;
	color: #376227 ;
	display: block ;
	text-decoration: none ;
}

a.button:hover {
	background-image: url(/images/button_up.png) ;
	color: #ffffff ;
	text-decoration: underline ;
}

a:link {
	color: #ffffff ;
	text-decoration: underline ;
}

a:active, a:visited {
	color: #cccccc ;
	text-decoration: underline ;
}

a:hover {
	color: #ffffff ;
	text-decoration: none ;
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

a.link_dark:link, a.link_dark:active, a.link_dark:visited, a.link_dark:hover {
	color: #000 ;
	text-decoration: none ;
}

a.link_dark:hover {
	text-decoration: underline ;
}

/*	COMMON STYLES	/*

/* TinyMCE specific rules */

body.mceContentBody {
   background: #376227;
}

.mceContentBody a {
	color: #711028 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a:link img, 
a:active img, 
a:visited img, 
a:hover img {
	border-style: solid;
	border-width: 1px; 
	border-color: #711028;
}

a:hover img {
	border-color: #c00;
}

/*Misc Standard Styles*/

table.w100 {
	width: 100%; 
}

table.vat td {
	vertical-align: top; 
}

.important {
	color: #C25D5B;
}

.required {
	text-align: center;
	color: #C25D5B;
}

.even_row, 
.row_0 {
	background-color: #eee;
}

.odd_row, 
.row_1 {
	background-color: #376227;
}

.good, 
.status1 {
	color: #6F9626;
}

.bad, 
.status0 {
	color: #C25D5B;
}


/*  MAILING LISTS STYLES */

div.mailing_lists_list {
	border-top: solid 1px #666 ;
	border-bottom: solid 1px #666; 
}

div.mailing_lists {
	padding: 10px 0px; 
	border-top: 1px dashed #666 ; 
}

div.mailing_lists:first-child {
	border-top: 0px; 
}

div.mailing_lists_name {
	font-weight: bold; 
	font-size: 1.1em;
}

div.mailing_lists_link {
	text-align: right;
}

div.mailing_lists_teaser {
	
}

div.mailing_lists_subscribe {
	width: 300px; 
	/*
	float: right; 
	margin: 0px 0px 15px 15px; 
	padding: 10px; 
	background-color: #ccc ;
	border: solid 1px #999 ;
	*/
}

div.mailing_lists_subscribe_required {
	text-align: center;
	font-size: .9em ;
}

div.mailing_lists_subscribe_message {
	text-align: center; 
}

table.mailing_lists_subscribe_form {
	width: 100%; 
}

table.mailing_lists_subscribe_form td {
	padding: 0px; 
}

td.mailing_lists_subscribe_form_label {
	white-space: nowrap; 
	width: 1%; 
}

table.mailing_lists_subscribe_form td input {
	width: 99%; 
}

div.mailing_lists_subscribe_form_button {
	padding-top: 5px; 
	text-align: right; 
}

.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.content {
		width: 100%; 
		margin: 0px; 
		float: none;
	}
	
}
.hr {
	margin: 15px 0px ;
	border-top: 1px solid #666 ;
	border-bottom: 1px solid #ccc ;
}