/* HTML Elements */
body {
	background: #fff;
	margin: 0px;
}
body, td {
	font: 11px sans-serif;
}
a,
a:active,
a:visited {
	color: #01269B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	margin: 0px;
}
hr {
	background: #DFDFDF;
	border: 0px none transparent;
	height: 1px;
}
fieldset {
	border: 1px solid #8D8D8D;
	margin: 10px 0;
	padding: 10px 15px;
}
legend {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	height: 100%;
	padding: 0 6px;
}
legend a {
	border-left: 1px solid #8D8D8D;
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
	padding-left: 5px;
}
big {
	font-size: 12px;
	line-height: 15px;
}

h9 {
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
h9:active, h9:visited, h9:link {
	text-decoration:underline;
}
h9:hover {
	text-decoration:none;
}

h8 {
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
h8:active, h8:visited, h8:link {
	text-decoration:underline;
}
h8:hover {
	text-decoration:none;
}
h3{
	font-size:12px;
	font-weight:bold;
}
/* Blocks */

/* ali 2010 stuff BEGIN */
#header {background: #062f61; }

#headerimg {background: transparent url('../img/headerimg-bg.png') top left no-repeat;}
#headerimg img {margin-left: 10px;}


#topnav {
      float:left;
      width:100%;
      background:#8b0101;
      font-size:1.5em;
      line-height:normal;
      }
      
#topnav ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
	  
      }

#topnav li {
      float:left;
      margin:0 1px;
      padding:0;
	}	

#topnav a {
      display:block;
      color: red; 
	  text-decoration: none;
      padding: 5px 0px 4px 7px;
      }
      
#topnav span {
	padding: 5px 7px 4px 0px;
	}
      
#topnav a:hover span{
      background:transparent url('../img/topnav-bg-right.png') right -36px no-repeat;
      }
#topnav a:hover {
	background: transparent url('../img/topnav-bg-left.png') left -36px no-repeat;
	color:white;
      }

#current a {
	background:transparent url('../img/topnav-bg-left.png') left top no-repeat;
	}
#current span {
	background:transparent url('../img/topnav-bg-right.png') right top no-repeat;
	}
	
#topnav li ul{position:absolute;background:#c8c8c8; font-size: .8em; padding: 2px; margin: 0px;display:none;}
#topnav li ul li{float:none;}
#topnav li ul li a{color: #646464; padding: 4px 4px 4px 28px; line-height: 28px; background: transparent 2px 6px no-repeat;}
#topnav li ul li a:hover {background: white 2px 6px no-repeat; color: black;}

/* ali 2010 stuff END */

#development {
	background: #c00;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
#masthead {
	background: #fff;
	padding: 15px;
}
#search {
	background: #dc0303 url(/img/interface/tiles/searchbar_blue.gif);
	background-position:center center;
	height: 32px;
	padding: 0px 10px;
}
#body {
	border: 0px none transparent;
	height: 100%;
	padding: 0px;
	width: 100%;
}
#sidebar {
	/*background: #E7EDF6;*/
	background: #eee;
	border-right: 1px solid #A6A6A7;
	padding: 0px;
	width: 160px;
}
#content {
	background: #fff;
	padding: 0px;
}


/* Icons */
#sidenav {
	width: 160px;
}
.button {
	/*background: #E7EDF6;*/
	
	border-bottom: 1px solid #E7EDF6;
	color: #000;
	cursor: pointer;
	float:left;
	height: 32px;
	margin: 0px;
	width: 100%;
}
.buttonSelected,
.buttonSelectedOver {
	/*background: #B1C0D4 url(/img/interface/tiles/buttonSelected.gif);*/
	background: #062F61;
	border-bottom: 1px solid #8C98B0;
	color: #fff;
	cursor: pointer;
	float:left;
	font-weight: bold;
	text-shadow: #8591AC 2px 2px 0px;
	height: 32px;
	margin: 0px;
	width: 100%;
}
.buttonOver {
	background: #C4CFE0;
	border-bottom: 1px solid #C4CFE0;
	color: #000;
	cursor: pointer;
	float:left;
	height: 32px;
	margin: 0px;
	width: 100%;
}
.buttonContainer {
	margin: 0px;
	padding: 4px 6px;
}
.buttonIcon {
	float: left;
	height: 24px;
	width: 24px;
}
.buttonText {
	float: left;
	line-height: 24px;
	margin: 0px 6px;
}



.pagetitle {
	/*background: #82A5E7;*/
	background: #062F61;
	color: #fff;
	height: 48px;
	width: 100%;
	margin: 0px;
}

.pagetitleContainer {
	margin: 0px;
	padding: 8px 12px;
}
.pagetitleIcon {
	float: left;
	height: 32px;
	width: 32px;
}
.pagetitleText {
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	margin: 0px 6px;
}

.pagetitleTabHolder {
	float: right;
	text-align: bottom;
	padding: 10px 100px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/* Content */
#contentContainer {
	padding: 0px;
}

#content {
	width: 662px;
	padding: 10px;
}
/* DELETE */
#page_title {
	background: #82A5E7;
	color: #fff;
	font-size: 18px;
	padding: 10px;
}
#subtitle {
	font-size: 16px;
}

#helpDeskSubject {
	position: relative;
	display: block;
	float: left;
}
#helpDeskMessage {
	position: relative;
	display: none;
}

/**
* PAGE TITLE TABS
*/
#pagetitleTabHolder {
	height: 48px;
	width: 100%;
	line-height: 48px;
	vertical-align: bottom;
	text-align: center;
}
.pagetitleTab {
	height: 32px;
	width: 132px;
	line-height: 32px;
	background: "/img/interface/tabs/pageTitle_tabBack.gif";
	vertical-align: middle;
	text-align: center;
	color: #014EB3;
	font-weight: bold;
}
.pagetitleTab_on {
	height: 32px;
	width: 132px;
	line-height: 32px;
	background: "/img/interface/tabs/pageTitle_tabBack_on.gif";
	vertical-align: middle;
	text-align: center;
	color: #014EB3;
	font-weight: bold;
}
.tabLink {
	font-weight: bold;
}
a.tabLink,
a.tabLink:link,
a.tabLink:visited,
a.tabLink:active {
	color: #5B5B5B;
	font-weight: normal;
}
a.tabLink:hover {
	color: #01269B;
	font-weight: normal;
	text-decoration: none;
}

/* Data */
.data {
	border-bottom: 1px solid #ddd;
	padding: 0px;
	width: 100%;
}
.data th {
	font: normal 11px sans-serif;
	padding: 3px 5px;
	text-align: left;
}
.data tr.row0 {
	background: #fff;
}
.data tr.row1 {
	background: #F7F7F7;
}
.data tr.row0 td.dark {
	background: #eee;
}
.data tr.row1 td.dark {
	background: #e7e7e7;
}
.data td {
	border-top: 1px solid #ddd;
	padding: 3px 5px;
}
.data td.post {
	padding: 15px;
}

.datacenter th{
	font: normal 11px sans-serif;
	padding: 3px 5px;
	text-align: center;
}


/* Data Table Centered*/
.datacenter {
	border-bottom: 1px solid #ddd;
	padding: 0px;
	width: 100%;
}
.datacenter th {
	font: normal 11px sans-serif;
	padding: 3px 5px;
	text-align: center;
}
.datacenter tr.row0 {
	background: #fff;
}
.datacenter tr.row1 {
	background: #F7F7F7;
}
.datacenter tr.row0 td.dark {
	background: #eee;
}
.datacenter tr.row1 td.dark {
	background: #e7e7e7;
}
.datacenter td {
	border-top: 1px solid #ddd;
	padding: 3px 5px;
	text-align:center;
}
.datacenter td.post {
	padding: 15px;
}

/* datatabs is for front page jquery tabs */
.datatabs th{
	font: normal 11px sans-serif;
	padding: 3px 5px;
	text-align: left;
}

.datatabs {
	border-bottom: 1px solid #ddd;
	padding: 0px;
	width: 100%;
}

.datatabs tr.row0 {
	background: #fff;
}
.datatabs tr.row1 {
	background: #F7F7F7;
}

.datatabs td {
	border-top: 1px solid #ddd;
	padding: 3px 5px;
	text-align:left;
}


/* Data */
.visitdata {
	border-bottom: 1px solid #ddd;
	padding: 0px;
	width: 100%;
}
.visitdata th {
	font: normal 11px sans-serif;
	padding: 3px 5px;
	text-align: left;
}
.visitdata tr.row0 {
	background: #fff;
}
.visitdata tr.row1 {
	background: #F7F7F7;
}

.visitdata td {
	
	border-top: 1px solid #ddd;
	padding: 15px 10px;
}

.visitdata h2 {
	font-size:10pt;
	color:green;
	margin: 0px;
	padding: 0px;
	
}
.visitdata .followup li p {
margin:0px 0px 10px 0px;
}
.visitdata .followup li {
margin-bottom:8px;

}


.visitdata ul.followup{

list-style-image: url('http://www.americanleakdetection.com/img/menu-drop-bullet.png');
list-style-type:disc;
}

ul.followup{

list-style-image: url('http://www.americanleakdetection.com/img/menu-drop-bullet.png');
list-style-type:disc;
}
/* Forms */
label {
	color: #7F7F7F;
}
.required {
	font-family: verdana, sans-serif;
	color: #f60;
	font-size: 12px;
	line-height: 10px;
}
.error {
	color: #c00;
}
.alert {
	background: #ffc;
	border: 1px solid #888;
	padding: 10px;
	width: 75%;
}
.active {
	color: #090;
}
.inactive {
	color: #c00;
}
.webtable{
	border-collapse: collapse;
}
.webtable td{
/*		background: #fff url(/img/grey-grad-rev.jpg) bottom left repeat-x;*/
		border-top: 1px solid #cecece;
}
.webtable th{
		/*background: #fff url(/img/greenstripe.png) bottom left repeat;*/
		border-top: 1px solid #cecece;
		font-size: 8pt;
		text-align: left;;
}

.webtable tr.row0 {
	background: #fff;
}
.webtable tr.row1 {
	background: #F7F7F7;
}

div#rolltipDiv {
  position:absolute; visibility:hidden;
  left:0; top:0; z-index:100000;
  width:350px; padding:3px; font-size:8pt;
  background-color:#fff; border:1px solid #336; 
  font-family: Arial, Helvetica, sans-serif;	
  opacity: .9;
	filter:alpha(opacity=90);
  }


#e-learning h3{

	margin-left: 10px;
	font-size: 10pt;
}
#e-learning ul{
	list-style: none;
}
#e-learning li{
	border-bottom:1px solid #E0E0E0;
	line-height: 20px;
	
}

.catbox{
	border: 1px solid #82A5E7;
	background-color: #E7EDF6;
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
}


/*  START DHTML MODAL DIALOG */
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}
/*  START DHTML MODAL DIALOG */


/* PRICE LIST START */

.plhead {
	background-color: #039;
}

.plhead td{
		color: #fff;
	font-weight: bold;
}

/* PRICE LIST END */

/* TM DIRECTORY START */

h1{
	color: #009;
}
.tmcontainer{
	font-size: 10pt;
}
.tmcontainer td{
	font-size: 10pt;
}
/* TM DIRECTORY END */

/* START DD SWITCHMENU */
#masterdiv{
float:left;
width:160px;
margin-top:10px;
}
.menutitle{
 background: transparent url(/img/button-grey.gif) no-repeat scroll top left;
cursor:pointer;
margin-bottom: 5px;
color:#000000;
width:150px;
padding:5px;
text-align:center;
font-weight:bold;
}

.submenu{
margin-bottom: 0.5em;
}
/* END DD SWITCHMENU */

.vendorgroup {width: 45%; float: left; border: 1px solid gray; padding: 5px; margin: 5px;}

.vendorgroup ul{list-style-type: none;}

/* START CUSTOMER SURVEY */

#questions {font-family: Arial, sans-serif;
}
#questions fieldset {margin: 10px auto; padding: 5px; border: 0;
}
#questions td {text-align: center;}
#questions h3 {text-align: left;}
.contact {float: left; width: 50%; text-align: right;}
.contact label {margin-right: 3px; font-size: 8pt;}
.cscol {float: left; width: 50%; text-align: center;}
.cscol label {margin-right: 3px; font-size: 8pt;}
#subscribe-yes {font-size: 8pt;}
#no {color: red; font-weight: bold; font-size: 7pt; text-align: center;}
#yes {color: #1d3182; font-weight: bold; font-size: 8pt; text-align: center;}
#emp {color: #1d3182; font-weight: bold; font-size: 8pt; text-align: center;}

/* END CUSTOMER SURVEY */

/* START Convention SURVEY */

.survey2008 input{width:100%;}
.survey2008 th{font-weight:bold; font-size:10pt;background-color: #E7EDF6;}
.dayhead {text-align:left; background-color: #d3d3d3;}
.cathead {text-align:left; font-size:14pt; color:red;}

/* END Convention SURVEY */

/* Epipe Form */

.epipeform fieldset {text-align:left;}
.epipeform label {margin-right: 3px; font-size: 8pt; width:200px; display:block;float:left;text-align:right;padding-right:30px;}
.epipeform input { font-size: 8pt; }


	.selectBoxArrow{
		margin-top:1px;
		float:left;
		position:absolute;
		right:1px;
		

	}	
	.selectBoxInput{
		border:0px;
		padding-left:1px;
		height:16px;
		position:absolute;
		top:0px;
		left:0px;
	}

	#dg_fix .selectBox{
		border:1px solid #7f9db9;
		height:20px;	
	
	}
	
	.selectBoxOptionContainer{
		position:absolute;
		border:1px solid #7f9db9;
		height:100px;
		background-color:#FFF;
		left:-1px;
		top:20px;
		visibility:hidden;
		overflow:auto;
	}
	.selectBoxAnOption{
		font-family:arial;
		font-size:12px;
		cursor:default;
		margin:1px;
		overflow:hidden;
		white-space:nowrap;
	}
	.selectBoxIframe{
		position:absolute;
		background-color:#FFF;
		border:0px;
		z-index:999;
	}	

/* END Epipe Form */

/* START Call Log Form */
	#call-log{
		width:400px;
		border:2px solid #069;
		background-color: #fff;
		padding:20px;
		/*background: #fff url(../img/phone_handset_bg.jpg) bottom right no-repeat;*/
	}
	#call-log h1{
		font-size: 14pt;
		font-weight: bold;
		font-color: #069;
	}
	.call-log-show{
		visibility: visible;
		display:block;
		position:absolute;
		top:50px;
		left: 50%;
	}
	.call-log-hide{
		visibility: hidden;
		display:none;
	}
	
	.call-log-th{
		display: inline;
	}
	.call-log-th li {
		display:inline;
		padding-right:5px;
	}
/* END Call Log Form */


.formtd p{
	margin:1px;

}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	width:300px;
	}	
	
.gs_sum{color:blue;}
.gs_pct{color:green;}

.gs_data tr td{ background-color: #eee;}
.gs_data tr th{ background-color: #fff; font-weight:bold;font-size: 8pt;}
.gs_data tr td span{ color: green;}



/* Data Table Success Board */
.datasb {
	border-bottom: 1px solid #ddd;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
}

.datasb th {
	font: normal 11px sans-serif;
	padding: 3px 5px;
	text-align: center;
	
}
.datasb tr.row0 {
	background: #fff;
}
.datasb tr.row1 {
	background: #F7F7F7;
}
.datasb tr.row0 td.dark {
	background: #eee;
}
.datasb tr.row1 td.dark {
	background: #e7e7e7;
}
.datasb td {
	/*border-top: 1px solid #ddd;*/
	border: 1px solid #ddd;
	padding: 3px 5px;
	text-align:center;
}
.datasb td.post {
	padding: 15px;
}

.datasb tr.datatotals td{
	background: #DEF;
}

.datasb .red{
background: #DB5E5E;
/*background: #e8bac0;*/
/*background: #DC0303;
color: #fff;*/

}
.datasb .green{
background: #5EDB65;
/*background: #d3e8c0;*/
/*background: green;
color: #fff;*/
}
.datasb .blue{
background: #062F61;
color: #fff;
}
/* END Data Table Success Board */

/* Home page scroller */

#dyk .slide {list-style-type: none; font-size: 10pt;} 
/* Home page scroller END */

/* Convention Reg Hotel START */
.dataconv td{
	font-size: 12pt;
}
/* Convention Reg Hotel END */
