body {
	margin:0;
	body:0;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
}
a img {
	border:none;
}
.hide {
	display:none;
}
.headerContainer {
	width:100%;
	height:142px;
	background-image:url(../img/header_bg.jpg);
	border-bottom:1px solid #FFFFFF;
	position:relative;
}
.header {
	margin: 0 auto;
	width: 900px;
}
.quickLinks {
	text-align:right;
	list-style:none;
	margin:0;
	padding:0;
	padding-top:5px;
}
.quickLinks li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #FFFFFF;
}
.quickLinks li a {
	color:#FFFFFF;
	text-decoration:none;
}
.quickLinks li:last-child {
	border-right:none;
}
#logo {
	background-image: url(../img/header_logo.png);
	background-repeat:no-repeat;
	width: 552px;
	height: 59px;
	float:left;
}
.mainMenu {
	clear:both;
	list-style:none;
	padding:0;
	margin:0;
	bottom:0;
	position:absolute;
}
.mainMenu li {
	float:left;
	height:23px;
	padding:7px 7px 0px 7px;
	background-color:#95ab63;
	font-size:14px;
	margin-left:2px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}
.mainMenu li a {
	color: #FFFFFF;
	text-decoration:none;
}
.mainMenu li.selected {
	background-color:#e2f0d6;
	font-weight:bold;
}
.mainMenu li.selected a {
	color: #10222b;
}
div.subMenu {
	width:100%;
	height: 26px;
	background-color:#bdd684;
}
ul.subMenu {
	width: 900px;
	margin:0 auto;
	padding:0;
	list-style:none;
}
ul.subMenu li {
	float:left;
	margin-right:15px;
	padding-top:5px;
}
ul.subMenu a {
	color:#000000;
}
h2.half {
	float:left;
	width:50%;
}
.pageContent {
	width: 900px;
	min-height:400px;
	margin:0 auto;
}
ul.alert {
	width:88%;
	clear:both;
	margin:10px auto 10px auto;
	padding:1%;
	background-color:#f6ffe0;
	border: 1px solid #95ab63;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
ul.alert li {
	list-style:none;
	background-image: url(../img/error.png);
	background-repeat:no-repeat;
	padding-left:22px;
	min-height:16px;
}
#loginBox {
	width: 250px;
	height:150px;
	margin:30px auto;
	padding:0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: 1px solid #95ab63;
	background-color: #e2f0d6;
}
#loginBox.forgotPassword {
	height:170px;
}
#loginBox h2 {
	margin:0;
	margin-bottom:5px;
	padding:5px 10px 5px 10px;
	background-color:#10222b;
	color:#FFFFFF;
	text-align:left;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}
#loginBox p {
	margin:0;
	padding:5px 8px 5px 8px;
}
#loginBox label {
	display:block;
	text-align:center;
	font-size:13px;
}
#loginBox input, #loginBox button {
	display:block;
	margin: 0 auto;
}
#loginBox button {
	margin-top:5px;
}
#loginBox button img{
	padding-right:4px;
	vertical-align:bottom;
}
table.homeTables {
	width:100%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:0;
	margin:0;
}
table.homeTables thead td {
	background-color:#95ab63;
	font-weight:bold;
}
table.homeTables td {
	padding:3px;
	text-align:center;
	height:25px;
}
table.homeTables tbody tr.alternate {
	background-color: #f6ffe0;
}
table.homeTables tbody tr:last-child td:first-child {
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
}
table.homeTables tbody tr:last-child td:last-child {
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
}
table thead tr:first-child td:first-child {
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}
table thead tr:first-child td:last-child {
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}
table tfoot tr:first-child td:first-child {
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
}
table tfoot tr:first-child td:last-child {
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
}
.indexBox {
	float:left;
	min-height:235px;
	width:48%;
	padding:0;
	margin:0;
	margin-right:1%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: 1px solid #95ab63;
	background-color: #e2f0d6;
}
#commonTasks td {
	text-align:left;
	padding-left:20px;
}
#commonTasks td img {
	padding-right:10px;
	vertical-align:middle;
}
#news td.col1 {
	width: 30%;
}
#news td.col2 {
	width: 70%;
}
#news tbody td {
	vertical-align:top;
}
#news tbody td.col2 {
	text-align:left;
}
.searchBox {
	float:right;
	width:40%;
	padding-top:13px;
	text-align:right;
}
.searchBox input, .searchBox select, .searchBox button {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size:10px;
}
.searchBox input {
	width:100px;
	height:16px;
}
.searchField {
	background-image:url(../img/magnifier.png);
	background-repeat:no-repeat;
	background-position:4px 1px;
	padding-left:20px;
}
table.dataTable {
	width:100%;
	clear:both;
	background-color: #e2f0d6;
	border: 1px solid #bdd684;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
table.dataTable thead td {
	min-width:20px;
	background-color: #10222b;
	text-align:center;
	font-weight:bold;
	height:50px;
	color:#FFFFFF;
	font-size:11px;
}
table.dataTable thead td.selected {
	background-color: #2c3e49;
}
table.dataTable thead td a {
	color:#FFFFFF;
	text-decoration:none;
}
table.dataTable thead td a:hover {
	text-decoration:underline;
}
table.dataTable tbody tr.alternate {
	background-color: #f6ffe0;
}
table.dataTable tbody td {
	text-align:center;
	height:35px;
}
table.dataTable tbody td.noentries {
	text-align:center;
	padding:30px;
}
table.dataTable tfoot td {
	padding:10px;
	text-align:center;
}
table.viewTable {
	width:90%;
	clear:both;
	margin:0 auto;
	background-color: #e2f0d6;
	border: 1px solid #bdd684;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
table.viewTable thead td {
	min-width:20px;
	background-color: #10222b;
	text-align:left;
	font-weight:bold;
	height:30px;
	color:#FFFFFF;
	font-size:18px;
}
table.viewTable td {
	width:23%;
	padding:1%;
}
table.viewTable tbody td {
	vertical-align:top;
}
table.viewTable td.colHeader {
	font-weight:bold;
}
table.viewTable table thead td {
	height:20px;
	font-size:12px;
	font-weight:bold;
	background-color:#96ac64;
	text-align:center;
}
table.paymentInformation {
	width:100%;
}
.paymentInformation td {
	text-align:center;
}
/* Table column widths for reseller table */
table.resellers td.col1 {
	width:3%;
}
table.resellers td.col2 {
	width:3%;
}
table.resellers td.col3 {
	width:7%;
}
table.resellers td.col4 {
	width:20%;
}
table.resellers td.col5 {
	width:15%;
}
table.resellers td.col6 {
	width:13%;
}
table.resellers td.col7 {
	width:15%;
}
table.resellers td.col8 {
	width:7%;
}
table.resellers td.col9 {
	width:11%;
}
table.resellers td.col10 {
	width:6%;
}
/* End of reseller table styles */
/* Table column widths for client table */
table.clients td.col1 {
	width:3%;
}
table.clients td.col2 {
	width:3%;
}
table.clients td.col3 {
	width:7%;
}
table.clients td.col4 {
	width:15%;
}
table.clients td.col5 {
	width:13%;
}
table.clients td.col6 {
	width:13%;
}
table.clients td.col7 {
	width:15%;
}
table.clients td.col8 {
	width:12%;
}
table.clients td.col9 {
	width:11%;
}
table.clients td.col10 {
	width:8%;
}
/* End of client table styles */
table.news {
	width:66%;
	margin:0 auto;
}
table.news td.col1 {
	width:20%;
}
table.news td.col2 {
	width:80%;
}

.addEditForm {
	clear:both;
	width:80%;
	margin:0 auto;
	text-align:center;
}
.addEditForm fieldset {
	border:none;
	margin:0;
	padding:0px 10px 10px 10px;
	text-align:left;
	background-color:#e2f0d6;
	border:1px solid #bdd684;
	border-top:none;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-tobottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
}
.addEditForm h2 {
	margin-bottom:0;
	padding:5px 10px 5px 10px;
	background-color:#10222b;
	color:#FFFFFF;
	text-align:left;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}
.addEditForm label {
	float:left;
	width:48%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
}
.addEditForm label.sixth {
	float:left;
	width:16%;
}
.addEditForm label.quarter {
	float:left;
	width:24%;
}
.addEditForm label.full {
	float:left;
	clear:left;
	width:95%;
}
.addEditForm label.required {
	font-weight:bold;
}
.addEditForm label.disabled {
	color:#999999;
	font-style:italic;
}
.addEditForm .inputContainer {
	float:left;
	width:48%;
	min-height:22px;
}
.addEditForm .inputContainer label {
	margin:0;
}
.addEditForm .addressContainer {
	float:right;
	width:90%;
	min-height:120px;
}
.addEditForm hr {
	clear:both;
	border:none;
	border-bottom:1px solid #bdd684;
	padding-top:15px;
	background:none;
	margin:10px;
}
.addEditForm input, .addEditForm select {
	float:left;
	width: 60%;
}
.addEditForm select {
	margin-bottom:2px;
}
.addEditForm input[type=radio] {
	float:none;
	width:15px;
	vertical-align:text-bottom;
}
.addEditForm input[type=checkbox] {
	float:left;
	width:15px;
	vertical-align:text-bottom;
}
.addEditForm button {
	margin:10px;
	padding:5px;
}
.addEditForm button img {
	vertical-align:middle;
	padding:0px 5px 0px 0px;
}
.addEditForm input[type=text].alert {
	padding-left:22px;
	background-image:url(../img/error.png);
	background-position:4px;
	background-repeat:no-repeat;
	background-color:#e2f0d6;
}
.addEditForm textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	height:50px;
}
#contactForm textarea {
	display:block;
	width:90%;
	min-height:120px;
	margin: 0 auto;
	clear:both;
}
.addEditForm select.alert {
	background-color:#e2f0d6;
}
.checkButton {
	padding:0 !important;
	margin:0 !important;
	font-size:11px !important;
}
#available {
	display:inline;
	width:20px;
	text-align:center;
}
#available img {
	vertical-align:middle;
}
.addEditForm select.wide, .addEditForm input.wide {
	width:85%;
}
.addEditForm select.short, .addEditForm input.short {
	width:20%;
}
.cszContainer {
	float:left;
	width: 48%;
}
.cszContainer #city, .cszContainer .city {
	width: 32%;
}
.cszContainer #state, .cszContainer .state  {
	width: 32%;
}
.cszContainer #zipCode, .cszContainer .zipCode  {
	width: 25%;
}
.addEditForm.twoCol label {
	width:45%;
	text-align:right;
	float:left;
	clear:left;
	margin-top:2px;
	margin-right:10px;
}
ul.radioContainer {
	width:48%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ul.radioContainer label {
	text-align:left;
	float:none;
	width:auto;
}
.addEditForm.twoCol ul.radioContainer {
	width:45%;
}
.addEditForm.twoCol ul.radioContainer p {
	padding-left:24px;
	margin-top:0;
	padding-top:0;
	clear:both;
}
.orderTable {
	margin:0 auto;
}
.orderTable thead td {
	background-color:#95ab63;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	height:20px;
}
.orderTable tbody td {
	font-size:11px;
	text-align:center;
	height:20px;
}
.orderTable tbody tr.alternate {
	background-color: #f6ffe0;
}
.orderTable tbody td input, .orderTable tbody td select {
	float:none;
}
.orderTable tbody td.col1 {
	width:40%;
	text-align:left;
	padding-left:10px;
}
.orderTable tbody td.col2 {
	width:25%;
}
.orderTable tbody td.col2 input {
	width: 40px;
}
.orderTable tbody td.col2 select {
	width: 80px;
}
.orderTable tbody td.col3 {
	width:20%;
}
.orderTable tbody td.col3 input {
	width: 80px;
}
.orderTable tbody td.col4 {
	width:15%;
	text-align:right;
}
.orderTable tbody td.col4 input {
	width: 60px;
	text-align:right;
}
.orderTable tfoot {
	border-top:1px solid #95ab63;
}
.orderTable tfoot td {
	text-align:right;
	font-size:11px;
}
.orderTable tfoot td input {
	float:none;
}
.itemTable a {
	color: #333333;
}
.itemTable {
	margin:0 auto;
	width: 80%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.itemTable thead td {
	font-weight:bold;
	text-align:center;
	background-color:#96ac64;
	height:25px;
}
.itemTable thead td.col1 {
	width: 30%;
}
.itemTable thead td.col2 {
	width: 40%;
}
.itemTable thead td.col3 {
	width: 15%;
}
.itemTable thead td.col4 {
	width: 15%;
}
.itemTable tbody td {
	text-align:center;
}
.itemTable tbody td.col3 {
	text-align:right;
}
.itemTable tbody td.col3 input {
	text-align:right;
}
.itemTable tfoot td.col1 {
	text-align:center;
}
.itemTable tfoot td.col1 img {
	vertical-align:middle;
	padding:3px;
}
.itemTable tfoot td.col2, .itemTable tfoot td.col3 {
	text-align:right;
}
.itemTable tbody td input, .itemTable tfoot td input {
	width:80%;
	float:none;
}
.itemTable tfoot td {
	border-top:1px solid #96ac64;
	font-weight:bold;
}
.itemTable tfoot td input {
	text-align:right;
}
.pagination {
	margin:25px 0 0 0;
	padding:0;
	list-style:none;
	text-align:center;
}
.pagination li {
	display:inline-block;
	padding: 0px 5px;
	font-family:'Calibri', calibri, arial, sans-serif;
	font-size:12px;
}
.pagination li a, .pagination li span {
	display:block;
	padding:6px 10px 6px 10px;
	border:1px solid #999999;
	line-height:10px;
	text-decoration:none !important;
}
.pagination li a:hover {
	background-color: #666666;
	color:#FFFFFF !important;
}
.pagination li span {
	color:#999999;
}
.pagination li.current span {
	background-color: #666666;
	color:#FFFFFF !important;
}
.pagination li.separator span {
	border:none;
	color:#333333;
	font-size:14px;
}
.searchBox2 {
	clear:both;
	border:1px solid #AAAAAA;
	-webkid-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	padding:1%;
	width:90%;
	margin-bottom:10px;
}
.searchBox2 br {
	clear:both;
}
.searchBox2 label {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.searchBox2 #advancedSearch {
	border:none;
	margin: 0 auto;
	width:100%;
	padding:0;
	padding-top:2px;
}
.searchBox2 #advancedSearch label {
	float:left;
	width: 20%;
	margin-left:1%;
}
.searchBox2 #advancedSearch input, .searchBox2 #advancedSearch select {
	float:left;
	width:180px;
	margin-left:1%;
}
.searchBox2 #advancedSearch input[type=checkbox] {
	width:15px;
}
.searchBox2 #advancedSearch select {
	width:185px;
}
#printBox {
	width:200px;
	margin-top:15px;
	float:right;
	text-align:right;
}
#printBox img {
	padding-right:4px;
	vertical-align:middle;
}
#printBox a {
	color:#000000;
}
#referralForm #month {
	width:100px;
}
#referralForm #year {
	width:56px;
}
/* Invoice modal boxes */
#overlay {
	position:fixed;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:.3;
	z-index:100;
}
#paypalNotification {
	position:fixed;
	top:50%;
	left:50%;
	margin:-200px 0 0 -175px;
	width:350px;
	height: 250px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: 1px solid #95ab63;
	background-color: #e2f0d6;
	z-index:101;
}
#paypalNotification h2 {
	margin:0;
	margin-bottom:5px;
	padding:5px 10px 5px 10px;
	background-color:#10222b;
	color:#FFFFFF;
	text-align:left;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}
#paypalNotification p {
	margin:10px;
	line-height:17px;
}
#paypalNotification img {
	vertical-align:middle;
}
#paypalNotification img.left {
	padding:4px 8px 0px 8px;
}

#creditCardPayment {
	position:fixed;
	top:50%;
	left:50%;
	margin:-300px 0 0 -250px;
	width:500px;
	height: 465px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: 1px solid #95ab63;
	background-color: #e2f0d6;
	z-index:101;
}
#creditCardPayment .addEditForm { width:90%; }
#creditCardPayment .addEditForm input, #creditCardPayment .addEditForm select { width:90%; }
#creditCardPayment .addEditForm select.short, #creditCardPayment .addEditForm input.short { width:40%; }
#creditCardPayment .cszContainer #city, #creditCardPayment .cszContainer #state { width: 32%; }
#creditCardPayment .cszContainer #zipCode { width: 25%; }
#creditCardPayment .addEditForm input[type=radio] { width:15px; }
#creditCardPayment .addEditForm input[type=checkbox] { width:15px; }

#creditCardPayment h2 {
	margin:0;
	margin-bottom:5px;
	padding:5px 10px 5px 10px;
	background-color:#10222b;
	color:#FFFFFF;
	text-align:left;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}
#creditCardPayment p {
	margin:10px;
	line-height:17px;
}

/* End of Invoice modal boxes */
/* Help Styles */
div.pageContent article {
	width:95%;
	clear:both;
	background-color: #e2f0d6;
	border: 1px solid #bdd684;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
div.pageContent article p {
	margin-left: 10px;
	margin-right:10px;
}
div.pageContent article h2 {
	margin:0;
	margin-bottom:5px;
	padding:5px 10px 5px 10px;
	background-color:#10222b;
	color:#FFFFFF;
	text-align:left;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}
div.pageContent article li {
	font-size:14px;
	margin: 4px 0;
}
.helpPhoto {
	display:block;
	margin: 10px auto 30px auto;
	-o-box-shadow: 0px 0px 3px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,.3);
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,.3);
	border: 1px solid #FFFFFF;
}
/* End of Help Styles */
.loadingIcon {
	width:16px;
	height:16px;
	float:left;
	background-image:url(../img/ajax-loader.gif);
}
#accountLoader, #clientLoader, #resellerLoader, #monthLoader {
	display:none;
}
.unavailable {
	color:#999999;
	font-style:italic;
}
.alignLeft { text-align:left; }
.alignCenter { text-align:center; }
.alignRight { text-align:right; }
.left { float:left; }
.center { margin:0 auto; }
.right { float:right; }
.clearEle { clear:both; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.hidden { display: none; }
.footer {
	width:100%;
	clear:both;
	height: 170px;
	padding-top:30px;
	background-color:#95ab63;
	border-top:3px double #FFFFFF;
	margin-top:10px;
	text-align:center;
	color:#FFFFFF;
}
