
form, html, body {
	height:100%;/* needed to base 100% height on something known*/
	text-align:left;
}

body, td, input, select, textarea
{
	font-family:Arial;
	font-size: 12px;
}

body 
{
	margin: 0px;
}

a 
{
	color: #2e3190;
}


TABLE.SearchBox
{
	border: solid 1px #E5E5E5;
	padding: 1px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color:#E5E5E5;
}
/* Start Tabs */
.stlTab
{
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	background-color:#FFFFFF;
	color:#666666;
	text-align: center;
	font-weight:bold;
	font-size:12px;
	height:31px;
	padding-left:5px;
	padding-right:5px;
	white-space:nowrap;
}

.stlTab a
{
	color:#666666;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

.Tips
{
	text-align: left;
	color: #bfb8bf;
}

.stlTabSelectedLink
{
	color:#333333;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

.stlTabSelectedLink:hover
{
	text-decoration:none;	
}

.stlTabNotSelectedLink
{

}

.stlTabSelected
{
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	border-bottom: none;
	background-color:#FFFFFF;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	white-space:nowrap;
	text-decoration:none;
	background-image: url('../Images/Backgrounds/FooterElements.jpg');
	background-position: 0px -25px;
	background-repeat:repeat-x;
}

.stlTabEmpty
{
	border: none;
	border-bottom: 1px solid #888888;
	color: #000000;
	text-align: left;
}
/* End Tabs */
