
/*
Sales Rep CSS 
*/
.SalesRepName		{color: black; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold;}


/*
Left Nav
*/
.Nav {padding:0px 0px 0px 0px; margin:0px; }
	 
.Nav UL { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;list-style-type: none; color:#003366; }
.Nav UL LI { margin:0px; padding:0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; }
.Nav UL LI UL LI { margin:0px 0px 0px 10px; padding:0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; }
.Nav UL LI A { margin:0px; padding:2px 0px 3px 0px; color:#003366; text-decoration:none; display: block;}
.Nav UL LI A:hover, .leftnavcol UL LI A.active { color:#333333; text-decoration:none; display: block; }


#level1_on a{color:#333333;}

#level2 a{color:#003366;}

#level2_on a{color:#333333;}

/*Colored Table*/
.Table-results-header
{
	background: #003467 url(/webart/table-header.gif) repeat-x;
}

.Table-results-header td
{
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
}

.Table-results-row
{
	background: #dcdcdc url(/webart/row-bg.gif) repeat-x;
	text-align: center;
}

.Table-results-row2
{
	background: #d3d8e3 url(/webart/row-bg2.gif) repeat-x;
	text-align: center;
}

.Table-results-row td, .Table-results-row2 td
{
	padding: 10px;
}

/* Form Tables */
TABLE.FormTable	{background-color: white; color:black;}



