/* CSS Document */
body.Zeitgeist
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #494949;
	font-family: arial, "lucida console", sans-serif;
	font-size: smaller;
}
form,hr
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2,h3,h4,h5
{
	margin: 0px;
	padding: 0px;
}
hr.minimize
{
	margin-top: 4px;
}
td.tobBarBG
{
	background-image:url('Images/tobBar.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 10px;
}
td.bannerBG
{
	background-image:url('Images/bannerBG.gif');
	background-repeat: repeat-x;
	width: 960px;
	height: 120px;
}
td.buttonBarBG
{
	background-image:url('Images/buttonBG.gif');
	background-repeat: repeat-x;
	width: 960px;
	height: 33px;
}
table.content
{
	width: 960px;
	background-color: #979797;
}
/*Button Text Link*/
a.button:link
{
	color: #9d9d9d;
	text-decoration: none;
	outline: none;
}
a.button:visited
{
	color: #9d9d9d;
	text-decoration: none;
	outline: none;
}
a.button:hover
{
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
a.button:active
{
	color: #9d9d9d;
	text-decoration: none;
	outline: none;
}
/* drop down buttons */
td.regularButton
{
	cursor: pointer;
	height: 33px;
	color: #9d9d9d;
	z-index:1;
}
div.block
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 9px;
	padding-bottom: 8px;
}
div.dropDown
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #595959;
	border: 1px solid #000000;
}
div.menuItem
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* default link color */
a:link
{
	color: #4957a5;
	text-decoration: none;
}
a:visited
{
	color: #4957a5;
	text-decoration: none;
}
a:hover
{
	color: #0019a0;
	text-decoration: underline;
}
a:active
{
	color: #4957a5;
	text-decoration: none;
}

table.border
{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #dedede;
}
td.border
{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
td.title
{
	background-image:url('Images/titleBar.gif');
	background-repeat: repeat-x;
	height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #e5e5e5;
	vertical-align: top;
}
td.topLeft
{
	background-image:url('Images/topLeft.png');
	width: 15px;
	height: 16px;
}
td.topRight
{
	background-image:url('Images/topRight.png');
	width: 15px;
	height: 16px;
}
td.bottomLeft
{
	background-image:url('Images/bottomLeft.png');
	width: 15px;
	height: 16px;
}
td.bottomRight
{
	background-image:url('Images/bottomRight.png');
	width: 15px;
	height: 16px;
}
a.inverted:hover
{
	color: #8d97d0;
	text-decoration: underline;
}
table.stats
{
	padding-left: 10px;
	padding-right: 10px;
}
td.stats
{
	padding-left: 10px;
	padding-right: 10px;
}
table.hideable
{
	visibility: hidden;
	display: none;
}
span.button
{
	cursor: pointer;
	color: #4957a5;
}
table.blueBox
{
	border-width: 1px;
	border-style: solid;
	border-color: #2f3278;
}