﻿/*
*************************************** 
            News Styles
*************************************** 
*/

#NewsTop
{
	margin-top:17px;
	margin-left:-3px;
	width:482px;
	height:15px;
	
}
#NewsBottom
{
	margin-left:-3px;
	width:482px;
	height:16px;
	margin-bottom: 5px;
	
}

#NewsGrayTop
{
	float:left;
	background-color:#E9E9E9;
	background-repeat:repeat-x;
	border-top:1px double black;
	margin:0px;
	height:15px;
	width:450px;
}

#NewsGrayBottom
{
	float:left;
	background-color:#E9E9E9;
	background-repeat:repeat-x;
	border-bottom:1px double black;
	margin-bottom:10px;
	height:15px;
	width:450px;
}

#NewsWhiteBottom
{
	float:left;
	background-color:White;
	background-repeat:repeat-x;
	border-bottom:1px double black;
	margin:0px;
	margin-bottom:10px;
	height:15px;
	width:450px;
}

#NewsBody
{
    background-color:#E9E9E9;
	border: 1px double black;
	border-bottom: 0px;
	border-top:0px;
	margin-left:-3px;
	width:480px;
}
#Spotlight
{
	background-color:#E9E9E9;
	padding:0px 10px 10px 10px;
	font-weight: bold;
    font-size: 9pt;
}
#Advance
{
    background-color:#E9E9E9;
	padding:0px 10px 5px 10px;
	font-weight: bold;
    font-size: 8pt; 
}
.NewsImage
{
	height:125px;
	width:125px;
	border:1px double;
	border-color:Black;
	float:right;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:5px;
}
.newsconnerleft
{
    float:left;
    width:16px;
    height:16px;
}
.newsconnerright
{
    float:right;
    width:16px;
    height:16px;
}

.NewsOne
{
	background-color:#E9E9E9;
	float:left;
	width:300px;
	padding:5px 0px 5px 0px;
	font-weight: bold;
    font-size: 8pt;
}

.NewsOneSubject
{
	font-weight: bold;
    font-size: 9pt;
}

.NewsWhite
{
    clear:both;
	background-color:White;
	padding:5px 10px 5px 10px;
	font-weight: bold;
    font-size: 8pt;
}

.NewsGray
{
    clear:both;
	background-color:#E9E9E9;
	padding:5px 10px 5px 10px;
	font-weight: bold;
    font-size: 8pt;
}
.NewsDate
{
    line-height: 20px;
}