/* Global */ 

body {
	margin: 0;
	padding: 0;
	background: #d4e0f6;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #020145;
}

img {
	border: none;
}

p {
    margin-top: 0;
}

/* link */
a:link     {color: #063db2;}
/* visited link */
a:visited  {color: #063db2;}
/* mouse over link */
a:hover    {color: #020145;}
/* selected link */
a:active   {color: #063db2;}

p.form {
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
}

span.label {
    width: 80px;
    float: left;
}

div.submit {
    width: 214px;
    text-align: right;
}

form {
    clear: both;
    margin: 0;
}

input {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    width: 300px;
    padding: 2px;
    /*font-size: 10px;*/
    border: 0;
    background-color: #ffffff;
}

input.submit {
    color: #34220e;
    padding: 0;
    background-color: transparent;
    background-image: url(../images/button.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 65px;
    height: 20px;
    padding-bottom: 2px;
    font-size: 11px;
    cursor: pointer;
}

input.capcha {
    width: auto;
}

input.checkbox {
    background-color: #DAE5F7;
    width: auto;
}

select {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 2px;
    width: 134px;
    border: 0;
    background-color: #fff;
}

ul {
    padding-left: 20px;
    list-style-type: none;
    list-style-image: url(../images/arrow_dx.jpg);
}

#search_event_form span.label {
    width: 150px;
}

#search_event_form div.submit {
    width: 284px;
}

.bold {
    font-weight: bold;
}

/* div box style */

.text_title {
    font-size: 14px;
    font-weight: bold;
    color: #020145;
}

.text_subtitle {
    font-size: 12px;
    font-weight: bold;
    color: #895200;
}

.text_body {
    font-size: 10px;
}

.text_description {
    font-size: 12px;
	margin-bottom:15px;
}

.clear_div {
    clear: both;
    height: 0;
    line-height: 0px;
}

.spacer_div {
    clear: both;
    height: 10px;
}

div.error {
    margin-bottom: 20px;
    color: #f00;
}

div.message {
    margin-bottom: 20px;
}

div.box {}

    div.box_border {
        height: 12px;
    }
    
        div.box_border_corner {
            height: 12px;
            width: 12px;
            float: left;
        }
        
        div.box_border_corner_nw {
            background-image: url(../images/corner_nw.png);
        }
        
        div.box_border_corner_ne {
            background-image: url(../images/corner_ne.png);
        }
        
        div.box_border_corner_sw {
            background-image: url(../images/corner_sw.png);
        }
        
        div.box_border_corner_se {
            background-image: url(../images/corner_se.png);
        }
        
        div.box_border_pattern {
            height: 12px;
            float: left;
        }
        
        div.box_border_pattern_n {
            background-image: url(../images/pattern_n.png);
        }
        
        div.box_border_pattern_s {
            background-image: url(../images/pattern_s.png);
        }
        
        div.box_pattern_250 {
            width: 226px;
        }
        
        div.box_pattern_430 {
            width: 406px;
        }
        
        div.box_pattern_690 {
            width: 666px;
        }
        
        div.box_pattern_950 {
            width: 926px;
        }
       
/*DIV CREATO PER LE NEWS IN HOME PAGE CON LA FOTOGRAFIA*/		
		
 /*   div.box_contenthomenews {
        padding-left: 12px;
        padding-right: 12px;
		min-height:120px;
    }*/
    
	    div.box_content {
        padding-left: 12px;
        padding-right: 12px;
    }
	
    #calendar_center div.box_content {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* link */
    #calendar_center a.day_box:link     {color: #FFF; text-decoration: none;}
    /* visited link */
    #calendar_center a.day_box:visited  {color: #FFF; text-decoration: none;}
    /* mouse over link */
    #calendar_center a.day_box:hover    {color: #CC6601;}
    /* selected link */
    #calendar_center a.day_box:active   {color: #FFF; text-decoration: none;}
    
    /* link */
    #calendar_center div.selected a.day_box:link     {color: #2F261F;}
    /* visited link */
    #calendar_center div.selected a.day_box:visited  {color: #2F261F;}
    /* mouse over link */
    #calendar_center div.selected a.day_box:hover    {color: #FFF;}
    /* selected link */
    #calendar_center div.selected a.day_box:active   {color: #2F261F;}
    
    div.box_250 {
        background-image: url(../images/pattern_250.png);
    }
    
    div.box_430 {
        background-image: url(../images/pattern_430.png);
    }
	
	div .box_430_cal_home{
        background-image: url(../images/pattern_430.png);
		min-height:120px;
	}
    
    div.box_690 {
        background-image: url(../images/pattern_690.png);
    }
    
    div.box_950 {
        background-image: url(../images/pattern_950.png);
    }
    
        div.box_title {
            float: left;
            margin-bottom: 10px;
        }
        
        /* link */
        /*div.box_title a:link     {text-decoration: none;}*/
        /* visited link */
        /*div.box_title a:visited  {text-decoration: none;}*/
        /* mouse over link */
        /*div.box_title a:hover    {text-decoration: underline;}*/
        /* selected link */
        /*div.box_title a:active   {text-decoration: none;}*/
        
        div.box_arrows {
            float: right;
        }
        
        div.box_arrows img.sx {
            padding-right: 4px;
        }
        
        div.box_date {
            float: right;
        }
        
        div.event div.box_date {
            float: none;
            color: #855D18;
            padding-bottom: 20px;
        }
        
            div.box_thumbnails {
                width: 120px;
                float: left;
            }
            
            img.thumbnail {
                border: 1px solid #fff;
            }
            
            div.box_description {
                width: 540px;
                float: left;
                text-align: justify;
            }
            
            div.no_thumb {
                width: 640px;
                float: left;
                text-align: justify;
            }
        
        #calendar div.box_item {
            padding: 5px;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-top: -14px;
            border-bottom: 2px dotted #BDAD89;
        }
        
        #calendar div.selected {
            background-color: #F5ECCD;
        }
        
        #calendar div.last {
            padding-bottom: 5px;
            border-bottom: 0px none #BDAD89;
        }
        
        #calendar div.first {
            padding-top: 5px;
            margin-top: 5px;
        }
        
            div.box_item_title {
            }
            
            div.box_item_subtitle {
            }
            
            div.box_item_body {
                text-align: justify;
                margin-top: 5px;
            }
    
        div.box_arrow {
            width: 12px;
            height: 10px;
            float: left;
            margin-top: 25px;
        }
    
        
        div.box_item_day {
            float: left;
            background-image: url(../images/day.jpg);
            width: 57px;
            height: 69px;
            margin: 2px;
        }
        
        #calendar_center div.selected {
            background-image: url(../images/day_selected.png);
        }

            div.box_item_day_text {
                margin-top: 20px;
                text-align: center;
                color: #fff;
                font-size: 14px;
                font-weight: bold;
            }
            
            div.box_item_month_text {
                font-size: 10px;
                margin-top: 6px;
                text-align: center;
                color: #fff;
            }
        
        div.right_link {
            text-align: right;
            margin-right: 16px;
            margin-top: 8px;
        }
        
        #news div.box_item {
            padding: 5px;
            padding-top: 10px;
            padding-bottom: 10px;
           border-bottom: 2px dotted #BDAD89;
        }
        
        #news div.last {
            padding-bottom: 5px;
            border-bottom: 0px none #BDAD89;
        }
        
        #news div.first {
            padding-top: 5px;
        }
        
        
div.box_photo {}

    div.box_photo_border {
        height: 12px;
    }
    
        div.box_photo_border_corner {
            height: 12px;
            width: 12px;
            float: left;
        }
        
        div.box_photo_border_corner_nw {
            background-image: url(../images/corner_photo_nw.png);
        }
        
        div.box_photo_border_corner_ne {
            background-image: url(../images/corner_photo_ne.png);
        }
        
        div.box_photo_border_corner_sw {
            background-image: url(../images/corner_photo_sw.png);
        }
        
        div.box_photo_border_corner_se {
            background-image: url(../images/corner_photo_se.png);
        }
        
        div.box_photo_border_pattern {
            height: 12px;
            float: left;
            width: 202px;
            background-color: #AFC7EE;
        }
        
    div.box_photo_content {
        padding-left: 12px;
        padding-right: 12px;
        background-color: #AFC7EE;
        width: 202px;
    }
    
        div.box_photo_preview {
            float: left;
            width: 105px;
            height: 60px;
        }
        
        div.box_photo_caption {
            overflow: hidden;
            float: right;
            height: 45px;
            width: 93px;
        }
        
        div.box_photo_rating {
            padding-left: 110px;
        }
            

/* Calendar events list */
div.event_list_wrapper {
    margin-top: -50px;
    padding-left: 80px;
}


/* Page Container */

#page_container {
    
}


/* Header */

#header_wrapper {
    background-image: url(../images/header_back_pattern.jpg);
}

    #header {
        position: relative;
        width: 950px;
        height: 170px;
        margin: 0 auto;
    }
    
        #header_logo {
            width: 540px;
            height: 120px;
            margin: 0 auto;
            padding-top: 0px;
        }
        
        #header_logo_caption {
            text-align: center;
        }
        
        /* link */
        #header_logo_caption a:link     {color: #fff; text-decoration: none;}
        /* visited link */
        #header_logo_caption a:visited  {color: #fff; text-decoration: none;}
        /* mouse over link */
        #header_logo_caption a:hover    {color: #fff; text-decoration: underline;}
        /* selected link */
        #header_logo_caption a:active   {color: #fff; text-decoration: none;}
        
        #header_language {
            position: absolute;
            color: #A1978D;
            font-size: 11px;
            top: 20px;
            right: 0px;
        }
        
        /* link */
        #header_language a:link     {color: #fff; text-decoration: none;}
        /* visited link */
        #header_language a:visited  {color: #fff; text-decoration: none;}
        /* mouse over link */
        #header_language a:hover    {color: #fff; text-decoration: underline;}
        /* selected link */
        #header_language a:active   {color: #fff; text-decoration: none;}
        
            #header_language ul {
                margin: 0;
                padding: 0;
                list-style-type: none;
                list-style-image: none;
            }
            
                #header_language li {
                    float: left;
                    padding-right: 5px;
                }
                
                #header_language li.selected {
                    font-weight: bold;
                }
                
        #header_menu {
            position: absolute;
            bottom: 0px;
            font-size: 14px;
        }
        
            #header_menu ul {
                margin: 0;
                padding: 0;
                list-style-type: none;
                list-style-image: none;
            }
            
                #header_menu li {
                    text-align: center;
                    float: left;
                    width: 150px;
                    margin-right: 10px;
                    padding-bottom: 5px;
                    padding-top: 5px;
                }
                
                /* link */
                #header_menu a:link     {color: #fff; text-decoration: none;}
                /* visited link */
                #header_menu a:visited  {color: #fff; text-decoration: none;}
                /* mouse over link */
                #header_menu a:hover    {color: #fff; text-decoration: underline;}
                /* selected link */
                #header_menu a:active   {color: #fff; text-decoration: none;}
                
                #header_menu li.last {
                    margin-right: 0px;
                }
                
                #header_menu #menu_calendar {
                    border-bottom: 4px solid #D02C71;
                }
                
                #header_menu #menu_calendar_selected {
                    border-bottom: 4px solid #D02C71;
                    background-color: #D02C71;
                }
                
                #header_menu #menu_gallery {
                    border-bottom: 4px solid #ECB65C;
                }
                
                #header_menu #menu_gallery_selected {
                    border-bottom: 4px solid #ECB65C;
                    background-color: #ECB65C;
                }
                
                #header_menu #menu_info {
                    border-bottom: 4px solid #57A29D;
                }
                
                #header_menu #menu_info_selected {
                    border-bottom: 4px solid #57A29D;
                    background-color: #57A29D;
                }
                
                #header_menu #menu_press {
                    border-bottom: 4px solid #EB8306;
                }
                
                #header_menu #menu_press_selected {
                    border-bottom: 4px solid #EB8306;
                    background-color: #EB8306;
                }
                
                #header_menu #menu_theatre {
                    border-bottom: 4px solid #A3160F;
                }
                
                #header_menu #menu_theatre_selected {
                    border-bottom: 4px solid #A3160F;
                    background-color: #A3160F;
                }
                
                #header_menu #menu_sponsor {
                    border-bottom: 4px solid #DAD7D0;
                }
                
                #header_menu #menu_sponsor_selected {
                    border-bottom: 4px solid #DAD7D0;
                    background-color: #DAD7D0;
                }
                
                /* link */
                #header_menu #menu_sponsor_selected a:link     {color: #333;}
                /* visited link */
                #header_menu #menu_sponsor_selected a:visited  {color: #333;}
                /* mouse over link */
                #header_menu #menu_sponsor_selected a:hover    {color: #333;}
                /* selected link */
                #header_menu #menu_sponsor_selected a:active   {color: #333;}

/* Content */

#content_wrapper {
    background-image: url('../images/back_pattern.jpg');
    background-repeat: repeat-x;
    background-color: #eaf1fb;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 200px;
}

    #content {
        width: 950px;
        margin: 0 auto;
    }
    
        #content_sx {
            width: 250px;
            float: left;
            margin-right: 5px;
        }
        
        #content_center {
            width: 430px;
            float: left;
            margin-right: 5px;
            margin-left: 5px;
        }
        
            #calendar_days {
                overflow: hidden;
                width: 364px;
                height: 73px;
                position: relative;
                float: left;
            }
            
            #calendar_days_wrapper {
                width: 740px;
                height: 73px;
                position: relative;
                float: left;
            }
        
        #content_dx {
            width: 250px;
            float: left;
            margin-left: 5px;
        }
        
        #content_large {
            width: 690px;
            float: left;
            margin-left: 5px;
        }


/* Footer */

#footer_top_wrapper {
    background-color: #EAF1FB;
    padding-bottom: 10px;
}

div.footer {
    width: 950px;
    margin: 0 auto;
}
    
    div.banner {
        float:left;
        width: 232px;
        margin-right: 7px;
    }
    

    #footer_top_wrapper div.last {
        margin-right: auto;
    }

#footer_bottom_wrapper {
    background-color: #d4e0f6;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer_bottom_text {
    color: #020145;
    padding-bottom: 25px;
}

#footer_bottom_text p {
    margin: 0;
    padding: 0;
}

/* link */
#footer_bottom_text a:link     {text-decoration: none; color: #063db2;}
/* visited link */
#footer_bottom_text a:visited  {text-decoration: none; color: #063db2;}
/* mouse over link */
#footer_bottom_text a:hover    {text-decoration: underline; color: #020145;}
/* selected link */
#footer_bottom_text a:active   {text-decoration: none; color: #063db2;}