body {
	margin: 0px; 
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 18px; 
	color: black; 
	background-color: black;
	outline: none;
}
.alignleft {float: left; width: 320px;}
.alignright {float: right; width: 320px;}
.button {background-image: url(/images/fade.jpg); background-repeat: repeat; height: 18px; font-size: 10px; border: 1px solid white; float: right;color: white; padding-left: 4px; padding-right: 4px; width: 160px; text-align: center; font-family: verdana;}
.buttonalt {float: right; background-color: black; height: 20px; font-size: 10px; border: 1px solid white;  color: white; padding-left: 4px; padding-right: 4px; width: 160px; text-align: center;}
.buttonleft {background-color: black; height: 20px; font-size: 11px; border: 1px solid white;  color: white; padding-left: 4px; padding-right: 4px; width: 170px;}
.source {font-size: 11px; color: #666666;}
a {color: #a63333; text-decoration: none; outline: none; }
a:hover {color: #808180; outline: none;}
.largelink {font-size: 12px; font-weight: bold;}
.nav {font-size: 10px; color: #edebeb; text-decoration: none; font-weight: normal;}
.nav:hover {font-size: 10px; color: white; text-decoration: none; font-weight: normal;}
.navalt {font-size: 10px; color: white; text-decoration: none; font-weight: normal;}
.navalt:hover {font-size: 10px; color: #808180; text-decoration: none; font-weight: normal;}
.features {color: #d89999;}
.featurestext {color: white;}
.featuresimage {margin-right: 10px; float: left; border: 1px solid white;}
.sponsorsimage {background-color: white; border: 1px solid #cecece; padding: 10px; }
.whitesmall {color: white;}
h1 {color: black; font-size: 16px; margin-bottom: 8px;}
h2 {color: #999999; font-size: 12px; margin-bottom: 6px; margin-top: 2px; font-weight: bold;}
h3 {color: white; font-size: 14px; margin-bottom: 6px;}
h4 {color: black; font-size: 12px; margin-bottom: 8px;}

.navwhite {color: white; text-decoration: none;}
.navwhite:hover {color: black; text-decoration: none; width: 158px;}
.white {color: white;}
.navborder {margin-top: 10px; width: 158px;}
.regform {width: 140px; height: 14px; background-color: #cccccc; border: 1px solid white; font-size: 10px;}
form {padding:0px;margin:0px;}
.loginFormMasthead { height: 15px; width: 100px; border: 1px white solid; }
.loginFormMasthead2 { height: 15px; width: 160px; border: 1px white solid; }
.loginError { text-align:center; font-size: 14px; font-weight:bold; padding:5px;background-color:white; }
.regButton { background-color: white; color: black; border: 1px solid #cecece; width: 144px; height: 18px; font-size: 10px; font-family: verdana;}


.cmsTextInput {
	border: solid 1px grey;
	padding: 2px;
	font-size: 11px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}


.cmsTextInputAlt {
	border: solid 1px grey;
	font-size: 11px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}

.cmsTextInputNoWidth {
	border: solid 1px grey;
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}

.cmsSelectInput {
	border: solid 1px grey;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


.keyOrgsList {
	font-size:11px;
}

#tabPanelWrapper {
	width: 99%;
}

.watchListBox {
	border: solid 1px #cecece;
	padding: 5px;
	text-align: left;
	width: 113px;
}

#watchlist {
	margin-top: 20px;
}

.tabContent {
	background: #ECE9E9;
	border: 1px solid #cccccc;
	border-top: none;
	clear: both;
	margin: 0px;
	padding: 15px;
	font-size:12px;
	height: 450px;
	overflow: auto;
}

.tabPanel {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 5px;
	font-size:11px;
}

.tabPanel ul, .tabPanel li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size:12px;
	outline: none;
}

.tabPanel a:link, .tabPanel A:visited {
	background-image:url(/images/ins_trends_bg.gif);
	background-repeat:repeat;	
	border: 1px solid #ccc;
	color: #666;
	float: left;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 8px 2px 10px;
	text-decoration: none;
	font-size:11px;
	outline: none;
}

.tabPanel a:link.ajaxCurrentTab, .tabPanel A:visited.ajaxCurrentTab {
	background: #ECE9E9;
	border-bottom: 1px solid #ECE9E9;
	color: #000;
	font-size:11px;
	outline: none;
}

.tabPanel a:hover {
	color: #C20C00;
}