/* Visible vertical scrollbar which disables correctly, allows normal horizontal scrollbar behaviour and can be overruled by userContent.css. */
/* mht: 05/27/08 - This is a firefox fix/hack so that when searching causes the page to overflow, there won't be a layout shifting anomoly.  Placed in commons.css for a consistent website look. */
html {
 overflow-y: scroll;
}

body {
	background-color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #212121;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}


td {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
}






/**** COMMON STYLES ****/
.topnav td{
	
}

.topnav ul{
	margin: 0px;
	padding: 0px;
	float: right;
	list-style: none;
}
.topnav  ul li{
	float: left;
	height: 22px;
	background: url(../images/bg_gradient_tools.gif);
}
.topnav  ul a{
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 22px;
	padding: 0px 20px;
	background: url(../images/nav_line_tools.jpg) no-repeat left;
}
.topnav  ul a:hover{
	color: #E3A3A6;
	text-decoration: underline;
}









table.sitenav{
	/*width: 884px;*/
}










table.footer{
	width: 884px;
}
table.footer td.legal{
	height: 24px;
	background: url(../images/bg_gradient_footer.jpg);
	text-align: center;
	font-size: 7pt;
	font-weight: bold;
	color: #ffffff;
}
table.footer td.legal a{
	font-size: 7pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
table.footer td.legal a:hover{
	color: #E3A3A6;
	text-decoration: underline;
}
table.footer td.nav{
	text-align: center;
	font-size: 7pt;
	color: #000;
	padding-top: 5px;
}
table.footer td.nav a{
	font-size: 7pt;
	color: #000;
	text-decoration: none;
}
table.footer td.nav a:hover{
	text-decoration: underline;
}






.NoDisplay 
{
	display:none;
}


