@charset "ISO-8859-1";

@import url("Master.css");

table {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	font-family: Tahoma, verdana, sans-serif;
}

th {
	color: #ffffff;
	background: #032da5;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
}

/* Territory Manager */
table.venMenu a {
	width: 125px;
	display: block;
}

th.venMenu {
	color: #032da5;
	background: #ffffff;
	font-weight: 700;
	font-size: 11px;
	font-family: Tahoma, verdana, sans-serif;
}

div.venMenu	a {
	color: #ffffff;
	background: #032da5;
	text-decoration:none;
	font-size: 10px;
	line-height: 16px;
	padding: 2px 2px;
	font-family: Tahoma, verdana, sans-serif;
	font-weight: 700;
	text-align: center;	
	border: 1px solid #000000;
}
	
/*div.venMenu {
	position:absolute;
	top:0; 
	left:0;
} fixes IE slowness?? */


div.venMenu a:link {
	color: #ffffff;
	background: #032da5;
}

div.venMenu a:active {
	color: #ffffff;
	background: #032da5;
}

div.venMenu a:visited {
	color: #ffffff;
	background: #032da5;
}

div.venMenu a:hover {
	color: #032da5;
	background: #ffffff;
}

.altHeader {
	color: #ffffff;
	background: #003399;
	font-weight: 700;
}

.altLine {
	background: #cccccc;
}

.headerTags {
	color: #003399;
	background: #ffffff;
	font-weight: 700;
}

.instructText {
	color: #d60000;
	background: #ffffff;
	font-weight: 700;
}

.invHeader {
	color: #ffffff;
	background: #003399;
	font-weight: 700;
}

th.invHeader {
	color: #ffffff;
	background: #000000;
	font-weight: 700
}

.invenAltLine {
	background: #3399cc;
}

.invenAltBG {
	background: #ffffff;
}

.tBorder {
	border: thin ridge #000000;
	align: center;
}

.wHeader {
	color:#032da5;
	background: #ffffff;
	font-weight: 700;
}