/**
	Global Styles
*/

body
{
	text-align: center;
	font-family: Verdana, Arial, "Times New Roman";
	color: #333333;
	margin: 0px;
	background-image: url(/images/sfondo.gif);
	background-repeat: no-repeat;
}

hr
{
	border: 1px dashed #cccccc;
}

/**
	Main class
*/
.global
{
	text-align: center;
}

.global #contents
{
	margin: 10px;
	margin-top: 0px;

	font: 11px Verdana, Arial, sans-serif;
	line-height: 16px;
	background-color: #f7f7f7;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.global #contents_footer
{
	width: 396px;
	height: 2px;
	margin: 1px;
	background-color: #999999;
}

.global #head
{
	width: 708px;
	height: 100px;
	background-color: #ddd;
}

.global #page_footer
{
	font: 11px Verdana, Arial, sans-serif;
	color: #777777;
}

.global #page_footer a
{
	color: #999999;
	text-decoration: none;
}

.global #page_footer a:hover
{
	color: #cc0000;
	text-decoration: underline;
}

.contents_bg
{
	background: url(/images/contents_bg_pattern.gif);
	background-repeat: repeat-y;
}
.text_title
{
	font-family:Arial,Helvetica, sans-serif;
	font-size: 80%;
	color: #FF0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size:13px;
	line-height: 18px;
	font-weight: bold;
}

.text_subtitle
{
	font-family:Arial,Helvetica, sans-serif;
	font-size:12px;
	color: #232323;
	margin-top:0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	font-weight: bold;
	line-height:18px;
}

.text_normal
{
	font-family: Arial,Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:justify;
	line-height:18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
}
.text_linked
{
	font-family: Arial,Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:justify;
	line-height:18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	text-decoration: underline;
}
.text_linked:hover {
	color: #FF0000;
}
.text_small
{
	font-family: Arial,Helvetica, sans-serif;
	font-size: 10px;
	color: #232323;
	text-align:left;
	line-height:14px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	
}
.table_orari
{
	margin-right: 20px;
	margin-left: 20px;
}
.bordoimg 
{
	border: 4px double #B3AEA9;
	color: #B3AEA9;
	font-weight: bold;
	border-top-color: #B3AEA9;
	margin-right: 0px;
}

.shadow_dx
{
	background: url(/images/img_ombra_sfondo_dx.gif);
	background-repeat: repeat-y;
}

.shadow_sx
{
	background: url(/images/img_ombra_sfondo_sx.gif);
	background-repeat: repeat-y;
}

.links_title
{
	font-family:Arial,Helvetica, sans-serif;
	color: #FF0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size:13px;
	line-height: 18px;
	font-weight: bold;
}

.links_title a
{
	color: #FF0000;
	text-decoration: underline;
}

.dropdown
{
	border-style: solid;
	border-width: thin;
	border-color: #333333;
	
	font-family:Arial,Helvetica, sans-serif;
	font-size:12px;
	color: #232323;
}

.dropdown_label
{
	font-family:Arial,Helvetica, sans-serif;
	font-size:12px;
	color: #232323;
	font-weight: bold;
	line-height:20px;
}

.post_title
{
	font-family:Arial,Helvetica, sans-serif;
	color: #FF0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size:13px;
	line-height: 18px;
	font-weight: bold;
}

.post_title a
{
	color: #FF0000;
	text-decoration: underline;
}

.post_date
{
	font-size: 10px;
	color: #000000;
}

post_hr
{
	border: none;
	border-top: solid 1px #cccccc;
	margin-left: 20px;
	margin-right: 20px;
}

.post_back a
{
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}

img
{
	border: none;
}