/* ================================
	News Module    
	Style Sheet Definition 
   ================================
	Author: Davide Espertini
   ================================
*/


/****** VARIOUS *******/

.setup
{
	margin-top: 22px;
	margin-top: 18px !important;
}

.TxtUpperCase {
	text-transform: uppercase;
	color: #003366;
	font-size: 12px;
}

.Normal {
	font-family: Verdana;
	font-size: 12px;
	color: #003366;
}

.Normal a:link, .Normal a:hover, .Normal a:visited, .Normal a:active
{
	text-decoration: none;	
}

.WhiteText {
	color: #FFF;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5;
}

.NormalText {
	font-family: Verdana;
	font-size: 12px;
	color: #003366;
}

.News_Title{
	font-weight: bold;
	font-size: 14px;
	color: #003366;
}

.nTitle {
	background-color: #003366;
	width: 100%;
	color: White;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
}

/****** TABLES *******/

.News_HeadTable {
	background-color: #FFF;
	width: 611px;
	color: #003366;
	font-family: Futura MdCn BT, Verdana, Arial;
	font-size: 12px; 
}

.News_HeadTable_whiteLine {
	background-color: #FFF;
	height: 40px;
}

.News_HeadTable_blueLine {
	background-color: #003366;
	color: #FFF;
	border-left: solid 2px #FFF;
	padding: 1px 0px 1px 0px;
	width: 609px !important;
	width: 611px;
	display: block;
	height: 20px;
}

.News_SearchTable {
	background-color: #EEEEEE;
	width: 100%;
	color: #003366;
	font-family: Verdana, Arial;
	font-size: 12px;
}

/****** DATAGRID *******/

.News_DG_List {
	background-color: #FFF;
	height: 400px;
	width: 610px;
	display: block;
	font-size: 12px;
	font-family: Verdana;
}

.News_Pager {
	margin-right: 10px;
	font-family: Verdana;
	font-size: 10px;
}

.News_DG_Image {
	margin-left: 5px;
	width: 65px;
	height: 74px;
}

.dgNews_BO_List{
	background-color: #F8F8F8;
	width: 100%;
}
