@charset "utf-8";
html {
	background: #001337 url(../images/bg.jpg) repeat-x fixed top center;
}
body {
	font: 100%  Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff url(../images/container_top.jpg) no-repeat top center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*margin-top:10px;*/
	margin-top:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background:#001337 url(../images/header_bg.jpg) no-repeat top center; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*position:relative;*/
	margin:0 0 0 0;
	height:200px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #header_titolo{
	width:726px;
	height:74px;
	overflow:hidden;
	top:0;
	left:0;
	position:relative;
	background:transparent url(../images/logo_fkmi.jpg) no-repeat;
}
#header #flashcontent{
	height:176px;
	margin:0 auto;
	text-align:center;
}
#header #nav_box{
	margin:-20px 0 0 0;
	padding-top:24px;
	padding-left:0px;	
	background:transparent url(../images/header_menu_bg.jpg) no-repeat center top;	
}
#header #menu_nav_main_box{

}
.oneColFixCtrHdr #mainContent_container {
	background:#F7F7F7;
	margin:0 auto;
	padding:0;
}
.oneColFixCtrHdr #mainContent {
	background:transparent url(../images/maincontent_top_bg.jpg) repeat-x;
	padding: 15px 35px 0 35px; 
	margin:0 auto;
	text-align:left;
	font-size:0.8em;
	line-height:1.7em;
	font-family:"Times New Roman", Times, serif;
}
.oneColFixCtrHdr #footer {
	margin:0 0 0 0;
	padding: 15px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff url(../images/footer_bg.jpg) no-repeat bottom center; 
	font-size:0.7em;
	line-height:1.7em;
	height:55px;
	border-top:1px solid #cccccc
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer_left{
float:left;
display:inline;
}
.oneColFixCtrHdr #footer_right{
float:right;
}
a{
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	color: #bb0000;
	text-decoration:underline;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*********************************************************/


#footer_link{
	margin:0;
	padding:0;
}
#footer_link li{
	display:inline;
}
#footer #logo_tecart{
	display:block;
	width:92px;
	height:38px;
	overflow:hidden;
	background:transparent url(/images/logo_tecart.jpg) no-repeat center;
	margin:14px 10px 0 0;
	
}

#h_col_sx{
	width:360px;
	float:left;
	display:inline;
	text-align:left

}
#h_col_dx{
	width:300px;
	float:right;
}
.titolo_1{
	margin:10px 0 20px 0;
	padding:0 0 7px 0;
	color:#224571;
	border-bottom:2px dotted #D6D9DF;
	font-size: 1em
}
form {
	width:auto; 
	padding:0;
	margin:0 auto;
	text-align:left;	
	font-size:100%;
}
form p {
	width:auto;
	margin:8px 0;
	padding:0;
}
form h3{
	margin:0 auto;
	text-align:center;
	color:#008073;
	margin-bottom:30px
}
form label {
	display:block;
	float:left;
	width:230px;
	text-align:right;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	font-size:0.9em;
	line-height:1em;
	padding-top:0.5em;
	margin-left:2px;
	padding-bottom:3px;
}

form input { 
	width:250px; 
	border-top:1px solid #a4a4a4;
	border-left:1px solid #a4a4a4;
	border-bottom:1px solid #E2E2E2;
	border-right:1px solid #E2E2E2;
	background:#fbfbfb;
	margin-left:10px;
	padding:2px 4px;
	color:#000000;
	font-size:0.85em;
	font-family: Verdana,  Arial, Helvetica, sans-serif;
}
form textarea{
	width:250px; 
	border-top:1px solid #a4a4a4;
	border-left:1px solid #a4a4a4;
	border-bottom:1px solid #E2E2E2;
	border-right:1px solid #E2E2E2;
	background:#fbfbfb;
	margin-left:10px;
	padding:2px 4px;
	color:#000000;
	font-size:0.85em;
	font-family: Verdana,  Arial, Helvetica, sans-serif;
}
form .submit input{
	width:100px;
	margin-left:240px
}

/****************************** FLASH NEWS ****************/

#flashnews {
	background:#ffffff url(/images/flashnews_bg.jpg) repeat-x;
	padding: 0 10px; 
	margin:0 auto;
	text-align:left;
	height:38px;
	overflow:hidden
}
#fn_titolo{
	background:transparent url(/images/flashnews_img.jpg) no-repeat;
	width: 86px;
	height: 21px;
	margin-top:10px;
	float:left
}
.yeaboy{
	position:absolute;
	visibility:hidden;
	width:700px;
	color: #003862;
	left:0;
	top:0;
	font-size: 11px;
	font-style: normal;
	font-family: verdana,arial,helvetica;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	overflow:hidden;
	line-height: 14pt;
	text-align:left;
	padding:0px;
	cursor:'default';
}
.yeaboy a{
	color:#003862;
	text-decoration:none
}
.yeaboy a:hover{
	color:#003862;
	text-decoration:underline
}
.yeaboy_2{
position:relative;
color: #ff0000;
width:700px;
font-family: verdana,arial,helvetica;
font-size: 11px;
font-style: normal;
font-weight: bold;
text-decoration: none;
line-height: 14pt;
text-align:left;
padding:0px;
height:15px;
}
.yeaboy_2 a{
	color:#ff0000;
	text-decoration:none
}
.yeaboy_2 a:hover{
	color:#ff0000;
	text-decoration:underline
}
/****************************************** CORSI E STAGE *************************/

.corsi_box{
	font-size:11px;
	margin-bottom:20px;
	padding-bottom:20px;
	color: #000000;
	border-bottom: 1px solid #aaaaaa
}
.corsi_data{
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
}
.corsi_titolo{
	font-size:14px;
	font-weight:bold;
	margin:3px 0 0 10px;
	padding:0;
}
.corsi_titolo a{
	color:#000000;
	text-decoration:none;	
}
.corsi_titolo a:hover{
	color:#003862;
	text-decoration:underline;	
}
.corsi_luogo{
	margin:0 0 0 10px;
	color:#333333	
}
.corsi_docenti{
	margin:8px 0 0 10px;
	line-height:15px;
	color:#333333
}
.corso_box{
	font-size:11px;
	color: #003862;
}
#corso_header{
	text-align:center;
	margin:0 auto;
	padding-bottom:20px;
	border-bottom:2px dotted #D6D9DF;
}
.corso_data{
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
	text-align:center;
	margin:10px 0 0 0;
	
}
.corso_titolo{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin:3px 0 0 0;
	padding:0;
	text-align:center;	
}
.corso_luogo{
	margin:0;
	text-align:center;
	color:#333333					
}
.corso_luogo h3{
	margin:10px 0 0 0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	color:#333333			
}
.corso_docenti{
	margin:8px 0 0 0;
	line-height:15px;
	text-align:center;	
	color:#333333				
}
.corso_docenti h3{
	margin:10px 0 0 0;
	padding:0;
	font-size:13px;
	font-weight:bold;	
}
.corso_box_sc{
	width:700px;
	min-height:50px;
	margin:10px;
	font-size:11px;
	color:#003862;
	text-align:justify;
	line-height:20px;
}
#corso_header_sc{
	text-align:center;
	margin:0 auto;
	padding-bottom:20px;
	border-bottom:2px dotted #D6D9DF;
}
.corso_data_sc{
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
	text-align:center;
	margin:10px 0 0 0;
	
}
.corso_titolo_sc{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin:3px 0 0 0;
	padding:0;
	text-align:center;	
}
.corso_luogo_sc{
	margin:0;
	text-align:center;
	color:#333333					
}
.corso_luogo_sc h3{
	margin:10px 0 0 0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	color:#333333			
}
.corso_docenti_sc{
	margin:8px 0 0 0;
	line-height:15px;
	text-align:center;	
	color:#333333				
}
.corso_docenti_sc h3{
	margin:10px 0 0 0;
	padding:0;
	font-size:13px;
	font-weight:bold;	
}
/************************* QUADRI TECNICI *************************/

.qtn_box{
	width:690px;
	border:1px solid #C7CBD3;
}
.qtn_info{
	margin:10px;
}
.qtn_regione{
	margin:0 auto;
	text-align:center;
	padding:4px 0 0 0;
	font-size:18px;
	color:#000000;
	border-bottom:1px solid #C7CBD3;
	background:transparent url(/images/bg_qtn_regione.jpg) repeat-x;
	height:24px;
	overflow:hidden;
	font-weight:bold
}
.qtn_prov{
	margin:0 auto;
	text-align:center;
	padding:4px 0 0 0;
	font-size:13px;
	color:#666666;
	text-transform:uppercase;
	border-top:1px solid #C7CBD3;	
	border-bottom:1px solid #C7CBD3;
	background:transparent url(/images/bg_qtn_prov.jpg) repeat-x;
	height:24px;
	overflow:hidden;
	font-weight:bold
}
.qtn_box .grado{
	color:#ff0000;
	font-size:13px;
	font-weight:bold;
}
.qtn_box .provincia{
	color:#666666;
	font-size:11px;
	font-weight:bold;	
}
.qtn_box .tecnico{
	color:#333333;
	font-size:13px;
	font-weight:bold;	
}
.goup_box{
	width:auto;
	text-align:right;
	margin-bottom:10px;
}
.goup_box img{
vertical-align:middle;
margin:0 4px 0 0
}
.goup_box a{
	font-size:11px;
	text-decoration:none;
	color:#666666
}
.goup_box a:hover{
	color:#aaaaaa;
}

/************************* LINKS *************************/

#links_box{

}
#links_box ul{
	margin-top:20px;
	margin-left:0;
	padding-left:20px;
	list-style:none;
}
#links_box ul li{
	list-style:none;
	margin-top:15px;
	border-bottom:1px dashed #cccccc
}
#links_box ul li.li_class{
	border:none

}

#links_box ul li p{
	margin:5px 0 10px 0
}
#links_box ul li a{
	text-decoration:none
}
/*************************** CENTRI FKMI ************************/

.centri_box{
	width:690px;
/*	border:1px solid #C7CBD3;*/	
	margin-bottom:4px
}
.centri_regione{
	margin:0 auto;
	text-align:center;
	padding:4px 0 0 0;
	font-size:18px;
	color:#000000;
/*	border-bottom:1px solid #C7CBD3;*/
	background:transparent url(/images/bg_centri_regione.jpg) repeat-x;
	height:24px;
	overflow:hidden;
	font-weight:bold
}
.centri_info{
	/*width:324px;*/
	padding:10px;
	height:auto;
	float:left;
	display:inline;
	background:transparent url(/images/bg_centri_info.jpg) top repeat-x;	
}
.centri_table{

}
.centri_table th{
	text-align:right;
	color:#ff0000;
	font-size:11px;
	padding-right:5px;
}
.centri_table td{
	text-align:left;
	color:#000000;
	font-size:11px;
}
.centri_palestra{
	font-size:14px;
	font-weight:bold
}
.centro_box_sc{
	width:700px;
	min-height:50px;
	margin:10px;
	font-size:11px;
	color:#333333;
	text-align:justify;
	line-height:20px;
}

/********************* RASSEGNA STAMPA *************************/

#rassegnastampa_box{
	margin:0 auto;
	text-align:center
}
#rassegnastampa_box img{
	border:none
}
/********************* SITEMAP *************************/

#sitemap{
font-weight:bold;
margin:0;
padding:0 10px;
}
#sitemap a{
font-size:13px;
font-weight:bold;
text-decoration:none;
}
#sitemap a:hover{
	color:#990000
}
#sitemap ul{
margin-top:5px;
}
#sitemap li{
	margin:10px 0;
	padding-bottom:10px;
	border-bottom:1px dashed #cccccc;
	list-style:none;
}
#sitemap li a{
	text-transform:uppercase;
	color:#000000
}
#sitemap li li{
	margin:0 6px;
	padding-bottom:0;
	border-bottom:none;
	list-style:circle
}
#sitemap li li a{
	text-transform:none;
	color:#ff0000;
}