/******************* ADCO Construction Styles **************/
/********************** KND Web Consultants ****************/
/***************** Chris Garrett September 2006 ************/


html{
overflow-y: scroll;
}

input, select{
	padding:2px;
}

input.inactive{
	color: #777!important;
}

/***********************************************/
/*                 Layout Divs                 */
/***********************************************/
#wrapper {
	width: 980px;
	margin: auto;
	padding: 5px 0 0 0;
}

#sideColumn {
	/*the logo holds the width*/
	padding: 27px 0 0 0;
	font-size: 85%;
	width: 197px;
    float: right;
}
#logo {
	border-bottom: 1px solid #cccccc;
	text-align: right;
}
#mainColumn {
	border-left: 1px solid #cccccc;
	font-size: 12px;
	float: right;
	width: 770px;
}
.docsmenu{
	font-size: 14px;
}

* html body #mainColumn {
	width: 770px;
	margin: 0 0 0 -2px;
}
#content {
	padding: 15px;
	margin: 0 0 0 20px;
}

.content{
	padding: 15px;
	margin: 0 0 0 20px;
}

#menu{
	background-image: url(../intranet/images/admin.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 107px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 0 -16px;
	font-size: 15px;
}
#survey{
	background-image: url(../images/survey.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 107px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 0 -16px;
}

a{
outline: none;
}
/*************** survey form *************/
form .survey{
	margin:0px;
	padding:0px;
}
form .label2{
	width: 10.5em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}
form .input2{
	xmargin-left: .5em;
	width:12em;
}
form .red{
	color:red;
}
form table .heading{
	font-style: italic;
	text-decoration: underline;
}
form .padding{
	padding:0px 0px 0px 10px;
}
.survey_footer{
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	padding:5px 0px 0px 0px;
	border-top:2px solid #666666;

}
.survey_footer .small{
	font-size:9px;
}
.survey_footer .normal{
	text-transform:none;
}
/************** Footer ****************/
#footer{
	clear: both;
	font-size: 65%;
	color: #666666;
	padding: 15px 0 5px 0;
	text-align: center;
}
#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#footer a{
	color: #00549F;
}
#footer a:hover{
	color: #0099CC;
}
.clear {
	clear: both;
}
/************** Menu Styles **************/
#nav {
	margin: 0 0 0 30px;
}
#nav li {
	float: left;
	list-style: none;
	padding: 80px 25px 5px 0px;
}
a:link, a:visited{
	color: #F58027;
	text-decoration: none;
}
a:hover, a.activePageLink {
	text-decoration: underline;
	color: #333333;
}

#docsContent a:link, #docsContent a:visited,#docsContent a:active {
	text-decoration: none;
	font-size:12px;
	color: #0000FF;
}
#docsContent a:hover{
	text-decoration: underline;
	font-size:12px;
	color: #0000FF;
}

#docsContent h2{
	font-size:14px;
	color: #000000;
	margin: 15px 0 3px 0;
}

#docsContent h3{
	text-transform:none;
	color: #000000;
	font-size:12px;
	margin: 15px 0 3px 0;
}

#docsContent blockquote{
	margin: 0px 0 10px 25px;
}


/********************************************/
/************** Content Styles **************/
/********************************************/

/***** Accessibility *****/
#skiptocontent { display: none; }
#pagetitle { display: none; }

/**************** Special Text Styles ****************/
#sideContent {
	padding: 0 10px 0 0;
}
#sideColumn li{
	list-style: none;
}
.adminTable {
	border: 0;
	width: 95%;
}
.adminTable td{
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}
.dottedline {
	border-top: 1px dotted #7EA5D3;
	width: 70%;
	height: 2px;
	margin: 5px 0;
}

.redtext {
	color: #FF0000;
}
.address {
	padding: 15px 0 0 50px;
	clear: left;
}
th label{
	float: none;
	display: block;
}

.order_buttons{
	width: 35px;
	float: none;
}

.order_buttons a{
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -100px;
	overflow: hidden;
	float: right;
	cursor: pointer;
}

a.order_down{
	background: url(/intranet/images/arrow-down.png) no-repeat;
}

a.order_up{
	background: url(/intranet/images/arrow-up.png) no-repeat;
}

/************** Home page styles ************/
#homeContent td {
	padding: 10px;
}
.leftLabels {
	width: 5.3em;
	float: left;
}
.staffDirectory {
	background-color: #f4f4f4;
}
/************* Staff Directory Styles *************/
#searchBox {
	width: 80%;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #7EA5D3;
	background-color: #f2f2f2;
}
.staffDisplayTable {
	padding: 5px;
	width: 95%;
}
.staffDisplayTable td{
	padding: 3px 0;
	font-size: 11px;
}
.oddrow {
	background-color: #f2f2f2;
}
.oddrow td{
	border-bottom: 1px solid #f2f2f2;
}
.evenrow td{
	border-bottom: 1px solid #f2f2f2;
}
.phoneNumbers td{
	border-style: none;
}
searchHeading {

}
.links p {
	font-size: 0.87em;
}
#logout {
	height: 12px;
	text-align: right;
	clear: both;
	font-size: 10px;
}
.smallIcons {
	float: left;
	padding: 4px 5px 0 0;
}
.staffThumb {
	float: left;
	padding: 4px 5px 0 0;
}
.pinktext {
	color: #FF3399;
}

.form_label{
	float: left;
	width:110px;
	padding-left:5px;
	font-size: 11px;
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
	padding-top:5px;
	vertical-align: top;
}

.form_label_long{
	float: left;
	width:150px;
	padding-left:5px;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	padding-top:5px;
	vertical-align: top;
}

.form_label_return{
   	float: left;
	width:200px;
	padding-left:5px;
	font-size: 11px;
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
	padding-top:5px;
	vertical-align: top;
}

.error{
	color:#e00
}

input.error, select.error, textfield.error{
    color:#e00; 
    border:1px solid #e00;   
}


#image_upload_process{
	visibility: hidden;
	text-align: left;
	font-size: 10px;
	height: 12px;
	width: 200px;
}

#brochure_upload_process{
	visibility: hidden;
	text-align: left;
	font-size: 10px;
	height: 12px;
	width:200px;
}

.upload_error_msg{
  font-size: 10px; 
  color: red;
  width: 280px;
}

.upload_msg{
  font-size: 10px;
  color: #090; 
  width: 200px;
}

#add_client_cont{
	display: none;
	background-color: #efe;
	padding:5px;
	padding-left:0px;
	width:350px;
}

#add_location_cont{
	display: none;
	background-color: #efe;
	padding:5px;
	padding-left:0px;
	width:350px;
}

#add_contact_cont{
	display: none;
	background-color: #efe;
	padding:5px;
	padding-left:0px;
	width:350px; 
}

h3.splitter{
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 10px;
	text-align: center;
	color: #6a6;;	
}

h2.splitter{
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:5px;
	font-size: 11px;
	text-align: left;
	color: #aaa;
	border-bottom: solid 1px #aaa;	
}

h1.splitter{
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 18px;
	color: #005A9C;
	border-bottom: solid 1px #005A9C;  
}

.note{
	font-size: 12px;
	color: red;
}

#project_cont{
	float:left;
	width:320px;
	margin-right: 40px; 
}

#client_cont, #staff_cont, #project_manager_cont{
	width:360px;
	margin-left: 0px;
	float:left;
}

#client_cont .detail, #staff_cont .detail, #project_manager_cont .detail{
	padding-top:4px;
	font-size:10px;
	
}

#client_cont .form_label{
	float: left;
	width:120px;
	padding-left:5px;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	padding-top:3px;
}

.no_input_field{
	border: none;
	background: transparent;
	float:left;
	width:180px; 
}

.small_textbox{
	width:350px;
	height:50px;
	margin-left: 0px;
}                          

.large_textbox{
	width:350px;
	height:150px;
	margin-left: 0px;
}

.long_field{
	width:186px;
}

.short_field{
	width:50px;
}


.info_label{
	float: left;
	width:130px;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	margin-top:5px; 
	font-weight: bold;
	vertical-align: top;
}

.info{
	width:220px;
	float:left;
	font-size: 11px;
	margin-top:5px; 
	margin-bottom:1px; 
}


.info_input{
 	width:220px;
	float:left;
	font-size: 11px;
	margin-top:1px;
	padding:0px;
}

.info_input input{
	width:150px;
}

.controls{
	margin-top:3px; 
	float:left;                        
}

.small_btn{
	display: block;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	text-indent: -9000px;
	float:left;
	margin-left: 5px;
} 

.delete{
	background-image: url("/intranet/images/delete.png");
}

.edit{
	background-image: url("/intranet/images/edit.png");
} 

.go{
	background-image: url("/intranet/images/disk.png");
}

.save{
    background-image: url("/intranet/images/disk.png");
}

.open{
    background-image: url("/intranet/images/details_down.png");
}

.closed{
    background-image: url("/intranet/images/details_side.png");
}
.cancel{
    background-image: url("/intranet/images/cross.png");
}

.small_icon{
	display: inline-block;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	margin-left: 3px;
} 

.upload_form{
	float:left;
	width:150px;
}

.info_display{
	font-size: 11px;
	padding-top:5px;
	float:left;	  
}

#autocomplete-field{
	width: 200px;
}

.user_role{
	width:200px;
}

#advanced_options{
    font-size: 12px;
}

#clients_page .client_cont{
	
	padding-top: 20px;
	background-color: #f7f5e3;
	background-image: url(/intranet/images/clients_title.png);
	background-repeat: no-repeat;
	width:500px; 
}

#clients_page .client_node{
	background-color: #f7f5e3;
	border-top: 1px solid #efebce;
	padding-top:2px; 
	padding-bottom:3px; 
	width: 500px;
}

#clients_page .location_node{
    background-color: #efebce;
	padding-top:5px; 
	padding-bottom:5px; 
	border-top:1px solid #e6e1b5;
	width:460px;  
}

.location_cont{
	margin-left: 40px;
	padding-top: 20px;
	background-color: #efebce;
	background-image: url(/intranet/images/locations_title.png);
	background-repeat: no-repeat;
	margin-top: 10px;
}

#clients_page .contact_node{
    background-color: #e6e1b5;
	padding-top:5px; 
	padding-bottom:5px; 
	border-top:1px solid #dad49c;
	width:420px;   
}



.contact_cont{
	margin-left: 40px;
	padding-top: 20px; 
	background-color: #e6e1b5; 
	background-image: url(/intranet/images/contacts_title.png);
	background-repeat: no-repeat;
	margin-top: 10px; 
}

span.error{
	font-size: 11px;
	color:#e00;
	border: none;
}

.editing{
	background-color: #b6ce70 !important;
}

.hidden{
	display: none;
}

a.large_btn{
	display: block;
	height: 25px;
	width: 120px;
	background-repeat: no-repeat;
	margin: 5px;
}

a.larger_btn{
	display: block;
	height: 25px;
	width: 160px;
	background-repeat: no-repeat;
	margin: 5px;
}

a.large_btn.new_client{
	background-image: url(/intranet/images/new_client_button.png); 
}
a.large_btn.new_location{
	background-image: url(/intranet/images/new_location_button.png); 
}
a.large_btn.new_contact{
	background-image: url(/intranet/images/new_contact_button.png); 
}
a.large_btn.new_project{
	background-image: url(/intranet/images/new_project_button.png); 
}
a.large_btn.save_exit{
	float:left;
	background-image: url(/intranet/images/save_exit_button.png);  
}
a.larger_btn.save_keep_editing{
	float:left;
	background-image: url(/intranet/images/save_keep_editing_button.png);  
}
a.large_btn.back{
	float:left;
	background-image: url(/intranet/images/back_button.png);  
}
a.large_btn.save_blue{
	float:left;
	background-image: url(/intranet/images/save_button.png);  
}
a.large_btn.search{
	background-image: url(/intranet/images/search_button.png);  
}

div.line_splitter{
	height:0px;
	line-height: 0px;
	/*border-top:1px solid;*/
}

div.line_splitter.client{
	border-color: #efebce;
}

div.line_splitter.location{
    border-color: #e6e1b5; 
}

div.line_splitter.contact{
    border-color: #dad49c; 
}

ol{
	margin-top: 4px;
	margin-bottom: 7px;
	margin-left: 20px;
}

ol il{
	margin-top:4px;
	margin-bottom:4px;
}


#print_csv_btn{
	width: 70px; 
	float:right; 
	margin-top:-20px;
}

#search_results_table, #lookup_table{
	width: 100%;
	background-color: #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;    
}

#search_results_table th, #search_results_table td, #lookup_table th, #lookup_table td{
	padding:3px;
	border-left:1px solid #eee;
	background-color: white;  
}

#search_results_table th, #lookup_table th{
	font-size: 12px;
	background-color: #005A9C;
	border:none;
	color: white;
	margin:0px;
}

td.banding_dark{
	background-color: #f5f8ff !important;
}

td.banding_light{
	background-color: #fff  !important;
}

.spacer{
	clear:both;
	height:0px;
	line-height: 0px;
}


.longInput{
	width:180px;
}

.xLongInput{
	width:200px;
}
 





/*******************************************************
                       CLIENT AREA
********************************************************/
#clientContent input, select{
	padding:2px
} 

#clientContent input[type=button]{
	padding:1px
}

div#controlsCont{
	margin-top: 20px;
	width: 725px;
	height: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #dde9ff;
	padding:15px
		
}

div#searchSelectorCont{
	width:200px;
	float:left;
}

div#searchSelectorCont select{
	width:90px;
}


div#searchStringCont{
	width:200px;
	float:left;
}

div#showAllCont{
	width:150px;
	float:left;
}


div.listContainer{
	width:370px;
	height: 350px;
    float:left;
    margin-bottom:10px;
    margin-left:10px;
    border: 1px solid #ddd;
    background-color: #DDE9FF;
    
}

div#clientRecords, div#contactRecords{
 	height: 285px;
 	overflow-x: hidden;
    overflow-y: scroll;
    border-bottom: 1px solid #ddd;
    background-color: #fff; 
}



div.listContainer .header{
	background-image: url("/intranet/images/client_heading_bg.png");
	background-repeat: repeat-x;
}

div.listContainer .header, .record{
	width:370px;
	height:35px;
}

div.listContainer .error{
	text-align: center;
	margin-top: 20px;
}

div.listContainer .header h4, .title{
	color: #000;
	float:left;
	width:250px;
	padding:10px;
	overflow: hidden;
	height:12px;
	line-height: 12px;
}

div.listContainer .header .controls, div#callCard .controls, div.listContainer .record .controls{
	color: #000;
	float:left;
	width:65px;
	margin:0px; 
	padding-right:0px;
	padding:9px;
	text-align: right;
}

div.listContainer .record{
	background-color: #fff;	
}

div.listContainer .record .title{
    cursor: pointer; 
} 

div.listContainer .record.active{
    background-color: #39d;
}


div.listContainer .record.dark{
	background-color: #eee;
}

div.listContainer .record.dark.active{
	background-color: #28c;
}

div.listContainer .record.active, .record.active .title{
	font-weight: bold;
	color: #fff;
}

div.listContainer .record.active em, .record.active .title em{ 
	color: #ddf;
}

div.listContainer em{
	color: #888;
}



div.listContainer .addBtn{
	margin:5px;
}

.controls a, a.btn{
	width:16px;
	height: 16px;
	padding: 0;
	text-indent: 900px;
	display: block;
	float:right;
	cursor: pointer;
	margin:0 0 0 5px
}

a.btn{
 	margin:0 0 0 30px;
 	float:left; 
}

a.deleteBtn{
	background-image: url("/intranet/images/delete.png");
}

a.exportBtn{
	background-image: url("/intranet/images/csvBtn.png");
}
                                            
a.printBtn{
	background-image: url("/intranet/images/printBtn.png");
}

a.addBtn{
	background-image: url("/intranet/images/addBtn.png");
	margin:0px;
	margin-top: 20px;     
}

div#callCard{
	display: none;
	width:710px;
	background-color:#fd0;
	padding: 20px;
	margin:10px;
	background-image: url("/intranet/images/call_card_bg.png");
	background-repeat: repeat-x;
	background-color: #FBCC3E;
	border: 1px solid #fa0;
}

div#callCard.editMode{
	background-image: url("/intranet/images/call_card_edit_bg.png");
	background-color: #000;
	border-color: #000;
}

div#callCard div#callCardInner{
	float: left;
	width:600px; 
}

div#callCard h1{
	
	font-size: 28px;
	color:#d70;
}

div#callCard h1 input{
	width:500px;
	
}

div#callCard h2{
	font-size: 28px;
	color:#f92;
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
}

div#callCard.editMode h2{
	color: #aaa;
}

div#callCard .item{
	padding-top: 20px; 
	padding-bottom: 20px; 
	border-bottom: dashed 1px #ea4; 
} 

div#callCard.editMode .item{
	border-bottom: dashed 1px #555; 
}

div#callCard .error{
	color: #000;
}     

div#callCard .item label{
	width:100px;
	text-align: left;
	float:left;	
	color:#d70;
	font-weight: bold;
	margin-bottom: 5px;
}

div#callCard.editMode label{	
	color:#fff;
}

div#callCard br{
	clear:both;
}

div#callCard.editMode .item input{
	float:left;    
}

div#callCard .saveBtn, div#callCard .cancelBtn{
	display:none;
}

div#callCard .editBtn{
	display:block;
	margin-top: 20px;
}

div#callCard.editMode .saveBtn, div#callCard.editMode .cancelBtn{
	display:block;
	float:left;
	margin-right: 5px;
	margin-top: 20px;     
}

div#callCard.editMode .editBtn{
	display:none;
}


#error_message{
    font-weight: bold;
    color: #e00;
}



