body {
	font-family : Verdana,sans-serif;
	font-weight : normal;
	font-size: 12px;
	color : black;
	text-decoration : none;
}

a {
	font-family: Verdana,sans-serif;
	font-size: 11px;
	color: #123456;
}

a:visited {
	color: #123456;
}

.loginError {
	font-family: Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF3344;
}

.reportTable {
	border: 1px solid #999999;
}

.reportTableColumn {
	border-right: 1px solid #999999;
}

.reportTableHeaderRow {
	background-color: #CCCC99;
	font-weight: bold;
}

.dgsTotalSold {
	font-style: italic;
	/* background-color: #CCCC99; */
	font-weight: bold;
}

.Row1 {
	background-color: #CDFFB7;
}

.Row2 {
	background-color: #DDC4FF;
}

.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: #123456;
	font-size: 12px;
	font-weight: bold;
}
	
.vendorInfo {
	font-size: 14px;
	font-weight: bold;
}

#downloadBox {
	position: absolute;
	display: none;
	border:1px solid #999999;
	background-color:#123456;
	color: #FFFFFF;
}

#emailBox {
	position: absolute;
	display: none;
	border:1px solid #999999;
	background-color:#345678;
	color: #FFFFFF;
}

.smallButton {
	font-size: 11px;
}

.lineSummary {
	font-weight: bold;
	color: #FF0000;
}

.lineSummaryRow {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

.depositsTotal {
	font-weight: bold;
	font-style: italic;
}
.smallText {
	font-size: 10px;
}

.bigPadding {
	padding: 15px 15px 15px 15px;
}

#progressIndicator {
	position: absolute;
	border: 4px solid #123456;
	background-color: #FFFFFF;
	z-index: 10000;
	width: 400px;
	display: none;	
}

.mainTitle {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.smallInput {
	font-size: 11px;
}

#emAddy {
	display: none;
}