/*Table Data Formatting*/
table#content
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	width: 100%;
	align: center;
	cellpadding: 5px;
	cellspacing: 0px;
}

table#contentWide
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	width: 100%;
	align: center;
	cellpadding: 0px;
	cellspacing: 0px;
}

.rowGray
{
	background: #f0f0f0;
	
}

.dataHead
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #555;
	padding: 5px;
}

.leftHead
{
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	width: 40%;
	border-right-style: dotted;
	border-right-color: #808080;
	border-right-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	border-bottom-width: 1px;
}

.leftHeadBottomTable
{
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	width: 40%;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	border-bottom-width: 1px;
}

.topHead
{
	color: #333;
	font-size: 9px;
	font-weight: normal;
	vertical-align: bottom;
	text-align: center;
	padding: 0px;
	padding-bottom: 5px;
	border-right-style: dotted;
	border-right-color: #808080;
	border-right-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	border-bottom-width: 1px;
}

.topHeadBadge
{
	color: #333;
	width: 115px;
	font-size: 9px;
	font-weight: normal;
	vertical-align: bottom;
	text-align: center;
	padding: 10px;
	border-right-style: dotted;
	border-right-color: #808080;
	border-right-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	border-bottom-width: 1px;
}

.topHeadLast
{
	color: #333;
	font-size: 9px;
	font-weight: normal;
	vertical-align: bottom;
	text-align: center;
	padding: 0px;
	padding-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	border-bottom-width: 1px;
}

.data
{
	color: #000;
	font-size: 10px;
	font-weight: normal;
	padding: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	border-bottom-width: 1px;
}

.dataBottom
{
	color: #333;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	padding: 5px 0 5px 0;
	border-right-style: dotted;
	border-right-color: #808080;
	border-right-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	border-bottom-width: 1px;
}

.dataBottomLast
{
	color: #333;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	border-bottom-width: 1px;
}

/*Header Formatting*/
.headerLeft
{
	width: 590px;
	float: left;
}

.headerRight
{
	width: 160px;
	text-align: right;
}

/*Tab Formatting*/
.tabs
{
	background: url("../pix/tab_spacer.gif") bottom left repeat;
	width: 635px;
	height: 30px;
	margin: 0 0 -7px 165px;
}

html>body .tabs
{
	width: 638px;
}

/*Body Content Formatting*/
.BodyLeft
{
	/*width: 175px;*/
	width: 165px;
	height: 230px; 
	float: left;
}

.BodyRight
{
	width: 635px;
	height: 231px; 
	overflow: auto;
	padding: 20px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C7C7C8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C7C7C8;
	margin-top: 1px;
}

.BodyRightSpec
{
	width: 635px;
	height: 231px; 
	overflow: auto;
	padding: 2px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C7C7C8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C7C7C8;
	margin-top: 1px;
}

/* Fix table for Firefox */
html>body .BodyRight
{
	/*width: 573px;
	height: 217px;*/
	width: 598px;
	height: 190px; 
	margin-top: 1px;
}

html>body .BodyRightSpec
{
	/*width: 573px;
	height: 217px;*/
	width: 634px;
	height: 226px; 
	margin-top: 1px;
}

/*Footer Formatting*/
div#footer
{
	width: 800;
	height: 24px;
	background: #0860A8;
	color: white;
	text-align: right;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	padding: 5px 4px 0 0;
	position: relative;
	margin-top: 15px;
}

div#footer a, div#footer a:visited
{
	color: white;
	text-decoration: none;
}

div#footer a:hover
{
	text-decoration: underline;
}