@charset "utf-8";
/* CSS Document */

body, body.mceContentBody
{
	margin: 0px;
	padding: 0px;
	background: #ffffff url('hbg.png') repeat-x;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

body.mceContentBody td, body.mceContentBody pre
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

a
{
	color: #0498d6;
}

* html div
{
	/*height: 0.01%;*/
}


form
{
	display: inline;
}

.wrapper
{
	width: 990px;
	margin: auto;
}

#header
{
	height: 348px;
	background: url('h.png') no-repeat;
	background-position: bottom;
}

#content, body.mceContentBody
{
	min-height: 200px;
	padding: 5px 0px 5px 0px;
	background: #053b5f;
	color: #ffffff;
}
* html #content
{
	height: 200px;
}
#content .wrapper
{
	padding: 10px 0px;
}

#footer
{
	min-height: 55px;
	padding-top: 10px;
	background: #ffffff url('fbg.png') repeat-x;
	color: #053b5f;
}
* html #footer
{
	height: 55px;
}
#footer .wrapper
{
	padding: 5px;
}
#footer a
{
	color: #053b5f;
	font-variant: small-caps;
}

#nav
{
	float: right;
	height: 72px;
}
#navItems
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.navItem
{
	float: left;
	width: 88px;
	height: 72px;
	margin-left: 5px;
	background: url('nbg.png') no-repeat;
}
.navItem a
{
	display: block;
	height: 72px;
	text-align: center;
	line-height: 65px;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
}
.navItemActive, .navItem a:hover
{
	background: url('nbga.png') no-repeat;
}

#headerLogo
{
	position: absolute;
	width: 194px;
	height: 161px;
	margin-left: 10px;
}

.container
{
	border: solid 2px #086cae;
	margin-bottom: 5px;
	padding: 10px;
}
.containerHead
{
	background: #086cae;
	padding: 5px;
}
.containerFoot
{
	background: #086cae;
	padding: 5px;
	margin: -5px 0px 5px 0px;
}

.content
{
	background: #043352;
	padding: 20px;
}

input
{
	border: solid 1px #000000;
}
.button
{
	border: solid 1px #000000;
	background: #00264a;
	color: #ffffff;
	font-variant: small-caps;
}

.left
{
	float: left;
}
.right
{
	float: right;
}

.bold
{
	font-weight: bold;
}
.underline
{
	text-decoration: underline;
}
.italic
{
	font-style: italic;
}
.big
{
	font-size: 1.25em;
}
.bigger
{
	font-size: 1.5em;
}
.biggest
{
	font-size: 2em;
}
.small
{
	font-size: 0.9em;
}
.smaller
{
	font-size: 0.75em;
}
.smallest
{
	font-size: 0.5em;
}

.error
{
	margin-bottom: 5px;
	background: #200000;
	color: #fb1e06;
	border: solid 1px #fb1e06;
	text-align: center;
	font-weight: bold;
}
.note
{
	margin-bottom: 5px;
	background: #002000;
	color: #7ebb06;
	border: solid 1px #7ebb06;
	text-align: center;
	font-weight: bold;
}

.red
{
	color: #fb1e06;
}
.green
{
	color: #7ebb06;
}

.dateBox
{
	margin-right: 10px;
	width: 29px;
	height: 33px;
	background: url('dbg.png') no-repeat;
	text-align: center;
}
.dateBoxTop
{
	height: 16px;
	padding-top: 2px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.dateBoxBottom
{
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}

.newsItem
{
	margin-bottom: 10px;
}
.newsItem a
{
	color: #ffffff;
}
.newsItemContent
{
	width: 175px;
}
.newsItemTitle
{
	margin-bottom: 5px;
}
.newsItemText
{
	font-size: 0.90em;
}
hr.dashed
{
	border: dashed 1px #086cae;
}

.tradeAlert
{
	width: 100%;
	background: #389CDE;
}
.tradeAlert, .tradeAlert td
{
	border: solid 1px #086CAE;
}
.tradeAlert td
{
	vertical-align: top;
	padding: 5px;
	background: #053B5F;
}

#stockImage
{
	z-index: 100;
	position: absolute;
	top: 175px;
	margin-left: 20px;
	background: #ffffff;
}
body.mceContentBody #stockImage
{
	top: 300px;
}

#twitter
{
	position: absolute;
	width: 315px;
	height: 90px;
	padding: 5px;
	padding-left: 80px;
	margin-top: 160px;
	margin-left: 440px;
	background: url('twitter.png') no-repeat;
	color: #053B5F;
	text-align: center;
}

