/**
	Global Styles
*/

body
{
	background: #e8e8e8 url(/images/global_bg.jpg) repeat-x;
	font-family: Arial,Helvetica, sans-serif;
	color: #666666;
	text-align:justify; 
	margin:0px; 
	font-size:80%; 
}

hr
{
	border: 1px dashed #cccccc;
}

/**
	Main class
*/
.global
{
	
}

.global #left_menu
{
	font: 75% Arial, Verdana, "Times New Roman";
	color: white;
	font-weight: bold;
	line-height: 50%;
}

.global #left_menu a
{
	color:white;
	text-decoration:none;
}

.global #left_menu a:hover
{
	text-decoration:none;
	color: #990000;
}

.global #news
{
	font: 70%  Verdana, Arial, "Times New Roman";
	color: 333;
	padding-left: 30px;
	line-height: 60%;
}

.global #contents
{
	position: absolute;
	top:65px;
	left:178px;
}

.global #teleport
{
	position: absolute;
	top: 50;
	left: 764;
}

.global #page_footer
{
	font-size: 80%;
	color: #999999;
	visibility: hidden;
	text-align: center;
	width: 575px;
}

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

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

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

.cont_table
{
	background: url(/images/white_box_pattern.png) repeat-y;
}

.cont_table_ie
{
	width: 575px;
}

.cont_div
{
	padding: 5px;
}

.cont_div_ie
{
	padding-left: 1px;
	padding-top: 5px;
	
	background-color: #fff;
	border: 1px solid #ccc;
}

.text_plain
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #999999;
}

.text_title
{
	font-family:Arial,Helvetica, sans-serif;
	font-size: 80%;
	color: #990000;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	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: 20px;
	margin-left: 20px;
	margin-bottom: 8px;
	font-weight: bold;
	line-height:18px;
}

.text_normal
{
	font-family: Arial,Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
	text-align:justify;
	line-height:18px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	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: 20px;
	margin-left: 20px;
	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: #990000;
}
.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;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

.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;
}

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

.news_title a
{
	color: #990000;
	text-decoration: underline;
}

.news_date
{
	font-size: 10px;
	color: #666666;
}

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

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

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

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


