a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #999999;	
}

.plainlink {
	color: #333333;
}

.plainlink:hover {
	text-decoration: none;
	color: #333333;
}

.debug {
font-family: Verdana;
font-size: 8pt;
}

BODY, TD {
font-family: Verdana;
font-size: 10pt;
background-color: #FFFFFF;
}

.tabIn {
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	font-size: 10pt;
	padding-top: 1px;
	background-color: #EFEFEF;
	color: #555;
}

.tabIn:hover {
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	font-size: 10pt;
	padding-top: 1px;
	color: #999;
}

.tabOut {
	border-style: solid;
	border-color: #039;
	border-width: 1px 1px 0px 1px;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	cursor: default;
}

SELECT {
background-color: #FFFFFF;
}

.header {
font-size: 14pt;
font-weight: bold;
border-style: solid;
border-width: 0px 0px 0px 0px;
margin-bottom: 10px;
width: 250px;

}

.small {
font-family: Verdana;
font-size: 7pt;
}

.top_pad {
padding-top: 5px;
}

.tab {
border-style: solid;
border-width: 1px 1px 0px 1px;
padding: 0px 2px 0px 2px;
}

.click {
cursor: pointer;
color: #333333;
}

.click:hover {
cursor: pointer;
color: #CCCCCC;
}

.clickHover {
color: #CCCCCC;
cursor: pointer;
}

.gearSelect_item {
	border-style: solid;
	border-width: 0px;

	margin-bottom: 5px;
	margin-right: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	
	font-size: 9pt;
}

.gearSelect_item_link {
	color: #306;
	font-size: 8pt;
}

.gearSelect_item_link:hover {
}

.largeBoxRight {
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #666;
}

.largeBoxLeft {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #666;
}

.largeBoxBottomRight {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #666;
}

.statTotal {
	font-weight: bold;
}

.autocompleteBox {
	font-family: Verdana;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	width: 300px;
	border-collapse: collapse;
}

.centerBox {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	width: 550px;
	margin-left: -275px;
	height: 150px;
	position: absolute;
    top: 40%;
    left: 50%;
	background-color: #EEEEEE;
}

.centerBoxOption {
	background: none;
	width: 200px;
	font-size: 8pt;
}

.centerBoxTD {
	font-size: 8pt;
}

.summaryTableHead {
	font-size: 8pt;
	background-color: #E6E6E6;
}

.summaryTable {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

.summaryTD_2 {
	font-size: 8pt;
	background-color: #FFFFFF;
}

.summaryTD_1 {
	font-size: 8pt;
	background-color: #F6F6F6;
}

.button {
	font-weight: bold;
}

.footerLink {
	color: #000066;
}

.detailheader {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}