@charset "UTF-8";
/* Disable the print function */
/*@media print{body{display:none}}*/

/* supplier table */
.supplier_layout{
	padding:20px;
	padding-bottom:50px;
	background:url(../images/adam_images/consTabBg.jpg) repeat-y;
	border:1px solid #2b2b2b;
	font-size:13px;
}

.type_title{
	color:#99CC00;
	font-size:14px;
	font-weight:bold;
}

.type_name{
	color:#FFFFFF;
	font-size:14px;
}

.supplier_layout table{
	width: 100%;
	margin-top:20px;
	text-align:center;
}

.supplier_layout table thead tr th{
	padding:5px;
	font-size:12px;
	color:#99CC00;
	font-weight:bold;
	background:#414141;
	border:3px outset #a0a0a0;
}

.supplier_layout table tbody tr td{
	padding:5px;
	color:#FFF;
	font-size:12px;
	background:#2b2b2b;
	font-weight:bold;
	border-top:2px solid #000;
}

a.cons_upload{
	cursor:pointer;
}

a.sent_log{
	cursor:pointer;
	display:block;
	width:16px;
	height:16px;
	background:url(../images/email-icon.jpg);
	float:left;
}

a.camera{
	display:inline-block;
	width:75px;
	height:64px;
	background:url(../images/adam_images/camera.png) no-repeat;
	cursor:pointer;	
	float:right;
}

a.camera:hover{
	background:url(../images/adam_images/camera2.png) no-repeat;	
}


a.trades_img{
	cursor:pointer;
}

ul#sliding-navigation
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 150px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
}

ul#sliding-navigation li.sliding-element h3
{
	color: #fff;
	background:#0066FF url(../images/heading_bg.jpg) repeat-y;
	font-weight: normal;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

ul#sliding-navigation li.sliding-element a
{
	color: #999;
	background:#222 url(../images/tab_bg.jpg) repeat-y;
	border: 1px solid #1a1a1a;
	text-decoration: none;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
}

ul#sliding-navigation ul{
	display:none;
}

ul#sliding-navigation ul li
{
	list-style-image:url(../images/arrow_b_green_light.gif);
}

ul#sliding-navigation li.sliding-element ul li a
{   
    text-align:left;
    width:120px;
	height:20px;
    font-size:13px;
	background:none;
	padding:0;
	margin: 0;
	margin-bottom: 5px;
	border:none;
}

ul#sliding-navigation li.sliding-element a:hover { color: #99CC00; }

img { border: 0 none; }

#warning{ color:#f00; margin-right:5px;}

#sms_note {font-size:10px;}

a#sign_up {font-size:18px; font-weight:bolder;}

#style2 {
	font-size:11px;
	color:#333;
}

a.tpr{
	display:block;
	width:24px;
	height:24px;
	background:url(../images/tpr.png);
	cursor:pointer;
	float:left;
	margin-right:20px;
}

a.ngr{
	display:block;
	width:24px;
	height:24px;
	background:url(../images/ngr.png);
	cursor:pointer;
	float:left;
	margin-left:90px;
	margin-right:20px;
}

a.ms{
	display:block;
	width:24px;
	height:24px;
	background:url(../images/ms.png);
	cursor:pointer;
	float:left;
	margin-left:10px;
	margin-right:30px;
}

a.refresh_button {
	font-size:11px;
}

/* Change Password */
.change_pwd{
  width:480px;
  padding:2px 2px 2px 2px;
  margin:5px 0 0 70px;
}

#right p{
  padding:5px 0 0 0;
}

#right p #star{
  color:#F00;
}

.change_pwd .pwd_items{
  width:380px;
  height:160px;
  padding:2px 2px 2px 2px;
  margin:5px 0 0 50px;
}

.change_pwd .error_msg{
  width:380px;
  height: 30px;
  margin:5px 0 0 50px;
  padding:2px 2px 2px 2px;
}

.change_pwd .error_msg p{
  color:#F00;
}

.change_pwd .no_msg {
  width:380px;
  height: 30px;
  margin:5px 0 0 50px;
  padding:2px 2px 2px 2px;
}

.change_pwd .pwd_btn{
  width:380px;
  height: 30px;
  margin:5px 0 0 50px;
  padding:2px 2px 2px 2px;
}

.change_pwd p #old_pwd{
  font-size:15px;
  padding:2px 110px 2px 2px
}
.change_pwd p #new_pwd{
  font-size:15px;
  padding:2px 50px 2px 2px
}
.change_pwd p #re_pwd{
  font-size:15px;
  padding:2px 22px 2px 2px
}

#submit_btn{
  margin: 0 0 0 60px;
}

#reset_btn{
  margin: 0 0 0 50px;
}

.change_pwd .pwd_items #pass_faq{
	margin:0 0 0 5px;
}

.change_pwd .hint_box {
	width:200px;
	background:#333;
	padding:15px 20px 5px 5px;
	font-size:10px;
	display:none;
}

/* Password FAQ */
#pwd_faq{
	font-size:14px;
    color:#99CC00;
	background:#000;
}

#pwd_faq #faq_content{
	color:#FFF;
}

/* Password Success */
.change_pwd .pwd_suc{
  width:490px;
  height:160px;
  padding:2px 2px 2px 2px;
  margin:45px 0 0 0px;
}

.change_pwd .pwd_suc h1{
	font-size:large;
	color:#F00;
}

/* Update Profile */
.update_profile{
  padding:2px 2px 2px 2px;
  margin:5px 0 0 20px;
}

.update_profile img{
	border:1px solid #99CC00;
}

.update_profile .profile_items{
  padding:2px 2px 2px 2px;
}

.update_profile .profile_items table{
	width:100%;
}

.update_profile .profile_items table tbody tr td{
	padding-bottom:2px;
	padding-top:2px;
}



.update_profile .error_msg{
  width:380px;
  margin:5px 0 0 50px;
  padding:2px 2px 2px 2px;
}
.update_profile .error_msg p{
  color:#F00;
}

.update_profile .no_msg {
  width:380px;
  margin:5px 0 0 50px;
  padding:2px 2px 2px 2px;
}

.update_profile .profile_btn{
  width:380px;
  margin:5px 0 0 50px;
  padding:2px 2px 2px 2px;
}

.update_profile #account_name{
	padding-right:50px;
}
.update_profile #account_number{
	padding-right:38px;
}
.update_profile #bsb{
	padding-right:102px;
}

/* Update Profile Successfuly */
.update_profile h1{
	font-size:large;
	color:#F00;
}

.update_profile h2{
	font-size:medium;
}

/* Add New Project */
.add_new_projct{
  height:500px;
  padding:10px;
  background:url(../images/adam_images/consTabBg.jpg) repeat-y;
  border:1px solid #2b2b2b;
}

.add_new_projct table{
	width:100%;
	font-size:12px;
	font-weight:bold;
}

.add_new_projct table tbody tr td{
	padding-bottom:10px;	
	padding-left:3px;
}

.add_new_projct table tbody tr td.attr{
	color:#ffffff;
	padding-bottom:0px;
	font-size:10px;
}

.add_new_projct .project_btn{
	margin-top:50px;	
}

.add_new_projct .project_btn #submit_btn{
  margin: 0 0 0 200px;
}

.add_new_projct .project_btn #reset_btn{
  margin: 0 0 0 50px;
}

/* Quote */
.quote {
	color:#FFF;
	text-align:left;
}

.quote_pre {
	margin:0 auto;
	padding:0;
}

.quote_pre p{
	padding-bottom:10px;
}

.quote_pre p #p_add1{
	padding-right:100px;
	font-weight:bolder;
}


.quote_pre p #p_overview{
	padding-right:63px;
	font-weight:bolder;
}

.quote_pre p #p_owner{
	padding-right:80px;
	font-weight:bolder;
}

.quote_pre table#floor_area {
	width: 80%;
	font-size:13px;
	margin-left:80px;
}

.quote_pre table#floor_area tr th{
	text-align:center;
	background:#222222;
	color:#ffffff;
}

.quote_pre table#floor_area tr td{
	padding-bottom:3px;
	padding-left:50px;
	background:#333333;
	border:none;
}

.quote_pre table#floor_area tr td.my_data1{
	text-align:center;
	padding-left:0px;
}

.quote_pre table#floor_area tr#total_price td{
	background:#8e919b;
}

.quote_pre table#unit_style {
	margin-top:20px;
}

.quote_pre table#unit_style tr td{
	background:none;
}

.unit {
   margin-top:20px;
   margin-bottom:5px;
   width:570px;
   height:50px;
}

.unit table{
	width:100%;
	height:100%;
	font-size:10px;
}

.unit table tr td{
	padding:5px 5px 5px 5px;
	background:#333;
	text-align:center;
}

.unit table tr td.unit_id{
	background-color:#8f929b;
}

.quote .quote_pre a{
	cursor:pointer;
}

.quote .quote_items{
	padding:0px 10px 10px 10px;
}

.quote .quote_items table{
	width:100%;
	margin-top:10px;
}

.quote .quote_items table tr th{
	padding-bottom:5px;
	padding-right:10px;
}

.quote .quote_items table tr td{
	padding-bottom:10px;
}

.quote .quote_items table tr td#stage{
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:2px;
}

.quote .quote_items #bp_items {
	font-size:13px;
	font-weight:bold;
}

.quote .quote_items #upgrads {
	font-size:12px;
	text-decoration:underline;
}

.quote .quote_items #quote_title{
	padding-top:1px;
	font-weight:bold;
	font-size:14px;
}

.quote .quote_items #quote_title2{
	padding-top:1px;
	font-size:13px;
	margin-left:20px;
	margin-top:-10px;
}

.quote .quote_items #quote_content{
	padding-top:1px;
	font-weight:normal;
	font-size:13px;
}

.quote .quote_items #arc_head{
	padding-right:220px;
}
.quote .quote_items #ah_head{
	padding-right:60px;
}
.quote .quote_items #des{
	margin-left:30px;
	margin-top:-10px;
}
.quote .quote_items #typical_step{
	margin-left:80px;
	margin-top:-15px;
	font-style:italic;
	text-decoration:underline;
}
.quote .quote_items ul{
	margin-left:50px;
}
.quote .quote_items ul li{
	list-style:none;
	font-size:12px;
	margin-top:5px;
	list-style:disc;
}
.quote .quote_items ul li ul{
	margin-top:5px;
}
.quote .quote_items ul li ul li{
	list-style-position: outside;
	list-style:circle;
	margin-top:5px;
	display:block;
}

.quote .quote_items ul li ul li ul{
	margin-top:5px;
}

.quote .quote_items ul li ul li ul li{
	list-style-position: outside;
	list-style:disc;	
	font-size:12px;
}

.quote .quote_items ul#step{
	margin-top:-15px;
	margin-left:120px;
	font-style:italic;
}

.quote .quote_items ul#step li{
	list-style:none;
}

.quote .quote_items .final_price {
	height:40px;
	background:#999;
	text-align:center;
}

.quote .quote_items .final_price p{
	margin-top:10px;
	color:#000;
}
.quote .quote_items .final_price #final_p{
	padding-right:100px;
	font-size:16px;
}
.quote .quote_items .final_price #final_v{
	padding-right:20px;
	padding-left:5px;
	font-size:16px;
	color:#333;
}

table#payment_sum tr td{
	padding-right:10px;
	padding-bottom:3px;
}

.quote .quote_items #payment4{
	padding-right:40px;
}

.quote .quote_items #fee1{
	margin-left:50px;
}
.quote .quote_items #fee2{
	margin-left:73px;
}
.quote .quote_items #fee3{
	margin-left:81px;
}
.quote .quote_footer{
	margin-top:30px;
	padding:10px 10px 10px 10px;
}

.quote .quote_footer #save{
	margin-left:100px;
}

.quote .quote_footer #accept{
	margin-left:50px;
}

.quote .quote_footer #back{
	margin-left:200px;
}

h2 #review_title{
	padding-right:250px;
}

.quote_data{
	display:none;
}
/* My Project */
.my_project{
  padding:2px 2px 100px 2px;
  width:100%;
  background:url(../images/adam_images/consTabBg.jpg) repeat-y;
  border:1px solid #2b2b2b;
}

.my_project img#gantt_chart{
	margin-left:-70px;
}

.my_project #project_nav #sub_item1{
	font-size:11px;
	font-weight:normal;
	padding-right:140px;
}

.my_project #project_nav #im_flag{
	font-size:14px;
	margin-left:20px;
	margin-right:40px;
	margin-top:-20px;
	*margin-top:-20px;
	color:#F00;
	float:right;
}

.my_project #project_nav #com_flag{
	font-size:14px;
	margin-left:20px;
	margin-right:40px;
	margin-top:-20px;
	*margin-top:-20px;
	color:#99CC00;
	float:right;
}

.my_project #project_nav img{
	margin-left:20px;
}

.my_project #project_nav ul {
	margin-top:20px;	
	display:none;
}

.my_project #project_nav ul#tax_table{
	margin-top:20px;
	margin-left:-20px;
	display:none;
}

.my_project #project_nav  .par_extended_node{
	list-style-image:url(../images/plus.gif);
	margin-top:10px;
}

.my_project #project_nav  .par_unextended_node{
	list-style-image:url(../images/minus.gif);
	margin-top:10px;
}

.my_project #project_nav li a{
	font-size:18px;
	display:inline-block;
	width:150px;
	height:25px;
	text-decoration:none;
	color:99cc00;
	text-align:center;
	background-image:url(../images/bg3.png);
	cursor:pointer;
}

.my_project #project_nav li a#selected{
	background-image:url(../images/bg2.png);
}

.my_project #project_nav li ul {
	margin-top:10px;
	display:none;
}

.my_project #project_nav li ul li{
	margin-top:10px;
}

.my_project #project_nav li ul li a{
	background:none;
	font-size:13px;
	display:inline;
	text-align:left;
	width:auto;
}

.my_project #project_nav li ul li a:hover{
	text-decoration:none;
	text-align:left;
}

.my_project #project_nav ul li .extended_node{
	list-style-image:url(../images/plus.gif);
}
.my_project #project_nav ul li .unextended_node{
	list-style-image:url(../images/minus.gif);
}
.my_project #project_nav #chart{
	list-style-image:none;
	list-style:none;
	*margin-bottom:100px;
}
.my_project #project_nav #chart img{
	cursor:pointer;
}

.my_project #project_nav ul li #client_accept{
    display:inline;
	width:auto;
	height:auto;
	font-size:13px;
	color:#fff;
	margin-top:-20px;
	text-decoration:none;
	background:none;
	float:right;
	margin-right:120px;
	*margin-right:0;
}

.my_project #project_nav ul li a#view_a{
	display:inline;
	width:auto;
	height:auto;
	font-size:13px;
	color:#99cc00;
	*margin-top:-20px;
	text-decoration:none;
	background:none;
	float:right;
	margin-right:120px;
	*margin-right:0;
}

.my_project #project_nav li ul li #view_b{
	display:inline;
	font-size:13px;
	color:#999;
	text-decoration:none;
	*margin-top:-20px;
	background:none;
	float:right;
	margin-right:120px;
	*margin-right:0;
}

.my_project #project_nav li ul li a:hover{
	text-decoration:underline;
	background:none;
	text-align:left;
	color:#99FF00;
}

.my_project #project_nav li a#client_upload {
	display:inline-block;
	width:55px;
	height:25px;
	margin-left:-25px;
	text-align:center;
}

.my_project table{
	border-top:1px solid #99CC00;
	border-bottom:1px solid #99CC00;
	text-align:center;
}

.my_project table thead tr{
	font-size: 15px;
	padding-bottom:10px;
	padding-top:10px;
}

.my_project tbody{
	font-size: 13px;
	padding:15px 15px 15px 15px;
}

.my_project tbody tr{
	font-size: 13px;
	border-top:1px solid white;
	padding:15px 15px 15px 15px;
}

.my_project table a#tax_view{
	display:inline;
	font-size:13px;
	width:40px;
	height:20px;
	text-decoration:none;
	background:none;
}
.my_project #project_nav a#tax_view:hover{
	text-decoration:underline;
	background:none;
}

/* Agreement */
.agreement {
   margin-top:30px;
   height:450px;
}

.agreement .agreement_items{
   padding:20px 20px 20px 20px;
   width:450px;
   height:300px;
   margin-left:90px;
   color:#000;
   border:3px solid #CFCFCF;
   background:#fff;
   OVERFLOW: scroll; 
   scrollbar-3dlight-color:#595959; 
   scrollbar-arrow-color:#FFFFFF; 
   scrollbar-base-color:#CFCFCF; 
   scrollbar-darkshadow-color:#FFFFFF; 
   scrollbar-face-color:#CFCFCF; 
   scrollbar-highlight-color:#FFFFFF; 
   scrollbar-shadow-color:#595959;
}

.agreement .agreement_items p{
	font-size:10px;
	*margin-top:-15px;
}
.agreement .agreement_items h1{
	color:#99cc00;
	margin-top:-10px;
}

.agreement .agreement_items p #subtitle{
	font-size:13px;
	color:#F00;
	font-weight:bold;
	padding-top:10px;
}

.agreement .agreement_tick{
	padding-top:10px;
    width:450px;
    margin-left:90px;
}

.agreement .agreement_btns{
	padding-top:10px;
    width:450px;
	margin-left:90px;
    *margin-left:40px;
	margin-top:20px;
	text-align:center;
}

.agreement .agreement_btns #agree_btn{
	margin-left:40px;
	padding-right:10px;
	text-align:center;
}

/* Contractor Page */
#con_hold {
	width:840px;
	float:right;
	padding:0px 30px 0px 30px;
	background-color:#0D0D0D;
	background-image:url(../images/bgbody.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

#con_hold  .con_content {
  width:820px;
  padding:5px 5px 5px 5px;
}

#con_hold  .con_content .con_items{
  width:800px;
  padding:10px 10px 10px 10px;
}

#con_hold  .con_content .con_items table{
	width:100%;
	font-size:12px;
}

#con_hold  .con_content .con_items table tr td{
  padding:2px 2px 2px 2px;
}

#con_hold  .con_content .con_items #councils {
	font-size:12px;
	font-weight:normal;
	margin-left:25px;
}

#con_hold  .con_content .con_summary {
	width:800px;
    padding:0;
	margin:0;
	margin-top:10px;
}

#con_hold  .con_content .con_summary h1{
	text-align:center;	
}

.log_history{
	height:600px;
	padding:10px;
	margin:10px;
	width:800px;
	OVERFLOW: scroll;
	overflow-x:hidden;
	border:3px solid #CFCFCF;
    background:#fff;
    color:#000;
	scrollbar-3dlight-color:#595959; 
    scrollbar-arrow-color:#FFFFFF; 
    scrollbar-base-color:#CFCFCF; 
    scrollbar-darkshadow-color:#FFFFFF; 
    scrollbar-face-color:#CFCFCF; 
    scrollbar-highlight-color:#FFFFFF; 
    scrollbar-shadow-color:#595959;
}

.log_history ul li{
	padding:5px;
	font-size:12px;	
}

.log_history ul li span.star{
	font-size:11px;
	color:#F00;
}

#con_hold  .con_content .con_summary #ahead{
	padding-left:100px;
}
#con_hold  .con_content .con_summary #ahead2{
	padding-left:100px;
}

#con_hold  .con_content .con_summary table{
	width:100%;
	height:100%;
	border-top:1px solid #99CC00;
	border-bottom:1px solid #99CC00;
	text-align:center;
	margin-top:30px;
}

#con_hold  .con_content .con_summary table thead{
	font-size: 13px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
}


#con_hold  .con_content .con_summary table tbody{
	font-size: 12px;
}

#con_hold .con_content .con_summary table tbody tr td{
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #333;
}

#con_hold .con_content .con_summary table tbody tr#viewing td{
	border-top:none;
}

#con_hold .con_content .con_summary table tbody tr#viewing td #view{
	margin-left:40px;
}

#con_hold .con_content .con_summary table tbody tr#viewing td #files{
	margin-left:20px;
}

#con_hold .con_content .con_summary table tbody tr#viewing td #steps{
	margin-left:30px;
}

#con_hold .con_content .con_summary table tbody tr#viewing td #logs{
	margin-left:30px;
}

#con_hold .con_content .con_summary table tbody tr#viewing td #invoice{
	margin-left:30px;
}

#con_hold .con_content .con_summary table tbody tr#viewing td #client_brief{
	margin-left:30px;
}

#con_hold .con_content .con_summary table tbody tr#viewing td #client_files{
	margin-left:30px;
}


#con_hold  .con_content .con_summary table a:hover{
	text-decoration:underline;
}

#con_hold  .con_content .con_summary table a#pdf{
	width:40px;
	height:15px;
	display:block;
	background:url(../images/pdf_upload.png) no-repeat;
	text-decoration:none;
}

#con_hold  .con_content .con_summary table a#pdf:hover{
	width:40px;
	height:15px;
	display:block;
	background:url(../images/pdf_btn_press.png) no-repeat;
	text-decoration:none;
}

#con_hold  .con_content .con_summary table a#dwg{
	width:40px;
	height:15px;
	display:block;
	background:url(../images/dwg_upload.png) no-repeat;
	text-decoration:none;
}

#con_hold  .con_content .con_summary table a#dwg:hover{
	width:40px;
	height:15px;
	display:block;
	background:url(../images/dwg_btn_press.png) no-repeat;
	text-decoration:none;
}

#con_hold  .con_content .con_summary table tfoot tr td{
	border-top:1px solid #333;
	text-align:center;
	background:#666;
	color:#CCC;
}

#con_hold  .con_content .con_upload{
	width:800px;
	height:300px;
    padding:15px 15px 15px 15px;
	margin-top:10px;
	border-top:1px dotted #4a4a4a;;
}

#con_hold  .con_content .con_upload .upload_items{
	width:600px;
	height:120px;
    padding:5px 5px 5px 5px;
	margin-left:150px;
	margin-top:50px;
}

#con_hold  .con_content .con_upload .upload_items table {
	font-size:14px;
	color:#99CC00;
}

#con_hold  .con_content .con_upload .upload_items table tr td{
	margin-left:50px;
	padding-bottom:20px;
}

#con_hold  .con_content .con_upload .upload_items #file_size{
	font-size:11px;
	color:#f00;
}

#con_hold  .con_content .con_upload .upload_msg{
	width:600px;
	height:15px;
    padding:5px 5px 5px 5px;
	margin-left:100px;
	color:#f00;
	text-align:center;
}

#con_hold  .con_content .con_upload .upload_btns{
	width:600px;
	height:30px;
    padding:5px 5px 5px 5px;
	margin-left:100px;
	text-align:center;
}


#con_hold  .con_content .con_upload .upload_btns #back{
	margin-left:70px;
}


/* Bank Details */
.update_bank{
  padding:2px 2px 2px 2px;
  margin:5px 0 0 10px;
}

.update_bank .bank_items{
  padding:2px 2px 2px 2px;
  margin:5px 0 0 20px;
}

.update_bank .bank_items table{
	width:70%;
}

.update_bank .bank_items table tbody tr td{
	padding-bottom:10px;
	padding-top:10px;
}

.update_bank .error_msg{
  height: 35px;
  margin:5px 0 0 20px;
  padding:2px 2px 2px 2px;
}
.update_bank .error_msg p{
  color:#F00;
}

.update_bank .no_msg {
  height: 30px;
  margin:5px 0 0 20px;
  padding:2px 2px 2px 2px;
}

.update_bank .bank_btn{
  margin:5px 0 0 20px;
  padding:2px 2px 2px 2px;
}

/* Account Summary */
.account_summary {
	height:400px;
}

.account_summary table{
	width:90%;
	border-bottom:1px solid #99CC00;
	text-align:center;
	background: #000000;
}

.account_summary table thead{
	font-size: 15px;
	padding-bottom:10px;
	padding-top:10px;
	background:#aba577;
	border:none;
}

.account_summary tbody{
	font-size: 13px;
	background:#3c3c40;
}

/* Uploaded files review */
.view_files{
    height:500px;
	padding:0;
	margin:0;
}

.view_files table{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #99CC00;
	text-align:center;
	background: #000000;
}

.view_files table thead{
	font-size: 15px;
	padding-bottom:10px;
	padding-top:10px;
	background:#aba577;
}

.view_files table thead tr{
	color: #fff;
}

.view_files tbody tr{
	font-size: 13px;
	background:#3c3c40;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid black;
}

/* Paypal */
.paypal {
	margin-top:30px;
    padding-bottom:50px;
}

.paypal table{
	width:90%;
	font-size:16px;
	text-align:center;
}

.paypal ul li{
	text-align:left;	
	margin-left:100px;
}

.paypal table thead th{
	color:#fff;
}
.paypal table tr#keyline td{
	border-bottom:1px solid #b0b0b0;
}

.paypal table tfoot tr td#selected{
	background:#99CC00;
	color:#ffffff;
}

.paypal table tfoot tr td#total{
	background:#bdbdbd;
	color:#000000;
	font-weight:bold;
}

.paypal table td#item_tick{
	background:#5e5e5e;
	color:#000;
}
.paypal table td#item_name{
	width:75%;
	text-align:center;
	background:#5e5e5e;
	color:#000;
	padding-top:10px;
	padding-bottom:10px;
}
.paypal table tfoot td{
    background:#5e5e5e;
	color:#000000;
	padding-top:5px;
	padding-bottom:5px;
}

/* Paypal succ */
.paypal_succ {
	margin-top:50px;
	font-size:13px;
}

.paypal_succ p#grants{
	font-size:16px;
	color:#F00;
	font-weight:bold;
}

.paypal_succ p#thanks{
	font-size:14px;
	color:#99CC00;
	font-weight:bold;
}

/* Client Accept */
.client_accept{
	width:500px;
	margin-left:50px;
	background:#333;
	margin-bottom:50px;
	margin-top:50px;
}

.client_accept .intro{
	width:450px;
	height:100px;
	margin-left:25px;
}

.client_accept .btns{
	width:450px;
	height:50px;
	margin-left:25px;
	padding-top:10px;
}

.client_accept .btns #submit_btn{
	margin-left:120px;
}

.client_accept .change{
	display:none;
	color:#000;
}

.client_accept .change .change_item p{
	margin-left:20px;
	vertical-align:middle;
	margin-top:-8px;
}

.client_accept .change .change_item3 p{
	margin-left:20px;
	vertical-align:middle;
	margin-top:-8px;
}

.client_accept .change .change_item4 p{
	margin-left:20px;
	vertical-align:middle;
	margin-top:-8px;
}

.client_accept .change .change_item{
	width:450px;
	height:50px;
	margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:10px;
	background:#999;
}

.client_accept .change .change_item3{
	width:450px;
	height:50px;
	margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:10px;
	background:#999;
	display:none;
}

.client_accept .change .change_item4{
	width:450px;
	height:50px;
	margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:10px;
	background:#999;
	display:none;
}

.client_accept .change .others{
	width:450px;
	height:50px;
	margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	color:#FFF;
}

.client_accept .change .others a#add_change{
    cursor:pointer;
	display:block;
	width:150px;
}

/* client form */
.client_form{
	width:700px;
	margin-left:60px;
	background:#333;
	margin-bottom:10px;
	margin-top:50px;
	padding-top:20px;
	padding-bottom:70px;
	text-align:center;
}

.client_form .change {
	padding-bottom:30px;
	*margin-left:0;
}

.client_form .change p{
	font-size:14px;
	font-weight:bold;
}

.client_form .change .change_item{
	width:450px;
	height:50px;
	margin-left:125px;
	*margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	background:#999;
	OVERFLOW:auto;
}

.client_form .change .change_item p{
	text-align:left;
	color:#333;
	font-size:12px;
}

/* Admin Summary */
.summary{
	width:580px;
	margin-left:40px;
	margin-top:10px;
	font-size:12px;
}

.summary .summary_account{
	margin-left:40px;
    margin-top:30px;
	padding:10px;
    width:300px;
}

.summary_head{
	width:150px;
	height:20px;
}

.summary_head p{
	font-weight:bold;
}

.summary_content#account{
	width:350px;
	margin-top:20px;
}

.summary_content#account table{
    width:80%;
}

.summary_content table{
    width:80%;
	border-top:none;
	border-bottom:none;
	text-align:left;
}

.summary_content table tbody tr td{
	border-top:none;
	border-bottom:none;
	padding-bottom:10px;
	padding-left:5px;
	padding-top:10px;
	background:#666;
}

.summary_content table tbody tr td#data{
	text-align:center;
}

.summary .project_summary{
	margin-left:40px;
	height:170px;
}

.summary_content#project{
	width:350px;
	margin-top:20px;
}

.summary_content#project table{
    width:80%;
}

.summary .invoice_summary{
	margin-left:40px;
	margin-bottom:50px;
}

.summary_content#invoice{
	width:480px;
	margin-top:20px;
}

.summary_content#invoice table{
    width:100%;
	text-align:center;
	margin-bottom:40px;
}

.summary_content#invoice table thead tr th{
	background:#030;
}

/* gantt chart */
.large {
  display:none;
  width:450px;
  height:450px;
  background:#333;
}

.large a#left_arrow{
	background:url(../images/left.jpg) no-repeat;
	float:left;
	width:10px;
	height:27px;
	margin-top:220px;
	cursor:pointer;
}

.large a#right_arrow{
	background:url(../images/right.png) no-repeat;
	float:right;
	width:10px;
	height:27px;
	margin-top:220px;
	cursor:pointer;
}


.large a#down_arrow{
	background:url(../images/down.png) no-repeat;
	width:27px;
	height:10px;
	cursor:pointer;
	margin-left:70px;
	position:absolute;
}

.large a#up_arrow{
	background:url(../images/up.png) no-repeat;
	width:27px;
	height:10px;
	cursor:pointer;
	margin-left:200px;
	position:absolute;
}

.large a#view_ch{
    margin-left:50px;
	margin-top:-15px;
}

.large .gant{
	width:380px;
	height:380px;
	margin-top:35px;
	margin-left:35px;
	overflow:hidden;
	margin-bottom:20px;
}

.large .close_btn {
	position:absolute;
	cursor: pointer;
	width: 28px;
	height: 28px;
	margin-left:420px;
	margin-top:-445px;
	*margin-left:280px;
	*margin-top:-435px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image:url(../images/close.png);
	z-index:9999;
}

#mask {  
	position:absolute;  
	z-index:1;  
	background-color:#000; 
	display:none; 
	top: 0;
	left: 0;
} 

/* Client Review */
#client_hold {
	width:840px;
	float:right;
	padding:0px 30px 0px 30px;
	background-color:#0D0D0D;
	background-image:url(../images/bgbody.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

#client_hold  .client_content {
  width:840px;
  background:url(../images/adam_images/consTabBg.jpg) repeat-y;
  border:1px solid #2b2b2b;
  padding-bottom:40px;
}

#client_hold  .client_content .client_contact{
  width:850px;
  padding:10px;
}

#client_hold  .client_content .client_contact table{
	width:100%;
	font-size:13px;
	text-align:left;
}

#client_hold  .client_content .client_contact table tr td{
  padding:10px 10px 10px 10px;
}

#client_hold  .client_content .client_items{
  width:784px;
  margin-left:30px;
  background:#292929;
  padding-bottom:20px;
  overflow:auto;
  opacity:0.9;
}

.client_items table {
	width:100%;
	padding:5px 5px 5px 5px;
}

.client_items table tr td {
	padding:3px 3px 3px 3px;
}
 
.client_items ul li{
	padding-bottom:2px;
	font-size:13px;
}

#client_hold  .client_content #btns{
  width:750px;
  height:30px;
  padding:5px 5px 5px 5px;
  margin-left:30px;
  margin-top:25px;
}

/* page Items */
.item_head {
	width:768px;
	*width:777px;
	background:#2a282a;
	border:3px outset #CCC;
	margin:0px;
	padding:5px;
	text-align:left;
}

.item_head span.title{
	color:#99CC00;
	font-size:15px;
}

.item_table {
	padding:5px;
}

.item_table p{
	font-size:13px;
}

.item_table tr td{
	padding:5px;
	font-size:13px;
}

/* color panel */
.color_panel{
	width:219px;
	color:#000;
	background:#fff;
	display:none;
}

.color_panel h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bolder;
	color:#fff;
	margin-left:14px;
	margin-top:2px;
}

.color_panel p{
	margin-left:10px;
}

.color_panel .color_header_left{
	width:200px;
	height:20px;
	color:#000;
	float:left;
	background:url(../images/item_bg.jpg) no-repeat;
}

.color_panel .color_header_right{
	width:19px;
	height:20px;
	color:#000;
	background:url(../images/cross.jpg) no-repeat;
	float:right;
	cursor:pointer;
}

.color_panel table {
	margin-left:10px;
	margin-top:10px;
	padding:5px 5px 5px 5px;
}

.color_panel table tbody tr td {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	float:left;
}

.color_val {
	display:none;
}

.my_col{
	display:inline-block;
	border:1px solid white;
	width:65px;
	height:15px;
	float:right;
	margin-right:55px;
	background:#000;
	cursor:pointer;
}

.color_panel img {
	cursor:pointer;
}

/* Client Upload */
.upload {
	width:550px;
	height:300px;
	padding:20px 20px 20px 20px;
}

.upload table {
	margin-top:70px;
	margin-bottom:50px;
	padding:5px 5px 5px 5px;
	width:100%;
	font-size:13px;
	color:#99CC00;
	text-align:left;
}

.upload table tr td{
	padding-bottom:10px;
}

.upload .btns {
	margin-bottom:50px;
	margin-left:80px;
}

/* Resized window in Site Improvement */
#resized {
	width: 250px;
	background:#333;
	text-align:center;
	padding-top:25px;
	display:none;
}

#resized #img_title {
	width: 250px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:10px;
	font-weight:bold;
	background:#333;
}

#resized #img_des {
	width: 240px;
	padding:5px 5px 5px 5px;
	text-align:left;
	color:#000;
	background:#39C;
}

#resized #scale_des {
	width:246px;
	*width: 250px;
	padding:2px 2px 2px 2px;
	font-size:10px;
	text-align:center;
	color:#000;
	background:#CCC;
}
#resized #scale_des table{
	width:100%;
}
a.hide_item {
	cursor:pointer;
}

/* site category */
a.select_cat {
	text-align:center;
	cursor:pointer;
}

.cat_block {
	width: 600px;
	height:150px;
	background:#666;
}

.cat_block .cat_header{
	width:600px;
	height:20px;
}

.cat_block .cat_header a.fencing_header{
	display:inline;
	width:580px;
	height:20px;
	float:left;
	background:url(../images/fencing_bg.jpg);
}

.cat_block .cat_header a.wall_header{
	display:inline;
	width:580px;
	height:20px;
	float:left;
	background:url(../images/wall_bg.jpg);
}

.cat_block .cat_header a.close{
	display:inline;
	width:20px;
	height:20px;
	float:right;
	background:url(../images/cross.jpg);
	cursor:pointer;
}

.cat_block .cat_item{
	width: 580px;
	margin-top:10px;
	margin-left:20px;
	text-align:center;
}

.cat_block .cat_item table{
	width:100%;
}

.cat_block .cat_item table tr td{
	padding-right:22px;
}

.cat_block .cat_item table tr td a{
	cursor:pointer;
}

a#getQuote {
	cursor:pointer;
}

/* Builder information */
.builder_sum {
	margin:0 auto;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
}

.builder_sum a{
	cursor:pointer;
}

.builder_head img{
	border:1px solid #99CC00;
}

.builder_sum .builder_item{
	color:#99CC00;	
}

.builder_block{
	text-align:left;	
}

.builder_block a{
	color:#FFFFFF;	
}

.builder_sum table{
	border:2px solid #333;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	color:#09C;
	width:100%;
}

.builder_sum table tr td{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:10px;
	background:#282727;
	color:#FFFFFF;
	font-size:13px;
}

.builder_sum table tr td.item_name{
	color:#99CC00;	
}

/* Styles For Construction */
#general span#ins_head{
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}

#general span.price_result{
	float:right;
	color:#f00;
}

#general p{
	font-size:11px;
	margin-top:-15px;
	margin-left:30px;
}

#general h2 {
	font-size:12px;
	font-weight:bold;
	color:#999;
}

#general table{
	width:80%;
	margin-left:100px;
	margin-bottom:20px;
}

/* Construction item list */
.cons_table ul li {
	list-style:none;
}

.cons_table ul li.extend_node{
	list-style-image:url(images/plus.gif);
}

.cons_table ul li.unextend_node{
	list-style-image:url(images/minus.gif);
}

li.item_list {
	list-style-image:none;
	list-style:none;
}

.cons_table ul li a.cat_title {
	display:block;
	background:#aba577;
	width:460px;
	height:10px;
	padding:10px;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.cons_table ul li a.cat_title:hover {
	color:#F00;
	background:#933;
}

.cons_table ul li a.item_line {
	display:block;
	background:#666;
	width:420px;
	height:10px;
	padding:10px;
	font-size:11px;
	color:#CCC;
}

.cons_table ul li a.item_line:hover {
	color:#99CC00;
	background:#FFF;
}

.cons_table ul li a.item_line .item_name {
	float:left;
}

.cons_table ul li .price_input{
	float:right;
	margin-top:-6px;
}

/* Builder Item Summary */
.item_summary {
	padding:20px;
	margin-left:30px;
	margin-bottom:50px;
}

.item_summary p{
	font-size:13px;
	color:#990;
}

.item_summary table {
	width:100%;
	text-align:center;
	margin-bottom:10px;
}

.item_summary table thead tr.item_category{
	padding:5px;
	font-size:13px;
	background:#99CC00;
	color:#FFF;
}

.item_summary table thead tr.item_title{
	padding:5px;
	font-size:12px;
	color:#2e2e2e;
	background:#aba577;
}

.item_summary table tbody tr td {
	color:#000;
	font-size:12px;
	background: #d4d1b3;
	padding:5px;
}

.item_summary table tbody tr td.item_name {
	background:#FDBB30;
	font-size:13px;
	font-weight:bold;
}

.item_summary table tbody tr td.average {
	background:#900;
	color:#fff;
}

a.edit_log{
	cursor:pointer;
	float:left;
	display:block;
	width:64px;
	height:64px;
	background:url(../images/_log.png);
	margin-bottom:10px;
}

a.edit_rate{
	cursor:pointer;
	float:left;
	display:block;
	width:64px;
	height:64px;
	background:url(../images/dollar-icon.png);
	margin-bottom:10px;
}

li.new_log{
	list-style-image:url(../images/hourglass_small.png);
}

a.unit_img{
	text-align:center;
}

a.print_pdf{
	cursor:pointer;
	display:block;
	width:16px;
	height:16px;
	background:url(../images/pdf_button.png);
}

a.del_log{
	cursor:pointer;
	float:right;
}

a#redo{
	cursor:pointer;	
}

.btns{
	text-align:center;
}

.btns input{
	margin-right:30px;
}

#mask{
	display:none;
	background:#fff;
	text-align:center;
}

.ajax_div{
	margin-left:400px;
	*margin-left:0px;
	margin-top:300px;
}

.cost_form{
	margin-left:400px;
	*margin-left:0px;
	width:400px;
	padding-top:15px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	background:#333;
	font-size:14px;
	font-weight:bold;
}

.cost_form table{
	width:100%;
}

.cost_form table thead tr th{
	background:#036;
	color:#fff;
}

.cost_form table tbody tr td{
	background:#000;
	color:#FFF;
	padding:5px;
}

.cost_form table tbody tr td#project_total{
	background:#900;
}

a.close_form{
	display:block;
	background:url(../images/cross.png) no-repeat;
	width:19px;
	height:19px;
	float:right;
	cursor:pointer;
}

/* Builders page new style */
.builder_head{
	padding:5px;
	overflow:hidden;
}

img.avatar{
	float:right;
}

table.builder_general{
	float:left;
	width:100%;
}
/* Builder table */
.builder_layout{
	padding:20px;
	padding-bottom:20px;
	background:url(../images/adam_images/consTabBg.jpg) repeat-y;
	font-size:14px;
}

a.add_upload,a.del_upload,a.add_upload2,a.copy_councils,a.view_builder,a#add_exstep,a.unfold{
	cursor:pointer;	
}

