﻿body {
    margin:0px;
    padding:0px;
    background-color:#547581;
    font-family:Arial, Verdana, Tahoma, Times New Roman;
}

#header{
    height:300px;
    text-align:center;
    background:url(../images/bg_header.jpg?new2013) repeat-x top left;
}

#navigation{
    margin:0 auto;
    width:940px;
    height:60px;
    background:url(../images/bg_navigation.jpg) repeat-x top left;
}

#boxLogo{
    margin:0 auto;
    width:940px;
    height:220px;
    background:url(../images/bg_logo.jpg) no-repeat top left;
}

#boxGradientTop{
    height:18px;
    text-align:center;
    background:url(../images/bg_gradient_top.jpg) repeat-x top left;
}

#boxGradientInner{
    height:18px;
    width:940px;
    margin:0 auto;
    background:url(../images/bg_gradient_inner.jpg?new2013) top left no-repeat;
}

#boxContent{
    min-height:400px;
    background-color:#6d8b95;
    background-image:url(../images/bg_content.jpg);
    background-position:bottom left;
    background-repeat:repeat-x;
    text-align:center;
}

#boxInnerContent{
    width:940px;
    margin:0 auto;
}

#footer{
    height:88px;
    background:url(../images/bg_footer.jpg?new2013) repeat-x top left;
}

#boxFooter{
    width:940px;
    height:88px;
    margin:0 auto;
}

#footerLeft{
    float:left;
    margin-left:10px;
    margin-top:35px;
    width:250px;
    color:#FFF;
    font-size:11px;
}

#footerRight{
    float:right;
    margin-right:10px;
    margin-top:30px;
    color:#FFF;
    font-size:12px;
}

.footRightText{
    float:right;
}

.footRightText a{
    color:#FFF;
    text-decoration:none;
}

.footRightText a:hover{
    color:#FFF;
    text-decoration:underline;
}

.footRightSeparator{
    float:right;
    margin-top:2px;
    margin-left:8px;
    margin-right:8px;
    height:11px;
    width:4px;
    background:url(../images/footer_separator.gif?new2013) top left no-repeat;
}

.navLink{
    display:block;
    border:0px;
    margin-left:3px;
    float:left;
    width:131px;
    height:60px;
    background-position:top left;
}
.navLink:hover{
    background-position:bottom left;
}

.btnHome{
    background-image:url(../images/btn_home.jpg?new2013);
}
.btnOrari{
    background-image:url(../images/btn_orari.jpg?new2013);
}
.btnPrenotazioneCorsi{
    background-image:url(../images/btn_prenotazione_corsi.jpg?new2013);
}
.btnNews{
    background-image:url(../images/btn_news.jpg?new2013);
}
.btnAttivita{
    background-image:url(../images/btn_attivita.jpg?new2013);
}
.btnGallery{
    background-image:url(../images/btn_gallery.jpg?new2013);
}
.btnContatti{
    background-image:url(../images/btn_contatti.jpg?new2013);
}

/* Home Paage */
#boxHomeContainer{
    float:left;
    width:402px;
    /*height:900px; TODO: cancellare */
}

#boxHomeLeft{
    float:left;
    text-align:left;
    width:380px;
    height:351px;
    background:url(../images/bg_box_home_left.jpg?new2013) top left repeat-x;
}

#boxHomeLeftGradient{
    float:left;
    position:relative;
    width:22px;
    height:351px;
    background:url(../images/bg_box_home_left_gradient.jpg?new2013) top left no-repeat;
}


.boxLine{
    width:332px;
    height:6px;
    position:absolute;
    background:url(../images/line_gradient.jpg) top left no-repeat;
}

#boxHomeLeftBottom{
    float:left;
    width:402px;
    height:13px;
    background:url(../images/bg_gradient_left_bottom.jpg) top left no-repeat;
}

#boxWellness{
    float:left;
    width:377px;
    height:285px;
    margin-bottom:1px;
    background:url(../images/bg_benessere_salute.jpg) bottom left no-repeat;
}

#boxGradientDark{
    float:left;
    width:25px;
    height:285px;
    margin-bottom:1px;
    background:url(../images/bg_gradient_dark.jpg?new2013) top right repeat-y;
}


#boxRightTop{
    float:right;
    text-align:left;
    width:538px;
    height:284px;
    background-color: #dfe6df;
    /*background:url(../images/bg_right_top.jpg) top left repeat-x;*/
}

.boxRightTop{
    float:right;
    text-align:left;
    width:538px;
    height:60px;
    background-color: #dfe6df;
    /*background:url(../images/bg_right_top.jpg) top left repeat-x;*/
}

#boxRightBottom{
    float:right;
    text-align:left;
    width:538px;
    height:389px;
    background:url(../images/bg_right_bottom.jpg) top left repeat-x;
}

.boxRightSeparator{
    float:right;
    width:538px;
    height:4px;
    background-color:#848683;
}

/* Pagine Interne */
.pageTitle{
    width:940px;
    height:68px;
    text-align:left;
    margin:0 auto;
    background:url(../images/bg_page_title.jpg?new2013) top left no-repeat;
}
.pageContent{
    float:right;
    text-align:left;
    border-bottom:solid 4px #848683;
    margin-bottom:20px;
    width:890px;
    background-color:#dfe6df;
}


/* Common */
.titleLeft{
    margin-left:70px;
    font-size:28px;
}

.titleFirst{
    color:#275469;
}

.titleSecond{
    color:#275469;
}

.txtLabel{
    font-weight:bold;
    font-size:14px;
    color:#275469;
}

.btnGo{
    display:block;
    margin:0px;
    padding:0px;
    border:0px;
    width:80px;
    height:25px;
    background:url(../images/bg_btn_go.jpg?new2013) top left no-repeat;
}

.btnLarge{
    color:#FFF;
    font-weight:bold;
    font-size:12px;
    margin:0px;
    padding:0px;
    border:0px;
    width:200px;
    height:25px;
    background:url(../images/bg_btn_large.jpg?new2013) top left no-repeat;
}

.btnSmall{
    color:#FFF;
    font-weight:bold;
    font-size:12px;
    margin:0px;
    padding:0px;
    border:0px;
    width:120px;
    height:25px;
    /*border-left:solid 1px #7d1a36;*/
    background:url(../images/bg_btn_small.jpg?new2013) top right no-repeat;
}

.imgPreview{
    width:200px;
    height:105px;
    background-color:#f3bc57;
    border:solid 1px #FFF;
}

.imgPreviewGallery{
    width:200px;
    height:137px;
    background-color:#f3bc57;
    border:solid 1px #FFF;
}

.newsTitle{
    font-size:18px; 
    color:#275469;
	font-weight:bold;
}

.newsContent{
    font-size:12px;
    text-align:justify;
    color:#FFF;
}

.newsSeparator{
    height:4px;
    width:450px;
    margin-left:40px;
    margin-top:30px;
    background-color:#dbe0dc;
}

.firstMarginNews{
     margin-top:20px;
     margin-left:50px;
}

.secondMarginNews{
     margin-top:30px;
     margin-left:50px;
}

.tasksBox{
    width:800px;
    height:45px;
    background:url(../images/bg_pointer.jpg?new2013) top left no-repeat;
    margin-left:30px; margin-top:30px;
}

.tasksText{
    display:block;
    float:left;
    margin-left:65px;
    margin-top:9px;
    color:#275469;
    font-size:20px;
    font-weight:bold;
}

#progressBackgroundFilter {
  position:absolute;
  top:0px;
  bottom:-2000px;
  left:0px;
  right:0px;
  overflow:hidden;
  padding:0;
  margin:0;
  background-color:#578ea3; 
  filter:alpha(opacity=50);
  opacity:0.5;
  z-index:1000;
}

.tableMain{
    margin-top:20px;
    margin-bottom:40px;
    margin-left:100px;
    width:700px;
    font-size:12px;
}

.tableMain .tdLeft{
    color:#275469;
    height:40px;
    padding:8px;
    width:240px;
    font-variant:small-caps;
    font-style:italic;
    font-size:16px;
    border-bottom:2px solid #7c7b7b;
    background-color:#CCC;
}

.tableMain .tdRight{
    padding:8px;
    color:#275469;
    font-size:11px;
    background-color:#d3d8d3;
    border-bottom:2px solid #CCCCCC;
}

.tableMain .tdLeft90{
    color:#275469;
    height:40px;
    padding:8px;
    width:90px;
    font-variant:small-caps;
    font-style:italic;
    font-size:16px;
    border-bottom:2px solid #7c7b7b;
    background-color:#CCC;
}

#lnkInfoSf{
    color:#FFFFFF;
}

#lnkInfoSf:hover{
    text-decoration:none;
}

.noWrap{
    white-space:nowrap;
}

.lnkTable{
    color:#275469;
    text-decoration:none;
}

.lnkTable:hover{
    color:#275469;
    text-decoration:underline;
}

#boxImgNoAccess{
    float:left;
    margin-top:50px;
    margin-left:50px;
    padding-bottom:50px;
}

#boxImgContact{
    float:left;
    margin-top:30px;
    margin-left:40px;
    background:url(../images/contact_address_box.jpg) top left no-repeat;
    border:solid 3px #2e5465;
    width:400px; 
    height:438px;
}

.newsBoxTotal{
    height:200px;
    background:url(../images/bg_news_item.jpg) bottom left repeat-x;
}

.positionInnerNews{
    float:left;
    margin-left:80px; 
    margin-top:45px;
}

.boxNewsTitleContent{
    float:left;
    margin-left:50px;
    margin-top:45px;
    width:500px;
    height:50px;
}

.newsContentInner{
    color:#666666;
    font-size:12px;
}

.imgBoxGallery{
    float:left;
    margin-left:16px;
    margin-top:21px;
    /*margin-bottom:22px;*/
}

.lnkClassic{
    color:#275469;
    text-decoration:none;
}

.lnkClassic:hover{
    color:#275469;
    text-decoration:underline;
}

.modalPopup {
	background-color:#dfe6df;
	border-width:4px;
	border-style:solid;
	border-color:#386779;
	padding:5px;
	width:450px;
}

.modalBackground {
	background-color:#578ea3;
	filter:alpha(opacity=50);
	opacity:0.5;
}

 
.tabStd{
    text-align:center;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:40px;
}

.tabStd td{
    width:200px;
    height:30px;
    font-size:12px;
}

.tabStdMessage{
    font-size:11px;
    font-weight:bold;
    color:#FF0000;
}

#divSecNav{
    float:left;
    width:211px;
    height:300px;
    background:url(../images/bg_secondary_nav.jpg) top left no-repeat;
}
.divSecNavSel{
    width:100%;
    height:26px;
    background:url(../images/bg_secondary_nav_selected.jpg) top left no-repeat;
}

.lnkSecNavSel{
    float:left;
    margin-left:30px;
    margin-top:3px;
    font-weight:bold;
    color:#275469;
}

.lnkSecNavNotSel{
    width:100%;
    height:26px;
    color:#275469;
    margin-left:30px;
    margin-top:30px;
}

.lnkSec{
    text-decoration:none;
    color:#275469;
}
.lnkSec:hover{
    text-decoration:underline;
    color:#275469;
}

.divGridContent{
    float:right;
    width:670px;
}

.divAgoNews{
    float:left; 
    border:solid 1px #FFFFFF; 
    width:265px; 
    background-color:#f3bc57;
    margin-top:35px; 
    margin-left:50px;
}