* {
    margin: 0;
    padding: 0;
}

body, html {
    background-color: #FFF;
    font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
    height: 100%;
} 

ul {
    list-style-type: none;
}

h1, h2, h3 {
    font-family: Helvetica, Arial, Verdana, sans-serif;
}

a {
    outline: none;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
    width: 760px;
}

/*** HEADER ***/

#header {
    margin: 0 10px;
/*    position: relative;*/
}

#logo a, #logo a:hover {
    background: url("images/logo.png") no-repeat left top;
    float: left;
    height: 80px;
    letter-spacing: -500em;
    text-indent: -500em;
    width: 390px;
}

#quick_menus {
    float: left;
    padding-top: 20px;
    text-align: right;
    width: 350px;
}

#quick_menus label {
    font-size: 12px;
    color: #333;
}

#quick_menus select {
    border: 1px solid #AAA;
    font-size: 12px;
}

#global_items {
/*    border: 1px solid red;*/
    font-size: 11px;
    list-style-type: none;    
}

#global_items a {
    color: #666;
    line-height: 30px;
    margin-left: 10px;
    text-transform: lowercase;
}

#global_items a:hover {
    color: #D10000;
    text-decoration: none;
}

#global_items li {
    display: inline;
}


/*** MAIN MENU ***/
ul#main_menu {
    border: 1px solid #999;
    border-left: none;
    border-right: none;
    clear: both;
    float: left;
/*    height: 35px;*/
    width: 740px;    
}    

#main_menu a {
    color: #666;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 35px;
    margin: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}

#main_menu a:hover {
    color: #D10000;
}

#main_menu a.active, #main_menu a.active:hover {
    color: #000;
}

#main_menu a.grayed_out, #main_menu a.grayed_out:hover {
    color: #CCC;
    cursor: default;
}

#main_menu li {
    display: inline;
}

#media_wrap {
/*    border: 1px solid red;*/
    clear: both;
    padding: 10px;
    width: 760px;
}

#media_wrap img {
    display: block;
}

/*** MAIN ***/

#main {
    padding: 0 10px;    
}

#main h2 {
/*    border: 1px solid red;*/
    color: #3D4642;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1px;
    padding-top: 25px; /* margine dalla foto */
    padding-left: 250px;
}

#content {
    float: right;
    margin-bottom: 30px;
    width: 490px;
}

#content h3 {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 0;
}

#content p {
    color: #333;
    font-size: 13px;
    line-height: 140%;    
    margin-bottom: 15px;
}

#content a {
    color: #444;
}

#content a:hover {
    color: #D10000;
}

#content ul {
    font-size: 13px;
    list-style-type: square;
    margin: 0 15px 10px 30px;
}

#content ul li {
    color: #333;
    padding: 2px;
}

/*** courses variation ***/

dl.course {
    margin: 0 0 20px;    
}

dl.course dt a {
    font-size: 14px;
    text-decoration: none;
}

dl.course dd {
/*    border: 1px solid aqua;*/
    padding: 2px;
}

dl.course dt {
    background-color: #FAFAFA;
    border: 1px solid #D6D6D6;    
    padding: 4px;
}

/*** sitemap variation ***/

#content ul.second_level_map {
    list-style-type: circle;
    margin-bottom: 0px;
}

dl {
    color: #333;
/*    border: 1px solid red;*/
    font-size: 13px;
    margin: 5px 15px 20px;
}

dt {
    color: #000;
    font-weight: bold;
    padding: 0;
}

dd {
/*    font-size: 14px;*/
    padding: 0 0 5px;
}

dd a {
    color: #666;
}

dd a:hover {
    color: #D10000;
    text-decoration: none;    
}

/*** GRAY BOXES ***/
p.download_box {
    background-color: #FAFAFA;
    border: 1px solid #D6D6D6;
    margin: 20px 10px;
    padding: 10px;
    padding-left: 32px;
    background: url("images/ico_download_doc.gif") no-repeat 10px 9px;
}

div.grayboxes {
    background: url("images/bg_grayboxes.gif") no-repeat center bottom;
    float: left;
    margin-top: 10px;
    width: 490px;
    
    /* la prima versione della home aveva nel corpo centrale l'iscrizione e newsletter */
}

div.graybox {
    background-color: #FAFAFA;
    border: 1px solid #CCC;
    padding: 10px;
}

div.graybox p {
    font-size: 11px !important;
    margin-bottom: 0!important;
}

ul.friend_links {
    border: 1px solid #CCC;
    background-color: #FAFAFA;
    list-style-type: none !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    float: left;
    width: 490px;
}

ul.friend_links a {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 5px;
    width: 235px;
}

ul.friend_links li {
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
}

#left_menu .small_box {
    background-color: #FAFAFA;
    border: 1px solid #CCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#left_menu .small_box h3 {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 5px;
}

#left_menu .small_box p {
    color: #333;
    font-size: 13px;
    line-height: 120%;
    padding: 5px 10px;
}

#left_menu .small_box p.confirm {
    background-color: #FFC;
    font-weight: bold;
    margin: 0 10px;
    padding: 2px 10px;
}

/*** LEFT MENU ***/

#left_menu {
    float: left;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 240px;
}

#left_menu a {
    color: #444;
}

#left_menu a:hover {
    color: #D10000;
}

#left_menu a.active, #left_menu a.active:hover {
    color: #000;
} 

#left_menu a.grayed_out, #left_menu a.grayed_out:hover {
    color: #CCC;
    cursor: default;
} 


#left_second {
    border-top: 1px solid #D6D6D6;
    padding-top: 10px;
}

#left_second a {
    color: #444;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
}

#left_third {
/*    border: 1px solid red;*/
    margin-left: 10px;
}

#left_third a {
    font-weight: normal;
    line-height: 20px;
}

#left_menu li {
    display: inline;
}

/*** HOME NEWS ***/

div.home_news {
    clear: both;
/*    float: left;*/
/*    margin-top: 10px;*/
    width: 490px;    
}

/* Eliminati con la nuova gestione tabellare

div.left_column {
    float: left;
    width: 240px;    
}

div.right_column {
    float: left;
    width: 240px;    
    margin-left: 10px;
}*/

#content div.home_news h3 {
/*    border-bottom: 1px solid #CCC;*/
    font-size: 18px;
	margin-bottom: 5px;
    padding-top: 10px;
}

div.home_news h3 a {
    color: #444;
    text-decoration: none;
}

div.home_news dl {
/*    border: 1px solid red;*/
    margin: 10px 0;
    padding: 0 0 5px;
}

div.home_news dl dt {
    font-size: 12px;
    font-weight: bold;
}

div.home_news dl dt a {
    color: #444;
    text-decoration: none;
}

div.home_news dl dd {
    color: #666;
    font-size: 11px;
    line-height: 11px;
}
div.home_news dl dd.date {
    color: #666;
}

/*** PAGE SUBNAVIGATION ***/ 

#content p.page_subnav {
    list-style-type: none;
    margin: 0px 5px 5px 0;
    padding-right: 10px;
    text-align: right;
}

#content p.page_subnav a {
/*    text-decoration: none;*/
}

/*** PROFILE ***/ 

div.user_info {
    float: left;
    width: 110px;
}

div.user_data {
    float: left;
    width: 380px;
}

div.profile_img {
    border: 1px solid #CCC;
    margin: 10px;
    width: 90px;
}

div.profile_img img {
    display: block;
    margin: auto;
}

/*** FOOTER ***/
#pusher { /*necessario per lo sticky footer*/
    clear: both;
    height: 4em;
}

#footer {
    clear: both;
    height: 4em;
    margin: 0 auto;
    width: 740px;
}

#footer p {
    border-top: 1px solid #CCC;
    color: #666;
    font-size: 11px;
    padding-top: 15px;
    text-align: center;
}

#footer p span {
    font-size: 10px;
}

#footer a {
    color: #444;
}

#footer a:hover {
    color: #D10000;
}

/*** UTILITIES ***/

div.killer {
    font-size: .1em;
    clear: both;
}

span.reg {
	background-color: #FFC;
	border-bottom: 1px solid #FC0
}
