@charset "ISO-8859-1";

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Styles */

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

p {
  margin-top: 10px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.push {
	clear: both;
}

.center_outerwrap {
	position: relative;
	overflow: hidden;
}

.center_wrap {
  float: left; 
  position: relative; 
  left: 50%; 
}

.center_content {
  float: left; 
  position: relative; 
  left: -50%; 
}

.center_clear {
  clear:both;
}

/* Template */

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;	
	background: #efefef url(/media/img/bkg.jpg) repeat-x scroll center top;
}

a, a:link, a:visited {
	color: #004bad;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #1ab7ea;
	text-decoration: underline;
}

.container {
	width: 960px;
	margin: 0 auto 0 auto;
	border-color: #dedede;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;  	
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #004bad;
	line-height: normal;
	font-weight: bold;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #004bad;
	line-height: normal;
	font-weight: bold;
}

/* Template - Global styles */

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

/* Template - Header */

.header {	
	width: 960px;
	height: 63px;
}

.logo {	
	width: 260px;
	height: 63px;
}

.logo_client {
  padding: 8px; 
  float: right;
}

.content label {
  font-style: italic;
}

.content .label_radio {
  font-style: normal;
}

.input_email, .input_key, .input_password {
  width: 250px;
  outline: none;
}

/* Template - Bars */

.page_information, .page_success, .page_warning, .page_error {
  height: 31px;
  width: 854px;  
  font-size: 12px;
 	padding: 12px 10px 0 60px;
}

.page_information, .page_success, .page_error {
  color: #eee;  
}

.page_warning {
  color: #333;  
}
 
.page_information {
  background: url(/media/img/band_information.png) no-repeat;	
}

.page_success {
  background: url(/media/img/band_success.png) no-repeat;	
}

.page_warning {
  background: url(/media/img/band_warning.png) no-repeat;	
}

.page_error {  
  background: url(/media/img/band_error.png) no-repeat;	
}
 
/* Template - Menu */

.menu {
  height: 39px;
	font-size: 12px;
	color: #fff;		
	background: #FFF url(/media/img/bkg_menu.jpg) repeat-x;
	padding-top: 7px;
	padding-left: 23px;
}

.menu input {
  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #777;
	outline: none;
}

.login_email {
	width: 18em;
	margin-left: 5px;
	margin-right: 5px;
}

.login_password {
	width: 12em;
	margin-left: 5px;
	margin-right: 5px;
}

.login_submit {
  width: 23px;
  height: 23px;
  border: none;
  cursor:pointer;
  background:url(/media/img/btn_go.png) no-repeat;  
  margin-right: 5px;
}

.menu_left {
  float: left;
  padding-top: 0;
  padding-right: 23px;  
  font-size: 13px; 
}

.menu_left2 {
  float: left;
  padding-top: 4px;
  padding-right: 23px;  
  font-size: 13px; 
}

.menu_left a, .menu_left2 a {
  font-size: 12px;
  color: #fff;
  xfont-weight: bold;  
}

.menu_right {
  float: right;
  padding-top: 0;
  padding-right: 23px;  
  font-size: 16px;
  font-weight: bold;  
}

.menu_right2 {
  float: right;
  padding-top: 3px;
  padding-right: 23px;  
  font-size: 16px;
  font-weight: bold;  
}

.menu_right a, .menu_right2 a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;  
}

.content {
	padding: 4px 23px 14px 23px;
	background-color: #FFF;
	min-height: 360px;
}

/* Template - Footer */

.footer {
	background-color: #004bad;
	padding: 0 0 10px 0;	
}

.footer p {  
  margin-top: 0;
  padding-top: 10px;
}

.footer a {
  color: #333;
  text-decoration: underline;
}

.footer a:hover {
  color: #000;
}

.copyright {
    clear: both;
    height: 30px;
    margin: 10px 0;
    text-align: center;
    color: #3A3C3D;
}

.copyright p {
    margin: 0;
    height: 30px;
    line-height: 30px;
    display: block;
}

.copyright a {
    color: #3A3C3D;
    text-decoration: none;
    display: inline-block;
}

.copyright img {
    height: 20px;
    text-decoration: none;
    border: 0;
    margin: 0 10px 0 0;
    display: inline-block;
}

/* Template - Buttons */

a.button span 			{
	display: block;
	line-height: 24px;
	color: #fff;
	background: transparent url(/media/img/button_left_blue.png) no-repeat 0 0;
	padding: 0 0 0 15px;
} 
								
a.button 				{
	display: inline;
	float: left;
	height: 24px;
	margin-right: 5px;
	padding-right: 15px;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	color: #FFF;
	background: transparent url(/media/img/button_right_blue.png) no-repeat right top;
	
}

a.button:hover span		{
	background-position: 0 -24px;
	color: #fff;
}

a.button:hover			{
	background-position: right -24px;
}

/* Template - Home page */

.home_who {
	width: 914px;
	background: #EBEBEB;
	margin-top: 10px;
}

.home_who_top {
  width: 914px;
  height: 22px;	
  background: #fff url(/media/img/top_2col.jpg) no-repeat;
}

.home_who_bottom {
  width: 914px;
  height: 22px;	
  background: #fff url(/media/img/bot_2col.jpg) no-repeat;
}

.home_join {
	width: 447px;
	background: #fff;
	float: left;
}

.home_join_top {
  width: 447px;
  height: 22px;	
  background: #fff;
}

.home_join_bottom {
  width: 447px;
  height: 22px;	
  background: #fff;
}

.home_green {
	width: 447px;
	background: #91CA73;
	float: right;
	margin-top: 20px;
}

.home_green_top {
  width: 447px;
  height: 22px;	
  background: #fff url(/media/img/top_1col.jpg) no-repeat;
}

.home_green_bottom {
  width: 447px;
  height: 22px;	
  background: #fff url(/media/img/bot_1col.jpg) no-repeat;
}

.home_green_table_pages, .home_green_table_pages_to_trees, .home_green_table_trees {
  width: 447px;
  margin: 0 auto;
}

.home_green_table_pages td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

.home_green_table_pages_to_trees td {
	color: #fff;
  padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.home_green_table_trees td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

.home_green h1, .home_green p {
  color: #fff !important;
}

.home {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #333;
}

.home h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	padding-left: 20px;
}

.home p {
	padding-right: 20px;
	padding-left: 20px;
}

/* Template - Captcha */

.captcha_img {
  border: 5px solid #bbb;
  margin: 10px;
}

.captcha_img_selected {
  border: 5px solid #d00;
  margin: 10px;
}

.captcha_checkbox {
  display: none;
}

/* Template - Messages / Documents */

.perpage {
  float: right;
  margin-bottom: 3px;
}

.paginator {
  margin-top: 3px;
  text-align: center;
}

.tabular table  {
  border: 2px solid #91ca73;
}

.tabular table tr th  {
  padding: 2px 0 5px 0;
  background-color: #91ca73;	
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	font-weight: bold;
  color: #fff;  
  text-align: left;
}

.tabular tr th.checkall {
  text-align: center;
}

.tabular tr th.checkall input {

}

.tabular table tr td {
  padding: 3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
  text-align: left;
}

.tabular .odd {
  background-color: #fff;
}

.tabular .even {
  background-color: #e9f4e3;
}

.tabular .checks {
  text-align: center;
}

.tabular .imgisnew {
}

.tabular .isnew {
  font-weight: bold;
}

.tabular .isold {
  font-weight: normal;
}

/* Template - Message */

.message .message_message {
  border: 1px solid #000; 
  background-color: #ddd; 
  padding: 5px;  
}

.message .message_files .message_files_divider {
  height: 1px;
  width: 120px;
  border-top: 1px solid #ccc;
  margin: 10px 0 5px 0;
} 

.message .message_files .message_file {
  margin: 5px 0;
}

.message .message_files .message_file img {
  margin: 0 4px 0 0;
  vertical-align: top;
}

.message .message_files .message_file .message_file_download_view {
  margin: 2px 0 0 32px;
}

/* Template - Settings */

.settings h2:first-child {
  margin-top: 10px;
}

.settings h2 {
  margin-top: 20px;
}

.settings .settings_blocks img {
  vertical-align: top; 
}

.settings .settings_blocks a {
  margin-left: 5px;
}

/* Template - Error */

.error .error_logo {
  float: left;
  margin: 10px;  
}

.error .error_text {
  float: left;
  margin: 20px 10px 10px 10px;
}

.error .error_text h1 {
  font-size: 20px;
  color: #333;
  font-weight: bold;    
}

.error .error_text h2 {
  margin-top: 1em;
  font-size: 14px;
  color: #C64326;
  font-weight: bold;
}

/* Template - Under construction */

.underconstruction .underconstruction_logo {
  float: left;
  margin: 10px;  
}

.underconstruction .underconstruction_text {
  float: left;
  margin: 20px 10px 10px 10px;
}

.underconstruction .underconstruction_text h1 {
  font-size: 20px;
  color: #333;
  font-weight: bold;    
}

.underconstruction .underconstruction_text h2 {
  margin-top: 1em;
  font-size: 14px;
  color: #0685BB;
  font-weight: bold;
}
  
/* Filter */
.filterinactive, .filteractive {
  margin-top: 0.5em;  
}

.filteractive {
  font-weight: bold;
}

.filtertrigger {
	color: #1A96D8;
	text-decoration: none;
  cursor: pointer;
}

.filtertrigger img {
  vertical-align: bottom;
}

.filter {
}

.filter div {
  float: left;  
  margin: 5px 10px 0 0;
}

.filter div.push {
  float: none;  
  margin: 0;
}

/* jQuery / jQuery UI */

#ui-datepicker-div {
  font-size: 12px !important;
}

.ui-datepicker-trigger {
  margin: 3px 3px -3px 3px !important;
}