﻿

* {
	margin: 0;
	padding: 0;
}

html,body 
{
	background:#C4CFC5;
	font-family: arial, sanf-serif;
	font-size: 14px;
	color: #333333;	
	margin:0;
   padding:0;
   height:100%;
}



.checklist p
{
    padding: 5px;
}

/* start form styling */
.form 
{
	background:#FFFFF5;
	border:1px #004703 solid;
	
}

.linestatus
{
	color: #004703;
}

.form h1 
{
	background:#004703;
	font-size:14px;
	padding:5px;
	color:#FFFFF5;
}

.form h1 img 
{
	vertical-align:middle;
	margin-right:3px;
}

.form h1.blue {
	/*background: #000000;*/
}

.form h1.green {
	/*background: #093;*/
}

.refer_details
{
	background: #FFF;
	padding: 10px;
	border: solid 1px #004703;
}

.inner_script
{
	padding:10px;
	background: #f0f0f0;
	
	margin-bottom: 10px;
	overflow:auto;
}
.form .inner 
{
	padding:10px;
	border-top:1px #fff solid;
	border-bottom:1px #ccc solid;
	overflow:auto;
	
}


/* end form styling */

#user_bar {
	font-size: 12px;
	background: #EBF2EC;
	height: 55px;
	padding: 7px;
	border-bottom:1px #004703 solid;
}


#addrcells div
{
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border: solid 1px #666;
	color: Blue;
	cursor:pointer;
}

.custliststatus
{
	width: 190px;
}

.updatemsg
{	
	font-size: 14px;
	font-weight: bold;
}

.updatemsg img
{

	vertical-align:middle;	
	margin-right: 5px;	
}

#user_bar div {
	float: left;	
	border-right: #1px #ddd solid;
	padding: 5px 10px;
	height: 22px;
}

.ssldiv
{
	float: right; border: none;	padding: 5px 5px 5px 0px;
}



#user_bar div:first-child {
	padding-left: 0;
}

#user_bar #big_buttons {
	border-right: 0;
}

#user_bar #show_sales_script {
	text-align: center;
	cursor: pointer;
}
.oftitle
{
	margin: 10px 0 10px 15px;
}
.oftitle span
{
	color: #666666;
}
.error 
{
	color: #f00;
	font-size: 12px;
}
.orderbtn
{
	background: #000000;
	padding: 4px 4px 4px 4px;
	
}

.orderbtn a, .orderbtn a:visited
{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.orderbtn span.done
{
	background: #00CC00;
	padding: 2px 2px 2px 2px;
	margin: 5px 0 0 0;	
	display: none;
	
	
}
.oload
{
	margin: 13px 10px 0 0;	
	/*padding: 5px 5px 5px 0;*/
	float: right;
	
}

.orderbtn span
{
	color: #fff;
}

.text_edt
{
	width: 99%;
	height: 300px;
}
#reccount
{
	padding-left: 5px;
}

#tablinks 
{
	border-collapse:collapse;
}

/* selected tab */


#tablinks a.selected
{
	background:#EBF2EC;
	color:#004703;
	border-bottom-color:#EBF2EC;
}





#tablinks a
{
	display: block;
	float: left;
	padding: 14px 3px;
	border: 1px #FFFFF5 solid;
	width: 110px;
	
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	border-right:0;
	/*background:url(images/tab_bg.png) repeat-x;*/
	background:#004703;
	font-size: 12px;
	/*font-weight: bold;*/
	outline: 0;
}

#tablinks a.last 
{
	border-right: 1px #004703 solid;
}

#tablinks
{
	margin: 10px 0 0 5px;
	
}
#tablinks a.bigtablink
{
	width: 140px;
	display: block;
	float: left;
	padding: 14px 3px;
	border: 1px #FFFFF5 solid;
	
	
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	border-right:0;
	/*background:url(images/tab_bg.png) repeat-x;*/
	background:#004703;
	font-size: 12px;
	/*font-weight: bold;*/
	outline: 0;
}

#tablinks a.bigselected
{
	background:#EBF2EC;
	color:#004703;
	border-bottom-color:#EBF2EC;
	width: 140px;
}

.fix2
{
	position: fixed;
	background: #fff;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	
	
}
#pnls .pnl
{
	padding: 20px 10px 10px 10px; 
	background:#EBF2EC;	
}


.pnl p
{
	margin-bottom: 6px;
}

.load
{
	padding: 0 0 0 10px;
}
.load select	
{
	width: 320px;
}

.ciload
{
	padding: 0 0 5px 0;
margin: 0 0 10px 0;
border-bottom: solid 1px #000000; 	
}
.ciload select	
{
	width: 220px;
}

input.warn
{
	/*background: #cc0000;*/
	color: #cc0000;
	
}
.newcust
{
	padding: 10px 10px 10px 10px;
}

.newcust legend
		{
			font-weight: bold;
			padding: 3px 4px;
			background: #000000;
			color: #fff;
			margin: 10px 0 5px 0;
		}
		.newcust fieldset
		{
			padding: 10px;
			margin: 0px 0;
			border: 1px #09c solid;
		}
		
		.newcust li {
			float: left;    
			clear: left;    
			width: 100%; 		
			list-style-type: none;
			margin: 5px 0;
		}
		
		.newcust label {	
			display: block;
			float: left;
			width: 150px;
			margin-right: 5px;
		}

.pnl legend
		{
			font-weight: bold;
			padding: 3px 4px;
			background: #000000;
			color: #fff;
			margin: 10px 0 5px 0;
		}
		.pnl fieldset
		{
			padding: 10px;
			margin: 0px 0;
			border: 1px #09c solid;
		}
		
		.pnl li {
			float: left;    
			clear: left;    
			width: 100%; 		
			list-style-type: none;
			margin: 5px 0;
		}
		
		.pnl label {	
			display: block;
			float: left;
			width: 150px;
			margin-right: 5px;
		}
		
		#horiz_li ul
		{
			float:none;
			margin: 0;
			padding: 0;
			list-style-type: none;
		}

		#horiz_li ul li { display: inline; float:none; display: table-cell; width: 150px; padding:0 5px 0 5px;}

#script_text li, #read_script_text li, .admin_script_text li
{
	list-style-type:disc;
	float:none;
	margin: 0 0 0 20px;
}
#script_text h2, #read_script_text h2, .admin_script_text h2
{
	margin: 10px 0 0 0;
}		

.success 
{
	color: Green;
	font-size: 12px;
	
}

.upper
{
	text-transform:uppercase;
}

#sales_content, #contract_acceptance_form 
{
	
	padding: 0px 5px 5px 5px;
}
#customer_responses, #other_services
{
	display: none;
}

.bas_only_response
{
    display: none;
}

/*
#customer_responses li, #other_services li
{
    font-size: 13px;
    margin: 2px 0 2px 0;

}
    */

#contract_acceptance_form 
{
	display: none;
	font-size: 13px;
	width:600px;
}

#orderlist 
{	
	
	font-size: 12px;
	width:750px;
}

#renewallist 
{	
	margin: 10px 0 0 5px;
	font-size: 12px;
	width:900px;
}

#campaign
{
	color: #999999;
	font-weight: bold;
}

.highlight
{
	color: #000000;
	font-weight: bold;
}

.pr
{
	width: 40px;
}

a {
	color: #007305;
}

.csv_import_del
{
	color: #000000;
	text-decoration:underline;
	cursor:pointer;
}

.sll
{
	color: #000000;
	cursor:pointer;
	text-decoration:underline;
}


a.small_red {
	color: #E30202;
	font-size: 12px;
	/*font-weight: bold;*/
	letter-spacing: 1px;
}



div.col2 {
	float: left;
	width: 644px;
	margin-right: 9px;
}


div.col {
	float: left;
	width: 322px;
	margin-right: 9px;
}

div.col_sm
{
	float: left;
	width: 250px;
	margin-right: 10px;
}

h2, h3 {
	font-size: 16px;
}

h3 {
	color: #000000;
}

.texth3
{
	color: #000000;
	font-weight: bold;
	width: 190px;
}
.texth2
{
	font-weight: bold;
	width: 190px;
}

.clear {
	clear: both;
}

label {
	display: block;
	float: left;
	width: 102px;	
	
}

#colLeft_big
{
	width: 500px;
	
	float: left;
}
#colLeft_big label
{
	display: block;
	float: left;
	width: 160px;	
}



.accft
{
	margin-left: 102px;
}




li {
	list-style-type: none;
	margin: 5px 0;
    

}

input {
	padding: 2px;
}

.text, .texth2, .texth3 {
	border: 1px #004703 solid;
	width: 190px;
	
}

textarea.text {
	width: 99%;
}

.tfrblinky
{
	border-left:solid 10px #c00;
	
	font-weight: bold;
}
div.note {
	background: #F7F7B0;
	padding: 7px 21px 7px 7px;
	margin-bottom: 1px;
	border-bottom: solid 1px #F7F7B0;
	color:#302703;
}

div.note span {
	
	cursor:pointer;
	text-decoration:underline;
	color: #cc0000;
}

div.scan span {
	
	cursor:pointer;
	text-decoration:underline;
	color: #cc0000;
}



#sales_script 
{
	display: none;
}

.add_edit_user_form , .add_edit_user_form_alt 

{
	font-family:arial,sans-serif;
	font-size:12px;
	border-collapse:collapse;
	color:#000A2D;	
	margin-top:5px;
	border:0;
}


.add_edit_user_form td, th {
	padding:3px;
	border-bottom: 1px #fff solid;
}
		
.add_edit_user_form td {
	background:#F0F0F0;
}
.add_edit_user_form_alt td{
	background:#FFFFFF;
}
		
.add_edit_user_form th {
	background-color:#000000;
	color:#fff;
}

.add_edit_user_form_footer td
{
	background-color:#DBDBDB;
}

h2.admin_header 
{
	margin-top:20px;
}

h2.admin_header a
{
	font-size:12px;
}

img.loading_gif 
{
	display: none;
}

#dp_wrap, #as_dp_wrap, #transferwrap 
{
	display: none;
	font-size:12px;
	margin: 10px 0 0 0;
}

#as_dp_wrap p
{
	margin: 5px 0 0 0;
}
#as_dp_wrap .text
{
	width: 230px;
}

#as_dp_wrap label
{
	width: 60px;
	padding: 3px 0 0 0;
	
}





#big_buttons img 
{
	cursor: pointer;
}

table#csvpreview {
	width:100%;
	border-collapse:collapse;
	margin-top:30px;
}

table#csvpreview td, table#csvpreview th {
	border:1px #ccc solid;
	padding:5px;
}

table#csvpreview td.rownum, table#csvpreview th {
	border:1px #9eb6ce solid; 
	background:#e4ecf7;
	color:#334e68;
}

table#csvpreview th {
	font-size:13px;
}

#    {
	margin:5px 0;
}

.draggable {
	border:2px #ccc solid;
	background:#fff;
	padding:5px;
	margin: 2px;
	width: 120px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:move !important;
    display: inline;
}
.shadow {
	box-shadow: 2px 2px 4px #aaa;
    position: absolute;
}


.name {
	border-color:#9c3;
	color:#618020;
}

.postcode, .telephone {
	border-color:#f33;
	color:#AA0000;	
}

.addr {
	border-color:#000000;
	color:#00506A;	
}

.bct {
	border-color:#000000;
	color:#000000;	
}

img.removetag {
	cursor: pointer;
	vertical-align:middle;
}

#instructions_wrapper {
	padding:10px;
	background:#f2f2f2;
}

.big {
    font-size: 18px;
    margin-bottom: 5px;
}

#auto_assign{
    margin: 12px 10px 0 0;
    font-size:14px;
    font-weight: bold;
    float:right;
}

#instructions {
	font-size:18px;
	margin-bottom:5px;
}

#instructions #buttons {
	float:right;
}

#instructions #buttons input {
	width:150px;
}

.help
{
	color: #666;
}
#instructions .help {
	font-size: 15px;
}

#info {
	display:none;
}

img.button {
	cursor:pointer;
}	

#open_price_list_button 
{
	margin:7px 0;
	display: none;
}

#price_list 
{
	display:none;
}

#price_list table 
{
	border:0;
	font-size:13px;
	border-collapse:collapse;
}

#price_list table td, #price_list table th 
{
	border:1px #ccc solid;
	padding:4px;
}

#price_list table .nbb
{
	border-bottom-width:0 !important;
}

#price_list table .ntb 
{
	border-top-width:0 !important;
}

#price_list table th 
{
	background:#F7F7F7;
}

#price_list table td 
{
	cursor:pointer;
}

#price_list table .mtr 
{
	background:#FFEA28;
}

#findorders
{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 210px;
}
#findorders label
{
	width: 180px;
	display: block;
}

#findorders li
{
	margin-top: 10px;
	clear: both;
}

#rightmargin 
{
	position:fixed;
	left:650px;
	margin-right:10px;
}

#rightmargin legend {
	font-weight: bold;
	padding: 3px 4px;
	background: #093;
	color: #fff;
}
		
#rightmargin fieldset {
	padding: 10px;
	margin: 10px 0;
	border: 1px #093 solid;
}

#script_text, #read_script_text
{
	/*max-height:300px;
	overflow-y:scroll;*/
	padding:10px;
	background:#eee;
	font-family:'courier new';
	margin:10px 0;
}

.admin_script_text
{
	max-height:200px;
	overflow-y:scroll;
	padding:10px;
	background:#eee;
	font-family:'courier new';
	margin:10px 0;
}

.small_tb
{
	width: 50px;
}

.small_tb2
{
	width: 100px;
}



.big_tb
{
	width: 250px;
}



/* CONTRACT ACCEPTANCE FORM CSS */
		#orderlist {
			
			color: #000;
			float: left;
			margin:10px 0 0 0;
		}

		#contract_acceptance_form {
			padding: 10px;
			color: #000;
			float: left;
			margin-right:50px;
		}
		
		#contract_acceptance_form p {
			margin:5px 0;
		}		
		
		#contract_acceptance_form table {
			font-size: 13px;
			background: #eee;
			padding: 10px;
		}
		
		#contract_acceptance_form table div {
			padding: 2px 0;
		}		
		
		#contract_acceptance_form td, #contract_acceptance_form tr  {
			padding: 3px;
		}			

		#contract_acceptance_form td.units {
			color: #666;
			font-size: 12px;
		}				
		
		
		
		#contract_acceptance_form legend {
			font-weight: bold;
			padding: 3px 4px;
			background: #000000;
			color: #fff;
		}
		
		#contract_acceptance_form fieldset {
			padding: 10px;
			margin: 10px 0;
			border: 1px #09c solid;
		}
		
		#contract_acceptance_form li {
			float: left;    
			clear: left;    
			width: 100%; 		
			list-style-type: none;
			margin: 5px 0;
		}
		
		#contract_acceptance_form label {	
			display: block;
			float: left;
			width: 150px;
			margin-right: 5px;
		}
		
#change_password 
{
	margin:20px;
	min-height: 100%;	
	font-size:13px;
}

#change_password p 
{
	padding:3px 0;
}

#change_password label 
{
	width:125px;
}

#change_password #change_password_button 
{
	margin-left:0;
}

.exportbtn
{
	
	
}
.pages
{
	
	float: right;
}
.pages a 
{
	padding:5px;
}

#letter_of_acceptance 
{
	padding:20px;
	line-height:1.5em;
	font-family:georgia,serif;
}

#letter_of_acceptance li 
{
	clear:both;
	padding:5px 0;
}

#letter_of_acceptance ul span.label 
{
	display:block;
	float:left;
	width:80px;
}

#letter_of_acceptance ul span.line
{
	display:block;
	float:left;
	width:300px;
	border-bottom:1px #ccc solid;
}

.admin_only
{
	margin: 15px 0 0 0;
	padding: 5px 0 0 0;
	background: #f0f0f0;
}

#letter_of_acceptance p, #letter_of_acceptance ul
{
	margin:30px 0;
}

#letter_of_acceptance h1, #letter_of_acceptance h2 
{
	color:#034186;
	font-size:18px;
	margin:30px 0;
	padding:0;
}

#dial_tel, #dial_alt_tel
{
	cursor: pointer;
	text-decoration: underline;
	color: #000000;
}

#dialanumber_status_close
{
	cursor: pointer;
	color: #fff;
	float: right;
}
.cherryload
{
	cursor: pointer;
	text-decoration: underline;
	color: #000000;
	
}

.tbdial
{
	width: 150px;
}

.hngup, .closedial, .dialwin_transfer, .dialwin_hold, .dialwin_switch, .dialwin_rec
{
	cursor: pointer;
	text-decoration: underline;
	color: #000000;
	padding: 5px 5px 2px 5px;
	width: 110px;
	float: left;
}
.dialwin_switch
{
	color: #E30202;
}
.dialanumber_status_hdr
{
	font-weight: bold;			
	background: #000000;
	padding: 5px;
	color: #fff;
}
#dialanumber_status {
	 border: solid 1px #000000;
	
}
#dialanumber_status_msg, #dan_newtfr
{
 background: #fff;
 padding: 5px;	
}

#dialanumber_status_msg table
{
	margin-top: 10px;
}

#dialanumber_status_msg td
{
	border: solid 1px #f0f0f0;
	text-align:left;
	padding: 2px;
}

#dialanumber_status_msg th
{
	text-align:left;
	background: #333;
	color: #fff;
	
}



span.trfsh {
	
	cursor:pointer;
	text-decoration:underline;
	color: #000000;
}

#footer 
{	
	
	clear: both;
	font-size: 11px;
	background: #EBF2EC;
	border-top:1px #004703 solid;	
	position:absolute;	
   bottom:0;
   left: 0;
   width: 100%;
   height:20px;   /* Height of the footer */
	
}

#footer p
{
 padding: 5px 0 0 25px;	
}


#container 
{
	margin: 0 0 0 2px;	
   min-height:100%;
   position:relative;
   
}

#cph
{

   margin-bottom:25px;   /* Height of the footer */
}

.spanlink
{
	cursor:pointer;
	text-decoration:underline;
	color: #000000;
}

.list_note
{
	margin: 8px 0 0 0;
	padding: 2px;
	background: #F7F7B0;
	border-bottom: solid 1px #F7F7B0;
	color:#302703;
}

#colLeft
{
	float: left;
	width: 400px;
}

#colRight
{
	float: left;
	width: 600px;
}

.threecol
{
	float: left;
	width: 320px;
	padding: 0 5px 0 10px;
	border-left: dashed 1px #000000;
}

.threecol1
{
	float: left;
	width: 320px;
	padding: 0 5px 0 10px;	
}
.threecol h3, .threecol1 h3
{
	margin-bottom: 5px;
	text-decoration: underline;	
}

.req
{
	color: blue;
	font-weight: bold;
}

#sales_script, #owner2_addr, #owner3_addr{
    display: none;
}

.extra_fields{
    padding:10px;
    margin-left: 20px;
}
.extra_fields h5{
    color: #666;
    margin: 10px 0 10px 0;
    text-decoration: underline;
}