﻿/******************************************************************************************************\
                                       MAIN CONTENT - News
\******************************************************************************************************/

#content .news .bar-head
{
	background-color:#ebebeb;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	padding:10px 0 14px 20px;
	margin:30px 0;
	width:100%;
}

#content .news a
{
	text-decoration:none;
}

#content .news a:hover
{
	text-decoration:underline;
}

#content .news .date
{
	color:#666;
	font-size:11px;
	margin-bottom:6px;
}

#content .news .news-list-item
{
	margin-bottom:30px;
	width:535px;
	_height:1%;
}

#content .news .news-list-item:after
{
	content:".";  
    visibility:hidden;  
    display:block;  
    clear:both;  
    height:0;  
    font-size:0;
}

#content .news .news-list-item .col1
{
	width:100px;
	float:left;
}

#content .news .news-list-item .col2
{
	float:left;
	margin-left:10px;
	width:425px;
}

#content .news .news-list-item .title
{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	font-weight:normal;
}

#content .news .news-list-item .text
{
	color:#666;
	font-size:11px;
}

#content .news .news-brief-list li
{
	margin:20px 0 20px 10px;
}

#content .news .story .head
{
	margin-bottom:20px;
}

#content .news .story .head > h1
{
	margin-bottom:0;
}

#content .news .story .body .pic
{
	float:left;
	width:150px;
	margin-right:20px;
	margin-bottom:10px;
}

#content .news .story .body table
{
    border:none !important;
    margin:0;
}

#content .news .story .body table tr td
{
    border:none;
    padding:0 6px;
}

#content .news .pager
{
    color:#999;
}

#content .news .pager a
{
    color:#999;
}

#content .news .pager a:hover
{
    color:#333;
    text-decoration:none;
}

#content .news .month-links
{
    color:#999;
    margin:30px 0;
}

#content .news .month-links a
{
    color:inherit;
}

#content .news .month-links a:hover
{
    color:#333;
    text-decoration:none;
}
