body {
	background:#fff url(../images/body_bg.jpg) repeat-x 0px 0px;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	color:#333;
}

* {
	outline:0 !important;
}

.left {
	float:left;
	display:inline;
}

.right {
	float:right;
	display:inline;
}

.clear, .clear_brd {
	font-size:1px;
	line-height:1px;
	height:1px;
	display:block;
	clear:both;
}

.clear_brd {
	border-bottom:solid 1px #ddd;
}

a {
	color:#0098d5;
}

a:hover {
	background:#0098d5;
	color:#fff;
	text-decoration:none;		
}

a.green {
	color:#1e9d68;
}

a.green:hover {
	background:#1e9d68;
	color:#fff;
}

a.orange{
	color:#f48000;
}

a.orange:hover {
	background:#f48000;
	color:#fff;
}

p {
	color:#666;
	line-height:15px;
	padding:0px;
	margin:0px 0px 10px 0px;
}

#shell {
	margin:0px auto;
	width:780px;
	border-left:solid 1px #eee;
	border-right:solid 1px #eee;
	border-bottom:solid 1px #eee;
	border-top:solid 4px #f6ca00;
	text-align:left;
	background:#fff;
	padding:0px 0px 30px 0px;
}

#head .left {
	width:400px;
	margin:10px 0px 0px 0px;
}

#head .right {
	margin:10px 0px 0px 0px;
	text-align:right;
	width:300px;
}

#head {
	margin:0px 0px;
	background:url(../images/head_bg.jpg) repeat-x 0px 0px;
	padding:0px 10px;
}

#head ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#head ul li {
	display:inline;
}

.line {
	color:#ccc;
	margin:0px 4px;
	font-size:10px;
}

#head strong {
	color:#f48000;
	font-size:12px;
}

#head .forms {
	float:right;
	display:inline;
	width:330px;
	margin:20px 0px 0px 0px;
}

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

#head form {
	margin:0px;
	text-align:right;
}

.forms p {
	margin:0px 62px 0px 0px;
}

.rdField {
}

.ifield{
	font-size:11px;
	background:#eee;
	color:#777;
}

.rline {
	float:left;
	width:3px;
	height:19px;
	background:#ff0000;
	background:#f48000;
	margin:0 -2px 0 5px;
	
}

#navigation {
	padding-left: 15px;
} 
#navigation div 
{
	float: left;
	text-align: center;
	margin-right: 3px;
	font-size: 8px;
	text-transform: uppercase;
} 
#navigation div img{
	border: 1px solid #003580;
	margin-left: 1px;
}

#navigation a{
	background:none !important;
}

#floated_row {
	float:left;
	display:inline;
	width:255px;
	margin:0;
	margin: 10px 0 0 0 ;
}

#content {
	margin:15px 10px 0px 10px;
	padding:0px;
}

#footer {
	border-top:solid 4px #f6ca00;
	text-align:left;
	width:780px;
	margin:0px auto;
}

#footer ul {
	margin:0px;
	padding:5px 10px;
	list-style-type:none;
}

#footer ul li {
	display:inline;
}

#footer p {
	margin:0px 10px;
	padding:0px 0px 20px 0px;
}

#footer .top {
	margin:0px 10px 2px 10px;
}

#footer .top .left {
	width:67px;
	text-align:right;
	font-weight:bold;
	color:#444;
}

#footer .top .right {
	width:688px;
}

#footer .wline {
	font-size:4px;
	line-height:4px;
	height:4px;
	background:#fff;
	margin:0px 0px 3px 0px;
}

h1#logo {
	margin:0px;
	padding:0px;
	font-size:11px;
}

h1#logo a, h1#logo a:hover{
	float:left;
	display:inline;
	width:202px;
	height:48px;
	text-indent:-10000px;
	background:url(/images/logo.gif) no-repeat 0px 0px;
	margin:12px 0px 10px 0px;
	text-decoration:none;
}

input.search {
	background:url(../images/inputs/search.gif) no-repeat 0px 0px;
	width:58px;
	text-align: center;
	padding:5px 0px;
	border:0px;
	margin:0px;
	*margin:0px 0px -2px 0px;
	color:#fff;
	font-size:11px;
	cursor:pointer;
}

h1 {
	font-size:22px;
	letter-spacing:-1px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	color:#666;
}

h1.cor {
	background:url(../images/h_c.gif) repeat-x;
	padding:0px;
	margin:0px;
	border-bottom:solid 1px #eee;
}

h1.cor span.c, h1.cor span.csmall {
	float:left;
	margin:7px 0px 0px 0px;
}

h1.cor span.csmall {
	font-size:17px;
	margin:10px 0 0 0;
	font-weight:bold;
}

h1.cor span.csmaller {
	float:left;
	font-size:13px;
	margin:5px 0 0 0;
	width:220px;
	font-weight:bold;
	line-height:1.1;
}

h1.cor span.l {
	padding:5px 0px 5px 5px;
	background:url(../images/h_l.gif) no-repeat 0px 0px;
	float:left;
	display:inline;
}

h1.cor span.r {
	background:url(../images/h_r.gif) no-repeat 0px 0px;
	padding:5px 4px 5px 0px;
	*padding:5px 3px 5px 0px;
	float: right;
	display:inline;
}

h2 {
	font-size:17px;
	letter-spacing:-1px;	
	padding:0px 0px 2px 0px;
	margin:0px 0px 5px 0px;
	
}

h3 {
	font-size:13px;
	padding:0px;
	margin:0px;
	color:#444;
}

a.splink {
	font-weight: normal;
	background:#fef9bd;
	text-decoration:none;
	color:#000;
		border-bottom:solid 1px #f48000;
}

a.splink:hover {
	border-bottom:solid 1px #666;
}

.place {
	clear:both;
	border-left:solid 1px #eee;
	border-right:solid 1px #eee;
	border-bottom:solid 1px #eee;
	padding:10px;
}

#arrpl_wh {
	background:#fff url(../images/newimages/grarrpl.gif) no-repeat 10px 0;
	border:solid 1px #ddd;
	border-top:0;
}

#arrpl_yel {
	background:#fffdeb url(../images/newimages/grarrpl.gif) no-repeat 10px 0;
	border:solid 1px #ddd;
	border-top:0;
}

h1.grh {
	background:#188055 url(../images/newimages/grh_bg.gif) repeat-x 0 0;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	line-height:23px;
	padding:3px 10px 5px 10px;
	border-top:solid 1px #078a4b;
	border-left:solid 1px #078a4b;
	border-right:solid 1px #078a4b;
	letter-spacing:normal;
}

.bl {
	color:#0098d5;
}

.org {
	color:#f48000;
}

.gr {
	color:#008442;
}

.lightgreen {
	color:#24bd70;
}

.hBlue {
	color:#0098d5;
	border-bottom:solid 1px #ccebf7;
	padding-bottom:3px;
}

.hGreen {
	color:#008442;
	border-bottom:solid 1px #c8e3d6;
	margin-top:20px;
	padding-bottom:3px;
}

.hGreenNob {
	color:#008442;
	margin-top:20px;
}

.hOrange {
	color:#f48000;
	border-bottom:solid 1px #fedbaa;
		padding-bottom:3px;
}

.hGray {
}

.alert, .alert_i {
	background:#fef9bd;
	border:solid 1px #e7e7e0;
	padding:0px;	
}

.alert p, .alert_i p {
	padding:5px 10px;
	margin:0px;
	color:#000;
}

.alert_i p  {
	padding:8px 5px 7px 5px;
	*padding:7px 5px;
	margin:0px;
}

.alert_i {
	background:#fef9bd url(../images/al.gif) no-repeat 5px 5px;
	padding:0px 0px 0px 25px;
	
}

p.brd {
	margin:0px 0px 10px 0px;
	padding:0px 0px 3px 0px;
	border-bottom:solid 1px #eee;
}

p.note {
	background:#f5f5f4;
	color:#000;
	padding:3px 10px 5px 10px;
	margin:10px 0px 0px 0px;
}

.icont {
	margin:0px 0px -5px 0px;
}

a.abarrow {
	background:url(../images/ablue.gif) no-repeat 0px 5px;
	text-decoration:none;
}

a.abarrow:hover {
	background:url(../images/ablue.gif) no-repeat 0px 5px;
}

a.abarrow span {
	margin:0px 0px 0px 8px;
	text-decoration: underline;
}

a.abarrow:hover span {
	background:#0098d5;
	color:#fff;
	text-decoration:none;
}

.welcome {
	margin:10px 0px 10px 0px;
}

.welcome .left {
	width:75px;
}

.welcome .right {
	margin:5px 0px 0px 0px;
	width:390px;
}

.welcome .right .left {
	width:180px;
}

.welcome .right .right {
	width:180px;
	text-align:right;
	margin:0px;
}

.welcome .right p {
	margin:5px 0px 0px 0px;
}

.welcome .right .left p, .welcome .right .right p {
	color:#444;
	margin:0px 0px 3px 0px;
}

.welcome .right .left p strong {
	font-size:12px;
}

.welcome .right .right p span.l {
	text-align:right;
	color:#999;
	float:left;
	display:inline;
	width:85px;
}

.welcome .right .right p span.r {
	text-align:left;
	float: right;
	display:inline;
	width:90px;
}

.welcome .right .right p {
	text-align:left;
	background:#666;
}

a.aImg, a.aImg:hover{
	text-decoration:none;
	padding:1px;
	background:#777;
	float:left;
	position:relative;
	display: inline;
	margin:3px 0px 0px 3px;
	
	
}

a.aImg:hover {
	background:#555;
}

a.aImg img{
	padding:1px;
	background:#fff;
	margin:-3px 0px 0px -3px;
	border:solid 2px #ccc;
	float:left;
	position:relative;
}

a.aImg:hover img{
	border:solid 2px #92cce4;
}

.for_act {
	margin:5px 0px 0px 0px;
}

.for_act .left {
	width:190px;
}

.for_act .left p {
	margin:0px 0px 3px 0px;
	color:#444;
}

.for_act .left p strong {
	font-size:12px;
}

small {
	display:block;
	color:#999;
	font-size:10px;
	margin:5px 0px 0px 0px;
}

.my_subs {
	margin:8px 0px 0px 0px;
}

.checkbox {
	width:14px;
	height:14px;
	margin:0px 5px 0px 0px;
	font-size:16px;
}

a.greenlink, a.orangelink {
	background:#00a853;
	border:solid 2px #bdf0d6;
	color:#fff;
	text-decoration:none;
	padding:3px 10px;
	*padding:2px 10px 4px 10px;
	float:left;
	display:inline;
}

a.greenlink:hover, a.orangelink:hover {
	background:#0098d5;
	border:solid 2px #b2e5f9;
}

a.orangelink {
	background:#f48000;
	border:solid 2px #ffdcb6;
}

img.mail_img {
	margin:0px 4px -2px 0px;
}

.logos a img{
	border:0px;
}

.logos .left {
	margin:0px 0px 0px 10px;
}

.logos .right {
	margin:0px 10px 0px 0px;
}

.sideEQLeft {
	float:left;
	display:inline;
	width:365px;
}

.sideEQRight {
	float: right;
	display:inline;
	width:365px;
}

.subnav {
	margin:5px 10px 10px 10px;
}

.subnav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.subnav ul li {
	display:inline;
	font-size:10px;
}

.imgs .big{
	margin:5px 0px 10px 0px;
}

.imgs .smalls {
	margin:0px 0px 5px 0px;
}

.imgs .smalls a.aImg {
	margin:3px 11px 0px 3px;
}

.r_al {
	width:215px;
	float:right;
	display:inline;
	margin:-26px 0 0 0;
}

p.type {
	text-align:right;
	margin:10px 0px 6px 0px;
}

.house_details {
	border:solid 1px #eee;
	padding:5px 10px 10px 10px;
	background:url(../images/h_det_bg.gif) repeat-x 0px bottom;
}

.house_details h3 {
	margin:10px 0px 4px 0px;
}

.ctext {
	background:#fefced;
	border:solid 1px #eee;
	padding:5px 10px;
}

.ctext .left_pr {
	float:left;
	display:inline;
	width:100px;
	margin:2px 0px;
}

.ctext .right_pr {
	margin:2px 0px;
	float: right;
	display:inline;
	width:210px;
}

p.see_allpr {
	float:right;
}

.house_details div.left {
	width:155px;
	margin:10px 0px 0px 0px;
	border-right:solid 1px #eee;
}

.house_details div.right{
	margin:10px 0px 0px 0px;
	width:175px;
}

.house_details .btns {
	margin:10px 0px 0px 0px;
}

.house_details .btns a{
	margin:0px 12px 0px 0px;
}

p.mail_l {
	background:url(../images/mail.gif) no-repeat 0px 3px;
	padding:0px 0px 0px 20px;
	margin:0px;
}

p.friend_l {
	background:url(../images/friend_l.gif) no-repeat 0px 4px;
	padding:2px 0px 3px 25px;
	margin:0px 0px 5px 0px;
}

p.weather_l {
	background:url(../images/weather_l.gif) no-repeat 0px 3px;
	padding:2px 0px 3px 25px;
	margin:0px 0px 5px 0px;
}

p.print_l {
	background:url(../images/print_l.gif) no-repeat 0px 5px;
	padding:2px 0px 3px 25px;
	margin:0px;
}

p.web_l {
	background:url(../images/web_l.gif) no-repeat 0px 5px;
	padding:1px 0px 2px 20px;
	margin:0px;
}

.review_place, .review_place:hover {
	float:right;
	display:inline;
	background:url(../images/rev_bg.gif) no-repeat 0px 0px;
	text-align: center;
	width:57px;
	padding:7px 0px 8px 0px;
	font-size:10px;
	margin:3px 0px 0px 0px;
	color:#000;
	text-decoration:none;
	line-height:11px;
}

.review_place strong, .review_place:hover strong {
	display:block;
	font-size:11px !important;
}

.review_place span{
	text-decoration:underline;
}

.review_place:hover span {
	text-decoration:none;
}

.txtgr {
	background:url(../images/txt_bg.gif) repeat-x 0px 0px;
	margin:0px 0px 0px 0px;
	
}

.txtgr p {
	padding:5px 10px;
}

.thumb_pl, .thumb_pl_p {
	float:left;
	display: inline;
	width:90px;
	margin:0px 10px 0px 5px;
}

.thumb_pl p, .thumb_pl_p p {
	margin:3px 0px 0px 3px;
}

.thumb_pl_p {
	float:left;
	display: inline;
	width:100px;
	margin:5px 15px 0px 10px;
}

.left_ul {
	color:#333;
	float:left;
	display:inline;
	margin:0px 20px 0px 0px;
	width:220px;
}

.left_ul p {
	margin:0px;
}

.left_ul ul {
	margin:0px 0px 0px 30px;
	padding:0px;
	list-style-position: outside;
}

.left_ul ul li {
	margin:0px 0px 3px 0px;
}

ul.normal {
	margin:3px 0px 0px 18px;
	padding:0px;
	list-style-position:outside;
}

ul.normal li {
	margin:0px 0px 3px 0px;
}

ul.home {
	margin:0px 0px 0px 18px;
	padding:0px;
	list-style-position:outside;
}

ul.home li {
	margin:0px 0px 5px 0px;
}

.comment_place {
	background:url(../images/txt_bg.gif) repeat-x 0px 0px;
	padding:5px 10px 8px 10px;
	margin:10px 0px 20px 0px;
	border-bottom:solid 1px #eee;
}

.comment_place h3 {
	float:left;
	display:inline;
	margin:0px 10px 0px 0px;
}

.comment_place .stars {
	float: left;
	display:inline;
	margin:-2px 0px 0px 0px;
}

.black {
	color:#000;
}

.hleft {
	display:inline;
	font-size:11px;
	font-weight:normal;
	letter-spacing:normal;
}

.hleft .stars img{
	margin:0px 0px -4px 0px;
}

.cont_nav {
	border-bottom:solid 2px #eee;
	margin:15px 0px 0px 0px;
}

.cont_nav ul {
	padding:0px;
	margin:0px 0px 0px 10px;
	list-style-type:none;
	padding:0px;
}

.cont_nav li {
	display:inline;
}

.cont_nav li a, .cont_nav li .active, .cont_nav li .inactive{
	float:left;
	display:inline;
	position:relative;
	background:url(../images/nav/cont_c.gif) repeat-x 0px 0px;
	padding:5px 0px 3px 0px;
	margin:0px 2px 1px 0px;
	text-decoration:none;
}

.cont_nav li .inactive {
	color:#999;
	text-decoration:none;
}

.cont_nav li a span.l, .cont_nav li .active span.l, .cont_nav li .inactive span.l {
	text-decoration:underline;
	background:url(../images/nav/cont_l.gif) no-repeat 0px 0px;
	padding:5px 7px 3px 15px;
}

.cont_nav li .inactive span.l {
	text-decoration:none;
}

.cont_nav li a span.r, .cont_nav li .active span.r, .cont_nav li .inactive span.r {
	background:url(../images/nav/cont_r.gif) no-repeat 0px 0px;
	padding:5px 3px 3px 0px;
}

.cont_nav li a:hover {
	text-decoration:none;
	background:url(../images/nav/cont_c.gif) repeat-x 0px 0px;
	color:#0098d5;
}

.cont_nav li a:hover span.l {
	text-decoration:none;
}

.cont_nav li .active, .cont_nav li .active:hover {
	background:#fff url(../images/nav/cont_c.gif) repeat-x 0px -27px;
	color:#000;
	text-decoration:none;
	margin:3px 3px -4px 0px;
	position:relative;
	padding:7px 0px 3px 0px;
}

.cont_nav li .active span.r{
	padding:7px 3px 3px 0px;
	background:url(../images/nav/cont_r.gif) no-repeat 0px -27px;
}

.cont_nav li .active span.l{
	padding:7px 7px 3px 15px;
	text-decoration:none;
	background:url(../images/nav/cont_l.gif) no-repeat 0px -27px;
}

.s_result {
	margin:20px 0px 0px 0px;
	border-bottom:solid 1px #eee;
	padding:0px 0px 3px 0px;
}

.s_result .left {
	width:72px;
}

.s_result .right {
	width:410px;
	background:url(../images/txt_bg.gif) repeat-x 0px 0px;
}

.s_result .right .left {
	width:280px;
}

.s_result .right .right {
	width:105px;
}

.s_result p {
	margin:2px 0px 3px 0px;
}

.paging {
	margin:20px 0px 0px 0px;
	background:#f2f9fc;
	padding:3px 10px 3px 10px;
}

.paging .left {
	width:100px;
	margin:1px 0px 0px 0px;
}

.paging ul {
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
	list-style-type:none;
}

.paging ul li {
	display:inline;
	margin:1px 4px 0px 0px;
	float:left;
}

.paging ul li a{
	padding:0px 3px;
}

.paging ul li.active {
	background:#0098d5;
	color:#fff;
	width:22px;
	text-align: center;
	font-weight:bold;
	padding:4px 0px 4px 0px;
	margin:-3px 4px -3px 0px;
	position:relative;
}

p.showing {
	color:#333;
	border-bottom:solid 1px #f8d65f;
	padding:0px 0px 3px 0px;
	margin:0px 0px 10px 0px;
}

.orderby {
	margin:0px 0px 10px 0px;
	padding:5px 5px 7px 5px;
	background:url(../images/sort_bg.gif) repeat-x 0 0;
	border:solid 1px #f3e8ba;
}

.orderby a{
	margin:0px 3px;
}

.orderby .sel {
	color:#666;
}

.leftSidebar {
}

.leftSidebar h1 {
	background:#fef9bd;
	padding:6px 10px;
	margin:0px 0px 1px 0px;
}

.leftSidebar .cnt {
	border-top:solid 1px #ddd;
	background:#fefced;
	padding:0px 10px 10px 10px;
}

.leftSidebar .cnt h3 {
	margin:15px 0px 0px 0px;
}

.leftSidebar .cnt .typeofac p {
	margin:0px 0px 5px 0px;
}

.blunav {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.blunav li {
	border-bottom:solid 1px #fff;
}

.blunav li a{
	display:block;
	*height:1px;
	padding:6px 0px 6px 20px;
	text-decoration:none;
	color:#222;
	background:#e4f9ff url(../images/ablue.gif) no-repeat 8px 11px;
}

.blunav li a:hover {
	color:#222;
	background:#b6e6ff url(../images/ablue.gif) no-repeat 8px 11px;
}

.slider {
	margin:10px 0px 0px 0px;
	padding:0px 0px 3px 0px;
	border-bottom:solid 1px #eee;
	color:#333;
}

.slider .sl {
	height:20px;
	background:url(../images/sl_bg.gif) no-repeat 3px 0px;
}

.slider .sl a, .slider .sl a:hover {
	position:relative;
	margin:-1px 0px 0px 0px;
	float:left;
	display:inline;
	text-decoration:none;
	text-indent:-10000px;
	background:url(../images/slider.gif) no-repeat 0px 0px;
	width:12px;
	height:15px;
}

a.rss, a.rss:hover {
	float:right;
	display:inline;
	margin:-30px 10px 0px 0px;
}

a.rss img, a.rss:hover img {
	border:0px;
}

.homeline {
	border-top:solid 4px #008047;
	font-size:1px;
	height:1px;
	line-height:1px;
	border-bottom:solid 2px #eee;
	margin:15px 0px 0px 0px;
}

h1.home {
	color:#f48000;
	font-size:26px;
}

h2.home {
	color:#777;
	font-size:17px;
	margin:0px 0px 10px 0px;
	line-height:19px;
}

h2.home:first-line {
	color:#555;
	font-size:19px;
	font-weight:normal;
	letter-spacing:normal;
}

h3.home {
	margin:0px 0px 3px 0px;
	
}

h3.home a{
	font-size:11px;
	font-weight:normal;
}

.hometexttop {
	float:right;
	display:inline;
	width:360px;
	margin:20px 0px 0px 0px;
}

.hometext p {
	margin:0px;
	padding:0px;
}

p.home {
	margin-bottom:20px;
}

.flashhome {
	background:#fff;
	border:solid 1px #eee;
	padding:4px 0px;
	text-align:center;
	margin:0px 0px 20px 0px;
	font-size:1px;
	line-height:1px;
}

.button, .greenbutton {
	background:#f48000;
	border:solid 2px #ddd;
	font-size:11px;
	color:#fff;
	padding:2px 10px 3px 10px;
	*padding:2px;
	cursor:pointer;
}

.greenbutton {
	background:#00a853;
}

.subscribe {
	padding:15px 0px 5px 0px;
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #ddd;
	margin:5px 10px;
	width:340px;
}

.subscr_place {
	border:solid 1px #eee;
	padding:5px 0px 10px 0px;
	background:url(../images/h_det_bg.gif) repeat-x 0px bottom;
}

.subscr_place p, .subscr_place h2 {
	margin:0px 10px;
	border:0px !important;
}

.subscribe .left {
	width:190px;
}

.subscribe .right {
	width:130px;
	margin:8px 0px 0px 0px;
}

.subscribe .left .formplace {
	margin:0px 0px 5px 0px;
}

.subscribe .left .formplace label {
	float:left;
	width:60px;
	text-align:right;
	margin:2px 0px 0px 0px;
	display:inline;
}

.subscribe .left .formplace input {
	float:right;
	display:inline;
}

/*** OWNER AREA***/
p.underh {
	margin-top:5px;
	color:#333;
}

.fcplace {
	background:#fcfffa;
	border:solid 1px #f0efd6;
	margin:10px 0 0 0;
	padding:2px 0 10px 0;
}

.fcplace .rowplace, .fcplace .cheksplace, .fcplace .rowplace_nof{
	margin:8px 10px 0 10px;
}

.fcplace .rownofp  {
	border-top:solid 1px #ddd;
	margin:15px 10px 0 10px;
	padding:10px 0 0 0;
}

.fcplace .rownofp p {
	color:#333;
	margin:0 0 5px 0;
}

.fcplace .cheksplace {
	border-bottom:solid 1px #ddd;
	padding:0 0 10px 0;
	width:465px;
	float:left;
	clear:both;
	display:inline;
	margin-top:5px;
}

.cheksplace div.left{
	width:148px;
	float:left;
	display:inline;
}

.cheksplace div.left p, .cheksplace div.left p.grey{
	float:none;
	margin:0 0 5px 0;
	padding:0;
	display:block;
	width:auto;
}

.cheksplace div.left p.grey {
	color:#999;
}

.fcplace .checkbox {
	float:none !important;
	margin:0px 5px 0 0 !important;
}

.fcplace label {
	font-weight:bold;
	color:#333;
	display:block;
	margin:0;
}

.fcplace .rowplace label{
	margin:3px 0 0 0;
	float:left;
	display:inline;
	width:124px;
	
	text-align:right;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
}

.fcplace .rowplace input, .fcplace .rowplace select, .fcplace .rowplace textarea {
	float:left;
	display:inline;
	margin:0 0 0 5px;
}

.fcplace textarea {
	overflow: auto;
}

.fcplace h2, .fcplace h3 {
	float:left;
	display:inline;
	margin:8px 10px 0 10px;
	padding:0 0 2px 0;
	width:460px;
}

.fcplace h3 {
	padding:0;
}

.fcplace .rowplace small, .fcplace .rowplace p, .fcplace .rowplace div.left {
	clear:both;
	float:left;
	display:inline;
	margin:2px 0 0 125px;
	width:320px;
	font-size:10px;
	color:#333;
}

.fcplace p{
	font-size:11px !important;
}

.fcplace .rowplace div.left  {
	clear:none;
	font-size:11px;
	margin:2px 0 0 5px;
	display:inline;
}

.fcplace .rowplace .inpleft{
	float:left;
	display:inline;
	width:160px;
	margin:0 0 0 5px;
}

.fcplace .rowplace .inpleft input {
	margin:0px 5px 3px 0;
	*margin:0px 5px 3px -10px;
}

.fcplace .rowplace .inpleft span {
	margin:2px 0 0 0;
	float:left;
}

.fcplace .clear_brd{
	margin:0px 10px 15px 10px;
	height:5px;
}

.fcplace p.fp, .fcplace small.fp {
	color:#333;
	margin:0 10px;
	width:460px;
}

.fcplace .descr {
	background:
	
}

.radio {
	margin:4px 3px -2px 0 !important;
	*margin:0 3px -1px 0 !important;
	float:none !important;
	width:12px;
	font-size:1px;
}

.prices, .prices2 {
	margin:0 0px 10px 10px;
	border:solid 1px #ccc;
	padding:0 0 10px 0;
	background:#fef9bd;
	width:464px;
}

.prices2 {
	width:auto;
	margin:0 0 10px 0;
	background:#fffdeb;
	border:solid 1px #eee;
}

.prices h3, .prices2 h3 {
	background:#ffcc00;
	padding:5px 10px;
	float:none;
	width:auto;
	display:block;
	color:#222;
	margin:0;
}

.prices2 h3 {
	background:#fff0b2;
}

.prices h3 span, .prices2 h3 span {
	font-weight:normal;
	font-size:11px;
}

.prices table, .prices2 table {
	width:450px;
	margin:5px 0 0 0;
}

.prices2 table {
	width:100%;
}

.prices .pl, .prices2 .pl {
	margin:0px 10px;
}

.prices .pl h4, .prices2 .pl h4 {
	font-size:13px;
	font-weight:normal;
	padding:0;
	margin:10px 0 3px 0;
}

.prices .pl p, .prices2 .pl p {
	margin:10px 0 3px 0;
}

.prices .pl small, .prices2 .pl small {
	color:#333;
	margin:0;
	padding:0;
}

.prices table td, .prices2 table td {
	text-align:center;
	padding:3px;
	*padding:2px;
	width:24%;
}

.prices2 table td.tdbrd {
	border-bottom:solid 1px #ddd;
}

.prices table td.labels, .prices2 table td.labels  {
	text-align:right;
	width:15%;
}

p.pbtnplace .greenbutton {
	margin-bottom:-1px;
	*margin-bottom:-5px;
	font-weight:bold;
	text-transform:uppercase;
}

.addedplaces {
	margin:5px 0 10px 10px;
	padding:0;
	width:464px;
}

.addedplaces p {
	color:#333;
}

.addedplaces p.visit {
	color:#666;
}

.addedplaces .left {
	width:80px;
	margin:2px 0 0 0;
	text-align:right;
}

.addedplaces .right {
	width:380px;
}

.addedplaces .right h5 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#008442;
}

.addedplaces .right p {
	margin:2px 0 0 0;
	padding:0;
}

.btnplace {
	text-align:center;
	padding:10px 0 0 0;
	margin:20px 0 0 0;
	border-top:solid 1px #ddd;
}

.btnplace input {
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}

.checkbox {
	background:#fff;
}

.uploadedimg {
	margin:20px 0 5px 0;
}

.uploadedimg p{
	margin:3px 0 10px 0;
}

.uploadedimg .left, .uploadedimg .right {
	width:235px;
}

.uploadedimg .right {
}

.myaccom {
	padding:0px;
	border:solid 1px #eee;
	margin:0 0 10px 0;
}

.myaccom h2, .mynews h2 {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
	letter-spacing:normal;
	background:#f0fbff;
	padding:5px 10px;
	border-bottom:solid 1px #ddd;
}

.myaccom .row {
	background:#fff;
	border-bottom:solid 2px #eee;
	padding:8px 10px 3px 10px;
}

.myaccom p {
	margin:7px 0 0 0;
}

.myaccom p.acts {
	padding:3px 0 5px 0;
	margin:10px 0 0 0;
	border-top:solid 1px #eee;
}

.myaccom p.acts .orange {
	font-weight:bold;
}

.myaccom h3 {
	margin:0px 0 0 0;
}

.myaccom h3 span {
	font-size:11px;
	font-weight:normal;
	margin:0px 0 0 10px;
}

.mynews {
	background:#f9f9f9;
	padding:1px 10px;
}

.mynews .row {
	border-bottom:solid 1px #eee;
	padding:0 0 5px 0;
	margin:8px 0 0 0;
}

.mynews p {
	margin:3px 0;
	
}

.mynews small {
	padding:0;
	margin:0;
	font-style:italic;
}

.stat {
	border-bottom:solid 1px #eee;
	margin:0 0 10px 0;
}

.stat p {
	margin:3px 0;
	padding:0;
	
}

.statplace {
	height:50px;
	background:#eee;
	margin:5px 0 0 0 ;
}

.bighs {
	background:#fff url(../images/hbg.gif) repeat-x 0 0;
	border:solid 1px #eee;
	margin:0 0 30px 0;
	width:755px;
}

.weluser {
	background:#fff url(../images/newimages/weluser_bg.gif) repeat-x 0 0;
	border:solid 1px #faf2cd;
	width:auto;
	margin:0 0px 10px 0px;
}

#hsearch {
	background:#fff url(../images/newimages/splace_bg.gif) repeat-x left bottom;
}

#hsearch h2 {
	padding:0 10px;
	margin:0 0 -5px 0;
}

#hsearch .dropdown {
	float: right;
	display:inline;
	margin:15px 10px -20px 0;
	position:relative;
}

.weluser h1 {
	color:#333;
	font-size:17px;
	font-weight:bold;
	padding:10px;
}

.weluser h1 strong {
	color:#f48000;
}

.weluser a{
	font-size:12px;
	letter-spacing:normal;
	float:right;
	margin:3px 0 0 8px;
}

.bighs h1 {
	color:#f48000;
	line-height:1.2;
}

.bighs h1 A {
	font-size: 14px;
	font-weight:bold;
}

.bighs h1 strong {
	font-size:26px;
}

.bighs .left{
	width:485px;
	margin:10px 0 15px 15px;
}

.bighs .right {
	width:223px;
	margin:10px 15px 10px 0;
	border-left:solid 1px #ddd;
}

.bighs .right .pl {
	margin:0 0 0 15px;
}

.bighs .right p {
	margin:0;
	padding:0;
	color:#222;
}

.bighs .right ul {
	margin-top:8px;
	margin-bottom:8px;
	
}

.bighs .right h2, .bighs .right ul strong  {
	color:#008442;
	
}

.paymm {
	margin:3px 10px 0px 10px;
}

.paymm  strong {
	margin:0 10px 0 0;
}

.special {
	background:#f48000;
	color:#fff;
	padding:0 3px;
}

table.subsplans h2 {
	color:#008442;
	color:#f48000;
	font-weight:normal;
	font-size:21px;
	margin:34px 0 0 50px;
}

table.subsplans {
	margin:10px 0 0 0;
	width:100%;
	border-top:solid 1px #ddd;
	background:#fff url(../images/subs_bg.gif) repeat-x 0 0;
}

table.subsplans td {
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	padding:5px 10px 4px 10px;
	vertical-align:top;
}

table.subsplans td.selaplan {
	width:400px;
}

table.subsplans tr.gr td{
	background:#eef9ee;
}

table.subsplans tr.yellow td{
	background:#ffffea;
	color:#008442;
}

table.subsplans tr.white td{ 
		color:#008442;
}

table.subsplans td.prem {
	width:180px;
	text-align:center;
}

table.subsplans td.basic {
	width:180px;
	text-align:center;
}

table.subsplans h1 {
	text-transform:uppercase;
	font-weight:bold;
	color:#0098d5;
}

table.subsplans td.centered {
	text-align:center;
	vertical-align:middle;
}

table.subsplans p {
	text-align:left;
	margin:0 0 0 30px;
	padding:0;
	font-size:12px;
	color:#333;
}

.addquestion {
	margin:20px 0 0 0;
	border:solid 1px #ddd;
	padding:10px;
}

.addquestion h1 {
	margin:0 0 10px 0;
}

.addquestion p {
	margin:1px 0 15px 0;
}

.trialplace, .benefits {
	float:left;
	display:inline;
	width:368px;
}

.trialplace {
	margin:0 20px 0 0;
	background:#fff url(../images/trial_bg.gif) repeat-x 0 0;
}

.trialplace h1 {
	margin:10px 15px 0px 15px;
	text-transform:uppercase;
	color:#008442;
	font-weight:bold;
}

.trialplace p {
	margin:0 15px 5px 15px;
}

.trialplace p .greenlink {
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
	padding:4px 20px;
	margin:0 0 0 125px;
}

.benefits {
	margin:0;
	background:#fff url(../images/ben_bg.gif) repeat-x 0 0;
}

.benefits h1, .benefits h2 {
	margin:0;
}

.benefits .pl{
	margin:10px 15px 0 15px;
}

p.rtext {
	text-align: right;
	color:#000;
	padding:5px 0 0 0;
	margin:0 0 8px 0;
}

p.totalv {
	color:#000;
	font-size:13px;
	margin:10px 0 0 375px;
	text-align:center;
	width:90px;
	padding:3px 0;
	background:#fcfff9;
	border:solid 1px #ddd;
}

.cplace {
	background:#fcfff9;
	border:solid 1px #ddd;
	padding:10px 10px;
}

.cplace h3 {
	color:#000;
	margin:0 0 5px 0;
}

.cplace ul {
	color:#666;
	margin-bottom:0;
	margin-top:0;
}

.place .rowplace label{
	margin:3px 0 0 0;
	float:left;
	display:inline;
	width:65px;
	color:#000;
	text-align:right;
	font-weight:bold;
}

.place .rowplace input{
	float:left;
	display:inline;
	margin:0 0 0 5px;
}

.place .rowplace{
	margin:0 0 5px 0;
}

.place .btnpl {
	margin:0 0 5px 70px;
	
}

.place .btnpl input {
	font-weight:bold;
	text-transform:uppercase;
}

.form_allert {
	background:#f48000;
	border:solid 2px #eee;
	color:#fff;
	padding:7px 10px 5px 10px;
}

.form_allert h3 {
	font-weight:normal;
	padding:0 0 3px 0;
	margin:0 0 8px 0;
	color:#fff;
	border-bottom:solid 1px #fac080;
}

.form_allert h3 strong {
	font-size:23px;
	text-transform:uppercase;
	color:#ffff00;
}

.form_allert ul {
}

.htextplace h1.hGreen{
	padding:0 0 3px 0;
	margin-bottom:1px;
}

.orn1 {
	background:url(../images/orn1.gif) repeat-x 0 0;
	font-size:10px;
	line-height:10px;
	height:10px;
	margin:20px 10px 0 10px;
}

.orn2 {
	background:url(../images/orn2.gif) repeat-x 0 0;
	font-size:7px;
	line-height:7px;
	height:7px;
	margin:20px 10px 0 10px;
}

.alert2 {
	border:solid 1px #ddd;
	border:solid 1px #e7e7e0;
	background:#eef7f3;
	margin:5px 0 10px 0;
}

.alert2 p{
	padding:5px 10px;
	margin:0px;
	color:#000;
}

.alert2 span {
	margin-left:35px;
}

.s_result2 {
	margin:10px 0;
}

.s_result2 a{
	font-weight:bold;
}

.s_result2 .rowH {
	border-bottom:solid 3px #eee;
	font-weight:bold;
}

.s_result2 .row_b {
	background:#f5fbf4;
	border-bottom:solid 1px #eee;
}

.s_result2 .row_y {
	background:#ffffea;
	border-bottom:solid 1px #eee;
}

.s_result2 .row_h {
	background:#00b249;
	border-bottom:solid 1px #eee;
	color:#fff;
}

.s_result2 .row_h a {
	color:#fff;
}

.s_result2 .row_h a:hover {
	background:#fff;
	color:#00b249;
}

.s_result2 .row_b, .s_result2 .row_y, .s_result2 .row_h {
	float:left;
	width:545px;
}

.s_image, .s_name, .s_location, .s_pax, .s_price {
	float:left;
	display:inline;
	margin:6px 0;
	
}

.s_image {
	width:30px;
	text-align:center;
}

.s_name {
	width:230px;
	
}

.s_location {
	width:185px;
	
}

.s_pax {
	width:40px;
	text-align:center;
	
}

.s_price {
	width:60px;
	text-align:center;
	
}

/* POPUPS */
.pPlace {
	width:780px;
	font-size:0;
	line-height:0;
	height:0;
	position:relative;
	margin:0 auto;
	z-index:10;
}

.popborder {
	background:#00a853;
	width:500px;
	position:absolute;
	top:50px;
	left:140px;
	z-index:11;
	
}

.popplace {
	background:#fff;
	font-size:11px;
	line-height:normal;
	margin:10px;
	padding:10px;
}

.popplace h1, .popplace h2 {
	margin-top:0;
	padding-top:0;
}

.popplace h1, .popplace h2, .popplace p, .popplace small {
	width:460px;
}

.popplace small {
	color:#333;
}

.popplace small strong {
	font-size:11px;
}

.popplace .fcplace {
	float:none;
	background:#fff;
	border:0;
}

.popfplace {
}

.poprow {
	margin:0 0 10px 0;
}

.poprow label{
	float:left;
	display:inline;
	width:80px;
	text-align:right;
	font-weight:bold;
	margin:1px 0 0 0;
}

.poprow input, .poprow textarea {
	float:left;
	display:inline;
	margin:0 0 0 5px;
}

.popfplace p.right {
	color:#000;
	width:100px;
	margin:-5px 0 0 0;
	font-size:10px;
}

.popfplace p.right .rline {
	height:15px;
	font-size:1px;
	line-height:1px;
}

.popfplace .subbtn {
	margin:0 0 10px 0;
	padding:0 0 0 90px;
}

.popfplace .subbtn input {
	font-weight:bold;
}

a.close {
	text-decoration:none !important;
	float:right;
	margin:0 0 -13px 0;
}

.gena {
	margin:0 0 -5px 0;
}

.gena .left{
	width:230px;
	background:#fcfff9;
	border:solid 2px #dafdb2;
	
}

.gena .left h3, .gena .left p {
	width:auto;
	margin:5px;
}

.gena .right{
	width:190px;
	margin:30px 0 0 0;
}

.special2 {
	background:#fde6cc;
	color:000;
	font-weight:normal;
}

#withleftstarts {
	background:#fff url(../images/big_starts.gif) no-repeat 15px 230px;
}

#popAlert {
	width:240px;
	left:270px;
}

#popAlert p {
	width:200px;
	color:#333;
	
}

/* END POPUPS */
.logosplace {
	margin:10px 0  0 140px;
}

.logosplace .left{
	width:110px;
	margin:0 10px 5px 0;
}

/* NUEVOS */
div.auto_complete {
	overflow: hidden;
	position:absolute;
	min-width: 450px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	text-align: left;
	text-transform: capitalize;
	font-size: 9pt;
	height: 8em;
	overflow: auto;
}

div.auto_complete ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

div.auto_complete ul li.selected { 
	background-color: Highlight; 
	color: HighlightText 
}

div.auto_complete ul li {
	list-style-type: none;
	display:block;
	margin:0;
	padding:4px;
}

div.auto_complete .value {
	display: none;
}

div.auto_complete .label {
}

div.auto_complete .precio {
	display: none;
}

div.auto_complete UL LI  SPAN.info {
	font-style: italic;
	font-size: 90%;
}

/* parte propietarios */
.misInstalaciones {
}

.misInstalaciones H2 A {
	font-size: 9pt;	
	font-weight: normal;
	margin-left: 2em;
}

.misInstalaciones UL {
	list-style-type:none;
	list-style-position: outside;
	padding: 0em;
	margin: 0em;
	line-height:1.5em;
}

.instalacion {
	margin:0px 0 10px 0;
	background:#fff url(../images/hbg.gif) repeat-x 0 0;
	border:solid 1px #eee;
	padding:5px 10px;
	width:500px;
}

.instalacion UL {
	list-style-type:none;
	list-style-position: outside;
/*	padding: 0em;
	margin: 0em;*/
	line-height:1.5em;
}

.instalacion LI {
	margin-bottom: .5em;
}

.instalacion H2 {
	color:#008442;
	border-bottom:solid 1px #c8e3d6;
	margin-top:4px;
	padding-bottom:3px;
	padding-right: .3em;
}

.instalacion H3 {
	color:#D36800;
	border-bottom:solid 1px #f3d2a6;
	margin-top:0px;
	padding-bottom:3px;
	padding-right: .3em;
}

.subinstalaciones {
	margin: 0;
	padding:2px 0 10px 0;
}

.subinstalacion {
	margin: 1em;
	margin-top: 1em;
	padding-bottom: .3em;
	border-bottom: 1px dotted #aaa;
}

.nohay {
	margin: 1em;
	background: infoBackground;
	border: 1px solid gray;
	padding: .5em;
}

.nohay IMG {
	border: 0px solid red;
	float: left;
	padding-right: 1em;
	padding-bottom: .5em;
}

/* general */
.msgOk {
	background:#188055 url(../images/newimages/grh_bg.gif) repeat-x 0 0;
	border:solid 1px #eee;
	margin:0 0 30px 0;
	font-size: 150%;
	font-weight: bolder;
	padding: .2em;
	text-align: center;
	color: #FFF;
}

.msgErr {
	background:#F00;
	border:solid 1px #eee;
	margin:0 0 30px 0;
	font-size: 150%;
	font-weight: bolder;
	padding: .2em;
	text-align: center;
	color: #FFF;
}

.error {
	border: 1px solid #f48000;
	background-color: infoBackground;
	padding: 2px;
	margin-left: .1em;
	margin-top: -.1em;
	position:absolute;
}

.static {
	margin-top: 2px;
	margin-left: 6px;
	float:left;
	
}

.textarea-resizer {
	height:4px; 
	cursor:s-resize;
	background:#fff url(../images/s-handle.gif) repeat-x center 0px;
	border: 1px solid #88A;
	border-top: 0px solid red;
	margin-left:129px;
	width:332px;
	display:block;
	clear:both;
}

/* ttarifas */
.tarifasHead {
	padding-top: 2em;
	color: #0098D5;
	border-bottom: 1px solid #444;
}

.ttarifas { 
	border-collapse: collapse; 
	width: 100%;
}

.ttarifas TH.head {
	padding:5px 0 5px 0;
	text-align: center;
	font-weight: bolder;
	font-size:13px;
	background:#ffcc00;
	color:#111;
	
}

.ttarifas TH.separator {
	text-align: left;
	font-weight: normal;
	font-size:13px;
	background:#fff;
	padding:0;
	border:solid 1px #fff !important;
	border-bottom:solid 1px #ddd !important;
}

.ttarifas TH.bottom {
border:solid 1px #fff !important;
	padding:5px 0 5px 0;
	text-align: left;
	font-weight: normal;
	font-size:13px;
	background:#fff;
	color:#222;
}

.ttarifas TD, .ttarifas TH {
	text-align: right;
	padding: .5em;
	padding-right: .6em;
	padding-left: .6em;
	background:#fffdeb;
	color:#444;
	border: 1px solid #ccc;
}

.ttarifas TH {
	background:#fff0b2;
}

/* SWFUpload */
a.SWFUploadLink {
    width: 300px;
    height: 100px;
    background: url(/images/custom_button.png) no-repeat;
    width: 1px;
    height: 1px;
    display: block;
}

a.SWFUploadLink:hover {
      background: url(/images/custom_button_over.png) no-repeat;
    }

#filesDisplay {
		width: 740px;
		padding: 5px;
		margin-top: 0px;
		background: #f9f9f9;
		border: 1px solid #f3f3f3;
	}

	
#SWFUpload {
	margin-left: 20px;
}

#mmUploadFileListing {
	margin: 0;
	padding: 0;
}

#mmUploadFileListing li {
	margin: 0 0 10px 0;
	display: block;
	float: left;
	width: 246px; /* THUMBNAIL_WIDTH + 50 */ 
	font-size: 11px;
}

.uploading { color: #CCC; }

.uploadDone { 
	color: #000;
	overflow: hidden;
	width: 210px;	/* THUMBNAIL_WIDTH  */
	height: 232px;	/* THUMBNAIL_HEIGHT */
	font-size: 9px !important;
	display: table-cell;
	text-align: center;
	}

span.progressBar {
	width: 100px;
	display: block;
	height: 4px;
	margin-top: 4px;
	background-color: #CCC;
}

.uploadedImgContainer{
	margin: auto;
	height: 200px; /* THUMBNAIL_HEIGHT */
	width: 200px;  /* THUMBNAIL_WIDTH  */
}

.uploadedImgContainer IMG {
	border: 0px solid red;
	cursor: hand;
}

/* edicion in-place */
.inplaceeditor-form{
	width: 100%;
}

.inplaceeditor-form .editor_field {
	width: 100%;
	border: 1px solid #ccD;
	font-size:11px;
	margin-top: 1em;
}

.inplaceeditor-form .editor_ok_button {
	border:solid 2px #ddd;
	font-size:11px;
	color:#fff;
	padding:2px 10px 3px 10px;
	*padding:2px;
	cursor:pointer;
	background:#00a853;
}

.inplaceeditor-form .editor_cancel {
	margin-left: 1em;
}

.inplaceeditor-saving {
	background: url(/images/wait.gif) center center no-repeat !important;
	display: block;
	margin: .5em;
	width:100px;
}

/* Checkbox */
.chkBoxContainerUnChecked {
	font-style:italic;
}

.chkBoxContainerChecked {
	border-top: 1px dotted black;
	margin-top: .5em;
	padding-top: .5em;
	font-weight: bolder;
}

.chkBoxContainerUnChecked input,
.chkBoxContainerChecked input {
	width:13px;
	height:13px;
}

.inputchkbox {
	float: left;
	margin-top: .4em;
	margin-bottom: .4em;
	width: 32%;
	display:inline;
}

.chkIdioma {
	float: left;
	margin: .4em;
	width: 30%;
	height:_1em;
}

.numeric {
	text-align: right;
}

SELECT OPTION.disabled {
	background-image: url(/images/black-pixel.gif);
	background-position: center center;
	background-repeat: repeat-x;
}

.debug {
	border: 1px solid red;
}

.errorList {
	background-color: infoBackground !important;
	width: auto;
	margin-bottom:20px;
	width:500px;
	border:solid 1px #f48000;
	padding:5px 10px 10px 10px;
}

.errorList P {
	padding:2px 0 5px 40px;
	background:url(../images/newimages/err.gif) no-repeat 0 0;
	margin:0;
	color:#333;
	font-weight:bold;
}

.errorList a{}

.errorList ul {
	margin:0 0 0 60px;
	padding:0;
}

.errorList li {
	margin:2px 0;
}

.invalid {
	border: 1px solid red;
	background: #FFF4F4 !important;
}

.radioGrp {
	margin-left:5px;
	display: block;
}

.radioGrpHorizontal {
	margin-left:5px;
	display: inline;
}


.bigtextarea  {
	width:495px; 
	margin: 0px !important;
}


/* calendario de temporadas */

.calendar {
	float: left;
	margin-top: 2em;
	padding: 1em;
}

.calMonth {
	float: left;
	width: 15em;
	height: 15em;
}

.calMonth TABLE {
	margin-left: .5em;
	border: 1px dotted #BBB !important;
	border-collapse: collapse;
}

.calMonth TABLE CAPTION {
	padding: .3em;
}

.calMonth TD {
	text-align: right;
	padding: .3em;
	border: 1px solid #CCC;
	cursor: pointer;
	cursor: hand;
}

.calMonth TH {
	background-color: #EFEFEF;
}


.cssbutton_media{
	background-color: #d1ec4c;
	border: 2px #d1ec4c outset;
	padding: 1px 4px;
	color: black;
	text-decoration: none;

	font: 9px Verdana;
	font-size:10px
}

.cssbutton_media:visited{
	color: black;
}

.cssbutton_media:hover{
	border-style: inset;
	background-color: #EEEEEE;
	padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton_media:active{
	color: black;
}

.cssbutton_cerrado{
	background-color: #FFFFFF;
	border: 2px #d1ec4c outset;
	padding: 1px 4px;
	color: black;
	text-decoration: none;
	font: 9px Verdana;
	font-size:10px
}

.cssbutton_cerrado:hover{
	border-style: inset;
	background-color: #EEEEEE;
	padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
	color: black;
}

.cssbutton_baja{
	background-color: #FFCC00;
	border: 2px #d1ec4c outset;
	padding: 1px 4px;
	color: black;
	text-decoration: none;
	font: 9px Verdana;
	font-size:10px
}

.cssbutton_baja:hover{
	border-style: inset;
	background-color: #EEEEEE;
	padding: 2px 3px 0 5px; 
	color: black;
}

.cssbutton_alta{
	background-color: #CC3300;
	border: 2px #d1ec4c outset;
	padding: 1px 4px;
	color: white;
	text-decoration: none;
	font: 9px Verdana;
	font-size:10px
}

.cssbutton_alta:hover{
	border-style: inset;
	background-color: #EEEEEE;
	color: black;
	padding: 2px 3px 0 5px; 
}

.cssbutton_especial{
	background-color: #0066FF;
	border: 2px #d1ec4c outset;
	padding: 1px 4px;
	color: white;
	text-decoration: none;
	font: 9px Verdana;
	font-size:10px
}

.cssbutton_especial:hover{
	border-style: inset;
	background-color: #EEEEEE;
	color: black;
	padding: 2px 3px 0 5px; 
}

.tBaja {
	background-color: #FFCC00;
	color: #000;
}

.tMedia {
	background-color: #d1ec4c;
	color: #000;
}

.tAlta {
	background-color: #CC3300;
	color: #FFF;
}

.tEspecial {
	background-color: #0066FF;
	color: #FFF;
}

.tCerrado {
	background-color: #FFFFFF;
	color: #000;
}


.tSeleccionada {
	border-style: inset;
	background-color: #EEEEEE;
	color: #000;
	padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.selected {
	background: infobackground;
	color: #484;
	font-weight: bolder;
}
.selected A {
	font-weight: normal;
}

.notVisible {
	display: none;
}


.trDetalleInstalacion {
	background-color: #ddd;
}

.detalleInstalacion {
	margin-left: 4em;
	margin-bottom: 1em;
	border: 1px solid black;
	background-color: #FFFDEB;
}

.detalleSubinstalacion {
	margin: 1em;
	margin-top: .4em;
	padding-bottom: .3em;
	border-bottom: 1px dotted #ccc;
}


