html, body {
	margin:				0;
	padding:			0;
	font-size:			9pt;
	font-family:		sans-serif;
}

/* Tag styles */
input.border {
	border:				1px solid #999999;
}
input.sidebar {
	font-size:			8pt;
	border:				1px solid #999999;
}
select.border {
	border:				1px solid #999999;
}
select.sidebar {
	font-size:			8pt;
}
textarea.border {
	border:				1px solid #999999;
}
a {
	color:				#323AA0;
}
a:visited {
	color:				#323AA0;
}
img {
	border:				0;
	margin:				0;
	padding:			0;
}
hr {
	color:				#999999;
	background-color:	#999999;
	padding:			0;
	margin-bottom:		10px;
	height:				1px;
	border:				0;
	display:			block;
}
p {
	margin-top:			10px;
	margin-bottom:		10px;
}
form {
	margin-top:			10px;
	margin-bottom:		10px;
}
dt {
	font-weight:		bold;
}
dd, dt {
	margin-bottom:		10px;
}
th {
	text-align:			left;
}

/* Layout containers */
#page {
	width:				965px;
	position:			relative;
}
#logo {
	padding:			5px;
}
#getquote {
	position:			absolute;
	top:				10px;
	left:				395px;
}
#login {
	position:			absolute;
	top:				18px;
	left:				205px;
	text-align:			center;
}
#headersponsors {
	position:			absolute;
	top:				0px;
	left:				635px;
}
#navbar {
	/*border:			1px solid #000000; */
	background-color:	#323AA0; 
	text-align:			center;
}
#navbar a {
	color:				#FFFFFF;
}
#navbar table {
	width:				963px;
	border-collapse:	collapse;
}
#navLink {
	border: 1px solid black;
	border-right: 0px;
	background-color:	#BCD6E9;
	text-align: center;
}
#printIcon {
	float: right;
	padding: 1px;
}
/* print icon for the print.css page */
#printIcon2 {
	position: absolute;
	top: 100px;
	left: 500px;
	display: block;
	float:left;
}
#courseIndex {
	float: right;
	padding: 2px;
	margin-left: 2px;
}
/*
#navbar table td {
	text-align:			center;
	border-top:			1px solid #000000;
	border-left:		1px solid #000000;
	border-bottom:		1px solid #000000;
	background-color:	#BCD6E9;
}
*/
#navbar table td.left {
	border-left:		0;
}
#navbar table td.right {
	border-right:		0;
}
#navbar table td a {
	padding:			3px;
	display:			block;
	color:				#000000;
	font-weight:		bold;
	text-decoration:	none;
}
#navbar table td.active {
	border-bottom:		1px solid #323AA0;
	color:				#FFFFFF;
	font-weight:		bold;
	background-color:	#323AA0;
}
#navbar table td.active a {
	display:			block;
	color:				#FFFFFF;
	font-weight:		bold;
	text-decoration:	none;
}
#subnav {
	padding:			3px;
	padding-bottom: 4px;
}
#body {
	width:				955px;
	background-color:	#EEEEEE;
	padding-top:		5px;
	padding-right:		5px;
	padding-left:		5px;
}
#thispage {
	width:				674px;
	margin-bottom:		5px;
	background-color:	#FFFFCC;
}
.bluebox {
	border:				1px solid #CCCCCC;
	padding:			5px;
	margin:				5px;
	background-color:	#DBE7F6;
}
.tooltip {
	border:				1px solid #999999;
	padding:			1px;
	margin:				1px;
	font-size:			8pt;
	background-color:	#FFFFCC;
}
.infobox {
	border:				1px solid #999999;
	padding:			5px;
	margin:				5px;
	background-color:	#FFFFCC;
}
.alertbox {
	padding:			10px;
	margin:				0 0 5px 0;
	color:				white;
	font-weight:		bold;
	background-color:	#EE0000;
}
.alertbox a {
	color:				white;
}
.messagebox {
	border:				1px solid green;
	padding:			2px;
	margin:				2px;
	background-color:	#CCFFCC;
	width:				175px; 
}

#sidebar {
	width:				205px;
	vertical-align:		top;
}
#content {
	width:				740px;
	padding-left:		10px;
	vertical-align:		top;
}
#homecolumn {
	width:				262px;
	margin-left:		10px;
}
.embeddedimage {
	float:				left;
	margin-right:		5px;
	border:				0;
}
#footer {
	text-align:			center;
	font-size:			8pt;
}
#footer a {
	padding-left:		5px;
	padding-right:		5px;
}

.ad {
	background-color:	#FFFFFF;
	border:				1px solid #999999;
	margin-bottom:		10px;
	padding:			5px;
}
td.ad, .tablead {
	margin-bottom:		0;
}

.block {
	background-color:	#FFFFFF;
	border:				1px solid #999999;
	margin-bottom:		10px;
}
.block .heading {
	background-color:	#DBE7F6;
	border:				1px solid #CCCCCC;
	margin:				5px 5px 0 5px;
	padding:			2px 2px 2px 4px;
}
.block .section {
	font-weight:		bold;
	border:				1px solid #CCCCCC;
	margin-top:			5px;
	padding:			1px 1px 1px 2px;
	background-color:	#EEEEEE;
}
.block .content {
	padding:			5px;
}
.block .bigcontent {
	padding:			10px;
}
.block h1 {
	background-image:	url(/images/arrow_lg.gif);
	background-repeat:	no-repeat;
	background-position: 1px 2px;
	padding-left:		15px;
	font-weight:		bold;
	font-size:			12pt;
	margin:				0;
}
.block h2 {
	background-image:	url(/images/arrow_sm.gif);
	background-repeat:	no-repeat;
	background-position: 0px 3px;
	padding-left:		11px;
	font-weight:		bold;
	font-size:			10pt;
	margin:				0;
	display: inline;
}
.blockspacer {
	width:				10px;
}

.fullwidth {
	width:				950px;
}
.contenttable {
	margin-bottom:		10px;
}
.contentwidth {
	width:				740px;
}
.bigcontenttable {
	margin-bottom:		10px;
}
.bigcontentwidth {
	width:				900px;
}
.label {
	color:				#323AA0;
	font-weight:		bold;
}
.caption {
	font-size:			8pt;
}
.morelink {
	text-align:			right;
	font-weight:		bold;
	text-decoration:	none;
	text-transform:		uppercase;
}
.nooverflow {
	overflow:			hidden;
	white-space:		nowrap;
}
.required {
	color:				red;
}

.skyscraper { width: 120px; }
.oppositesky { width: 598px; }
.square250 { width: 262px; }
.opposite250 { width: 468px; }
.sidesponsor { margin-top:5px; margin-bottom: 5px; }

.edtablehalf { width: 292px; }
.edtablethird { width: 191px; }

/* Chart tab selectors */
.chartTabs {
	width:				100%;
}
.chartTabs td {
	text-align:			center;
	font-weight:		bold;
	font-size:			8pt;
	cursor:				pointer;
}
.chartTabs td.inactive {
	color:				#323AA0;
	background-color:	#DBE7F6;
}
.chartTabs td.leftmargin {
	margin-left:		2px;
}
.chartTabs td.active {
	color:				#FFFFFF;
	background-color:	#323AA0;
}
#thumbcharts {
	border:				1px solid #323AA0;
	padding:			5px;
}
.thumbchart_last {
	padding-bottom:		3px;
}
.thumbchart_change {
	padding-bottom:		3px;
	text-align:			right;
}
.thumbchart_changeUp {
	color:				green;
}
.thumbchart_changeDn {
	color:				red;
}
.thumbchart_changeNone {
	color:				blue;
}
.price {
	font-size:			12pt;
	color:				#888888;
	border-bottom:		1px solid #888888;
}
.marketprice {
	font-size:			12pt;
	text-align:			center;
}
.priceup {
	color:				green;
}
.pricedown {
	color:				red;
}
.marketlink {
	font-size:			12pt;
	font-weight:		bold;
	text-decoration:	none;
}              
.marketview_quoteboard {
	border-collapse: collapse;	
	margin-top: 1px;
}

#smallgrey {
	font-size: 8pt;
	color:#666666;
}
#bold {
	font-weight: bold;
}

table.marketview_quoteboard td,
table.marketview_quoteboard th
{
	border: 1px solid #999999;
	font-size: 8pt;
}
table.marketview_chart td
{
	font-size: 			8pt;
}
table.marketview_chart td.marketview_chart_symbol {
	font-weight:		bold;
}
table.marketview_chart td.marketview_chart_agg {
	font-weight:		bold;
	text-align:			right;
}
table.marketview_quoteboard td.marketview_symbol,
table.marketview_quoteboard th.marketview_symbol_heading {

}
table.marketview_quoteboard th.marketview_last_heading,
table.marketview_quoteboard td.marketview_last,
table.marketview_quoteboard th.marketview_change_heading,
table.marketview_quoteboard td.marketview_change {
	text-align:			right;
}
table.marketview_quoteboard td.marketview_changeUp {
	color:				green;
}
table.marketview_quoteboard td.marketview_changeDn {
	color:				red;
}
table.marketview_quoteboard td.marketview_changeNone {
	color:				blue;
}

table.borderTable {
	border-collapse:	collapse;
}
table.borderTable th, .bcTH {
	text-align:			left;
	padding:			3px;
	background-color:	#C0D8EA;
	border-top:			1px solid #999999;
	border-bottom:		1px solid #999999;
}
table.borderTable td, .bcTD {
	padding:			3px;
	border-bottom:		1px solid #CCCCCC;
	vertical-align:		top;
}
table.borderTable tr.odd, .bcTRo {
}
table.borderTable tr.even, .bcTRe {
	background-color:			#EEEEEE;
}

.forumtable {
	width:				100%;
}
.forumtable th, .forumtable td {
	padding-top:		2px;
	padding-bottom:		2px;
	padding-left:		10px;
	padding-right:		10px;
}
.forumtable th {
	text-align:			left;
	font-weight:		bold;
	padding-bottom:		10px;
}
.forumtable td.threadcell {
	width:				188px;
}
.forumtable td.forumcell {
	border-left:		1px solid #CCCCCC;
	width:				100px;
}
.forumtable td.postcell {
	border-left:		1px solid #CCCCCC;
	width:				100px;
}
.marketstable {
	width:				100%;
}
.marketstable td {
	padding:			1px;
}
.marketstable td.marketheader {
	font-weight:		bold;
	color:				#323AA0;
}
.marketstable td.marketheader a {
	text-decoration:	none;
}

/* Offers */
a.offerlink {
	text-decoration:	none;
	font-weight:		bold;
	font-size:			10pt;
	text-transform:		uppercase;
}
.offer {
}
.offer .content {
	padding:			5px;
}
.offer .heading {
	border:				1px solid #999999;
	padding:			3px 5px 3px 5px;
	margin:				0;
	background-color:	#BCD6E9;
	color:				#323AA0;
	font-weight:		bold;
	font-size:			10pt;
}

/* News stories */
.byline {
	font-style:			italic;
}
.headline {
	font-size:			11pt;
	font-weight:		bold;
}
.homeheadline {
	font-size:			18pt;
	font-weight:		bold;
}
.homeheadline2 {
	font-size:			12pt;
	font-weight:		bold;
}
.dateline {
	font-size:			8pt;
	color:				#888888;
}
.dateline a {
	color:				#888888;
}
ul.simple {
	margin:				0;
	padding:			0;
	list-style:			none;
}
ul.arrows {
	margin:				0 0 0 15px;
	padding:			0;
	list-style-image:		url(/images/arrow_exsm.gif);
	list-style-position:	outside;
}
.hidden {
	display:			none;
}
.debug {
	color:				#CCCCCC;
}
.error {
	background-color: 	#FFFF99;
	padding:			5px;
	margin:				5px;
	border:				1px solid #FF0000;
}

.highlight {
	background-color: 	#FFFF99;
	padding:			5px;
	border:				1px solid #FF0000;
}

/* Barchart styles - table styles defined with borderTable above */
.bcDisclaimer {
	font-size:			8pt;
}
.bcInput {
	border:				1px solid #999999;
}
.bcPageTitle {
	font-weight:		bold;
}
.bcSelect {
}
.bcSubmit {
	border:				1px solid #999999;
}
.bcTD {
}

#welcomeSplash {
	width:				875px;
	border:				2px solid #EC9F00;
	background-color:	#FFFFCC;
	text-align:			center;
	padding:			10px;
	margin:				1px 1px 10px 35px;
}

/* E-mail to friend Styles */

.inputForm {
	border: 1px solid #666666;
}
input {
 margin: 0px;
 padding: 0px;
 display: inline;
}
div.content hr {
	margin-bottom: 2px;
}
.rightBorder {
	border-right: 1px solid #999999;
	margin-right: 5px;
	padding-right: 15px;
}
.leftPadding {
	padding-left: 15px;
}
.grey {
	background-color:#FFFFCC;
}
.botBorder {
	border-bottom: 1px solid #999999;
}
.studies {
	display: inline;
}
.studies a, .studies a:visited {
	padding: 1px;
	border: 0px solid black;
	line-height: 15pt;
	display: inline;
}

a.selected {
	background-color:#e5e5e5;
	font-weight: bold;
}
#form_open {
	display: block;
}
#form_closed {
	display: none;
}

form.default {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.subject {
	display: none;
}
.floatRight {
	float: right;
	display: inline;
}
.radio{
	vertical-align:text-bottom;
}
.mychart {
	font-size:9pt;
}
.slug {
	padding-left:20px;
	padding-bottom:10px;
}

