.alt1 {
	background: #fff;
	color: #2a3847;
	border-bottom:1px solid #c1c1c2;
	border-top:1px solid #e9ede2;
}
.alt2 {
	background: #fff;
	color: #2a3847;
	border-bottom:1px solid #c1c1c2;
	border-top:1px solid #e9ede2;
}

.nomargins {
	margin:0px;
	padding: 4px;
}


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;
}
.tborder
{
	border:1px solid #e3ebf3;
}

.tcat
{
	background: #326eaa url(http://www.completevb.com/images/gradients/gradient_tcat.gif) repeat-x top left;
	color: #ecf2f7;
	font: 9pt arial, helvetica, sans-serif;
	padding:8px 6px;
}
.tcat a:link, .tcat_alink
{
	color: #ecf2f7;
	text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
	color: #ecf2f7;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
	color: #ecf2f7;
	text-decoration: underline;
}
.thead
{
	background: #f3f7fa url(http://www.completevb.com/images/gradients/gradient_thead.gif) repeat-x top left;
	color: #495f76;
	font: 11px arial, helvetica, sans-serif;
	border-bottom:1px solid #e3ebf3;
}
.thead a:link, .thead_alink
{
	color: #495f76;
}
.thead a:visited, .thead_avisited
{
	color: #495f76;
}
.thead a:hover, .thead a:active, .thead_ahover
{
	color: #495f76;
}
td.thead, th.thead, div.thead { padding: 4px; }



