@charset "utf-8";
/* CSS Reset */
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,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
td.header{
	padding:2px;
	vertical-align:middle;
	border:#FFF solid 1px;
	background:#0075ce;
	color:#FFF;
	}
td.content{
	padding:2px;
	vertical-align:top;
	border:#FFF solid 1px;
	background:#d8eaf7;
	color:#000;
	}
tr .over :hover{
	background:#71B8FF;
	}
td.form{
	padding:5px;
	vertical-align:middle;
	border:#FFF solid 1px;
	background:#0D58A6;
	color:#FFF;
	}
body { 
	margin:0px; 
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#FBFBFB;
	}
a { 
	color:#000000; 
	text-decoration:none;
	}
input,textarea,select{
	font-family:Arial, Verdana;
	border:#E5E5E5 solid 1px;
	width:auto;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px; 
}
.loginuser{
	border:#F1F1F1 solid 2px;
	height:30px;
	width:280px;
	font-size:18px;
	font-weight:bold;
	background:#FBFBFB;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
/*Button submit And cancel*/
.submit{
	background:#3283E4;
	color:#FFF;
	border:#3283E4 solid 1px;
	height:auto;
	width:auto;
	margin:5px 0px;
	padding:2px 6px;
	font-size:16px;
	text-shadow:#CCC 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
   text-shadow: 0 2px 2px rgba(0,0,0,.5);
   cursor:pointer;
}
.submit:hover{
	background:#03C;
}
.cancel{
	background:#FF8000;
	color:#FFF;
	border:#FF8000 solid 1px;
	height:auto;
	width:auto;
	margin:5px 0px;
	padding:2px 6px;
	font-size:16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-shadow: 0 2px 2px rgba(0,0,0,.5);
   cursor:pointer;  
}
.cancel:hover{
	background:#DF7000;
}

.btorange{
	background:#FF8000;
	color:#FFF;
	border:#FF8000 solid 1px;
	height:auto;
	width:auto;
	padding:1px 3px;
	font-size:12px;
	text-shadow:#CCC 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
   text-shadow: 0 2px 2px rgba(0,0,0,.5);
   cursor:pointer;   
}
.btorange:hover{
	background:#DF7000;
}

#wrapper{
	width:100%;
	margin:0px;
	}
#loginform{
	margin:100px auto;
	padding:10px 10px 10px 10px;
	width:300px;
	background:#FFF;
	border:#CCC solid 1px;
	-moz-box-shadow:0 0 10px rgba(0, 0, 0,0.5);
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0,0.5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}	
#main-container { 
	width:972px; 
	margin:0px;
	}
#menu_top {
	width:100%; 
	background-color:#000;
	height:30px;
	margin:0px;
	}
#menu_text {
	width:auto; 
	height:20px;
	margin:0px 30px;
	color:#FFF; 
	line-height:1.8em;
	text-align:right;
	}
#menu_text a{
	color:#FFF; 
	}
#menu_text a:hover{
	color:#CCC; 
	}

#header {
	width:100%; 
	margin:0px;
	background-color:#0075ce;
	height:70px;
	-moz-box-shadow:0 0 7px rgba(0, 0, 0,0.5);
    -webkit-box-shadow:0 0 7px rgba(0, 0, 0,0.5);
	}
#header a { 
	color:#FFFFFF; 
	text-decoration:none;
	}
#header a:hover { 
	color:#FFFFFF; 
	text-decoration:underline;
	}
#logo { 
	width:160px; 
	height:57px;
	padding:10px 10px; 
	margin-left:50px;
	}
#contentMenu{
	padding:5px;
	height:auto;
	margin:0px auto;
	width:1025px;
	}
#content{
	padding:5px;
	height:auto;
	margin:0px auto;
	width:98%;
	}
#menu_iconic{
	float:left;
	width:320px; 
    height:auto; 
    padding:5px;
	background:#C4E4FD;
	margin:5px;
	cursor:pointer;
	display:block;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

#menu_iconic_report{
	float:left;
	width:210px; 
    height:auto; 
    padding:5px;
	background:#C4E4FD;
	margin:5px;
	cursor:pointer;
	display:block;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

#menu_iconic_report_header{
	float:left;
	width:210px; 
    height:auto; 
    padding:5px;
	background:#0078BA;
	margin:5px;
	cursor:pointer;
	display:block;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-size:16px; 
	font-weight:bold; 
	color:#FFFFFF; 
	line-height:normal;	
}


.divhover :hover{
	background:#BFD9FF;
	}
#menu_iconic a.hover{
	border:#71AAFF solid 1px;
	background:#ADDBFC;
	display:block;
}
#menu_iconic a:hover{
	border:#71AAFF solid 1px;
	background:#ADDBFC;
	display:block;
}
#menu_iconic img{
	background:none;
	border:none;
	display:block;
	padding:3px;
	}
#menu_iconic img:hover{
	background:#FFF;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	}

#menu_iconic span{
	padding:2px;
	}
#menu_iconic span :hover .hover{
	background:none;
	border:none;
	}	
#title{
	padding:2px;
	font-size:16px; 
	font-weight:bold; 
	color:#015c8c; 
	line-height:normal;
}
.welcome{
	font-size:20px; 
	font-weight:bold; 
	color:#015c8c; 
	line-height:2em;
	}
.title{
	font-size:16px; 
	font-weight:bold; 
	color:#015c8c; 
	line-height:2em;
	}
#description{
	padding:2px;
	font-size:12px; 
	color:#000; 
	line-height:1.2em;
}
#right-menu { 
	position:relative; 
	float:right; 
	width:600px; 
	top:10px; 
	left:0px; 
	}
#by-alamaya { 
	position:relative; 
	top:81px; 
	left:200px; 
	float:right; 
	width:75px;
	}
#right-content { 
	width:340px; 
	padding:20px 0px 0px 15px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	line-height:15px;
	}
.yellow-border { 
	border: 1px solid #e5d9b5;	
	padding:5px; 
	background: #fff4d6 url(../images/email-icon.gif) no-repeat 15px 15px; 
	padding-left:40px;
	}
#menu-bottom { 
	width:892px; 
	background:url(../images/bg-menu-bottom.gif) repeat-x; 
	padding:30px 40px;
	}
.h2 { 
	font-size:15px;
	}
.h3 { 
	font-size:13px;
	}
.white { 
	color:#FFFFFF;
	}
.day_name{ 
	font-size:12px; 
	font-weight:bold
	}
.month_name{ 
	color:#8c8c8c;
	}
.details{ 
	color:#FC7F15; 
	font-size:11px; 
	padding-left:13px; 
	text-decoration:none; 
	background:url(../images/details_icon.png) left center no-repeat}
.details a{ 
	color:#FC7F15;
	text-decoration:none;
	}
.orange { 
	color:#f77f15;
	}
.orange a{ 
	color:#f77f15; 
	text-decoration:none;
	}
.rate{ 
	text-align:center; 
	font-size:12px;
	}
.sold { 
	color:#787878;
	}
#exclamation { 
	width:435px; 
	margin:0px auto; 
	color:#fff; 
	font-size:11px; 
	padding-left:23px; 
	text-decoration:none; 
	background:url(../images/white_exclamation_circle.png) left center no-repeat
	}
#property-details { 
	font-family:Arial, 
	Helvetica, 
	sans-serif; 
	font-size:12px; 
	color:#515151;
	}
.h2-property { 
	font-size:14px; 
	color:#fc7f15;
	}
.line-property { 
	border-bottom:1px solid #a8a8a8; 
	padding-bottom:7px;
	}
.contact-property{
	cursor:pointer;
	display:block;
	text-indent:-119988px;
	overflow:hidden;
	text-align:left;
	border:none;
	line-height:9999;
	background:url('../images/contactus_sprite.png') no-repeat;
	width:100px; 
	height:30px; 
	overflow:hidden; 
	background-color:transparent; 
	background-position:0px 0px
	}
.img-shadow { 
	-moz-box-shadow: 0 0 2px 2px #adadad; 
	-webkit-box-shadow: 0 0 2px 2px #adadad; 
	box-shadow: 0 0 2px 2px #adadad; 
	padding:5px;
	margin-right:10px; 
	text-align:left; 
	width:auto;
	} 
.top_left {
	width: 20px; 
	height: 20px; 
	background:url(../images/ul.png) right no-repeat;
	}
.top {
	background:url(../images/u.png) repeat-x;
	}
.top_right {
	width: 20px; 
	height: 20px; 
	background:url(../images/ur.png) left no-repeat;
	}
.left {
	background:url(../images/l.png) repeat-y;
	}
.body {
	background:#cdcdcd;
	}
.right {
	background:url(../images/r.png) repeat-y;
	}
.bottom_left {
	width: 20px; 
	height: 20px; 
	background:url(../images/bl.png) left no-repeat;
	}
.bottom {
	background:url(../images/b.png) repeat-x;
	}
.bottom_right {
	width: 20px; 
	height: 20px; 
	background:url(../images/br.png) left no-repeat;
	}	 
	
/******* TIPBOX *******/
#tipBox{
	background: #f7fafb;
	border: 1px solid #ace4ff;
	border: 1px solid #cccccc;
	font-size: 10px;
	padding: 3px;
	width: 180px;
}
#tipBox.blue{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #44a9da;
	color: #000000;
	
}
#tipBox.width{
	width: auto;
}
#tipBox.big{
	width: auto;
	font-size: 40px;
	line-height: 1em;
	padding: 1em;
}
/******* /TIPBOX *******/
.text-hitam {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-size: 12px;
	color: #000000;
}

#footer{
	clear :both;
	margin:0 auto;
	bottom:0px;
	font-size: smaller;
	text-align:right;
	height:10px;
	width:98%;
	color:#333;
	padding-bottom:30px;

}

.new-h2 { 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	}

.new-txt { 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.new-submit{
	background:#3283E4;
	color:#FFF;
	border:#3283E4 solid 1px;
	height:auto;
	width:auto;
	margin:5px 0px;
	padding:1px 3px;
	font-size:12px;
	text-shadow:#CCC 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
   text-shadow: 0 2px 2px rgba(0,0,0,.5);
   cursor:pointer;   
}
.new-submit:hover{
	background:#03C;
}

.new-calendar{
	background:#3283E4;
	color:#FFF;
	border:#3283E4 solid 1px;
	height:auto;
	width:auto;
	padding:1px 3px;
	font-size:12px;
	text-shadow:#CCC 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
   text-shadow: 0 2px 2px rgba(0,0,0,.5);
   cursor:pointer;   
}
.new-calendar:hover{
	background:#03C;
}

.bold
{ font-weight:bold;
}

.box {border-style:solid; border-width:1px; padding:10px;}

table.editable tr td.edit{cursor:pointer}
table.editable tr td.edit:hover{background-color:#FC0;}

.table_nav{margin-bottom:7px;}
.table_nav .nav{float:right; margin-left:10px; margin-right:10px; font-size:14px}
.table_nav .nav a{color:#fff; text-decoration:none; display:block; opacity:1; border-radius:5px}
.table_nav .nav a:hover{background:#DDD; opacity:1; color:#000}
.table_nav .nav img{margin-bottom:-4px}
.table_nav .nav.next a{padding:3px 0 4px 3px;}
.table_nav .nav.prev a{padding:3px 3px 4px 0}
.table_nav .nav.form_date{margin-right:20px; margin-top:-4px}
