/* general elements styles */

body {
	margin: 0;
    font: 11px verdana, geneva, arial, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
}

td, th, .bod, font {
    font: 11px verdana, geneva, arial, sans-serif;
    color: #000000;
}

table {
	border: 0;
	cellpadding: 0; 
	cellspacing: 0;
	vertical-align: top;
	margin-top:0px;
}

/* Required for IE */
form {
	margin: 0;
	padding: 0;
	}

table.fixed {
	table-layout: fixed;
}

b, strong {
    font-weight: bold;
}

a {
    font: 11px verdana, geneva, arial, sans-serif;
    color: rgb(6,119,22);
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    outline:none;
}

a.strong {
    font-weight: bold;
}

a.language {
	font: 36px verdana, geneva, arial, sans-serif;
	text-align: center;
    font-weight: bold;
    margin: 0 auto;
}

a.sale_item {
    color: rgb(255,140,0);
    font-weight: normal;
	}

a.sale_item_major {
	font: 14px verdana, geneva, arial, sans-serif;
    color: rgb(255,140,0);
    font-weight: bold;
}

.sale_item_price{
	font: 13px verdana, geneva, arial, sans-serif;
	font-weight: bold;
    color: rgb(0,119,31);
	}


.sale_item_price_small{
	font: 11px verdana, geneva, arial, sans-serif;
	font-weight: bold;
	color: rgb(0,119,31);
}

a:hover {
    text-decoration: underline;
}

/* custom styles */

.logo {
    font: 15px Georgia, Times;
    color: rgb(0,146,64); 
    font-weight: bold;
    text-align: center;
    height: 19px;
	background-color:  	rgb(192,231,147); /* dark sea green */
}

.header {
    font: 13px verdana, geneva, arial, sans-serif;
    color: rgb(0,146,64); 
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.section {
    font: 14px verdana, geneva, arial, sans-serif;
    color: navy;
    text-transform: capitalize;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
}

#section_box {
	background-color: silver;	
	}
	
#section_header_box {
	border-bottom: 1px dotted navy;
	width: 100%;
	}

.subsection, a.link2 {
    font: 11px verdana, geneva, arial, sans-serif;
    color: rgb(255,140,0);
    text-transform: capitalize;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.subsection, a.link2 {
    font: 11px verdana, geneva, arial, sans-serif;
    color: rgb(255,140,0);
    text-transform: capitalize;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.notice {
    font: 11px verdana, geneva, arial, sans-serif;
    color: rgb(255,140,0);
    text-transform: capitalize;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: blink;
}

.status_OK {
    font: 11px verdana, geneva, arial, sans-serif;
    color: green;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.status_NOK {
    font: 11px verdana, geneva, arial, sans-serif;
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.status_INCONC {
    font: 11px verdana, geneva, arial, sans-serif;
    color: orange;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}


.summary {
    font: 11px verdana, geneva, arial, sans-serif;
    color: #000000;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.copy {
    font: 11px verdana, geneva, arial, sans-serif;
    color: #000000;
    padding-bottom: 5px;
}

tr.table_head {
    font: 11px verdana, geneva, arial, sans-serif;
    color: #000000;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 2px;
	background-color: #F6F6F6;
	font-weight: bold;
}

tr.item_listrow1 {
    font: 11px verdana, geneva, arial, sans-serif;
    color: #000000;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 2px;
	background-color: rgb(254,255,172);
}

tr.item_listrow0 {
    font: 11px verdana, geneva, arial, sans-serif;
    color: #000000;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 2px;
	background-color: #FFFFFF;
}

tr.item_listrow_selected {
    font: 11px verdana, geneva, arial, sans-serif;
    color: #FFFFFF;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 2px;
	background-color: rgb(6,119,22); /* dark green */
}

tr.item_listrow_selected td,
tr.item_listrow_selected a.message_title,
tr.item_listrow_selected a.message_title_read{
    color: #FFFFFF;	
	}
	
th {
    font: 11px verdana, geneva, arial, sans-serif;
    font-weight: bold;
    color: gray;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 2px;
	background-color: #F6F6F6;
}

.listrow0 {
    text-decoration: line-through;
}

.formlabel {
    font: 11px verdana, geneva, arial, sans-serif;
    color: navy;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: capitalize;
}


.dotrule {
    background-image: url(../../_img/bg_15dot_rule.gif);
}

.error {
    padding-top: 15px;
    color: #990000;
}

.paging {
    padding-top: 5px;
    padding-bottom: 5px;
}


/* form field styles */

input.textfield {
    font: 11px verdana, geneva, arial, sans-serif;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
    width: 120px;
    background-color: #F6F6F6;
}

input.long_textfield{
    font: 11px verdana, geneva, arial, sans-serif;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
     width: 380px;
    background-color: #F6F6F6;
}

input.medium_textfield{
    font: 11px verdana, geneva, arial, sans-serif;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
    width: 250px;
    background-color: #F6F6F6;
}

input.short_textfield {
    font: 11px verdana, geneva, arial, sans-serif;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
    width: 60px;
    background-color: #F6F6F6;
}

input.date_textfield {
    font: 11px verdana, geneva, arial, sans-serif;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
    width: 70px;
    background-color: #F6F6F6;
}

select.normal {
    font: 11px verdana, geneva, arial, sans-serif;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
     width: 150px;
}

select.long{
    font: 11px verdana, geneva, arial, sans-serif;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
    width: 200px;
 }

select.short {
    font: 11px verdana, geneva, arial, sans-serif;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
    width: 60px;
}

.textarea {
    font: 11px verdana, geneva, arial, sans-serif;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
    width: 380px;
    background-color: #F6F6F6;
}

.button {
	position: relative;
	padding-left: 85%; 
	padding-top: 5px;
}

.power {
	vertical-align: super;
}

.note {
   font: 10px verdana, geneva, arial, sans-serif;
 	color: gray;
}

.ad_box_header {
    font: 10px verdana, geneva, arial, sans-serif;
 	color: gray;
    text-align: left;
    min-height: 20px;
	background-color: white;
	border: 1px silver;
	text-transform: capitalize;
}

.nav_box_header {
    font: 11px verdana, geneva, arial, sans-serif;
    font-weight: bold;
    min-height: 20px;
    text-align: center;
    background-color: transparent;
	background-image: url(../../_img/rounded_top2.jpg);
	background-repeat: no-repeat;
	text-transform: capitalize;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	width: 100%;
}

.nav_box_header a {
    font: 12px verdana, geneva, arial, sans-serif;
    font-weight: bold;
    text-transform: capitalize;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;	
	}

*html .nav_box_header{
	height: 20px;
	}

.nav_box_bottom {
	background-image: url(../../_img/rounded_bottom.jpg);
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 0px;
    height: 25px;
}

.nav_box_bottom_big {
	background-image: url(../../_img/rounded_bottom_big.jpg);
	background-repeat: no-repeat;
	width: 100%;
	margin-top: -10px;
	height: 25px;
}

.nav_box_header_big {
    font: 11px verdana, geneva, arial, sans-serif;
    font-weight: bold;
    min-height: 20px;
    text-align: center;
    background-color: transparent;
	background-image: url(../../_img/rounded_top_big.jpg);
	background-repeat: no-repeat;
	text-transform: capitalize;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	width: 100%;
}

/* anchor styles */

a.menu {
    font: 11px verdana, geneva, arial, sans-serif;
    color:  #FFFFFF;
    font-weight: bold;
    text-decoration: none;
	text-transform: capitalize;
}

a.menu:hover {
    color: yellow;
}

a.submenu {
    font: 11px verdana, geneva, arial, sans-serif;
    color: #000000;
    text-decoration: none;
}

a.submenu:hover {
    color: #FFFFFF;
}

a.right_top {
	margin-top: 10px;
	float: right;
}

a.right_top_bold {
	margin-top: 10px;
	float: right;
	font-weight: bold;
}

a.category {
	font-weight: normal;
	}

#category_header {
	
	margin-top: 10px;
	background-color:white;
	
	}

a.table_header {
	font: 11px verdana, geneva, arial, sans-serif;
	color:#485C98;
	font-weight: bold;	
}

a.table_header:hover {
	color:#F6F6F6;
	}

a.forum_topic {
	font: 11px verdana, geneva, arial, sans-serif;
	color:rgb(0,146,64);
	font-weight: bold;
	padding-left: 5px;
}

a.forum_topic:hover {
	color:rgb(248,216,196);
	}
	
img{
	border:0;
}

img.logo_img{
	max-height: 120px;
	width: 100%;
	background-color: transparent;
}

img.main_logo{
	max-width: 100%;
	margin: 0 auto;
}

	
#centered_box {
	width: 30%;
	background: transparent;
	margin: 0 auto;
	text-align: center;
	
}

#centered_box_big, #picture_box {
	width: 80%;
	background: transparent;
	margin: 0 auto;
	text-align: center;
	
}

embed.banner_flash_vertical{
  	
	width: 100%;
	min-height: 450px;
	text-align: left;
	margin: 0 auto;		
	}

embed.banner_big{ 	
  	min-height: 60px;
	width: 35%;
	text-align: left;
	margin: 0 auto;
	height: 60px;
	}

img.banner_big{ 	
  	min-height: 60px;
	width: 100%;
	text-align: left;
	height: 60px;
}

img.banner_vertical{
	width:120px;
	height:460px;
}

img.thumbnail{
	max-width: 50px;
	max-height: 80px;
	float: left;
	border: 0px;
	margin-right: 5px;
}

img.thumbnail_selected{
 	max-height: 80px;
	max-width: 50px;
	float: left;
	border: 2px solid rgb(0,146,64);
	margin-right: 5px;
}

img.thumbnail_medium{
 	max-width: 150px;
 	max-height: 120px;
	/*float: left;*/
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: gray;
}

img.thumbnail_medium_float{
 	max-width: 150px;
 	max-height: 120px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: gray;
}

img.thumbnail_big{
	width: 30%;
 	max-height: 200px;
	max-width: 30%;
	/*float: left;*/
	border: medium solid rgb(0,146,64);
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: gray;
}

img.thumbnail_main_item{
 	max-width: 150px;
	margin-top: 10px;
 	margin-right: 10px;
 	float: left;
 	border: 0;
}

*html img.thumbnail_main_item{
	width: 150px;
	}

.submenu {
    padding-top: 5px;
    padding-left: 5px;
}

select{
	width: 125px;
}

/* Basic divs for the layout */

#container {
	width: 1000px;
	background-color: #FFFFFF;	
}

#small_container {
	width: 500px;
	background-color: #FFFFFF;	
}

#main {
	width: 100%;
	margin-left: 10px;
	background-color: #FFFFFF;	
}

#head {
	color: #000;
	width: 100%;
	clear: both;
}

#search_box {
	color: #000;
	background-color: transparent;
	background-image: url("../../_img/rounded_box_big_glossy.jpg");
	background-repeat: no-repeat;
	width: 990px;
	height:40px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 20px;
}

#logo_box {
	width: 100%;
	background-image: url("../../_img/logo_background_big.gif");
}

#banner_box {
	margin-left: 120px;
	background-color: transparent;
	width: 850px;
	position: absolute;
	/* background-color: rgb(0,146,64);  Navy */
}

#banner_box_main {
	margin-left: 0;
	width: 650px;
	background-color: transparent;
}

#banner_box_right {
	float: right;
	width: 330px;
	background-color: transparent;
	color: #000;
}

/* Left navigation box, including ads */
#nav_left {
	clear: left;
	float: left;
	width: 150px;
	color: #000;
	min-height: 1000px;

}

#nav_left_no_top_margin {
	clear: left;
	float: left;
	width: 16%;
	color: #000;
	min-height: 1000px;
}

#nav {
	color: #000;
	background-color:  rgb(0,146,64); /* Navy */
	padding-top: 60px;
}

#content {
	color: #000;
	min-height: 1100px;
}

#content_no_banner {
	margin-top: 10px;
	color: #000;
}

#nav_right_big {
	float: right;
	width: 320px;
	color: #000;
	background-color: transparent;
}

#nav_right {
	float: right;
	width: 150px;
	color: #000;
}

#nav_right_low {
	margin-top: 30px;
	float: right;
	width: 150px;
	color: #000;
}

#nav_middle {
	width: 150px;
	margin-right: 160px;
	color: #000;
}

#nav_middle_low {
	margin-top: 330px;
	width: 160px;
	margin-right: 160px;
	color: #000;
}

#right_box {
	float: right;
	width: 320px;
	color: #000;
}

#nav_right_status {
	color: #000;
	min-height: 60px;
}

#nav_right_no_top_margin {
	float: right;
	width: 16%;
	color: #000;
	background:  transparent;
	height: 100%
}

#nav_right_status {
	margin-top: 10px;
	color: #000;
	background-color:  rgb(192,231,147); /* dark sea green */
	min-height: 60px;
}

#nav_box {
	width: 100%;
	color: #000;
	margin-top: 10px;
	padding: 0;
}

#nav_box_body, #cart_box {
	padding-left: 5px;
	border-width: 1px 1px 0 1px;
	border-style:  solid;
	border-color:  rgb(0,146,64);
	background-image: url(../../_img/bg_light_green.gif);
}

*html #nav_box_body{
	width: 100%;
	}

#cat_box_body {
	border-width: 1px;
	border-style:  solid;
	border-color:  rgb(0,146,64);
	width: 148px;
	height: 120px;
	background-image: url(../../_img/bg_light_green.gif);
}

img.cat_thumbnail{
 	width: 100%;
 	height: 120px;
}


#ad_box_body {
	border: 1px solid silver;
	background-color: white;
}

#nav_box_small {
	color: #000;
	margin-top: 10px;
	width: 100%;
}

tr.nav_row {
	background-color: rgb(255,239,230); /* light rose. rgb(249,248,218) is beige */
	width: 100%;		
	}

#rightad {
	color: #000;
	background-color: white;
	border: 1px solid silver;
}

#text {
	color: #000;
	text-align: left;
	min-height: 1000px;
	margin-top: 10px;
	width: 100%;
}

#thumbnails_box {
	width: 100%;
	background-color: transparent;
	}
	
#text_box {
	width: 500px;
	padding-left: 10px;
	margin-top: 30px;
	margin-left: 155px;
}

#text_box_big {
	width: 770px;
	padding-left: 10px;
	margin-top: 30px;
	margin-left: 150px;
	background-color: #fff;		
}

#text_box_big_no_left_margin {
	text-align: left;
	width: 660px;
	min-height: 600px;
	margin-top: 10px;
	padding-left: 10px;
}

#text_box_big_no_margin {
	text-align: left;
	width: 100%;
	min-height: 600px;
	margin-top: 10px;
	padding-left: 10px;
}

#menu_box {
	width: 100%;
	background-color: #ceffae;
	}
	
#main_content {
	color: #000;
	background-color: white;
	text-align: left;
	padding: 0 10px;
	min-height: 1100px;
	
}

#footer {
	color: #000;
	text-align: center;
	width: 100%;
	clear:both;
	background-color: transparent;
}

news_header {
   	font: 13px verdana, geneva, arial, sans-serif;
    color: rgb(0,146,64);
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

a.news_title {
   	font: 13px verdana, geneva, arial, sans-serif;
    color: rgb(0,146,64);
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

a.news_title:hover {
		color: navy;
	}

a.event_title {
   	font: 13px verdana, geneva, arial, sans-serif;
    color: navy;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

option {
	text-transform: capitalize;
	}

a.event_title:hover {
		color: blue;
	}

/* For list items with even ids */
#news_item_short_0 {
	color: #000;
	background-color: #FFF8ED;
	text-align: left;
	margin-top: 10px;
	margin: 0 auto; /*Horizontal centering*/
	padding: 0 10px;
	width: 98%;
}

/* For news items with odd ids */
#news_item_short_1 {
	color: #000;
	background-color: rgb(255,255,255);
	text-align: left;
	margin-top: 10px;
	margin: 0 auto; /*Horizontal centering*/
	padding: 0 10px;
	width: 98%;
}
a.news_short {
	color: navy;
	}

#top_news_box {
	padding-top: 10px;	
	padding-left: 10px;
	}
	
a.news_short:hover {
	text-decoration: underline;
	color: blue;
	}

a.item_short, a.item_short_0{
	color: navy;
	font-weight: normal;
	font-size: 10px;
	}
a.item_short:hover {
	text-decoration: underline;
	color: blue;
}

a.item_short_1{
    color: rgb(0,146,64);
	font-weight: normal;
	font-size: 10px;
}

#news_item {
	
	color: #000;
	background-color: rgb(255,255,255);
	text-align: left;
	margin-top: 10px;
	padding: 0 10px;
}

#news_reaction_status_0 {
	color: #000;
	width: 25%;
	background-color: #F6F6F6; /* #F6F6F6 */
	text-align: left;
	float: left;
	min-height: 100px;
	
}
#news_reaction_status_1 {
	color: #000;
	width: 25%;
	background-color: #F6F6F6;
	text-align: left;
	float: left;
	min-height: 100px;
	
}

#news_reaction_main_0 {
	color: #000;
	width: 100%;
	margin-left: 25%;
	background-color: #FFF8ED;
	text-align: left;
	min-height: 100px;
	
}

#news_reaction_main_1 {
	color: #000;
	width: 100%;
	margin-left: 25%;
	background-color: rgb(255,255,255);
	text-align: left;
	min-height: 100px;
	
}

#reaction_box_0 {
	/*clear: left;*/
	background-color: #CFCFCF; /* Must be same as news_reaction_status_0 */
	margin-top: 10px;
	width: 80%;
}

#reaction_box_1 {
	/*clear: left;*/
	background-color: rgb(220,220,220);/* Must be same as news_reaction_status_1 */
	margin-top: 10px;
	width: 80%;
}

#item_footer {
	background-color: transparent;
	text-align: right;
}

.reaction_header {
	background-color: rgb(255,239,230); /* light rose. */
    font: 11px verdana, geneva, arial, sans-serif;
    color: rgb(0,146,64);
    font-weight: bold;
    padding-top: 5px;
    padding-left: 0.5em;
    padding-bottom: 5px;
}

.text_body {
    font: 11px verdana, geneva, arial, sans-serif;
    color: #000000;
    padding-bottom: 5px;
    padding-left: 0.5em;
}

.text_body_small {
    font: 11px verdana, geneva, arial, sans-serif;
    color: #000000;
    padding-bottom: 5px;
    padding-left: 0.5em;
}

.cleared_header{
    font: 11px verdana, geneva, arial, sans-serif;
    color: rgb(0,146,64);
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
	clear: right;
}

#menu_row{
	height: 40px;
	background-color: transparent;
	}
	
#menu_item{
	min-width: 80px;
	height: 20px;
	float:left;
	text-align: center;
	background-color: rgb(255,239,230);
	margin-left: 20px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	color: rgb(0,146,64);
	}

#menu_item:hover{
	background-color: white;
	}
	
#menu_item_selected{
	min-width: 80px;
	float:left;
	background-color: white;
	padding-left: 5px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	color: rgb(0,146,64);
	}

a.menu_title {
    font: 11px verdana, geneva, arial, sans-serif;
    color: #485C98;
	font-size: 11px;
	text-transform: capitalize;
	font-weight: bold;
	padding: 5px;
	}

#table_box {
	display: table;
	background-color:white;
	width: 150px;
}
h1 {
	margin: 0;
	padding: 1em 0.25em 0;
	font: bold 2.5em Arial, sans-serif;
	line-height: 0.8em;
	border-bottom: 1px solid silver;
	text-align: right;
	color: #557;
	letter-spacing: 2px;}

#partner_short_desc_box{
	min-height: 80px;
	background-color: white;
	margin: 5px 0;
}

#partners_box_0 {
	min-height: 180px;
	color: #000;
	width: 50%;
	background-color: #FFF8ED; 
	text-align: left;
	margin-top: 10px;
	padding: 0 10px;
}

#partners_box_1 {
	min-height: 180px;
	color: #000;
	width: 50%;
	margin-left: 50%;
	background-color: #FFF8ED; 
	text-align: left;
	margin-top: 10px;
	padding: 0 10px;
}

#partner_full {
	color: #000;
	background-color: rgb(249,248,218); /* Beige */
	text-align: left;
	margin-top: 10px;
	padding: 0 10px;
	min-height: 300px;
}

h4 {
	margin: 0 0.5em 0 0;
	padding: 0 0.25em;
	font-size: 90%;
	border-bottom: 1px solid silver;}

/* For  calendar formattings */

#calendar_box {
	display: table;
	background-color:white;
	width: 150px;
	float:right;
}

.table.calendar {
	border: 1px solid #000000;
	border-collapse: collapse;
	color: #000000;
	background-color: #FFFFFF; }

a.today {
	color: #000000;
	background-color: #EFEFEF;
}

a.active_page {
	color: #000000;
	background-color:#EFEFEF;	
}

.td.table_title {
	font-weight: bold;
   	font: 16px verdana, geneva, arial, sans-serif;
   	border-left: none;
	}

.td.today { 
	border: 1px solid white;
	color: #000000;
	background-color: #EFEFEF;
	font-weight: bold;} 

.td.monthdays {
	border: 1px solid #434470;
	color: #000000;
	background-color: #FFFFFF; } 

a.monthdays {
	color: #000000;
	background-color: #FFFFFF;}

.td.nonmonthdays {
	border: 1px solid white;
	color: #000000;
	background-color: #EFEFEF;} 

a.nonmonthday {
	color: #000000;
	background-color: #EFEFEF;} 

/* Tool tip stuff */

.tip {
	font:10px/11px Arial,Helvetica,sans-serif;
	border:solid 1px rgb(0,102,0);
	width:200px;
	padding:1px;
	position:absolute;
	z-index:100;
	visibility:hidden;
	color:#333333;
    top:20px;
    left:90px;
    text-align: left;
    background-color:rgb(254,255,172);
	}

.tip2 {
	font:10px/11px Arial,Helvetica,sans-serif;
	border:solid 1px rgb(0,102,0);
	width:300px;
	padding:1px;
	position:absolute;
	z-index:100;
	visibility:hidden;
	color:#333333;
    top:20px;
    left:90px;
    text-align: left;
    background-color:rgb(254,255,172);
	}

img.tip_thumbnail{
	max-width: 300px;
	margin: 0 auto;
	border: 0;
}

*html img.tip_thumbnail{
	width:200px;
	}

.pic_tip {
	font:10px/12px Arial,Helvetica,sans-serif;
	border:solid 1px rgb(229,255,160);
	padding:1px;
	position:absolute;
	z-index:100;
	visibility:hidden;
	border: 1px solid silver;
	color:#333333;
    top:20px;
    left:90px;
    text-align: left;
    background-color:#ffffff;
    layer-background-color:green;}

.subtitle {
    font: 11px verdana, geneva, arial, sans-serif;
    color: rgb(0,102,0);
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	}
	
#message_body {
	margin-top: 15px;
   background-color: #F6F6F6;
}
	
a.message_title{
		color: rgb(255,144,0); /* dark orange */
	}

a.message_title_read{
	color: rgb(255,144,0); /* dark orange */
	font-weight: normal;
}

textarea.message_content {
    font: 11px verdana, geneva, arial, sans-serif;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
    border: 1px #000000 solid;
    width: 90%;
    background-color: #FFFFFF;
	}
