/* CSS Document */
body td {
	color:#5A5A5A;
	font-size:13px;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:5px;
}

.hr {
	margin: -20px 20px 20px 20px;
	border-bottom:1px solid #9D0000;
}

a {
	color:#9D0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.bg_navtop {
	background:url(layout_img/barra_alta.gif) repeat-x;
}


#text_scroll {
	background:url(layout_img/punto_logo.gif) repeat-x;
	width: 334;
	text-align: right;
	vertical-align: top;
}

.bg_logo_bottom {
	background:url(layout_img/punto_logo.gif) repeat-x;
}

.bg_logo_alfa {
	background:url(layout_img/bg_logo_alfa.gif) no-repeat;
}

p {	 
	 line-height:16px;
	 padding: 8px 15px 10px 10px;
	 margin: 0 0 0 0;
}

p.underline {
	border-bottom: 1px solid #9D0000;
}

.colored {
	color:#9D0000;
}

.title_in_line {
	color:#9D0000;
	font-weight:bold;
}

.title_news {
	color:#9D0000;
	font-weight:bold;
	font-size:16px;	
}

img.news {
	float:left;
	margin: 0 20px 20px 0;
}

img.bordered {
	border:2px solid #5A5A5A;
	margin: 12px 0 0 0 ;
}

img.selected {
	border:2px solid #9D0000;
	margin: 12px 0 0 0 ;
}

a:hover img.bordered {
	border:2px solid #9D0000;
	margin: 12px 0 0 0 ;
}

.error {
	color: #FF0000;
	font-weight:bold;
}

.scroll_command {
	/*border-left: 1px solid #9D0000;*/
}

/*********************************
****** MENU' DI NAVIGAZIONE ******
**********************************/

#navtop{
	margin: 25px 0 0px 0;
	padding: 0px 0 0px 0px;
	font-size:11px;
	font-weight:bold;
}

#navtop ul, #navtop li{
	margin: 0 0 0 0;
	padding: 0 0px 0 0px;
	display: inline;
	list-style-type: none;
}

#navtop li#selected {
	padding: 5px 5px 5px 5px;
	color: #9D0000;
}

#navtop a:link, #navtop a:visited{
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	color: #5A5A5A;
}

#navtop a:hover { 
	text-decoration: underline;
	color: #9D0000;
	padding: 5px 5px 5px 5px;
}

#subnav{
	margin: 5px 0 0 0;
	padding: 0px 0 0px 0px;
	font-size:11px;
	font-weight:bold;
}

#subnav ul, #subnav li {
	margin: 0;
	padding: 0 0px 0 0px;
	display: inline;
	list-style-type: none;
}

#subnav li#selected {
	padding: 5px 5px 5px 5px;
	color: #9D0000;
}

#subnav a:link, #subnav a:visited {
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	color: #5A5A5A;
}

#subnav a:hover { 
	text-decoration: underline;
	color: #9D0000;
	padding: 5px 5px 5px 5px;
 }
 
  
/*****************
****** NEWS ******
******************/

.boxnews {
 	border-bottom:1px solid #9D0000;
 	border-right:1px solid #9D0000;
 	border-left:1px solid #9D0000;
	color:#5A5A5A;
	font-size:13px;
	line-height:16px;
}

.first_news {
 	background: url(layout_img/bg_first_news.gif) no-repeat;
	font-size: 13px;
	color:#9D0000;
	height: 21px;
	font-weight:bold;
}
 
p.first_news_title {
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
}

textarea, input{
	width:65%;
}

textarea{
	height:300px;
}

.submit{
	width:auto;
}


h4 {
	color:#9D0000;
	font-size: 100%;
}