/* CSS Document */

/* 
Website: http://www.stay-see.com.com
Created: 19th January 2008
Last Amended:Stacy Prendeville
 */
 
 
/*
global values + layout divs
======================================
*/

/* Neutralize styling:  */
* {
        margin: 0;
        padding: 0;
}


body{
	background: url(template-img/header-bg.jpg) repeat-x;
	background-color:#FFFFFF;
	color:#333333;
	text-align:center;
	min-width:960px;
	font: 100%/1.125em Tahoma, Arial, sans-serif;	
}



.our_gar { color:#d0ec65; font-size: 16px; font-weight: bold; font-style: underline }
.white_big { color:#FFFFFF; font-size: 15px; font-weight: bold; font-style: none }
.green_big { color:#00b644; font-size: 15px; font-weight: bold; font-style: none }

.newsletter { color:#000000; font-size: 11px; font-weight: bold; font-style: none }


.seo_contentheadings { color:#00b644; font-size: 13px; font-weight: bold; font-style: italic }

a.dlink:link    {color: #ffffff; font-size: 13px; text-decoration:underline;}
a.dlink:visited {color: #ffffff; font-size: 13px; text-decoration:underline;}
a.dlink:active  {color: #ffffff; font-size: 13px; text-decoration:underline;}
a.dlink:hover   {color: #ffb901; font-size: 13px; text-decoration:underline;}


a.h3_link:link    {color: #ffffff; font-size: 16px; font-style: bold; text-decoration:underline;}
a.h3_link:visited {color: #ffffff; font-size: 16px; font-style: bold; text-decoration:underline;}
a.h3_link:active  {color: #ffffff; font-size: 16px; font-style: bold; text-decoration:underline;}
a.h3_link:hover   {color: #ffb901; font-size: 16px; font-style: bold; text-decoration:underline;}

a.flink:link    {color: #ffffff; font-size: 11px; font-style: none; text-decoration:underline;}
a.flink:visited {color: #ffffff; font-size: 11px; font-style: none; text-decoration:underline;}
a.flink:active  {color: #ffffff; font-size: 11px; font-style: none; text-decoration:underline;}
a.flink:hover   {color: #ffb901; font-size: 11px; font-style: none; text-decoration:underline;}


a.greenlink:link    {color: #333333; font-style: none; text-decoration:none;}
a.greenlink:visited {color: #333333; font-style: none; text-decoration:none;}
a.greenlink:active  {color: #333333; font-style: none; text-decoration:none;}
a.greenlink:hover   {color: #333333; font-style: none; text-decoration:none;}

a.orangelink:link    {color: #ffb900; font-style: none; text-decoration:none;}
a.orangelink:visited {color: #ffb900; font-style: none; text-decoration:none;}
a.orangelink:active  {color: #ffb900; font-style: none; text-decoration:none;}
a.orangelink:hover   {color: #333333; font-style: none; text-decoration:none;}

.tickertape2{
	 color:#ffffff; font-size: 12px; font-weight: bold; font-style: none 
	 line-height: 20px;
	}
	
#tickertape h2{
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
    padding: 0px;
}


	
#tickertape2 a:link{color: #ffffff;text-decoration: underline;}
#tickertape2 a:hover{color: #ffffff;text-decoration: underline;	}

.b_table td { /*any td at any level of mytable*/
font-size: 11px; 
padding: 2px; /*cellpadding*/
margin: 0px; /*cellspacing*/
}


.footer_links
{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container{
	width:960px;
	margin: 0 auto;
	text-align:left;
}

#header{
	width:960px;
}


#content-container{
	width:980px;
	margin-top: 10px;
}

#sidebar-a{
	width:230px;
	float:left;
}

#maincontent{
	width:720px;
	float:right;
}

#maincontent_bigger{
	width:730px;
	float:right;
}

#sidebar-b{
	width:230px;
	float:right;
	color: #FFFFFF;
}
#content{
	width:480px;
	float:left;
}

.investors {
	background: #006699 url(template-img/investor.jpg);
	color: #D3EC65;
	border-left: 1px solid #CCCCCC;
	margin-bottom:10px;
}

.investors_seo {
	background: #006699 url(template-img/investor.jpg);
	color: #D3EC65;
	width:220px;
	border-left: 1px solid #CCCCCC;
	margin-bottom:10px;
}

#login {
	background: #00C34B;
	border-left: 1px solid #CCCCCC;
	margin-bottom:10px;
}

.basic {
	clear: both;
	margin-top: 0px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

.investors, #login, .news, #callback,#callback_es, #callback_seo {padding-left:10px;padding-bottom:10px;padding-right:10px;}

.investors_seo {padding-left:10px;padding-bottom:10px;padding-right:1px;}

/* Remove border around linked images */
img {
	border: 0;
}

/* Class for clearing floats*/
.clear {
	clear:both;
	height: 10px;
}

#footer  {
	clear:both;
	background: #00C34B;
}

#text {
	width: 480px;
	float: left;
}

#text_sm {
	width: 460px;
	float: left;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
		}
fieldset {
        border: none;
		}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
	}
	
hr {
	color:#eeeeee;
	background-color: #eeeeee;
	}

#footer   {
	clear:both;
	background: #00C34B;
	color: #FFFFFF;
}

/*
typography
======================================
*/

p {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 2px;
}


.alex {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 2px;
}

.seo_light_green {
	padding-left: 6px;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	background: #D5F5E2;
	margin-bottom: 0px;
	line-height: 20px;
}


.byline {
	font-size: 0.8em;
	font-weight: bold;
}

#propertysearch h2, #login h2, .investors h2, .investors_seo h2, .news h2, .basic #propertysearch h2 {
	padding-left: 0px;
	margin: 0px;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	text-decoration: underline;
	background: transparent;
	}
	
.investors h2,.investors_seo h2 {
	color: #D0EC65;
	}

#text h3, .feature h3 {
	color: #FFFFFF;
	background: #00C34B;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	margin: 0px;
	padding-left: 10px;
}

.basic p{margin:5px;}

 /*
image floaters (take out border for colours)
======================================
*/

.left{
	float:left;
	margin: 0px 10px 0px 0px;
}

.right{
	float:right;
	margin: 0px 0px 0px 10px;
}

 /*
link colours
======================================
*/
a, a:link {
	color: #00C34B;
	text-decoration:none;
	font-weight: bold;	
	}

a:visited {color: #00C34B;}

a:hover {color: #572C57;}

a_none:visited:hover{color: #572C57;}

 /*
header styles 
======================================
*/

.ticker-tape {
	clear: both;
	line-height: 30px;
	color: #FFFFFF;
	font-size: .90em;
	}

.logo {
	margin-top: 22px;
	margin-bottom: 7px;
}

.header-detail {
	float: right;
	width: 700px;
	height:119px;
}

#navcontainer{
	width: 990px;
	float: left;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul{
	margin: 0;
	padding: 0px;
	color: #000000;
	font-size: .90em;
}

#navcontainer ul li a, #navcontainer ul li a:link {
	font-weight:bolder;
	padding: 0.45em 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #cccccc;
	background: #FEBA00;
	font-size: 0.9em;
}

#navcontainer ul li a:hover {
	color: #FFFFFF;
	background: #00C34B;
}

#home a#homebtn, #location a#locationsbtn {
	color: #FFFFFF;
	background: #00C34B;
}
	
.block {
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	font-weight: bold;
	height: 250px;
}

#text .block {
	background: url(homepage-img/happlyclient2.jpg) no-repeat right bottom;
	height: 200px;
}



ul.greendot {
	margin:10px 10px;
	padding:0px;
	font-size: 12px;
	color: #333333;
}

.feature2 ul#greendot, .feature ul#greendot {
	margin:10px 0px 10px 10px;
}


h3 {
	color: #00C34B;
	margin: 4px 10px 0px;
}

.quote {
	font-size: 1.6em;
	font-style: italic;
	color: #006426;
	font-weight: normal;
	line-height: 1em;
	margin-top: 20px;
}

/* property search */
#propertysearch {
	width: 230px;
	background: #FE9900 url(template-img/prop-search-bg.jpg) top;
	margin-bottom: 10px;
	border-left: 1px solid #CCCCCC;
}

.basic #propertysearch {
	width: 480px;
	background: #FE9900 url(template-img/prop-search-bg.jpg) top;
	margin-bottom: 10px;
	margin-left: 10px;
	height:200px;
	
}
#propertysearch select {width: 210px;color: #333333;font: bold 95% Tahoma, "Trebuchet MS", Verdana, Arial;margin-bottom: 5px;}
#propertysearch select.cost {width: 102px;color: #333333;font: bold 95% Tahoma, "Trebuchet MS", Verdana, Arial;margin-bottom: 5px;}
#prop-search input {color: #FE9900;font-family: Tahoma, "Trebuchet MS", Verdana, Arial;font-weight: bold;font-size: 0.9em;}

#login .go, #callback .go, #callback_es .go, #callback_seo .go {color: #00C34B;font-family: Tahoma, "Trebuchet MS", Verdana, Arial;font-weight: bold;font-size: 95%;
margin-left:5px;}

#login .formguide, #callback .formguide #callback .formguide,{width: 170px;color: #333333;font: bold 75% Tahoma, "Trebuchet MS", Verdana, Arial;padding:0px; height:18px; margin-top:7px;}

#rental_search {
	background: #00C34B;
	border-left: 1px solid #CCCCCC;
	margin-bottom:10px;
	width: 235px;
	color: #333333;
	font: bold 75% Tahoma, "Trebuchet MS", Verdana, Arial;
	padding:0px; 
	margin-top:7px;
}

#callback_seo .formguide {width: 185px;color: #333333;font: bold 75% Tahoma, "Trebuchet MS", Verdana, Arial;padding:0px; height:18px; margin-top:7px;}

form#prop-search {
	padding-right: 3px;
	padding-left: 10px;
	padding-top: 0px;
	margin: 0px;
}

#propertysearch a, #propertysearch a:link{color: #FF6600;text-decoration: underline;}
#propertysearch a:hover{color: #00C34B;text-decoration: underline;	}
/* end property search */

/* footer */

#footer h3  {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 0px;
	}

#footer table  {
	margin:0 auto;
	color: #FFFFFF;
	}

#footer .table1 td {
	border-left: 1px solid #D2F4DF;
	margin-left: 0px;
	padding-left: 10px;
	}

#footer .table1 td .footertd2 td{
	border-left: 1px solid #00C34B;
	padding-left: 0px;
	margin-left: 0px;
	}

/* links and ul right and footer */

#footer ul, .news ul  {
	margin:0px;
	padding:0px;
	}

.news ul  {
	margin:0px;
	padding:0px;
	list-style: none;
	}

#footer ul li{
	margin-left:8px;
	}

.news ul li {
	border-bottom: 1px dotted #CCCC66;
	margin-left:0px;
	padding-left:0px;
	margin-bottom: 5px;
	}

#footer ul li a, #footer ul li a:link, .news ul li a, .news ul li a:link {
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
	}

.news ul li a, .news ul li a:link {
	font-size: 11px;
	font-weight:normal;	color: #D0EC65;	font-size:11px;
	}
	

#login a, #login a:link {
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: underline;
	}

.investors a, .investors a:link, .investors_seo a, .investors_seo a:link {
	text-decoration: underline;font-weight:normal;
	color: #D3EC65;
	}

	
#footer ul li a:hover {
	color: #572C57;
	}
	
/* news */

.downloadbox {
	background: #4c8cb1;
	border-left: 1px solid #CCCCCC;
	margin-bottom:10px;
	width:210px;
	color: #ffffff;
	padding:10px;
	}
	
	

.news {
	background: #572C57;
	border-left: 1px solid #CCCCCC;
	margin-bottom:10px;
	}

.greenbox {
	background: #00c34b;
	margin-bottom:10px;
}
	
/* homepagespecific */

.feature, .feature2 {
	width: 235px;
	background: #D2F4DF;
	float: left;
	}

.feature2 {margin-left:10px;}

.feature p, .feature2 p{
	margin:10px;
	color: #00C34B;
	}

.feature table, .feature2 table {
	color: #00BF48;
	margin-left: 10px;
	}

#home h1 {
	background: url(template-img/heading-slogan.gif) no-repeat;
	height: 53px;
	width: 432px;
	text-indent: -10000px;
	margin:62px 0px 0px;
	padding:0px;
	}
	
	
#home_es_tmp h4 {
	background: url(images/spanish_property_icon_es.jpg) no-repeat;
	height: 97px;
	width: 210px;
	text-indent: -10000px;
	padding:0px;
}


#home h4 {
	background: url(images/spanish_property_icon.jpg) no-repeat;
	height: 97px;
	width: 210px;
	text-indent: -10000px;
	padding:0px;
}
	
.slogan {margin:62px 0px 0px;
	padding:0px;}

/* misc */
.style2 {
	font-size: 10px;
	font-weight: bold;
	}
	
.style5 {font-size: 160%}

.style4 {font-size: 150%}

.white {color: #FFFFFF}

.top-bot-margin {
	margin-top: 5px;
	margin-bottom: 5px;
	}
#callback {
	background: url(homepage-img/call-to-action/call-back.gif) no-repeat;
}


#callback_es {
	background: url(homepage-img/call-to-action/call-back_es.jpg) no-repeat;
}

#callback_seo {
	background: url(homepage-img/call-to-action/call-back.gif) no-repeat;
	width:220px;
}

 /*
subpage locations 
======================================
*/

.breadcrumbs {
	color: #00C34B;
}

h1{
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 50px;
	background: #00B644;
	font-weight: normal;
	margin:0px;
	padding:0px 0px 0px 5px;
}

#text h2{
	color: #00C34B;
	font-size: 1.2em;
	line-height: 30px;
	font-weight: normal;
	margin:0px;
	padding:5px 0px 0px 5px;
	background: #FFFFFF;
}

.mockh2 {
	color: #00C34B;
	font-size: 1.2em;
	line-height: 35px;
	font-weight: normal;
	margin:0px;
	padding:5px 0px 0px 5px;
	background: #D5F5E2;
	display: block;
}

#location #text {
	border-left: 1px solid #CCCCCC;	
}
.breadcrumbs {
	font-size: 0.7em;
	color: #00B644;
	line-height:25px;
	font-weight: normal;
	padding-left:5px;
	background: #D5F5E2;
}

.breadcrumbs a, .breadcrumbs a:link {
	font-weight: normal;
	color: #00C34B;
	text-decoration: underline;	
}
ul#subnav { margin:0px; padding:0px;border-left: 1px solid #cccccc;	}
ul#subnav li{ list-style-type:none; width:230px;
	height:25px; margin:0px; padding:0px;}
ul#subnav li a, ul#subnav li a:link {
	display:block;
	font-weight: bold;
	font-size: 0.8em;
	margin:0px;
	padding:0px 0px 0px 10px;
	line-height:25px;
	border-bottom: 1px dotted #00C34B;
	color: #00C34B;
}

ul#subnav li a:hover , ul#subnav li a#active{
	background: #00C34B;
	color: #FFFFFF;	
}

ul#subnav_2 {
	margin:0px;
	padding:0px;
	background: #00C14A;
}

ul#subnav_2 li{
	width:230px;
	height:17px;
	margin:0px;
	padding:0px;
	font-size: 0.9em;
	
}
ul#subnav_2 li a, ul#subnav_2 li a:link {
	display:block;
	padding:0px 0px 0px 25px;
	line-height:18px;
	background: #00C14A;
	color: #FFFFFF;
}

ul#subnav_2 li a:hover {
	text-decoration: underline;	
}
ul#checkbox {
	width: 465px;
	font-size: 0.8em;
	margin-left: 20px;
}

ul#checkbox li{
	list-style: url(template-img/checkbox.jpg) outside;
	padding-left: 0px;
	font-weight: bold;
}

.loc-feature {
	background: #D5F5E2;
	margin: 0px 0px 10px;
	padding: 10px 0px 0px;
}


.quote-highlight {
	color: #00C34B;
	background: #BFF0D2;
	padding: 10px;
	font-style: italic;
	font-size: 1em;
	line-height: 1.3em;
	width: 200px;
	float: right;
}

.loc-feature h3 {
	margin-left: 0px;
	padding-left: 5px;
}

.basic h3 {
	margin-left: 0px;
	padding-left: 5px;
}
#home .feature h3, #home .feature2 h3 {
	color: #FFFFFF;
	background: #00C34B;
	font-size: 18px;height:30px;
	font-weight: normal;
	line-height: 30px;
	margin: 0px;
	padding-left: 10px;
	padding-top:0px;
}




#templateseo #container #content-container #featuredseoprops {
	clear: both;
	background: #D5F5E2;
	margin-bottom: 5px;
}

#templateseo #footer .table1 .contactformseo textarea {
	font-family: Trebuchet, Tahoma, Helvetica, Verdana;
	font-weight: normal;
	color: #00C34B;
	margin: 3px 0px 5px 5px;
	float: right;
}
#templateseo #footer .table1 .contactformseo {
	font-size: 0.9em;
}
.submitseoform {
	background: #BFF0D2;
	border: 1px solid #FFFFFF;
	float: right;
}

#templateseo #footer .table1 .contactformseo input {
	font-family: Trebuchet, Tahoma, Helvetica, Verdana;
	font-weight: bold;
	color: #00C34B;
	margin: 0px;
	padding: 0px;
}

#footer table.contactformseo td {
	border-left:0px;
	margin-left: 0px;
	padding-left: 0px;
	}

#footer table.contactformseo {
	margin:0px;
	padding:0px;
	margin-top:10px;

	}

.right{
	float:right;
	margin: 0px 0px 0px 10px;
}





.greenbg {
	background: #00B644;
	color: #FFFFFF;
	line-height: 30px;
	padding: 0px 0px 0px 5px;
}

.basic .proplisting {
	margin:10px 0px 0px;
	background: #D5F5E2;
	color: #666666;
}
.basic .proplisting h6{
	margin:0px;
	font-size: 0.9em;
	color: #666666;
	font-weight:normal;
	padding:0px;
}

.proplisting strong {padding-left:5px;}


.leftrightmargin {
	margin-right: 1px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.pagination a,.pagination a:link {
	font-weight: normal;
	color: #00B644;
	text-decoration: none;
	background: #D5F5E2;
	padding: 2px 4px;
	border: 1px solid #9BDAB0;
	font-size: 0.9em;
	line-height: 20px;
	margin: 0px;
	width: 18px;
}

.pagination a:hover {
	color: #FF6600;
	text-decoration: underline;	
}


.pagination  {
	margin-top:5px;
	
}
.basic hr {
	color: #00C34B;
	background: #00C34B;
	border-style: none;
	height:1px;
	margin:10px 0px 10px 0px;
}
.greenbgligh {
	background: #D5F5E2;
}

#sidebar-b .greenbgligh td {
	border-bottom: 1px dotted #00C34B;
	height:50px;	
}

.greenbgligh a, .greenbgligh a:link {
	font-size: 0.9em;
	font-weight: bold;
}

.greenbgligh h6{
	font-size: 0.9em;
	line-height: 0.9em;	
}
.largeleftrightmargin {
	margin-right: 5px;
	margin-left: 5px;
}
.orangetext {
	color: #FF6600;
	font-size: 1em;
	padding-top: 0px;
	padding-left: 10px;
}

.greenbgligh .breadcrumbs {
	background: #D5F5E2;
	font-size: 0.7em;
	font-weight: bold;
}

.greenbgligh form{
	padding-left:10px;
	padding-right:10px;
}

.greenbgligh input, .greenbgligh textarea {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	width: 200px;
	margin-bottom:8px;
	height:22px;
}

.greenbgligh textarea {
	height:60px;
}

.greenbgligh .submit {
	height:22px;
	width: 80px;
	float: right;
	color: #00C34B;
	margin-right: 10px;
}
.investors ol {
	font-size: 0.8em;
	margin: 0px 0px 0px 7px;
	padding: 0px;
}



.detailview_bullets{ color:#00c34b; font-size: 12px; font-weight: bold; font-style: none; }

.detailview_headline{ color:#ffb901; font-size: 16px; font-weight: bold; font-style: none }

.rental_search{ color:#ffffff; font-size: 12px; font-weight: bold; font-style: none }
.rental_search_bold{ font-size: 12px; font-weight: bold; font-style: none }

 /*
rentals css 
======================================
*/

#rentallisting #maincontent{width:720px;float:right;}

#rentallisting #maincontent #text, #rentallisting #maincontent #text .basic  {width:720px;}
#rentallisting #maincontent #text .breadcrumbs {width:715px;}

#rentallisting .greenbg {
	background: #00B644;
	color: #FFFFFF;
	line-height: 30px;
	padding: 0px 0px 0px 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5F5E2;
}

.greytextheading {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	display: block;
	padding-bottom: 15px;
	padding-top: 3px;
}
.smallgreytext {
	font-size: 12px;
	color: #666666;
	line-height: 22px;
}
.smallratingsrea {
	font-size: 13px;
}

.smallgreytext a:link{
	font-size: 12px;
	color: #666666;
	line-height: 23px;
	text-decoration: underline;
	font-weight: normal;
}

.backtosearch {
	background-color: #FFB901;
	width: 230px;
	font-size: 13px;
	color: #FFFFFF;height:25px;line-height:25px;
}
.backtosearch a:link {
	background-color: #FFB901;
	display: block;
	width: 230px;
	font-size: 13px;
	color: #FFFFFF;height:25px;line-height:25px;
}

.backtosearch a:visited {
	color: #FFFFFF;
}
.cost {
	background-color: #00C34B;
}
#rentaldetail .cost table td.greenbgligh {
	font-size: 13px;
	font-weight: bold;
	color: #10540C;
	text-align: center;
	line-height: 30px;
}
.greytext {
	color: #666666;
}
.smallwhite {
	font-size: 12px;
}
#rentaldetail #sidebar-b .smallratingsrea .greenbg a {
	font-size: 10px;
	color: #FFFFFF;
}
.costwhitetext {
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.cost h3 {
	padding-top: 6px;
	padding-bottom: 6px;
}
#rentaldetail #sidebar-b .greenbgligh {
	color: #00C34B;
	font-weight: bold;
	font-size: 13px;
}
.bookrental {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFB901;
}

.avail {
	font-weight: bold;
	color: #00B644;
	font-size: 12px;
}
.rental_search {
	color: #FFFFFF;
	background-color: #00B644;
}
.cost h2 {
	color: #FFFFFF;
	background-color: #00AF43;
}

#rentaldetail #sidebar-b table.greenbgligh td {
	border-bottom: 1px dotted #00C34B;
	height:30px;	
}

.calendarsp table {
	color: #10540C;
	background-color: #00B644;
	font-weight: bold;
	font-size: 13px;
}

.yellow input{
	font-size: 12px;
	font-weight: bold;
	color: #F1AF01;
	width: 200px;
	margin-bottom:8px;
	height:22px;
}

a.flink2:link    {color: #ffffff; font-size: 12px; text-decoration:none ; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none}
a.flink2:visited {color: #ffffff; font-size: 12px; text-decoration:none ; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none}
a.flink2:active  {color: #ffffff; font-size: 12px; text-decoration:none ; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none}
a.flink2:hover   {color: #fda633; font-size: 12px;  text-decoration:none ; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none}

.form_alex { color:#000000; font-size: 11px; font-weight: none; font-style: none }

a.newslink:link    {color: #fda633; font-size: 12px; text-decoration:none ; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none}
a.newslink:visited {color: #fda633; font-size: 12px; text-decoration:none ; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none}
a.newslink:active  {color: #fda633; font-size: 12px; text-decoration:none ; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none}
a.newslink:hover   {color: #ffffff; font-size: 12px;  text-decoration:none ; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none}

.news_text { color:#ffffff; font-size: 11px; font-weight: none; font-style: none }
