@CHARSET "UTF-8";
@import url(reset.css);
@import url(lib.css);

html, body{
	background: #f6f4f5 url(../img/body.png) 0 0 repeat-x;
	color: #595a5c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
}

a:link, a:visited, a:hover{
	color: #063b67;
	outline: none;
}

#processing {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#E5E5E5;
	color:#000000;
	display:none;
	font-weight:bold;
	left:50%;
	padding:5px 8px;
	position:absolute;
	top:20px;
	width:auto;
	z-index:9999;
}

/*****************************************************************
						STRUCTURE
******************************************************************/
#container{
	min-height: 100%;
	width: 100%;	
}
#header{
	height: 118px;
	position: relative;
	margin: 0 auto;
	width: 1240px;
}
#logo{
	display: center;
	width: 552px;
	margin: 0 auto;
	height: 118px;
}
#middle{
	padding: 25px 0 60px;
	margin: 0 auto;
	width: 1240px;
}
#leftmenu{
	float: left;
	width: 240px;	
}
#right{
	float: right;
	width: 982px;
}
#footer-wrap{
	background: #f6f5f5 url(../img/footer.png) 0 0 repeat-x;
	height: 40px;
	margin-top: -40px;
	width: 100%;
}
#footer{
	height: 40px;
	margin: 0 auto;
	position: relative;
	width: 1240px;
}
#footer p{
	position: absolute;
	top: 15px;
	right: 0;
}
.content-top{

}
.content-middle{

}
.content-bottom{

}
.leftmenu-top{
	background: url(../img/leftmenu-top.png) 0 0 no-repeat;
	height: 10px;
	overflow: hidden;
	width: 240px;
}
.leftmenu-middle{
	background: url(../img/leftmenu-middle.png) 0 0 repeat-y;
	overflow: hidden;
	width: 240px;
}
.leftmenu-bottom{
	background: url(../img/leftmenu-bottom.png) 0 0 no-repeat;
	height: 10px;
	overflow: hidden;
	width: 240px;
}

/*****************************************************************
						LOGIN
******************************************************************/
#login-content{
	margin: 80px auto 0;
	min-height: 220px;
	height: auto !important;
	height: 220px;
	width: 560px;
}
#login-content h3{
	color: #6f8a9f;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
}
.login-box{
	width: 517px;
	height: 197px;
	background: url(../img/login.png) 0 0 no-repeat;
	overflow: hidden;
	padding: 20px;
}

/*****************************************************************
						BUTTON
******************************************************************/
.button, .button_cancel{
	border: none;
	cursor: pointer;
	height: 30px;
	width: 97px;	
}
.button_login{
	background: url(../img/btn_login.png) 0 0 no-repeat;
}
.button_save{
	background: url(../img/btn_save.png) 0 0 no-repeat;
}
.button_search{
	background: url(../img/btn_search.png) 0 0 no-repeat;
}
.button_cancel{
	background: url(../img/btn_cancel.png) 0 0 no-repeat;
}
.button_find{
	background: url(../img/btn_find.png) 0 0 no-repeat;
}
.button_hover{
	background-position: 0 -30px;
}

/*****************************************************************
						FORM
******************************************************************/
.text,
.select,
.textarea{
	background-color: #fff;
	border: solid 1px #a0bad1;
	box-shadow: inset 2px 2px 1px #e8e8e8;
	border-radius: 3px;
	-moz-box-shadow: inset 2px 2px 1px #e8e8e8;	
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 2px 2px 1px #e8e8e8;
	-webkit-border-radius: 3px;
	padding: 5px 3px;
}
.textarea{
	overflow: auto;
}
.text{
	height: 20px;
}

.pl-form{}
.pl-form p{
	overflow: hidden;
	margin: 0 0 10px;
}
.pl-form p label.title{
	display: block;
	float: left;
	padding: 6px 0 0;
	width: 140px;
}
.pl-form p label.title_k{
	display: block;
	float: left;
	padding: 6px 0 0;
	width: 50px;
}
.pl-form p label.content{
	display: block;
	float: left;
	padding: 6px 0 0;
	font-weight: bold;
}
label.error{
	color: red;
	display: block;
	float: left;
	padding: 5px 0 0 140px;
}
span.left{
	display: block;
	margin: 6px 0 0;
}
.pl-form h3{
	color: #185181;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}
.pl-form span.middle-text{
	float: left;
	margin-top: 8px;
	margin-right: 4px;
}	

.pl-form .feature_container{
	display: block;
	overflow: hidden;
}	
.pl-form h2.feature-heading{
	font-size: 10pt;
	font-weight: bold;
}
.pl-form label.check-all-features{
	border: medium none;
    clear: both;
    color: #626262;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 11px 0;
    width: auto;
    cursor: pointer;
}
.pl-form ul.feature-wrapper{
	clear: both;
    float: left;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
.pl-form ul.feature-wrapper li{
	clear: none;
    float: left;
    margin: 0 4px 8px 0;
    width: 30%;
}
.pl-form ul.feature-wrapper li label{
	cursor: pointer;
}
.pl-form #photo_text{
	margin-top: 10px;
	margin-bottom: 15px;
}

.pl-form #images-wrapper{
	clear:both;
	float:left;
	width: 100%;
}
.pl-form #images-wrapper li{
	clear: none;
    float: left;
    margin: 0 8px 8px 0;
    text-align: center;
    width: auto;
    overflow: hidden;
}
.pl-form #images-wrapper span{
	display:block;
}	
.pl-form #images-wrapper a.remove-photo{
	background: url(../img/icon-delete.png) 0 0 no-repeat;
	color: #757777;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
   	padding-left: 20px;
   	padding-top: 2px;
   	cursor: pointer;
}	
/*****************************************************************
						SEARCH FORM
******************************************************************/
#frmSearch{
	vertical-align: top;
}
#frmSearch span{
	vertical-align: top;
	overflow: hidden;
}
#frmSearch select.select{
	float: left; 
	margin-right: 10px;
}
#frmSearch input.text{
	float: left; 
	margin-right: 10px;
}
#frmSearch input.button_search{
	float: left;
}

.pl-form p input.text{
	float: left; 
	margin-right: 10px;
}
.pl-form p select.select{
	float: left; 
	margin-right: 10px;
}
.pl-form p input.button_save{
	float: left; 
}
.pl-form p input.button_cancel{
	float: left; 
	margin-left: 5px;
}
.pl-form .report_link{
	float:right; 
	margin: 8px 10px;
}
.pl-form p span.text-append{
	display: block;
	margin-top: 10px;
}	

/*****************************************************************
						MENU
******************************************************************/
.pl-menu{
	list-style: none;
	margin: 9px auto;
	overflow: hidden;
	width: 199px;
}
.pl-menu li{
	margin: 0 0 5px 0;
}
.pl-menu li a:link, .pl-menu li a:visited{
	background: url(../img/leftmenu-sprite.png) 0 0 no-repeat;
	color: #989393;		
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	width: 199px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
}
.pl-menu li a:hover,
.pl-menu li a.pl-menu-focus{
	background-position: 0 -37px;
	color: #242625;
	text-decoration: none;
}
.pl-menu a span{
	display: block;
	float: left;
	height: 37px;
	margin: 0 12px 0 0;
	width: 40px;
}
.pl-menu-home{background: url(../img/leftmenu-icons.png) 0 -74px no-repeat;}
.pl-menu-properties{background: url(../img/leftmenu-icons.png) 0 -37px no-repeat;}
.pl-menu-options{background: url(../img/leftmenu-icons.png) 0 -111px no-repeat;}
.pl-menu-install{background: url(../img/leftmenu-icons.png) 0 -185px no-repeat;}
.pl-menu-preview{background: url(../img/leftmenu-icons.png) 0 -296px no-repeat;}
.pl-menu-users{background: url(../img/leftmenu-icons.png) 0 -148px no-repeat;}
.pl-menu-logout{background: url(../img/leftmenu-icons.png) 0 -222px no-repeat;}

/*****************************************************************
						TABLE
******************************************************************/
.pl-table{
	border-collapse: separate;
	border-top: solid 1px #e5e2e2;
	border-left: solid 1px #e5e2e2;
	border-bottom: solid 1px #e5e2e2;
	empty-cells: show;
	width: 100%;
}
.pl-table th{
	background-color: #fff;
	border-bottom: solid 1px #e5e2e2;
	border-right: solid 1px #e5e2e2;
	color: #027ac6;
	font-weight: bold;
	font-size: 1.2em;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 10px;
}
.pl-table th.nosub{
	border-bottom: solid 1px #fff;
}
.pl-table th.sub{
	background-color: #f7f7f7;
	border-right: solid 1px #e5e2e2;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	color: #000;
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	white-space: nowrap;
}
.pl-table th.sort{
	overflow: hidden;
	padding: 0;
	width: 16px;
}
.pl-table th.sort div{
	height: 35px;
	line-height: normal;
	overflow: hidden;
	width: 16px;
}
.pl-table a:link, .pl-table a:visited{
	color: #007AC3; /*808080;*/
	text-decoration: none;
}
.pl-table a:hover{
	text-decoration: underline;
}
.pl-table .status{
	margin-bottom: 5px !important;
}
.sort a{
	display: block;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
.sort a.up:link, .sort a.up:visited, .sort a.up:hover{ background: url(../img/icons/bullet_arrow_up.png) 0 0 no-repeat; }
.sort a.down:link, .sort a.down:visited, .sort a.down:hover{ background: url(../img/icons/bullet_arrow_down.png) 0 0 no-repeat; }
.pl-table tbody tr.odd{
	background-color: #fff;
}
.pl-table tbody tr.even{
	background-color: #F7F7F7;
}
.pl-table tbody tr.highlight{
	background-color: #FFFFCC;
}
.pl-table tbody tr.hover{
	background-color: #F7F7F7;
}
.pl-table a.icon:link, .pl-table a.icon:visited{
	color: #757777;
	display: block;
	height: 16px;
	line-height: 16px;
	text-indent: 20px;
	text-decoration: none;
}
.pl-table a.icon-edit{
	background: url(../img/icon-edit.png) 0 0 no-repeat;
}
.pl-table a.icon-delete{
	background: url(../img/icon-delete.png) 0 0 no-repeat;
}
.pl-table td{
	border-right: solid 1px #e5e2e2;
	border-top: solid 1px #e5e2e2;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 5px 7px;
}
.pl-table td span{
	color: #989393;
}
.pl-table td span{
	color:#989393;
}
.pl-table td.center{
	text-align: center;
}
.pl-table td.italic{
	font-style:italic;
}
.pl-table td.pl_item_name:HOVER{
	cursor: pointer;
}
.pl-table span.ghost{
	display: block;
	width: 24px;
	height: 24px;
}
.pl_clickable_cell:HOVER{
	cursor: pointer;
}
/*****************************************************************
						JQUERY FIX
******************************************************************/
.ui-widget {
    font-family: inherit;
    font-size: inherit;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: inherit;
    font-size: inherit;
}
img.ui-datepicker-trigger {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	padding: 10px 0;
	overflow: hidden;
}
#content div.ui-tabs{
	padding: 0;
}
#content div.ui-widget-content{
	background: none;
	border: none;
}

/*****************************************************************
						NOTICE
******************************************************************/
.notice-box{
	margin: 0 0 10px 0;
	overflow: hidden;
	width: 742px;
}
.notice-top{
	background: url(../img/notice-top.png) 0 0 no-repeat;
	height: 2px;
	overflow: hidden;
}
.notice-middle{
	background: url(../img/notice-middle.png) 0 0 repeat-y;	
	overflow: hidden;
	padding: 10px;
}
.notice-bottom{
	background: url(../img/notice-bottom.png) 0 0 no-repeat;
	height: 5px;
	overflow: hidden;
}
.notice-middle span{
	display: block;
	float: left;
	height: 32px;
	margin: 0 10px 0 0;
	width: 32px;
}
.notice-middle .notice-info{
	background: url(../img/icon-info.png) 0 0 no-repeat;	
}

/*********************************************************
				ERROR BOX
**********************************************************/
#errorContainer{
	border: 1px solid #CC0000;
	display: none;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 10px;
	background: none repeat scroll 0 0 #FFEEEE;
}
#errorContainer li{
	list-style: circle;
	margin-left: 20px;
}
.pl-form input.error, .pl-form select.error{
	border: 1px solid #CC0000;
}

/*****************************************************************
						PAGINATOR
******************************************************************/
.pl-paginator{
	overflow: hidden;
	margin: 10px 0 0 0;
}
.pl-paginator li{
	display: inline;
	float:left;
	margin: 0px 2px 0px 2px;
}
.pl-paginator li a:link, .pl-paginator li a:visited{
	background-color: #CCCCCC;
	color: #000;
	display: block;
	float: left;
	margin: 0 2px 0 0;
	padding: 1px 4px;
	border-radius: 2px;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.pl-paginator li a:hover{
	background-color: #EAEAEA;
}
.pl-paginator li a.focus{
	background-color: #072B4F;
	color: #fff;
}

/*****************************************************************
						OPTION - TYPE
******************************************************************/
div a.icon:link, div a.icon:visited{
	color: #757777;
	display: block;
	height: 16px;
	line-height: 16px;
	text-indent: 20px;
	text-decoration: none;
}
div a.icon-new-type
{
	width: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../img/icon-new-type.png) 0 0 no-repeat;
}
#type-form-container{
	margin-top: 10px;
}

/*****************************************************************
						OPTION - FEATURE
******************************************************************/
div a.icon-new-feature
{
	width: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../img/icon-new-feature.png) 0 0 no-repeat;
}
#feature-form-container{
	margin-top: 10px;
}

/******************************************************************
	Image container
*****************************************************************/
#image-container{
	overflow: hidden;
	margin-bottom: 25px;
}
#image-container .preview-container{
	float: left;
	width: 48%;
	overflow: hidden;
}
#image-container .floorplan-container{
	float: left;
	overflow: hidden;
}
#image-container span.remove-span{
	display: block;
	overflow: hidden;
	margin-left: 56px;
	margin-top: 3px;
	line-height: 16px;
}	
#image-container a.remove{
	background: url(../img/icon-delete.png) 0 0 no-repeat;
	color: #757777;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
   	padding-left: 20px;
   	padding-top: 2px;
	cursor: pointer;
}
/******************************************************************
	additional by coast.codes
*****************************************************************/
.pl-table a.icon-delete-prospect{
	background: url(../img/icon-delete.png) 0 0 no-repeat;
}