﻿/************************/
/* GENERAL ELEMENTS     */
/************************/
body
{
	margin: 0px;
	padding: 0px;
	color: #333;
	background-position: 0px -20px;
	background-image: url(images/header_bkgd.gif);
	background-repeat: repeat-x;
}

/************************/
/* SECTIONS ELEMENTS    */
/************************/
#header
{
	margin: 0;
	height: 184px;
	width: 100%;
	vertical-align: bottom;
	position: relative;
}

.subheader
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	background-color: #cccccc;
	display: block;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-bottom: 3px;
	margin-top: 25px; /*background-image: url(images/bg_gradient_ccc.gif); 	background-repeat: repeat-x;*/
}
.subheader:hover
{
	color: #990000;
	background-color: #999999;
}
.platform
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 14px;
	background-color: #cccccc;
	background-repeat: no-repeat;
	width: 180px;
	height: 100px;
	display: block;
}

.platform .platform_top
{
	background-color: #666666;
	height: 20px;
	padding-left: 8px;
	padding-top: 5px;
	display: block;
}
.platform .platform_bottom
{
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	height: 60px;
}
.platform .follow_link
{
	display: block;
	margin-top: 3px;
	font-weight: bold;
}

.testimonial
{
	font-size: 12px;
	font-family: "arial";
	font-style: italic;
	color: #000000;
}
.testimonial_author
{
	font-size: 10px;
	font-family: "arial";
	color: #666666;
}

#featured
{
	float: right;
	width: 180px;
	padding-top: 25px;
	overflow: hidden;
}
.chart .title, .chart h1, .chart h2, .chart .small_title
{
	font-size: 14px;
	display: block;
	color:#000000;
}
.chart .small_title
{
	font-size: 11px;
	font-weight: bold;
}
.chart .date
{
	font-size: 11px;
	display: block;
	color: #666666;
	font-weight: normal;
}
.chart select
{
	font-size: 11px;
}
.chart .dropdown
{
	border: solid 1px #666;
	background-color: #fff;
	font-size: 11px;
	padding-left: 3px;
	color: #666666;
	margin-right: 5px;
	width: 100px;
	height: 20px;
	margin-bottom: 3px;
	margin-top: 3px;
}
/****************************/
/* LEFT NAVIGATION			*/
/****************************/
ul.main_navigation, ul.main_navigation .sublinks
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.main_navigation li
{
	margin-bottom: 2px;
	background-color: White;
}
ul.main_navigation li a
{
	vertical-align: top;
	display: block;
	height: 18px;
	padding-top: 3px;
	text-decoration: none;
}
ul.main_navigation member a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
}

ul.main_navigation .sublinks
{
	padding-bottom: 2px;
	display: none;
}
ul.main_navigation .selected .sublinks
{
	display: block;
}
ul.main_navigation .sublinks li a.selected_link
{
	color: #990000;
	background-image: url(images/red_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 9px 5px;
}
ul.main_navigation .sublinks li a
{
	font-size: 11px;
	color: #666666;
	padding: 0px;
	padding-left: 15px;
	height: 15px;
}
ul.main_navigation .sublinks li a:hover
{
	color: #990000;
	background-image: url(images/red_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 9px 5px;
}
/*******************************/
/* FEATURED ITEMS (RIGHT SIDE) */
/*******************************/
.featured_item h1, .featured_item h2, .featured_item h3, .featured_item h4, .featured_item h5, .featured_item h6
{
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 5px;
	background-color: #990000; /* 	background-image: url(images/bg_gradient_900_flip.gif); 	background-repeat: repeat-x; 	background-position: bottom left; 	*/
}
.featured_item
{
	margin-bottom: 20px;
	clear: both;
}
div.featured_item div.sub-item
{
	clear: both;
	margin-bottom: 10px;
	border-top: solid 1px #eee;
	padding-top: 5px;
	margin-top: -5px;
}
.featured_item p
{
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.featured_item a
{
	font-size: 11px;
	line-height: 14px;
	color: #006699;
}

.featured_item a.follow_link
{
	display: block;
}

.featured_note
{
	font-size: 9px;
	color: #666666;
	line-height: 10px;
}

/*Not Used .featured_item
	background-color: #ccc;
	background-image: url(images/box_border_topright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 10px;*/
/****************************/
/* CONTENT SECTIONS         */
/****************************/
.content_sections
{
	margin-top: 15px;
}
.content_sections .section
{
	/* height: 78px;*/
	background-color: #ccc;
	clear: both;
	font-size: 12px;
	height: 78px;
	margin-top: 5px;
	background-image: url(images/box_border_topright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.content_sections .section a.section_img_link
{
	width: 154px;
	background-position: top left;
	background-repeat: no-repeat;
	margin-right: 10px;
	float: left;
}
.content_sections .section_content
{
	display: block;
	padding: 10px;
}
.content_sections .section .follow_link
{
	position: absolute;
	bottom: 5px;
	left: 164px;
}
.content_sections .testimonial
{
	/* height: 78px;*/
	background-color: #cce0eb;
	clear: both;
	font-size: 11px;
	font-style: italic margin-top: 5px;
	background-image: url(images/box_border_topright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.content_sections .testimonial2
{
	font-size: 10px;
	color: #666666;
	font-style: normal;
}

.loading
{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 200px;
	margin-left: -100px;
	margin-top: -20px;
	text-align: center;
}