body {
	font-family : Verdana,sans-serif;
	font-weight : normal;
	font-size: 12px;
	color : black;
	text-decoration : none;
}


.loginError {
	font-family: Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF3344;
}

.reportTable {
	border: 1px solid #00451B;
	background-color: #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 11px;	
}

a table.reportTable:link, a table.reportTable:visited {
	color: #000000;
}

a table.reportTable:hover {
	color: #000000;	
	
	
}

.reportTableColumn {
	border-right: 1px solid #EBEBEB;
}

.reportTableHeaderRow {
	background-color: #00451B;
	font-weight: bold;
	color: #FFFFFF;
}

.dgsTotalSold {
	font-style: italic;
	/* background-color: #CCCC99; */
	font-weight: bold;
}

.Row1 {
	background-color: #99B5A4;

}

/*
.Row1:hover {
	background-color: #FFAE19;	
	
}*/

.Row2 {
	background-color: #DDEEC6;

	
}
/*
.Row2:hover {
	background-color: #FFAE19;	
	
}*/

.activeTabLeft {
	background-image: url(../images/active_tab_left.jpg);
	width: 17px;
	height: 25px;
}


.activeTabRight {
	background-image: url(../images/active_tab_right.jpg);
	width: 12px;
	height: 25px;
}

.activeTab {
	background-image: url(../images/active_tab.jpg);
	color: #FFFFFF;
	font-weight: bold;
}

a.activeTabLink {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.inactiveTabLeft {
	background-image: url(../images/inactive_tab_left.jpg);
	width: 17px;
	height: 25px;
}


.inactiveTabRight {
	background-image: url(../images/inactive_tab_right.jpg);
	width: 12px;
	height: 25px;
}

.inactiveTab {
	background-image: url(../images/inactive_tab.jpg);
}

a.inactiveTabLink {
	color: #FFFFFF;
	font-size: 12px;
}

.downloadTabLeft {
	width: 17px;
	height: 25px;
}


.downloadTabRight {
	width: 12px;
	height: 25px;
}

.downloadTab {
}

a.downloadTabLink {
	color: #8DC640;
	font-size: 12px;
	font-weight: bold;
}
	
.vendorInfo {
	font-size: 14px;
	font-weight: bold;
}

#downloadBox {
	position: absolute;
	display: none;
	border:1px solid #00451B;
	background-color:#00451B;
	color: #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 20px;
	
	/* W3C compliant */
	-moz-box-shadow: 6px 6px 10px #000;
	-webkit-box-shadow: 6px 6px 10px #000;
	box-shadow: 6px 6px 10px #000;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#emailBox {
	position: absolute;
	display: none;
	border:4px solid #00451B;
	background-color:#00451B;
	color: #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 20px;
	
	/* W3C compliant */
	-moz-box-shadow: 6px 6px 10px #000;
	-webkit-box-shadow: 6px 6px 10px #000;
	box-shadow: 6px 6px 10px #000;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.smallButton {
	font-size: 11px;
}

.lineSummary {
	font-weight: bold;
	color: /*#FF0000*/ darkRed;
	font-size: 11px;
}

/*.lineSummaryRow {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}*/

.lineSummaryRow {
	border-top:1px dotted #BCBCBC;
	border-bottom:1px solid #999999;
	padding-top: 4px;
	padding-bottom: 12px;
	background-color: #EBEBEB;
	color: #000000;
}

.depositsTotal {
	font-weight: bold;
	font-style: italic;
}
.smallText {
	font-size: 10px;
}

.bigPadding {
	padding: 15px 15px 15px 15px;
}

#progressIndicator {
	position: absolute;
	border: 10px solid #00451B;
	background-color: #FFFFFF;
	z-index: 10000;
	width: 400px;
	display: none;	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 20px;
	
	/* W3C compliant */
	-moz-box-shadow: 6px 6px 10px #000;
	-webkit-box-shadow: 6px 6px 10px #000;
	box-shadow: 6px 6px 10px #000;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.mainTitle {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.smallInput {
	font-size: 11px;
}

#emAddy {
	display: none;
}
