﻿html, body 
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
}

p
{
	margin-top: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

.RelatedContent {

	
}

.RelatedContent a:link {
	color:#444;
}

.RelatedContent a:visited {
	color:#444;
}

.headers_main {
	font-size: 22px;
	font-weight: bold;
	color:#000;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 8px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F00;
}
.more_title {
	font-size: 11pt;
	font-weight: bold;
	color: #2F0000;
}

.commentViewHolder
{
    clear: both;
    font-size: 8pt;
    margin-bottom: 8px;
}

.commentTopicText
{
    text-transform: uppercase;
    color: #777;
}

.commentImage
{
    border: 0 none;
    margin-left: 4px;
}



/* Main Page Topic List */

.topic
{
	margin-top: 10px;
	margin-right: 5px;
	width: 665px;
	float: left;
	display: inline;
	
	font-family: Arial, Helvetica, sans-serif;
}

.topicheader
{
	
	font-weight: 400;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	float: left;
	font-size: 12px;
	margin-bottom:0px;
	background-color:#333;
	font-size:14px;
	font-family: Tahoma, Geneva, sans-serif;
	
}

.topiclist
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 650px;
	float: left;
	margin-bottom:5px;
	background-image:url(/images/topics_gradient.jpg);
	border: 1px solid #333;
	padding: 5px;
}

.topicitem
{
	width: 210px; 
	height:30px;
	float: left;
	margin-right: 5px;
	margin-bottom:5px;
	
	
}

.topictext
{
    display: none;
}



/* WhatsHot 3 col layout */
#whatshot_left
{
    width: 195px;
    float:left;
}

#whatshot_middle
{
    width: 480px; 
    float: left;
}

/* WhatsHot topics list page */
.topicpage_headline 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	width: 460px;
	margin-bottom: 2px;
	float: left;
}

.topicpage_holder 
{
	width: 460px;
	float: left;
	margin-left: 12px;
	display: inline;
}

.topicpage_comments
{
    font-size: 8pt;
    width: 460px;
    float: left;
}

.topicpage_text
{
    float: left;
    font-size: 10pt;
}

.topicpage_date
{
    font-size: 8pt;
    font-weight: normal;
    color: #777;    
}

/* Search and Search Results Styles */

.SearchLabel
{
    float: left;
    width: 100px;
    text-align: right;
    padding: 4px;
    font-size: 10pt;
    font-weight: bold;
}

.SearchData
{
    float: left;
    width: 345px;
    text-align: left;
    padding: 4px;
    font-size: 10pt;
}

.search_results_headline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	width: 450px;
	margin-bottom: 2px;
	float: left;    
}

.search_results_holder
{
	width: 450px;
	float: left;
}

.search_results_bottom
{
    font-size: 8pt;
    color: #777;
    float: left;
}

.search_results_date
{
    font-size: 8pt;
    font-weight: normal;
    color: #777;    
}

#SearchHolder
{
    float: left;
    border: solid 1px #ccc;
    padding: 5px;
    width: 465px;
    background-color: #eee;
}

#ResultsHolder
{
    float: left;
    width: 460px;
}

/* Other definitions */
.whatshot_archive_articles
{
    width: 450px;
    padding: 5px 3px 5px 0px;
    border-bottom: dotted 1px #777;
}

.whatshot_archive_list_current
{
    width: 450px;
    padding: 5px 3px 5px 0px;
    border-bottom: dotted 1px #777;    
}

.whatshot_archive_list
{
    width: 430px;
    padding: 5px 3px 5px 0px;
    border-bottom: dotted 1px #777;    
    padding-left: 20px;
}

.page_header
{
	font-size: 16pt;
	font-weight: bold;
	color: #003;
	margin-bottom: 15px;
}
