/**
*  SpernoX Sofware Modules Visual Style
*  Copyright (c) 2009 - SpernoX Software
*
*  - Author : Pascal Martel (CEO - Main Programmer)
*  - Copyright : 2009 - SpernoX Software
*  - Version : 1.0a
*/

Div.NoNewsLine {
	width: auto;
	padding-top: 15px;
	text-align: center;
	height:35px;
	font-weight: bold;
}
Div.NewsLine {
	width: auto;
	height: 40px;
}

#LineImp {
	background-color: #FFF;
}
#LinePai {
	background-color: #CCC;
}
#LineSep {
	height: 0px;
	border-top: 2px solid #999;
}
/* Zone 1 : Star for newer items */
#Zone1 {
	padding-left: 2px;
	padding-left: 3px;
	padding-top: 7px;
	width: 25px;
	float: left;
}
/* Zone 2 : News title */
#Zone2 {
	padding-left: 10px;
	padding-top: 3px;
	width: auto;
	float: left;
}
#Zone2a {
	width: auto;
	font-weight: bold;
	font-size: 16px;
	overflow: none;
}
#Zone2b {
	font-size: 12px;
	padding-left: 25px;
	overflow: none;
}
/* Sponsors View lines*/
Div.NewsLineP {
	width: auto;
	height: 75px;
}

/* Zone 1P : Star for newer items */
#Zone1P {
	padding-left: 2px;
	padding-left: 3px;
	padding-top: 7px;
	margin-right: 5px;
	width: 60px;
	float: left;
}
/* Zone 2P : News title */
#Zone2P {
	padding-left: 10px;
	padding-top: 3px;
	width: auto;
	float: none;
}
#Zone2aP {
	width: auto;
	font-weight: bold;
	font-size: 16px;
	overflow: none;
}
#Zone2bP {
	font-size: 12px;
	padding-left: 25px;
	overflow: none;
}
#ImgP {
	border: 0px;
	height: 60px;
	width: 60px;
}
/***************************/
#ViewZone1 {
	width: auto;
	height: 20px;
	border-bottom: #09F;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #69F;
	/* Text disposition */
	font-size: 10px;
}
#ViewZone2 {
	width: auto;
	height: 20px;
	border-bottom: #09F;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #69F;
	/* Text disposition */
	font-size: 12px;
}
#ViewZone2T {
	width: auto;
	height: 30px;
	border-bottom: #09F;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	/* Text disposition */
	font-size: 14px;
}
#ViewZone3 {
	Width: auto;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	/* Text disposition */
	font-size: 14px;
}
#ViewZone3T {
	Width: auto;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #69F;
	/* Text disposition */
	font-size: 14px;
}
Div#Zone2TDesc {
	padding-top: 5px;
	height: auto;
	width: auto;
}
Div#DButton {
	height: 26px;
	width: 120px;
	float: left;
	background-image: url(../imgs/button_norm.png);
}
Div#DButton:hover {
	background-image: url(../imgs/button_sel.png);
}
