@charset "utf-8";
.nomargins {
	margin:0px;
	padding: 4px;
}
div{
margin:auto;
} 

html{
	overflow:-moz-scrollbars-vertical;
}
body {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
margin: 0px;
padding: 0px;
}

td {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}
/*
a {
color: blue;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: normal;
}

a:hover {
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
font-weight: normal;
}
*/

tr.menu_text_indent_10 {
text-indent: 10px;
}

tr.menu_text_indent_5 {
text-indent: 5px;
}

SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #A9C1FB;
}

table.invoice {
	border-spacing: 0px;
	border:0px none white;
	border-collapse: collapse;
	background-color: #F9F9F9;
}

table.invoice_sub {
	border-spacing: 0px;
	border:0px none white;
	border-collapse: collapse;
	background-color: #FFFDE3;
}

table.invoice td {
	border-width: 1px;
	border-style: solid;
	border-color: #DDE3F9;
	background-color: #F4F6FD;
	padding: 2px 2px 2px 2px;
	text-indent: 4px;
	height: 26px;
}

table.invoice_data {
	border-spacing: 0px;
	border:0px none white;
	border-collapse: collapse;
	padding: 6px 6px 6px 6px;
}

table.invoice_data td {
	border-width: 1px;
	border-style: solid;
	border-color: #EFF4FC;
	padding: 6px 6px 6px 6px;
	height: 26px;
}

table.invoice_dataSub {
	border-spacing: 0px;
	border:0px none white;
	border-collapse: collapse;
	padding: 4px 4px 4px 4px;
}

table.invoice_dataSub td {
	border-width: 1px;
	border-style: solid;
	border-color: #EFF4FC;
	padding: 4px 4px 4px 4px;
	height: 26px;
}

input.button {
   color:#FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size:100%;
   font-weight:bold;
   background-color:#ffa200;
   border:1px solid;
   border-top-color:#777777;
   border-left-color:#777777;
   border-right-color:#243;
   border-bottom-color:#243;
}

input.install_button {
   font-family: Helvetica, Arial, sans-serif;
   font-size:90%;
	height: 20px;
	width: 125px;
}

input.red_button {
   color:#FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size:100%;
   font-weight:bold;
   background-color:#CC0000;
   border:1px solid;
   border-top-color:#777777;
   border-left-color:#777777;
   border-right-color:#243;
   border-bottom-color:#243;
}

.ReportsButton {
font-size: 8pt;
font-family: Arial, Helvetica, sans-serif;
width: 125px;
height: 20px;
}
/*new css */

#container {
	width: 1000px;
	margin: auto;
}
/* Footers */
#footer {
	background:url(../../images/bg-footer.jpg) repeat-x left top;
	font-size: 11px;
	float: left;
	padding: 15px;
	width: 970px;
}
#footer a{
	text-decoration: none;
	color: #666666;
}
#footer a:hover{
	color: #000000;
	text-decoration: none;
}
/* Float Classes */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* header */
#header {
	width: 925px;
	float: left;
	background:url(../../images/bg_topbar.jpg) repeat-x left top;
	padding-right: 40px;
	padding-left: 35px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.header-col1 {
	float: right;
	width: 325px;
}
.txt_11 {
	font-size: 11px;
}

.tnb {
	background-image: url(../../images/bg-tnb.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	float: left;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 0px;
}
/*.tnb {
	background-image: url(images/bg-tnb.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}*/

/*.tnb a{
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	}

.tnb a:hover{
	color: #FF0000;
	text-decoration: none;
	}
	
.tnb a.selected{
	color: #FF0000;
	text-decoration: none;
	}*/
.flashanim1 {
	background-image: url(../../images/bg-flashanim.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	float: left;
	width: 960px;
}
.column_right {
	float: right;
	width: 210px;
}
.bg_graygradient {
	background-image: url(../../images/gray-light-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	line-height: 20px;
	color: #333333;
}
/* Padding Classes */
.paddingLR10 {
	padding-right: 10px;
	padding-left: 10px;
}
.paddingLR15 {
	padding-right: 15px;
	padding-left: 15px;
}
.paddingLR20 {
	padding-right: 20px;
	padding-left: 20px;
}
.paddingTB {
	padding-top: 3px;
	padding-bottom: 3px;
}
.yellowbox2 {
	background-image: url(../../images/yellow-box2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 665px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
/* Column Classes */

.column_left {
	float: left;
	width: 200px;
}
.column_left1 {
	float: left;
	width: 720px;
}
.column_left2 {
	float: left;
	width: 685px;
}


.column_middle {
	float: left;
	width: 485px;
	margin-right: 25px;
	margin-left: 25px;
}

.column_right {
	float: right;
	width: 210px;
}
.col-green {
	float: left;
	width: 218px;
	background-image: url(../../images/gradient-col-green.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCCCCC;
	color: #333333;
}

.col-yellow {
	float: left;
	width: 218px;
	background-image: url(../../images/gradient-col-yellow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCCCCC;
	color: #333333;
}

.col-blue {
	float: left;
	width: 218px;
	background-image: url(../../images/gradient-col-blue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCCCCC;
	color: #333333;
}

.col-greendark {
	float: left;
	width: 218px;
	background-image: url(../../images/gradient-col-darkyellow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCCCCC;
	color: #333333;
}
.middle-content2 {
	background-color: #FFFFFF;
	width: 960px;
	float: left;
	padding: 20px;
}
h1 {
	font-size: 18px;
	color: #254E73;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	color: #89B123;
	margin: 0px;
	padding: 0px;
}
.a1 {
	color: #666666;
	text-decoration: none;
}
.a1:hover {
	color: #000000;
	text-decoration: none;
}
a:focus{
outline:none;
}
a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}
.bodycontent {
	width: 960px;
	float: left;
	padding: 20px;
}

.pagebg {
	background:url(../../images/pagebg.jpg) repeat-x left top;
	}
.absMiddle {
	vertical-align: middle;
	}
