@charset "UTF-8";

/*Start date picker field css -- This part forces the input field to be shorter so datepicker mini calendar can sit on same row.*/
input.hasDatepicker {width: 90% !important;}
/*End*/

/*Start table sorting/pagination css*/
div.tablesorterPager {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

div.tablesorterPager input {
	border: 1px solid #330000;
	text-align: center;
}

table.tablesorter {
	background-color: #386239;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #fffece;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	background-color: #FFF;
}
table.tablesorter tbody tr.odd td {
	background-color:#fffece;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #386239;
	color: #ffffff;
}
/*End table sorting/pagination css*/

/* CSS Document */
.tables {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	height: auto;
	width: auto;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.multiCheckbox
{
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 130px;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.twoColumn {
	text-align:left;
	width: auto;
	margin-right: auto;
	margin-left: 165px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
/* These used with twoColumn: .lCol,.rCol*/
.lcol {
	width:200px;
	text-align: left;
	padding: 2px;
	border-top:1px;
}

.rcol {
	width:300px;
	text-align: left;
	padding: 2px;
	border-top:1px;
}

.textbox {
	width:100%;
}


/* 
Other twoColumn copied from addreseval. 
This is the original.

.twoColumn
{
	width: 700px;
	margin-right: 0px;
	margin-left: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
} --*/

td.sixCol
{
	width: 30%;
	text-align: left;
	padding:2px;
}

td.twoCol
{
	width: 50%;
	text-align: left;
	padding: 2px;
	border-top:1px;
	border-top-color: #006234;
}

caption
{
	text-align: left;
	font-weight: bold;
}

th
{
	text-align: left;
}

h3
{
	font-size:24px;
	color:#006234; 
	text-align:center;
}


table {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

caption {
	text-align: left;
	padding: 2px;
	border-top:1px;
	border-top-color: #006234;
}

body {
	background-color: #A67A0D;
	text-align:center;
}

.headline2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #BA8F00;
	line-height: normal;
	padding-top: 0px;
}

a:link {
	color:#006234;
}    /* unvisited link */
a:visited {color:#006234;} /* visited link */

#wrap { /* For background*/
  width: 960px; 
  margin: 0 auto; 
}


.body_bg { /* For background*/
	background-image:url(../images/ah_flat_r2_c1.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	min-height:400px;
	width: 960px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}


.hg { /* For background*/
	background-color: #A77B10;
	width: 960px;
	padding: 0px;
	background-repeat: repeat-y;
	height: auto;
	margin: 0px;
}


.h img { /* For background*/
	width: 960px;
	height: auto;
}


.body_text { /* For background*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	margin: 0px;
	min-height:320px;
	text-align: center;
}


.fg { /* For background*/
	width: 960px;
	height:auto;
	margin: 0px;
}

#wrap .body_bg .body_text #employees thead tr .tables {
	font-weight: bold;
}

#wrap .body_bg .body_text #clients thead tr .tables {
	font-weight: bold;
}
#wrap .body_bg .body_text #clients tbody tr .tables {
	font-weight: normal;
}

#servicePlansList {
	overflow: auto;
}

.error_text {
	color: red;
}

.dialogBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

