@font-face {
    font-family: 'HelveticaNeuCnRe';
    src: url('../fonts/helveticaneueltstd-cn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-cn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-cn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-cn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-cn-webfont.svg#HelveticaNeueLTStdCnRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeuCnMed';
    src: url('../fonts/helveticaneueltstd-mdcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-mdcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-mdcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-mdcn-webfont.svg#HelveticaNeueLTStdMedCnRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

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, sub, sup, 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;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* General Styles
****************************************************************************************************************/
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}


html{
	background:#000 url(../images/temp/backImg.jpg) center top no-repeat;
}
body{
	font-family:Arial, Helvetica, sans-serif;
}
html, body, .globalContainer {
    height: 100%;
    min-height: 100%;
    position: relative;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
input, select, textarea{
	background: #ebebeb;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
	border: 1px solid #d1d1d1;
	color:#666;
	text-shadow: 0 1px 1px #FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px; 
}
.globalContainer{
	min-height: 100;
  height: auto !important;
  height: 100%;
  margin: 0 auto -200px;
}
.footer {
  margin: 0 auto;
  position: relative;
}
.footer .inner {
  width: 940px;
  margin: 0 auto;
}

.footer, .footerPush {
  height: 200px;
}
.tabsNav{
	text-align: right;
	z-index: 1;
    margin-bottom: -40px;
}
.tabsNav a{
	display: inline-block;
	text-indent: -10000px;
	margin-left:10px;
	height: 75px;
	text-align:left;
    padding-top: 20px;
}

.fb-like {
    float: left;
    margin: 10px;
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 20px;
    width: 150px !important;
    height: 28px !important;

}

.tabsNav a.tabDashboard{padding-top: 16px;padding-left: 64px;text-decoration: none;font-size:20px;font-family: 'HelveticaNeuCnMed';text-shadow: 1px 1px 1px #666;text-transform: uppercase;color:#FFF;width: 126px !important;text-indent: 0px !important;}

.tabsNav .tabDashboard { background:url(../images/baseImages/tabDashboard.png) 0 0 no-repeat; width:71px;}
.tabsNav .tabAddSpace { background:url(../images/baseImages/tabAddspace.png) 0 0 no-repeat; width:161px;}
.tabsNav .tabSearch { background:url(../images/baseImages/tabSearch.png) 0 0 no-repeat; width:211px;}

.greenBtn,
.blackBtn{
	display:inline-block;
	background:url(../images/baseImages/greenButton.png) 0 0 no-repeat;
	width: 258px;
	height: 55px;
	text-align:center;
	text-decoration: none;
	line-height:55px;
	font-size:22px;
	font-family: 'HelveticaNeuCnMed';
	text-shadow: 1px 1px 1px #666;
	text-transform: uppercase;
	color:#FFF;
}
.blackBtn{
	background:url(../images/baseImages/blackButton.png) 0 0 no-repeat;
	text-shadow: 1px 1px 1px #333;
}
.greenBtn {
	cursor: pointer;
}
.greenBtn img{
	vertical-align:middle;
	margin-right: 5px;
    margin-top: -4px;
}
/* Header ********/
.header {
	height:64px;

	line-height:64px;
	margin-top:8px;
	background: url(../images/baseImages/black70.png) 0 0 repeat;
}
.header .inner{
	width:940px;
	margin:0 auto;
	overflow:hidden;
}
.header .mainLogo{
	float: left;
	margin-top:15px;
}
.header .menu{
	float:right;
}
.header .menu a{
	font-family: 'HelveticaNeuCnMed';
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	padding: 5px 15px;
	vertical-align:middle;
    border-right: 1px solid #666;
}
.header .menu span {font-family: 'HelveticaNeuCnMed';color:#FFFFFF;text-decoration:none;font-size:14px;padding: 5px 15px;vertical-align:middle;border-right: 1px solid #666;}
.header .menu a:hover{
	color:#9db65e;
	text-decoration:none;
}
.header .menu a:first-child{
	border-right: 1px solid #666;
}
.header .menu a:last-child {border-right: 0px;}
.header .menu a.lister{
	display:inline-block;
	background: url(../images/baseImages/listerBtn.png) center center no-repeat;
	width:149px;
	height:32px;
	text-indent: -1000000000px;
}


.tagline{
	text-align: center;
	margin: 20px 0;
}

/* Footer
****************************************************************************************************************/
.footer{
	height:200px;
	background:url(../images/baseImages/footBG.png) 0 0 repeat-x;
	overflow: hidden;
}
.footer .inner{
	margin-top: 115px
}
.footer .menu{
	color:#a0b860;	
	float:left;
	margin-bottom:10px;
}
.footer .menu a{
	color:#a0b860;
	font-size:20px;
	text-decoration:none;
}
.footer .socialMedia{
	float:right
}
.footer .copy{
	color:#FFFFFF;
	font-size:10px;
	clear:both;
}
.footer .copy a{
	color:#FFFFFF;
	text-decoration:none;
}
/* Contet
****************************************************************************************************************/
.pageContent{
	width:940px;
	margin:0 auto;
}
.pagePanel{
	background: #f0f0f0;
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
	padding:20px;
	z-index:2;
	position:relative;
	min-height:200px;
}
.boxLogin h1,
.pagePanel h1{
    background: url(../images/baseImages/Title.png) 0 0 no-repeat;
    /*min-width: 320px;*/
	width:287px;
	height:60px;
	color:#FFFFFF;
	font-family: 'HelveticaNeuCnMed';
	font-size:28px;
	text-transform:uppercase;
	line-height:50px;
	text-indent:36px;
	margin-left: -37px;
}
.pagePanel h1.flexible{
	background:none;
	background:#569c85;
	text-indent: 0;
	height:47px;
	color:#FFFFFF;
	font-family: 'HelveticaNeuCnMed';
	font-size:28px;
	text-transform:uppercase;
	line-height:47px;
	float:left;
	width:auto;
	padding: 0 20px;
	border: 1px solid #35876b;
	margin-left: -21px;
}
.pagePanel h1.flexible span{
	background: url(../images/baseImages/searchListTitle.png) 0 0 no-repeat;
	display:inline-block;
	width:10px;
	height:60px;
	position: relative;
	top: -1px;
	left: -30px;
	float:left;
}
/* home / landing
****************************************************************************************************************/

.pageContent.home{
	overflow: hidden;
}
.home .findYourSpace{
	float:left;
	background:url(../images/baseImages/black70.png) 0 0 repeat;
	padding:20px;
	color:#FFFFFF;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.home .findYourSpace h2{
	color: #ddd;
	font-family: 'HelveticaNeuCnRe';
	font-size:24px;
	margin-top:15px;
	margin-bottom: 10px;
}
.home .findYourSpace h3{
	font-weight: bold;
	font-size:14px;
	margin-bottom:  1em;
}
.home .slider{
	float:right;
    margin-top: -8px;
}
.home .form .formRow{
	padding: 15px 0;
}

.home .form label{
	display:block;
	font-size:30px;
	color:#9db65e;
	font-family: 'HelveticaNeuCnRe';
	text-transform:uppercase;
	padding-bottom: 10px;

}
.home .form label .infoIcon{
	display:inline-block;
	margin-left:5px;
	vertical-align: text-bottom;
}
.home .form .tooltip{
	background:url(../images/baseImages/tooltip.png) 0 0 no-repeat;
	padding: 15px 15px 15px 30px;
	width: 195px;
	height:112px;
	position:absolute;
	display:none;
	margin-top: -80px;
	margin-left: 15px;
}
.home .form .tooltip .title{
	color: #e25965;
	font-size:14px;
	font-family: 'HelveticaNeuCnRe';
	text-transform:uppercase;
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
.home .form .tooltip .text{
	color: #333;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
	line-height:13px;
	display:inline-block;
}

.home .form .buttons {
	padding: 10px 0;
}
.home .form .buttons a{
	color: #959595;
	font-size: 10px;
	vertical-align:middle;
	margin-right:15px;
}
.home .form .buttons .search{
	background:url(../images/baseImages/searchBtn.png) center center no-repeat;
	width:188px;
	height:41px;
	display:inline-block;
	text-indent: -1000000px;
}

.home.changePassword {
	width: 455px;
}

.home .changeBtn {
	display: block;
	background: url(../images/baseImages/greenButton.png) 0 0 no-repeat;
	text-align: center;
	text-decoration: none;
	width: 258px;
	height: 55px;
	line-height: 55px;
	font-size: 22px;
	font-family: 'HelveticaNeuCnMed';
	text-shadow: 1px 1px 1px #666;
	text-transform: uppercase;
	color: white;
	margin: 20px auto;
}

.home input.password{
	width: 405px;
	min-height: 31px;
	padding: 5px;
	display: block;
	float: none;
	background: white;
	font-size:25px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 0px;
}

/* Custom Drop */
.smartTextBox{
	width: 405px;
	min-height:31px;
	padding:5px;
	display:block;
	float:none;
	background:#fff url(../images/baseImages/dropArrow.png) top right no-repeat;
	border:none;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.smartTextBox .smartTextBox-list{
	overflow:hidden;
}
.smartTextBox .smartTextBox-list .item-textbox{
	background: #fff url(../images/baseImages/tag.png) 0 0 no-repeat;
	border: none;
	border-radius: 0;
	color: #9db65e;
	font-size:10px;
	text-transform: uppercase;
	line-height:31px;
	padding: 0;
	padding-left:15px;
	margin-right: 2px;
	float: left;
	list-style-type: none !important;
}
.smartTextBox .smartTextBox-list .item-textbox .itemClose{
	background: #fff url(../images/baseImages/tag.png) right 0 no-repeat;
	float: right;
	height: 31px;
	width: 31px;
}
/* Custom home tabs */
.ui-tabs,
.ui-tabs .ui-tabs-nav{
	background:none;
	border: none;
	padding:0px;
}

.ui-tabs .ui-state-default{
	border:none !important;
	background: #bcbec0 !important;
}
.ui-tabs .ui-state-default a{
	color:#FFF !important;
	padding: 10px 30px;
	font-size: 15px;
	font-weight: normal;
	font-family: 'HelveticaNeuCnMed';
	text-transform: uppercase;
}
.ui-tabs .ui-state-default.ui-tabs-selected{
	background: #9cb55d !important;
}
.ui-tabs-panel{
	background: #9cb55d;
}
.ui-tabs-panel .inner{
	background:#FFF;
	padding:20px;
	color:#333;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* locations */
.locationsTree{
	overflow: hidden;
}
.locationsTree ul.column{
	width:30%;
	float: left;
	margin-left:20px;
}
.locationsTree ul li{
	font-size:12px;
	line-height:26px;
	font-weight: bold;
}
.locationsTree ul ul{
	padding-left: 20px;
}
.locationsTree ul ul li{
	font-weight: normal;
}
.locationsTree .buttons{
	clear:both;
	margin-top:15px;
	text-align: right;
}
.locationsTree .buttons .addToSearch{
	background:url(../images/baseImages/addToSearch.png) 0 0 no-repeat;
	display:inline-block;
	width: 165px;
	height:39px;
	text-indent:10000px;
	overflow:hidden;
}
/* Search List
****************************************************************************************************************/
.searchList .leftColumn{
	float: left;
	width:260px;
}
.searchList .centerColumn{
	width: 620px;
	margin: 40px auto;
}
.searchList .rightColumn{
	margin-left:280px;
}
.searchList .leftColumn .form{
	padding-top: 20px;
}
.searchList .leftColumn .formRow{
	margin-bottom:40px;
}
.searchList .leftColumn label{
	display:block;
	font-family: 'HelveticaNeuCnMed';
	font-weight:bold;
	color: #7c7c7c;
	text-shadow: 0 1px 1px #ccc;
	font-size:15px;
	padding-bottom:5px;
	margin-bottom:15px;
	background:url(../images/baseImages/titleBottom.png)  0 bottom repeat-x;
}
.searchList .leftColumn select{
	padding: 4px 0 4px 6px;
	width:260px;
}
.searchList .leftColumn .searchBtn{
	display:block;
	background:url(../images/baseImages/searchList.png) 0 0 no-repeat;
	width:258px;
	height: 55px;
	text-indent: -10000px;
}
.searchList .inconReference{
	font-size:11px;
	color:#666;
	font-style:italic;
	margin: 20px 0;
	margin-right:150px;
}
.searchList .inconReference span{
	display: inline-block;
	padding-left:5px;
	padding-top:7px;
	vertical-align: top;
}
.searchList .inconReference span img{
	margin-top:-7px;
	margin-right:4px;
	float:left;
}
.searchList .list-map{
	float:left;
    margin-left: 1px;
    margin-top: 9px;
}
.searchList .list-map a{
	display:inline-block;
	text-indent: -10000px;
	width:70px;
	height: 28px;
}
.searchList .list-map a.list{background:url(../images/baseImages/list-map.png) 0 0 no-repeat; border-right: 1px solid #999;}
.searchList .list-map a.map{background:url(../images/baseImages/list-map.png) -70px 0 no-repeat; margin-left:7px;}
.searchList .list-map a.list.active{background:url(../images/baseImages/list-map.png) 0 -28px no-repeat;}
.searchList .list-map a.map.active{background:url(../images/baseImages/list-map.png) -70px -28px no-repeat;}

.searchList .spaces .spaceItem{
	background: #ededed url(../images/baseImages/searchListItemBg.png) 0 0 repeat-x;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
	box-shadow: 0 2px 4px #ccc;
  border-radius: 5px;
	border: 1px solid #ccc;
	padding:10px;
	margin-bottom:10px;
	overflow: hidden;
	color: #666;
	height:150px;
	position:relative;
}
.listPage .spaces .spaces.All .spaceItem input.select{
    float: right;

}
#tabs .spaces .spaceItem input.select{
	position:absolute;
	top:10px;
	right: 30px;


}

.searchList .spaceItem .pic{
	float:left;
	width:145px;
	height:145px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
	overflow:hidden;
}
.searchList .spaceItem .text{
	margin-left:160px;
}
.searchList .spaceItem h2{
	color: #569c85;
	font-family: 'HelveticaNeuCnMed';
	font-weight:bold;
	font-size: 18px;	
	text-transform: uppercase;
	line-height:20px;
}
.searchList .spaceItem h3{
	font-family: 'HelveticaNeuCnRe';
	font-style:italic;
	font-size:18px;
	line-height:20px;
	color: #666;
}
.searchList .spaceItem .features{
	overflow: hidden;	
	font-size: 11px;
	padding-top:15px;
	padding-bottom:4px;
	line-height:16px;
}
.searchList .spaceItem .features .leftCol{
	float: left;
	width:48%;
}
.searchList .spaceItem .features .rightCol{
	float: right;
	width:48%;
}
.searchList .spaceItem .icons img{
	vertical-align: middle;
}
.searchList .spaceItem .viewMore{
	font-family: 'HelveticaNeuCnRe';
	font-weight:bold;
	color: #75893d;
	text-decoration: underline;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background:url(../images/icons/viewMore.png) right center no-repeat;
	height: 23px;
	line-height: 23px;
	padding-right: 30px;
}
.searchList .pagination{
	margin-top:35px;
	text-align:right;
}
.managePage .pagination{
	text-align:center;
}
.searchList .mapView{
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
	border: 1px solid #ccc;
}
.searchList .pagination a{
	display:inline-block;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	margin-left:4px;
	font-size:20px;
	color:#666;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	background:url(../images/baseImages/pagination.png) -70px 0 no-repeat;
	vertical-align:middle;
}
.searchList .pagination a.prev{background: url(../images/baseImages/pagination.png) 0 0 no-repeat;}
.searchList .pagination a.next{background:url(../images/baseImages/pagination.png) -105px 0 no-repeat;}
.searchList .pagination a.current {background:url(../images/baseImages/pagination.png) -35px 0 no-repeat; color:#FFF; text-shadow: none;}


.listPage,.managePage .pagination {margin-top: 75px;}
.managePage .ui-widget-content{
	padding:0;
	border: none;
	-webkit-border-radius: 0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
	background: none;
}
.managePage .ui-tabs .ui-state-default a{
	text-transform: none !important;
}
.managePage .ui-tabs .ui-tabs-panel {padding: 0 !important;}
.managePage .ui-tabs-nav{
    background: url(../images/baseImages/dashTabBack.png) 0 0 repeat-x !important;border: none !important;-webkit-border-radius: 3px 3px 0 0;-moz-border-radius: 3px 3px 0 0;-ms-border-radius: 3px 3px 0 0;-o-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;padding: 0 !important;height: 40px !important;line-height: 39px !important;width: 222px !important;
}
.managePage .ui-tabs-nav li{
	background:none !important;
	border: none;
	margin:0px;
	border-right: 1px solid #999;
	margin-left: -1px;
	margin-right: 0px !important;
	-webkit-border-radius: 0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
}
.managePage .ui-tabs-nav li:last-child{
	border:none;
}
.searchList .ui-tabs-nav li a{
	background:none;
	color:#FFFFFF;
	font-size:14px;
	font-weight: normal;
	padding: 0 15px !important;
	min-width:80px;
	text-align:center;
	font-family: Segoe UI, Helvetica, Arial, sans-serif !important;
}
.searchList .page {display: none;}
.searchList .paginator-All div {display: block;float: left;position: relative !important;}
.searchList ._current {display: block}
.searchList .jPag-control-back,.searchList .jPag-control-front,.searchList .jPag-control-control{position: relative;}
.searchList .jPag-first,.searchList .jPag-last {display: none;}
.searchList .jPag-pages li {display: inline-block;width: 35px;height: 35px;line-height: 35px;text-align: center;margin-left: 5px;font-size: 21px;color: #666;text-decoration: none;text-shadow: 0 1px 1px #fff;background: url(../images/baseImages/pagination.png) -70px 0 no-repeat !important;vertical-align: middle;cursor: pointer;}
.searchList .jPag-pages li a {font-size: 20px;color: #666;text-decoration: none;text-shadow: 0 1px 1px #fff;vertical-align: middle;line-height: 20px;margin-left: 6px;}
.searchList .jPag-pages .jPag-current {background: url(../images/baseImages/pagination.png) -35px 0 no-repeat !important;color: white;text-shadow: none;width: 100%;height: 100%;padding: 0;margin: 0;padding-top: 7px;}
.searchList  .jPag-sprevious-img {background: url(../images/baseImages/pagination.png) 0 0 no-repeat !important;width: 35px;height: 35px;padding: 0;margin: 0;}
.searchList  .jPag-snext-img {background: url(../images/baseImages/pagination.png) -105px 0 no-repeat !important;width: 35px;height: 35px;padding: 0;margin: 0;margin-left: 3px;}
.searchList  .jPag-pages li._current {background: url(../images/baseImages/pagination.png) -35px 0 no-repeat !important;color: #FFF;text-shadow: none;}
.managePage .ui-tabs-nav .ui-tabs-selected{
	margin-top: -8px;
    height: 45px;
    background: #414345 !important;
	border: 1px solid #333 !important;
	border-bottom: none;
	overflow:hidden;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.managePage .ui-tabs-nav .ui-tabs-selected a{
	border-top: 1px solid #828384;
	padding-top: 5px !important;
}
.managePage .topButtons{
	float:right;
	margin-top: -40px;
}
.managePage .bottomButtons{
	text-align: center;
	padding-top:20px;
}

/* item details
****************************************************************************************************************/

.itemDetails .saveShare{
	float:right;
	margin-top: 15px;
	margin-right: 30px;
}

.itemDetails .inconReference{
	font-size:11px;
	color:#666;
	font-style:italic;
	margin: 20px 0;
	clear:both;
	text-align:right;
	margin-right: 34px;
}
.itemDetails .inconReference span{
	display: inline-block;
	padding-left:5px;
	padding-top:7px;
	vertical-align: top;
	text-align:left;
}
.itemDetails .inconReference span img{
	margin-top:-7px;
	margin-right:4px;
	float:left;
}
.itemDetails .itemDetailsInner{
	background:#f6f6f6;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
	border:1px solid #CCC;
	overflow: hidden;
	box-shadow: inset 0 1px 2px #ccc;
	margin: 0 30px;
	padding: 20px;
	margin-bottom:20px;
}

.itemDetails .itemDetailsInner .tabs{
	margin-bottom: -20px;
}
.itemDetails .itemDetailsInner .tabs a{
	text-transform: uppercase;
	text-decoration:none;
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	font-family: 'HelveticaNeuCnMed';
 	display: inline-block;
	line-height: 40px;
	-webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
    margin: 0;
    background: none;
    min-width: 100px;
    padding: 0 20px;
    height: 60px;
}
.tabs-photo-map{height: 40px !important;}
.tabs-video-map{height: 40px !important;}
#tabs-photos, #tabs-map, #tabs-street-view, #tabs-videos{padding: 0px;}
#tabs-videos{background-color:#FFF;float:left;width:100%;}
.videos-container{margin: 15px 0px 15px 199px;}
#tabPhotos{margin-bottom:0px !important;}
.itemDetails .itemDetailsInner .tabs a.selected{
	background:#9dc243;
}
.itemDetails .itemDetailsInner .map{
	border: 1px solid #999;
	overflow:hidden;
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
	background: #f6f6f6;
	position:relative;
	z-index: 10;
}
.itemDetails .itemDetailsInner.text .content{
	background:#FFF !important;
	position:relative !important;
	/*padding: 25px 15px !important;*/
	-webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
}
/* RIGHT BLOCK REFORMATTING BEGIN */
.rtb-item {
    width: auto;
    color: #666666;
    margin-left: 15px;
    padding: 5px;
    min-height: 40px;
}

.rtb-item .rtbi-left {
    float: left;
    font-weight: bold;
    font-size: 14px;
}

.rtb-item .rtbi-right {
    float: right;
    color: #aaaaaa;
    font-size: 14px;
}

/* RIGHT BLOCK REFORMATTING END */

.itemDetails .itemDetailsInner.text .content .leftCol{
	float:left;
	width: 330px;
	text-align:justify;
	font-size:15px;
	color:#666666;
}
.itemDetails .itemDetailsInner.text .content .leftCol p{
	margin-bottom: 1em;
}
.itemDetails .itemDetailsInner.text .content .rightCol{
	float:right;
	width: 390px;
    border-left: 1px solid #bbbbbb;
    padding-top: 10px;
}
.itemDetails .itemDetailsInner.text .content .leftCol{
    float:left;


    padding-top: 10px;
}
.itemDetails .itemDetailsInner.text .rightCol table,
.itemDetails .itemDetailsInner.text .leftCol table
{
	width: 380px;
	border: none;
	border-left: 1px solid #CCC;
	line-height: 26px;
}
.itemDetails .itemDetailsInner.text .rightCol table td:first-child,
.itemDetails .itemDetailsInner.text .leftCol table td:first-child{
    display: block;
    float: left;
	padding-left:20px;
	font-size: 15px;
	font-weight: bold;
	color:#666;
	text-align:left;
}
.itemDetails .itemDetailsInner.text .leftCol table td:first-child strong{
    color:#999;
}
.itemDetails .itemDetailsInner.text .rightCol table td:last-child{
	padding-left:5px;
	font-size: 15px;
	color:#999;
	text-align:right;

}
.itemDetails .itemDetailsInner.text .leftCol table td:last-child{

    font-size: 15px;
    color:#999;
    text-align:right;
    display: block;

    /*padding-left: 20px;*/
    width: 50%;
    float: right;
}
.itemDetails .buttons{
	text-align:center;
	padding:20px 0px;
}
.itemDetails .buttons .back, 
.itemDetails .buttons .contact{
	background: url(../images/baseImages/backBTN.png) 0 0 no-repeat;
	display: inline-block;
	width:258px;
	height: 55px;
	text-align:left;
	text-indent: -10000px;
	margin: 0 10px;
}

.itemDetails .buttons .contact{
	background: url(../images/baseImages/contactListerBTN.png) 0 0 no-repeat;
}

/* estilos temporales hasta que este el slider final*/

.itemDetails .imageSlidePlaceholder img{
	width:100%;
}
.itemDetails .imageSlidePlaceholder .large{
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
	margin-bottom: 15px;
}

/* Dashboard
****************************************************************************************************************/
.dashboardPage .leftColumn {float: left;width: 445px;}
.dashboardPage .leftColumn .form {padding-top: 20px;}
.dashboardPage .leftColumn .formRow {margin-bottom: 40px;}
.dashboardPage .leftColumn label {display: block;font-family: 'HelveticaNeuCnMed';font-weight: bold;color: #7c7c7c;text-shadow: 0 1px 1px #ccc;font-size: 15px;padding-bottom: 5px;margin-bottom: 15px;background: url(../images/baseImages/titleBottom.png) 0 bottom repeat-x;}
.dashboardPage .leftColumn select {padding: 4px 0 4px 6px;width: 260px;}
.dashboardPage .leftColumn .searchBtn {display: block;background: url(../images/baseImages/searchList.png) 0 0 no-repeat;width: 258px;height: 55px;text-indent: -10000px;}

.dashboardPage .inconReference {font-size: 11px;color: #666;font-style: italic;margin: 20px 0;margin-right: 150px;}
.dashboardPage .inconReference span {display: inline-block;padding-left: 5px;padding-top: 7px;vertical-align: top;}
.dashboardPage .inconReference span img {margin-top: -7px;margin-right: 4px;float: left;}

.dashboardPage .list-map {float: right;}
.dashboardPage .list-map a {display: inline-block;text-indent: -10000px;width: 70px;height: 28px;}
.dashboardPage .list-map a.list {background: url(../images/baseImages/list-map.png) 0 0 no-repeat;border-right: 1px solid #999;}
.dashboardPage .list-map a.map {background: url(../images/baseImages/list-map.png) -70px 0 no-repeat;margin-left: 7px;}
.dashboardPage .list-map a.list.active {background: url(../images/baseImages/list-map.png) 0 -28px no-repeat;}
.dashboardPage .list-map a.map.active {background: url(../images/baseImages/list-map.png) -70px -28px no-repeat;}

.dashboardPage .spaces .spaceItem {background: #ededed url(../images/baseImages/searchListItemBg.png) 0 0 repeat-x;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;box-shadow: 0 2px 4px #ccc;border-radius: 5px;border: 1px solid #ccc;padding: 10px;margin-bottom: 10px;overflow: hidden;color: #666;height: 150px;position: relative;}
.dashboardPage .spaces .spaceItem input.select {position: absolute;top: 10px;right: 10px;}

.dashboardPage .spaceItem .pic {float: left;width: 145px;height: 145px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;border-radius: 5px;overflow: hidden;}
.dashboardPage .spaceItem .text {margin-left: 160px;}
.dashboardPage .spaceItem h2 {color: #569c85;font-family: 'HelveticaNeuCnMed';font-weight: bold;font-size: 18px;text-transform: uppercase;line-height: 20px;}
.dashboardPage .spaceItem h3 {font-family: 'HelveticaNeuCnRe';font-style: italic;font-size: 18px;line-height: 20px;color: #666;}
.dashboardPage .spaceItem .features {overflow: hidden;font-size: 11px;padding-top: 15px;padding-bottom: 4px;line-height: 16px;}
.dashboardPage .spaceItem .features .leftCol {float: left;width: 48%;}
.dashboardPage .spaceItem .features .rightCol {float: right;width: 48%;}
.dashboardPage .spaceItem .icons img {vertical-align: middle;}
.dashboardPage .spaceItem .viewMore {font-family: 'HelveticaNeuCnRe';font-weight: bold;color: #75893d;text-decoration: underline;position: absolute;bottom: 10px;right: 10px;background: url(../images/icons/viewMore.png) right center no-repeat;height: 23px;line-height: 23px;padding-right: 30px;}

.dashboardPage .mapView {-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;border-radius: 5px;border: 1px solid #ccc;}
.dashboardPage .ui-widget-content {top: 36px;}

.dashboardPage h1{
	background:url(../images/baseImages/dashTitle.png) 0 0 no-repeat !important;
	width: 208px !important;
	margin-bottom: 20px !important;
}
.dashboardPage .dashboardTabs .ui-widget-content{
	background: #fff !important;
	padding:0;
	border: none;
}
.dashboardPage .dashboardTabs .ui-tabs-panel{
	border: 1px solid #999;
	border-top:none;
	color: #666;
	padding: 10px;
}
.dashboardTabs .ui-tabs-panel {height: 308px;overflow-y: auto;}
.dashboardPage .dashboardTabs .ui-tabs-nav{
	background: url(../images/baseImages/dashTabBack.png) 0 0 repeat-x;
	border: none;
	-webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
	padding:0;
	height: 40px;
	line-height: 39px;
	border: 1px solid #333;
	border-bottom: none;
}
.dashboardPage .dashboardTabs .ui-tabs-nav li{
	background:none;
	border: none;
	margin:0;
	border-right: 1px solid #999;
	margin-left: -1px;
	-webkit-border-radius: 0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
}
.dashboardPage .dashboardTabs .ui-tabs-nav li a{
	background:none;
	color:#FFFFFF;
	font-size:20px;
	font-weight: normal;
    padding: 0 165px 0 164px;
}
.dashboardPage .dashboardTabs .ui-tabs-nav .ui-tabs-selected{
    margin-top: -2px !important;
	background:#414345 !important;
	border: 1px solid #333 !important;
	border-bottom: none;
	overflow:hidden;
	-webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.dashboardPage .dashboardTabs .ui-tabs-nav .ui-tabs-selected a{
	border-top: 1px solid #828384;
	padding-top: 5px;
}
.dashboardPage .rightColumn {
	float: right;
	width: 445px;
}
.dashboardPage .rightColumn h2{
	font-family: 'HelveticaNeuCnMed';
	font-weight:bold;
	color: #7c7c7c;
	text-shadow: 0 1px 1px #ccc;
	font-size:15px;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px solid #fff;
}
.dashboardPage .rightColumn table{
	width:100%;
	font-size: 13px;
	font-style:italic;
	color:#777;
	border: 1px solid #bec4ad;
}
.dashboardPage .rightColumn table .odd td{background:#dfe5ce;}
.dashboardPage .rightColumn table .even td{background:#f6f6f6;}
.dashboardPage .rightColumn table td{
	padding: 10px;
	vertical-align:middle;
}

.dashboardPage .manageSpacesBtn{
    background:url(../images/baseImages/listSpaces.png) 0 0 no-repeat !important;
	display:block;
	width: 258px;
	height:55px;
	margin: 40px auto 20px auto;
	text-indent: -11234567px;
	clear:both;
}


/* Create
****************************************************************************************************************/

.createPage h2{    
    color: #569C85;font-size: 18px;font-family: 'HelveticaNeuCnMed';padding-bottom: 10px;margin-bottom: 0px;background: url(../images/baseImages/titleBottom.png) 0 bottom repeat-x;text-transform: uppercase;
}
.createPage h3{
	color: #7c7c7c;
	padding-bottom:5px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'HelveticaNeuCnMed';
	text-shadow: 0 1px 1px #FFFFFF;
    margin: 40px 0 1em 0;
}
.createPage .column{
	float: left;
	width: 31%;
	margin-right: 3%;
}
.createPage .column:last-child{
	margin:0;
}
.createPage .groupBox{
	background:#f6f6f6;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
	border:1px solid #CCC;
	overflow: hidden;
	box-shadow: inset 0 1px 2px #ccc;
	padding: 20px;
	margin-bottom:20px;
}
.createPage ul{
	margin: 0px;
}
.createPage ul li{
	padding: 2px 0;	
	font-size:14px;
}
.createPage ul ul{
	margin: 0 0 0 20px;
}
.createPage input[type='checkbox']{
	margin-right:10px;
}
.createPage input[type='text']{
	width: 190px;
	padding:5px 10px;
}
.createPage li input[type='text']{
	margin-top: 4px;
	margin-left: 30px;
}
.createPage .input-other {margin-top: 4px;margin-left: 30px;}
.createPage .topform {
	margin-top:40px;
	margin-bottom:15px;
}
.createPage .topform .formInput label {background: none !important;}
.createPage .topform .column{
	width:252px;
	margin-right: 60px;
}
.createPage .topform .column:last-child{
	margin: 0;
}
.createPage .topform .formRow{
	margin-bottom:30px;
}
.createPage .topform label{
	display:block;
	font-family: 'HelveticaNeuCnMed';
	font-weight:bold;
	color: #7c7c7c;
	text-shadow: 0 1px 1px #ccc;
	font-size:14px;
	padding-bottom:5px;
	margin-bottom:10px;
	background:url(../images/baseImages/titleBottom.png)  0 bottom repeat-x;
	padding-top:4px;
}
.createPage .topform input[type='text']{
	width: 230px;
}
.createPage .topform input[type='checkbox']{
	float:right;
	margin:4px;
}
.createPage .topform select{
	width: 252px;
	padding: 5px 0 5px 10px;
}
.createPage .topform textarea{
	width: 240px;
	padding: 5px;
}
.createPage .buttons{
	text-align: center;
	padding: 15px 0;
}
.createPage .buttons a{
	margin: 0 10px;
}
.createPage .photos{
	overflow:auto;
	width: 100%;
	white-space:nowrap;
	height:150px;
}
.createPage .photos img{
	margin-right: 60px;
}
.createPage .photos img:last-child{
	margin: 0;
}

/* profile
****************************************************************************************************************/

.profile .topform {
	margin-top:40px;
	margin-bottom:15px;
}
.profile .leftColumn{
	float: left;
	width: 250px;
}
.profile .rightColumn{
	margin-left:320px;
}
.profile .rightColumn .leftCol{
	width: 250px;
	float:left;
}
.profile .rightColumn .rightCol{
	margin-left: 320px;	
}
.profile .formRow{
	margin-bottom:30px;
}
.profile label{
	display:block;
	font-family: 'HelveticaNeuCnMed';
	font-weight:bold;
	color: #7c7c7c;
	text-shadow: 0 1px 1px #ccc;
	font-size:14px;
	padding-bottom:5px;
	margin-bottom:10px;
	background:url(../images/baseImages/titleBottom.png)  0 bottom repeat-x;
	padding-top:4px;
	width: 250px;
}
.profile input[type='text']{
	width: 230px;
	padding: 5px 10px;
}
.profile select{
	width: 252px;
	padding: 5px 0 5px 10px;
}
.profile .buttons{
	text-align:center;
	padding:30px 0;
}
.profile ul label{
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #333;
	text-shadow: none;
	font-size:14px;
	padding:0;
	margin:0;
	background:none;
}
.profile ul li{
	padding:3px 0;;
}
.profile .completeness{
	margin-bottom: 30px;
}
.profile .completeness .completeBack{
	background:#EBEBEB;
	border: 1px solid #D1D1D1;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
	display: inline-block;
	width:250px;
	height: 26px;
	overflow:hidden;
	font-size:0;
	vertical-align:top;
}
.profile .completeness .completeBar{
	background:#b33e85;
	display: inline-block;
	height: 26px;
}
.profile .completeness .percentage{
	font-size:24px;
	line-height:26px;
	padding-left: 10px;
	font-family: 'HelveticaNeuCnMed';
	color: #7c7c7c;
	text-shadow: 0 1px 1px #ccc;
	display:inline-block;
	height:26px;
	vertical-align:top;
}
.profile .profilePic .pic{
	text-align:center;
}
.profile .profilePic .rightCol{
	padding-top:30px;
	margin-left:290px;
}
.profile .profilePic .rightCol a{
	margin-bottom:10px;
}
/* contact
****************************************************************************************************************/

.contactPage h2{
	color: #569c85;
	font-family: 'HelveticaNeuCnMed';
	font-size: 15px;
	background: url("../images/baseImages/titleBottom.png") repeat-x scroll 0 bottom transparent;
	margin: 15px 0;
	padding-bottom: 5px;
	padding-top: 4px;
	width:250px;
}
.contactPage .radios{
	margin-bottom: 20px;
}
.contactPage .radios label{
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #333;
	text-shadow: none;
	font-size:14px;
	padding:0;
	margin:0;
	background:none;
	padding-right:20px;
}
.contactPage .left,
.contactPage .right{
	width:280px;
	float:left;
}
.contactPage .left{
	margin-right: 40px;
}
.contactPage .topform{
	width: 600px;
	margin:auto;
	padding:70px 0 30px 0;
}
.contactPage .formRow{
	margin-bottom: 40px;
}
.contactPage textarea{
	padding:5px;
	width: 590px;
	height:100px;
}
.contactPage input[type='text']{
	width: 230px;
	padding: 5px 10px;
}
.contactPage select{
	width: 252px;
	padding: 5px 0 5px 10px;
}
.contactPage label{
	display:block;
	font-family: 'HelveticaNeuCnMed';
	font-weight:bold;
	color: #7c7c7c;
	text-shadow: 0 1px 1px #ccc;
	font-size:15px;
	padding-bottom:5px;
	margin-bottom:15px;
	background:url(../images/baseImages/titleBottom.png)  0 bottom repeat-x;
}
.contactPage .buttons{
	text-align: center;
	padding:20px 0;
}
.contactPage .buttons a{
	margin:0 10px;
}


/* static Pages
****************************************************************************************************************/
.aboutPage .plainText{
	padding: 40px 0px;
	width:822px;
	margin: auto;
}
.aboutPage .aboutTopImage{
	margin-bottom:30px;
}
.aboutPage .aboutBottomImage{
	margin-top:30px;
}
.plainText p{
	color:#666;
	font-size:14px;
	margin:0.5em 0 1.5em 0;
}
.howItWorksPage .steps{
	padding: 40px 0px;
	width:822px;
	margin: auto;
}
.howItWorksPage h2{
	color: #569c85;
	font-family: 'HelveticaNeuCnMed';
	font-size: 20px;
	background: url("../images/baseImages/titleBottom.png") repeat-x scroll 0 bottom transparent;
	margin: 15px 10px;
	padding-bottom: 5px;
	padding-top: 4px;
	width:240px;
	clear:both;
	text-transform: uppercase;
}
.howItWorksPage h3{
	color: #569c85;
	font-family: 'HelveticaNeuCnMed';
	font-size: 16px;
	margin: 15px 0;
	padding-bottom: 5px;
	padding-top: 4px;
	width:250px;
	text-transform: uppercase;
}
.howItWorksPage .step{
	min-height: 265px;
	margin-bottom: 50px;
	clear:both;
}
.howItWorksPage .step img{
	float:left;
}
.howItWorksPage .step .text{
	margin-left: 270px;
}
.howItWorksPage .step{
	color:#666;
	font-size:14px;
	line-height:20px;
	margin:0.5em 0 1.5em 0;
}

/* Login / signUp
****************************************************************************************************************/
.login{
	position: relative;
	margin:16px auto 0 auto;
	width:590px;
}
.boxLogin{
	background:#fff;
	border: 7px solid #9cb55d;
	width:590px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.boxLogin h1{
	background: url(../images/baseImages/loginTitle.png) 0 0 no-repeat;
	width:208px;
	margin-left: -23px;
	margin-top:12px;
}
.closeButton{
	width:51px;
	height: 51px;
	float:right;
	margin: 0px;
	background-image: url("../images/baseImages/closeButton.png");
	cursor: pointer;
}
.login .contentFields{
	width: 298px;
	margin:44px auto 0 auto;
}

#savepopup.login .contentFields {
    margin: 15px auto 0;
	width: 660px;
}

#savepopup .saveBtn{
	display:block;
	background:url(../images/baseImages/greenButton.png) 0 0 no-repeat;
	text-align:center;
	text-decoration: none;
	width: 258px;
	height: 55px;
	line-height:55px;
	font-size:22px;
	font-family: 'HelveticaNeuCnMed';
	text-shadow: 1px 1px 1px #666;
	text-transform: uppercase;
	color:#FFF;
	margin: 20px auto;
}

#email-friend .sendEmail{
	display:block;
	background:url(../images/baseImages/greenButton.png) 0 0 no-repeat;
	text-align:center;
	text-decoration: none;
	width: 258px;
	height: 55px;
	line-height:55px;
	font-size:22px;
	font-family: 'HelveticaNeuCnMed';
	text-shadow: 1px 1px 1px #666;
	text-transform: uppercase;
	color:#FFF;
	margin: 0px 0px 20px 20px;
}

#savepopup #new-folder-name{
	background: #F6F6F6;
	margin-bottom: 0px;
	width: 220px;
}

#savepopup #tabs-my-portfolio{
	float:left; width:335px;
}

#savepopup #save-form{
	float:left; width:325px; text-align:center;
}

.login input[type="text"],
.login input[type="password"]
{
	width: 260px;
	height: 26px;
	border: 1px solid #d5d5d5;
	box-shadow: inset 1px 1px 1px #dbdbdb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 5px 5px 30px;
	font-family:arial;
	font-size:13px;
	color: #898989;
	font-style:italic;
	margin-bottom: 20px;
}
.login input[type="text"]{
	background:url(../images/baseImages/icoUser.png) no-repeat 10px 12px #f6f6f6;
}
.login input[type="password"]{
	background:url(../images/baseImages/icopass.png) no-repeat 10px 11px #f6f6f6;
}
.login .loginBtn{
	background:url(../images/baseImages/loginBtn.png) no-repeat 0 0;
	width:255px;
	height:53px;
	text-indent:100000px;
	display:block;
	font-size:0px;
	margin:0 auto;
    margin-bottom: 10px;
}
.login .loginFbBtn{
	background:url(../images/baseImages/loginFbBtn.png) no-repeat 0 0;
	width:255px;
	height:48px;
	text-indent:1000000px;
	display:block;
	font-size:0px;
	margin:0 auto;
}
.login .or{
	margin: 15px auto 15px auto;
	width: 234px;
}
.login span{
	color: #525252;
    font-size: 12px;
	/*margin: 0 10px;*/
}
.login .footLinks{
	text-decoration:none;
	color: #525252;
    font-size: 16px;
}
.login .footLinks:hover{
	text-decoration:underline;
}
.login .bottomLinks{
	margin:5px auto 44px auto;
	width:219px;
}
.signUp .boxLogin label{
	display:inline-block;
	color:#9eb660;
	font-family: 'HelveticaNeuCnRe';
	text-transform: uppercase;
	padding-bottom:10px;
	padding-top: 5px;
	font-size: 20px;
}
.signUp .boxLogin input[type="text"],
.signUp .boxLogin input[type="password"]{
	background-image:none;
	padding:5px 10px;
}
.login.signUp{
	width:750px;
}
.login#savepopup{
	width:769px;
}
.login#savepopup .boxLogin{
	width:762px;
	padding: 30px 0px;
	float:left;
}
.login.signUp .boxLogin{
	width:625px;
	padding: 0 60px;
}
.login.signUp .boxLogin h1{
	margin-left: -83px;
}
.login#email-friend .boxLogin h1{
	background: url(../images/baseImages/Title.png) 0 0 no-repeat;
	min-width: 254px;
	width: 254px;
}
#email-friend #emails {
	background: #F6F6F6;
	margin-bottom: 0px;
	width: 220px;
	margin-left: 20px;
}
#email-friend #message {
	background: #F6F6F6;
	margin-bottom: 0px;
	width: 235px;
	margin-left: 20px;
}
.signUp .leftCol,
.signUp .rightCol{
	width:300px;
    padding-top: 10px !important;
}
.signUp .leftCol{
	float:left;
	padding-top:35px;	
}
.signUp .rightCol{
	float:right;
}
.signUp .buttons{
	text-align:center;
	padding:20px 0 30px 0;
}
.signUp .buttons a{
	margin-top:10px;
}
/* 
****************************************************************************************************************/
	
.blackShadow {
	float: left;
	background: url(../images/baseImages/black70.png) 0 0 repeat;
	padding: 20px;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.blackShadow a {
	color: #959595;
	font-size: 10px;
	vertical-align: middle;
	margin-right: 15px;
}

.blackShadow h1, .blackShadow h2 {
	color: #ddd;
	font-family: 'HelveticaNeuCnRe';
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.blackShadow h3 {
	display: block;
	font-size: 16px;
	color: #9db65e;
	font-family: 'HelveticaNeuCnRe';
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-top: 20px;
}

.blackShadow #search-button {
	background: url(../images/baseImages/searchBtn.png) center center
		no-repeat;
	width: 188px;
	height: 41px;
	display: inline-block;
	text-indent: -1000000px;
	border: none;
	margin-top: 20px;
	cursor: pointer;
}

.blackShadow .leftCol {
	float: left;
	width: 25%;
}

.blackShadow .rightCol {
	float: right;
	width: 70%;
}

.blackShadow .smartTextBox {
	width: 222px;
	cursor: pointer;
	margin-bottom: 10px;
}

.blackShadow input[type="text"],.blackShadow input[type="password"] {
	width: 220px;
	min-height: 31px;
	padding: 5px;
	display: block;
	float: none;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.boxLogin label{display:none;}

.home .ui-tabs-panel{
	background: #9cb55d !important;
	float:left !important;
}

.searchList .mapView{
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
	border: 1px solid #ccc;
    width:620px;
    height:500px;
    display:none;
}

.space-qualities{
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.slider-text{
    margin: 7px 0px !important;
	font-family: 'Helvetica';
	color: #7C7C7C;
	font-size: 10px;
}

.tabControl.ui-tabs .ui-tabs-panel {
	background: #9CB55D !important;
}

.tabControl.ui-tabs .ui-tabs-nav{
	padding:0px !important;
}

#tabPhotos.ui-tabs .ui-tabs-nav, #tabData.ui-tabs .ui-tabs-nav{
	padding:0px !important;
}

#tabPhotos.ui-tabs, #tabData.ui-tabs{
	border:none !important;
	background:none !important;
}

.ui-dialog {
	background: none !important;
	border: none !important;
    padding: 0px !important;
	top: 0px !important;
}

.ui-slider-handle {
    background: url(../images/icons/slider-rounded.png) 50% 50% repeat-x !important;
    border-width: 0px !important;
    width: 19px !important;
    height: 19px !important;
}

.ui-slider-horizontal {
    height: 10px !important;
}

.ui-dialog .ui-dialog-content {
	padding: 0px !important;
}

.dropDownControl {
	min-width: 232px;
}

#signin .closeButton,#signup .closeButton,#save-space .closeButton,#email-popUp .closeButton{
	margin: 0 !important;
	position: absolute;
	top: -15px;
	float: right;
	right: -22px;
}
a#signUp{
    font-size: 25px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
a#forgotPassword{
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 10px;
}


#signUp-container { overflow-y: hidden; overflow-x: hidden; }
#signin { overflow-y: hidden; overflow-x: hidden; }

.thankYouPage .closeButton {
	margin: 0 !important;
	position: absolute;
	top: -8px;
	float: right;
	right: -18px;
}

.thankYouPage {position: relative;}
.thankYouPage .boxLogin {width: inherit;}
.thankYouPage .content {position: relative;padding: 50px;color: #000;}

.forgotpassword {
	position: relative;
	margin: 16px auto 0 auto;
	width: 590px;
}

.boxforgotpassword {
	background: #fff;
	border: 7px solid #9cb55d;
	width: 590px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: black;
}

.boxforgotpassword h1 {
	background: url(../images/baseImages/Title.png) 0 0 no-repeat;
	width: 280px;
	margin-left: -23px;
	margin-top: 12px;
	height: 60px;
	color: white;
	font-family: 'HelveticaNeuCnMed';
	font-size: 28px;
	text-transform: uppercase;
	line-height: 50px;
	text-indent: 36px;
}

.forgotpassword .closeButton {
	background: url(../images/baseImages/closeButton.png) 0 0 no-repeat;
	width: 51px;
	height: 51px;
	margin: -15px -30px 0 0 !important;
	float: right;
}

.forgotpassword .contentFields {
	width: 298px;
	margin: 44px auto 0 auto;
}

.forgotpassword input {
	width: 260px;
	height: 26px;
	border: 1px solid #d5d5d5;
	box-shadow: inset 1px 1px 1px #dbdbdb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-family: arial;
	font-size: 13px;
	color: #898989;
	font-style: italic;
	margin-bottom: 20px;
}

.forgotpassword .forgotpasswordBtn {
	background: url(../images/baseImages/loginBtn.png) no-repeat 0 0;
	width: 255px;
	height: 53px;
	text-indent: 100000px;
	display: block;
	font-size: 0px;
	margin: 0 auto;
}

.forgotpassword .forgotpasswordFbBtn {
	background: url(../images/baseImages/loginFbBtn.png) no-repeat 0 0;
	width: 255px;
	height: 48px;
	text-indent: 1000000px;
	display: block;
	font-size: 0px;
	margin: 0 auto;
}

.forgotpassword span {
	color: #525252;
	font-size: 12px;
	margin: 0 10px;
}

.forgotpassword label,.forgotpassword span {
	display: inline-block;
	color: #9EB660;
	font-family: 'HelveticaNeuCnRe';
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 20px;
}

#galleria {
	width: 443px;
	height: 498px;
	background: none;
	padding: 0;
	margin: 0;
}

.galleria-info-description,.galleria-image-nav {
	display: none !important;
}

.error_list {
	color: #FF0000;
	margin: 0px !important;
}

.error_list li {
    width: 340px;
    margin-left: -15px;
    margin-bottom: 5px;
    color: red !important;
}

.gallery {min-height: 85px;height: auto;margin-top: 2em;overflow-x: auto;overflow-y: hidden;width: 858px;}
.gallery .image {float: left;margin-right: 40px;text-align: center;}
.gallery .image img {display: block;}
img {border: 0px;}
.button {cursor: pointer;}
.gallery .button {text-indent: -10000px;height: 30px;display: inline-block;margin-top: 10px;}
.gallery .button.delete:hover {background: url(../images/buttons/delete.jpg) 0px -30px no-repeat;}
.gallery .button.delete {background: url(../images/buttons/delete.jpg) no-repeat;width: 76px;}
#gallery {background: white;width: 100%;padding: 10px 0px 0px 0px;}
.buttons div {cursor: pointer;}
.itemDetails .tabs .ui-tabs-selected,.itemDetails .tabs .ui-tabs-selected a{background: #9dc243;}
.tabs .ui-tabs-panel {padding: 0px !important;}
li.horizontal_type {display: inline;text-align: center;margin: 0 5px;}
#tabPhotos,#tabData,#tabData .ui-widget-content {top: 0px;}
.signUp .radioSignUp label{width: 271px;text-align: left;}
#tabData #tabs-terms {float: left;text-align: justify;font-size: 15px;color: #666666;}
.inconReference .purpose {display: inline;margin-right: 10px;}
.inconReference .purpose span {width: 50px;}
.cmdContent .htmlContent {margin: auto;padding: 30px;padding-left: 38px;}
.cmdContent .plainText {margin-right: 10px;}

#file_uploadUploader {margin-left: 301px;}
#terms-conditions-label a {text-transform: none;color: #9EB660;}

table.recentActivity {width: 100%;font-size: 13px;font-style: italic;color: #777;border: 1px solid #bec4ad;}
table.recentActivity tr:nth-child(odd) {background: #dfe5ce;}
table.recentActivity tr:nth-child(even) {background: #f6f6f6;}
table.recentActivity td {padding: 10px;vertical-align: middle;}
table.recentActivity a {text-decoration: none;color: inherit;}
table.recentActivity form {display:none;}
table.recentActivity .clickable {cursor:pointer;}
.recentActivity .date {width:140px;}
.recentActivity .message {max-width:450px;text-overflow:ellipsis;overflow:hidden;}
.recentActivity .user {width:114px;}

.chat-contact h2 {font-family: 'HelveticaNeuCnMed';font-weight: bold;color: #7c7c7c;text-shadow: 0 1px 1px #ccc;font-size: 15px;padding-bottom: 5px;margin-bottom: 15px;border-bottom: 1px solid #fff;}

.edit-icon {position: absolute;top: 10px;right: 10px;}
.italic{font-style: italic;}
#savepopup {color: black;}
#signUpLink{cursor: pointer;color: #999;}
.email-friend {cursor:pointer;}
.range {background: url(../images/icons/bg-number.png) no-repeat;display: none;position: absolute;width: 44px;height: 23px;font-family: 'HelveticaNeuCnMed';color: white;padding-top: 5px;text-align: center;font-size: 11px;top: -35px;}
.rental_range_min_text {left: -10%;}
.rental_range_max_text {left: 90%;}
.size_range_min_text {left: -10%;}
.size_range_max_text {left: 90%;}
.margins { margin-left:15px; margin-top: 45px; }
.filter_slider {border: 1px solid #CCC !important;background: url(../images/icons/slider-bg-gray.png) 50% 50% repeat-x !important;width: 216px;}

#contact-us-right {font-family: 'HelveticaNeuCnRe';color: #9EB660;}
#contact-us-right input, select, textarea {padding: 10px 10px;}
#contact-us-right input[type="text"], textarea {width: 200px;}
#contact-us-right select .option {width: 220px;}
#contact-us-right input[type="text"], select {border: 1px solid #D5D5D5;box-shadow: inset 1px 1px 1px #DBDBDB;-moz-border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;border-radius: 5px;}
#contact-us-right textarea {height: 80px;}
#contact-us-right select.option {line-height: 30px;}

.envelope {float:right;width:20px;cursor:pointer;margin-top: -1px;margin-left: -4px;
}
.envelope-checkbox {float:right;width:13px;margin:1px 6px 0px 0px;}
.envelopeBox {width:100%;text-align:right;margin-left: 2px;}
.all-envelope {margin-right:12px;cursor:pointer;margin-top: 16px;}

.ui-slider-range { background: url(../images/icons/slider-bg-green.png) 50% 50% repeat-x !important; }

.imgSlr{display:none;}
.ad-thumb-list{height: 73px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {padding-bottom: 0px !important;}

.file-space{position:absolute;right:35px;top:10px;cursor:pointer;}

.registration-success{margin-top:10px;}
.registration-thank-you{margin:16px 22px 0px 14px;}


.avail .multiCheckDiv.formRow{
    margin-bottom: 10px;
}

/*.infowindow-container {
	background-color: white;
	height: 200px;
	margin-top: 10px;
	width: 400px;
        color: black;
}*/

.infowindow-image-container img {
	//margin-left: 20px;
	border: solid 1px #3B3939;
}

.infowindow-right-container {
        color: black;
        width: 200px;
}
.infowindow-right-container h3{
    
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;

}
/*.infowindow-right-container a.view-space {
	font-weight: bold;
	margin-right: 10px;
	text-decoration: underline;
}*/
/*.view-space-link-container {
	text-align: right;
	width: 100%;
}*/
.feature .label{
    font-weight: bold;
}
.emailto{

    float: right;
    margin-top: 3px;
    cursor: pointer;

}
.emailToBox{

    float: right;
    margin-top: -19px;
    width: 100%;
    text-align: right;
    cursor: pointer;
}
/*.spaces.sortable-space.ui-sortable .space div:first-child {*/
    /*margin-top: -15px;*/
/*}*/
.btnBackground{
    background: #89b51b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjODliNTFiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzllYjc1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  #89b51b 0%, #9eb75f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#89b51b), color-stop(100%,#9eb75f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #89b51b 0%,#9eb75f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #89b51b 0%,#9eb75f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #89b51b 0%,#9eb75f 100%); /* IE10+ */
    background: linear-gradient(135deg,  #89b51b 0%,#9eb75f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89b51b', endColorstr='#9eb75f',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

    border-radius: 8px;

    display:inline-block;
    width: 110px;
    height: 30px;
    text-align:center;
    text-decoration: none;
    line-height: 30px;
    font-size: 15px;
    font-family: 'HelveticaNeuCnMed';
    text-shadow: 1px 1px 1px #666;
    text-transform: uppercase;
    color:#FFF;
}

.activePeriod{
    background: #4c4c4c url(images/ui-bg_flat_0_4c4c4c_40x100.png) 50% 50% repeat-x;
    font-weight: bold;
    border: 1px solid #696969;
}
