﻿html, body 
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, 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: #09F;
	text-decoration: none;
}
a:visited {
	color: #09F;
	text-decoration: none;
}

a:hover {
	color: #0FF;
	text-decoration: underline;
}


.headers_main {
	font-size: 20px;
	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;
}
.article_header {
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 215px;
	margin-bottom: 8px;
	margin-right: 5px;
}



.RelatedContent a:link {
	color: #404040;
	text-decoration: none;
}
.RelatedContent a:visited {
	color: #404040;
	text-decoration: none;
}

.RelatedContent a:hover {
	color: #404040;
	text-decoration: underline;
}

.commentViewHolder
{
    clear: both;
    font-size: 8pt;
    margin-bottom: 8px;
}

.commentTopicText
{
    text-transform: uppercase;
    color: #777;
}

.commentImage
{
    border: 0 none;
    margin-left: 4px;
}

/* Main Page Styles */
.this_week_image
{
    width: 700px;
    height: 30px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.inside_out_articles_image
{
    width: 700px;
    height: 30px;
    float: left;
    margin-top: 18px;
    margin-bottom: 25px;
    text-align: center;
}

.main_page_spacer
{
    width: 10px;
    height: 250px;
    float: left;
}

.inside_out_this_week_left
{
    display: inline;
    width: 335px;
    height: 330px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.inside_out_this_week_right
{
    display: inline;
    width: 335px;
    height: 330px;
    overflow: hidden;
    float: left;
}

.article_separator
{
    width: 10px;
    height: 300px;
    float: left;
    overflow: hidden;
}

/* Inside Out 3 col layout */
#insideout_left
{
    width: 195px;
    float:left;
}

#insideout_middle
{
    width: 480px;
    float: left;
}

/* Inside Out 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;
}

/* 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 */
.insideout_archive_articles
{
    width: 450px;
    padding: 5px 3px 5px 0px;
    border-bottom: dotted 1px #777;
}

.insideout_archive_list_current
{
    width: 450px;
    padding: 5px 3px 5px 0px;
    border-bottom: dotted 1px #777;    
}

.insideout_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;
}


