td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.small_white_txt {
	font-size: xx-small;
	color: #FFFFFF;
}
table { border-collapse:  collapse 
		}

th { text-align: left;
	 padding-right: 1em
		}
		
td { padding-right: 1em
		}
		
td.leadno { font-size: large 
			}

td.leadname { font-size: x-large;
				text-align: left
				}
				
td.leadaction { text-align: right
				}

.inprogress { background-color: #5287E1
				}
				
.nfa		{ background-color: #5287E1
				}
				
.signedup	{ background-color: #5287E1
				}

.nocontact	{ background-color: #5287E1
				}
				
.clientunaware	{ background-color: #5287E1
				}
				
.hotinprogress { background-color: #FF3F3F
				}
				
.hotnfa		{ background-color: #FF3F3F
				}
				
.hotsignedup	{ background-color: #FF3F3F
				}

.hotnocontact	{ background-color: #FF3F3F
				}
				
.hotclientunaware	{ background-color: #FF3F3F
				}

.lastactivity { 
				}
				
.lastactivityentry { background-color: #CCCCCC
						}.b_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4D7BCC;
	border-right-color: #4D7BCC;
	border-bottom-color: #4D7BCC;
	border-left-color: #4D7BCC;
}
.white_txt {
	color: #FFFFFF;
}
label
{
float: left;
margin-right: 0.5em
display: block
}

input
{
	color: #090164;
	background: url(images/blue_lighter_back_fade.gif);
	border: 1px solid #000066;
}
.submit input
{
margin-left: 4.5em;
color: #000;
background: url(images/blue_lighter_back_fade.gif);
border: 2px outset #d7b9c9
} 
fieldset
{
position: inherit;
border: 1px solid #666666;
width: 98%;
}

legend
{
	color: #fff;
	background: url(images/blue_back_fade.gif);
	border: 1px solid #2652BC;
	padding: 2px 6px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 7px
}
.forminput {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #999999;
}
.widthtextbox
{
width: 99%
}

.headerlinks a:visited 
{
	color: white;
	text-decoration: none;
}

.headerlinks a:link
{
	color: white;
	text-decoration: none;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}


#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}