﻿/*
 * Declares all base CSS classes for the Cinevital application. Some
 * of these styles are overwritten by styles specific to the different
 * cities. In those cases, the style in this file is the same as for Biel.
 * Make sure that city-specific styles *never* contain duplicate styling but
 * only exactly the diff between "standard and city specific". See the themes
 * ThemeBienne, ThemeLaChausDeFonds and ThemeNeuchatel for details.
 * Some styles are also overriden specifically for IE6 and IE7 to fix bugs
 * of these specific browsers. Find those in X-IE-CSS/CSS.
 * Finally, to keep this file lean, styles specific to the layout of account
 * management and the booking process are declared in StylesAccount.css and
 * StylesBooking.css. Please note that these should generally not contain 
 * information specific to certain cities; but if they do, just override them
 * in ThemeBienne/CSS/Bienne.css, ThemeLaChauxDeFonds/CSS/LaChauxDeFonds.css
 * and so on (those are small and simple files anyways, so no need for extra
 * file-splitting).
 */ 

body
{
    margin-left: 40px;
    margin-top: 12px;
    margin-right: 0px; /* let's try to avoid scrollbars */
    margin-bottom: 0px;/* let's try to avoid scrollbars */
    background-color: #FFFFFF;
    background-repeat: repeat;
    background-image: url(../Images/bg_3x3.gif);
    font-family: Arial;
}

h1  /* Used for titles, like movie titles, movie theatre names etc. */
{
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

h2 /* Used for headlines in the text, e.g. in the legal section */
{
    font-size: 11px;
    font-weight: bold;
}

a,
a:link, 
a:visited, 
a:active,
a:hover
{
    color: #000000;
    /* text-decoration: none; */
}

a:active, a:focus {
    outline: 0;
}

.Color_Error 
{
    color: #990000;
}

.Color_Confirmation 
{
    color: #003300;
}

.Layout_Main 
{
    display: table;
}

.Layout_Main_Horizontal 
{
    display: table-row;
}

.Layout_Navigation 
{
    display: table-cell;
    width: 158px;
    padding-right: 10px;
    vertical-align: top;
}

.Layout_Navigation_Inner
{
    width: 158px;
}

.Layout_Content_Normal 
{
    display: table-cell;
    width: 541px;
    padding-right: 10px;
    vertical-align: top;
}

.Layout_Content_Normal_Inner
{
    width: 541px;
}

.Layout_Content_Wide 
{
    display: table-cell;
    width: 738px;
    padding-right: 10px;
    vertical-align: top;
}

.Layout_Content_Wide_Inner
{
    width: 738px;
}

.Layout_Posters 
{
    display: table-cell;
    width: 190px;
    vertical-align: top;
}

.Layout_Posters_Inner
{
    width: 190px;
}

.Header_Main 
{
    height: 20px;
    width: 100%;
}

.Header_Main_Img 
{
    width: 8px;
    height: 20px;
}

.Header_Main_Text
{
    padding-left: 4px;
    background-color: #383838;
    color: #FFFFFF;
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-weight: normal;
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
}

.Header_Main_Text_TicketShop
{
    background-color: #717171;
    /* This is needed for the date selection in the TicketShop */
    padding-right: 8px;
    margin-right: 5px;
}

.AJAX_ModalDiv 
{
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 0px; 
    height: 0px; 
    text-align: center; 
    vertical-align: middle; 
    background: #000000;
    z-index:30000;
    filter:alpha(opacity=20);
    -moz-opacity:.2;
    opacity:.2;
}

.Pseudo_ModalDiv 
{
    cursor: pointer; /* Yeah - this *really* is a "link-area" ... oh well ;-) */
    z-index: 1000; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #000000; 
    opacity:.6;
    filter: alpha(opacity=60);
    -moz-opacity:.6;
}


.AJAX_ModalDivFramework
{
    background: #FFFFFF;
    filter:alpha(opacity=20);
    -moz-opacity:.2;
    opacity:.2;
}

.AJAX_ModalDivFramework_Popup {
	background-color: #ffffff; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #e5f0f7;
}

.AJAX_ModalDivFramework_PopupBG  {
	background-color: #ffffff; 
	padding: 0px;
}




.AJAX_ModalProgressImageDay 
{
    position: absolute;
    left: 678px; /* 730 */
    top: 18px;
    width: 68px;
    height: 8px;
    background-image: url(../Images/ajax-loader_68x8.gif);
    background-repeat: no-repeat;
    z-index:30001;
}

.AJAX_ModalProgressImageWeek 
{
    left: 875px; /* 927 */
}

.AJAX_ModalProgressImageMovieDetails 
{
    left: 568px; /* 620 */
}

.AJAX_ModalProgressAuditorium 
{
    left: 358px; /* 410 */
    top: 6px;
}

.Box_Faked_Overlay_Background
{
    background-color: #FFFFFF;
    background-repeat: repeat;
    background-image: url(../Images/bg_3x3.gif);
}

.Box_MainNavi
{
    width: 100%;
    font-size: 10px;
}

.Box_MainNavi_Upper 
{
    
}

.Box_MainNavi_Languages 
{
    width: 100%;
}

.Box_MainNavi_Language 
{
    float:left;
    width: 79px;
    height: 17px; /* 17 + 4 = 21 */
    text-transform: uppercase;
    letter-spacing: 0.1ex;
    text-align: center;
    padding-top: 4px;
}

.Box_MainNavi_Language a, 
.Box_MainNavi_Language a:link, 
.Box_MainNavi_Language a:visited, 
.Box_MainNavi_Language a:active
{
    color: #9F9F9F;
    text-decoration: none;
}

.Box_MainNavi_Language a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

.Box_MainNavi_Languages_Left_Active 
{
    background-image: url(../Images/lang_left_active_79x21.gif);
    color: #FFFFFF;
}

.Box_MainNavi_Languages_Left_Inactive 
{
    background-image: url(../Images/lang_left_inactive_79x21.gif);
    color: #9F9F9F;
}

.Box_MainNavi_Languages_Right_Active 
{
    background-image: url(../Images/lang_right_active_79x21.gif);
    color: #FFFFFF;
}

.Box_MainNavi_Languages_Right_Inactive 
{
    background-image: url(../Images/lang_right_inactive_79x21.gif);
    color: #9F9F9F;
}

.Box_MainNavi_Logo 
{
    width: 100%;
    height: 90px;
    background-color: #000000;
}

.Box_MainNavi_Logo_Image 
{
    background-image: url(../Images/logo_158x90.gif);
    width: 158px;
    height: 90px;
}

.Box_MainNavi_Cities 
{
    width: 158px;
    height: 55px;
    background-color: #000000;
}

.Box_MainNavi_City 
{
    width: 127px; /* 129 + 5 (Padding) + 2 (Border) = 134 */
    height: 13px; /* 13 + 2 (Border) = 15 */
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-top: 0px;
    border-left: solid 1px #20201F;
    border-right: solid 1px #20201F;
    border-bottom: solid 1px #20201F;
    text-transform: uppercase;
    letter-spacing: 0.1ex;
}

.Box_MainNavi_City_Active 
{
    color: #FFFFFF;
    background: #20201F;
    border-top: solid 1px #20201F;
}

.Box_MainNavi_City_Inactive 
{
    color: #9F9F9F;
    background: #383838;
    border-top: solid 1px #605F5D;
}

.Box_MainNavi_City a, 
.Box_MainNavi_City a:link, 
.Box_MainNavi_City a:visited, 
.Box_MainNavi_City a:active
{
    color: #9F9F9F;
    text-decoration: none;
}

.Box_MainNavi_City a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}



.Box_MainNavi_Middle 
{
    background-color: #383838;
}

.Box_MainNavi_Bottom_PlaceHolder 
{
    height: 30px;
    border-top: solid 1px #605F5D;
}

.Box_MainNavi_Item 
{
    height: 13px; /* 14 + 2 (Border) = 16 */
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 5px;
    padding-top: 1px;
    text-transform: uppercase;
    letter-spacing: 0.1ex;
    border-top: solid 1px #605F5D;
    border-bottom: solid 1px #20201F;
}

.Box_AccountNavi_Item 
{
    height: 13px; /* 14 + 2 (Border) = 16 */
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 5px;
    padding-top: 1px;
    text-transform: uppercase;
    letter-spacing: 0.1ex;
}

.Box_MainNavi_Item_Active 
{
    color: #FFFFFF;
    background-color: #9B8F6B;
}

.Box_MainNavi_Item_Inactive 
{
    color: #BEB394;
    background-color: #383838;
}

.Box_MainNavi_Item a, 
.Box_MainNavi_Item a:link, 
.Box_MainNavi_Item a:visited, 
.Box_MainNavi_Item a:active
{
    color: #BEB394;
    text-decoration: none;
}

.Box_MainNavi_Item a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}


.Box_MainNavi_Separator 
{
    background-image: url(../Images/separator_menu_158x19.gif);
    background-repeat: no-repeat;
    width: 158px;
    height: 19px;
}

.Box_MainNavi_Separator_Account
{
    background-image: url(../Images/separator_menu_account_190x19.gif);
    background-repeat: repeat-x;
    width: 190px;
    height: 19px;
}

.Box_MainNavi_Bottom 
{
    background-image: url(../Images/separator_menu_bottom_158x7.gif);
    background-repeat: no-repeat;
    width: 158px;
    height: 7px;
}

.Box_MainNavi_Bottom_Account
{
    background-image: url(../Images/separator_menu_bottom_acc_190x7.gif);
    background-repeat: repeat-x;
    width: 190px;
    height: 7px;
}

.Box_Error 
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.Box_Error_Top 
{
    margin-bottom: 15px;
}

.Box_Main_Content 
{
    width: 541px;
}

.Box_Main_Content_Wide 
{
    width: 738px;
}

.Box_Sub_Header 
{
    padding-left: 4px;
    background-color: #9B8F6B;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    padding-top: 2px;
    height: 18px; /* 18 + 2 = 20 */
}

.Box_Sub_Body 
{
    color: #000000;
    background-color: #D0C9B7;
    font-size: 11px;
}

.Box_Sub_Body_Highlight 
{
    background-color: #C0BBAD;
}

.Box_Sub_Body_Booking 
{
    color: #000000;
    background-color: #D0D1D2;
    padding: 8px;
    font-size: 11px;
}

.Box_Sub_Color_Alt, 
.Box_Sub_Color_Alt a:link, 
.Box_Sub_Color_Alt a:visited, 
.Box_Sub_Color_Alt a:active
{
    color: #766C4F;
    text-decoration: none;
}

.Box_Wide 
{
    width: 541px;
    margin-top: 1px;
}

.Box_Wide_Movie_Links 
{
    
}

.Box_Wide_Movie_Links_Hover 
{
    color: #585858;
}

.Box_Wide_Movie_Icon_OfficialWebsite div
{
    width: 19px;
    height: 19px;
    background-image: url(../Images/icon_official_19x19.gif);
}

.Box_Wide_Movie_Links_Hover tr td.Box_Wide_Movie_Icon_OfficialWebsite div 
{
    background-image: url(../Images/icon_official_hover_19x19.gif);
}

.Box_Wide_Movie_Icon_Trailer div
{
    width: 19px;
    height: 19px;
    background-image: url(../Images/icon_trailer_19x19.gif);
}

.Box_Wide_Movie_Links_Hover tr td.Box_Wide_Movie_Icon_Trailer div 
{
    background-image: url(../Images/icon_trailer_hover_19x19.gif);
}

.Box_Sub_TicketShop_Auditorium 
{
    font-size: 12px;
}

.Box_Text_WideImageRight {
    float: right; 
    width: 230px; 
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.Box_Text_PosterLargeRight {
    float: right; 
    width: 335px; 
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
}

.Box_Sub_Movie 
{
    float: left;
    width: 270px;
    margin-top: 1px;
}

.Box_Sub_Movie_Left
{
    margin-left: 0px;
    clear: both;
}

.Box_Sub_Movie_Right
{
    margin-left: 1px;
}


.Box_Sub_Movie_Poster {
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
}

.Box_Sub_Movie_Poster_NoBottom {
    padding-bottom: 0px;
}


.Box_Sub_Movie_Info 
{
    padding-top: 3px;
    height: 100px;
}

.Box_Sub_Movie_Info_Alphabetically 
{
    padding-top: 3px;
    height: 62px;
    width: 136px;
    overflow: hidden;
}

.Box_Sub_Movie_Info_Auditoriums 
{
    padding-top: 3px;
    width: 80px;
    float: right;
    font-size: 11px;
}

.Box_Sub_Movie_Info_Week
{
    padding-top: 1px;
}

.Box_Sub_Movie_Image 
{
    position: relative;
}

.Box_Sub_Movie_Image div
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px; /* IE6 needs -99px here, see X-IE-CSS/CSS/IE6.css */
    background-color: #FFFFFF;
    filter:alpha(opacity=20);
    -moz-opacity:.20;
    opacity:.20;
}

/* General purpose image hover */
.Box_Sub_Movie_Image_Hover div
{
    display: block;
    cursor: pointer;
}

/* Used for the "large irregular area" of "Tagesansicht"; activates two areas */
.Box_Sub_Body_Hover .Box_Sub_Movie_Image div
{
    display: block;
    cursor: pointer;
}

.Box_Sub_Movie_Title 
{
    
}

.Box_Sub_Movie_Title_Day
{
    height: 60px;
}

.Box_Sub_Movie_Title_Week 
{
    padding-bottom: 2px;
}

.Box_Sub_Body_Hover .Box_Sub_Movie_Title
{
    cursor: pointer;
}

.Box_Sub_Body_Hover .Box_Sub_Movie_Title h1
{
    color: #525252;
}

.Box_Sub_Body_Hover .Box_Sub_Movie_Title h1.Box_Sub_Color_Alt,
.Box_Sub_Color_Alt a:hover
{
    color: #9D9273;
}

.Box_Sub_LangLinkWeek 
{
    float: left;
    padding-left: 3px;
    padding-top: 3px;
}

.Box_Sub_Movie_BookButtons 
{
    
}

/* This "closes" the TicketShop with a nice padding */
.Box_Sub_Movie_TicketShop_Box 
{
    padding-bottom: 5px;
    padding-left: 5px;
}

.Box_Sub_Movie_BookButtons_TicketShop
{
    padding-top: 5px;
}



.Box_Sub_Movie_BookButton 
{
    float: left;
}

.Box_Sub_Movie_BookButton_Week
{
    
}

.Box_Sub_Movie_BookButton_Button 
{
    width: 42px;
    height: 20px;
    background-image: url(../Images/button_book_42x20.gif);
}

.Box_Sub_Movie_BookButton_PlaceHolder 
{
    height: 20px;
    clear: both;
}

.Box_Sub_Movie_BookButton_Button_Hover
{
    cursor: pointer;
    background-image: url(../Images/button_book_42x20_hover.gif);
}

.Box_Sub_Movie_BookButton_Button_Time 
{
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
}

.Box_Sub_Movie_BookButton_Button_Time_Disabled
{
    color: #9C9C9C;
}

.Box_Sub_Movie_Text 
{
    clear: both;
    padding: 5px;
}



/* Program by Week */

.Box_Sub_Week 
{
    width: 738px;
    margin-top: 1px;
}

.Box_Sub_Week_Width_Movie_Header 
{
    width: 212px; /* this has a padding of 4px in the div "above" */
    padding-right: 1px;
}

.Box_Sub_Week_Width_Movie 
{
    width: 216px;
    padding-right: 0px;
}

.Box_Sub_Week_Width_Day 
{
    width: 74px;
    padding-left: 1px;
}

.Box_Sub_Week_Width_Day_Last
{
    width: 74px;
    padding-right: 0px;
}

 .Box_Sub_Week_CellStyle 
 {
     padding-top: 1px;
     vertical-align: top;
 }

.Box_Sub_Week_Text_Day 
{
    text-transform: none;
    font-size: 11px;
    vertical-align: bottom;
}



/* Special: DropShadow CSS Classes */

.Box_Popup_Position 
{
    position: absolute; 
    left: 300px; 
    top: 200px; 
    z-index: 100001; 
}

.Special_DropShadow_Width {
    width: 324px;
}

.Special_DropShadow_TopLeftA, .Special_DropShadow_TopLeftA img
{
    width: 4px;
    height: 4px;
}
.Special_DropShadow_TopLeftA 
{
    background-image: url(../Images/DropShadow/popup_top_lefta_4x4.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.Special_DropShadow_TopLeftB , .Special_DropShadow_TopLeftB img
{
    width: 18px;
    height: 4px;
}
.Special_DropShadow_TopLeftB 
{
    background-image: url(../Images/DropShadow/popup_top_leftb_18x4.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.Special_DropShadow_Top, .Special_DropShadow_Top img
{
    width: auto;
    height: 4px;
}
.Special_DropShadow_Top 
{
    background-image: url(../Images/DropShadow/popup_top_1x4.png);
    background-repeat: repeat-x;
    background-position: top center;
}

.Special_DropShadow_TopRightA, .Special_DropShadow_TopRightA img
{
    width: 16px;
    height: 4px;
}
.Special_DropShadow_TopRightA
{
    background-image: url(../Images/DropShadow/popup_top_righta_16x4.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.Special_DropShadow_TopRightB, .Special_DropShadow_TopRightB img
{
    width: 10px;
    height: 4px;
}
.Special_DropShadow_TopRightB
{
    background-image: url(../Images/DropShadow/popup_top_rightb_10x4.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.Special_DropShadow_Left, .Special_DropShadow_Left img
{
    width: 4px;
}
.Special_DropShadow_Left 
{
    background-image: url(../Images/DropShadow/popup_left_4x1.png);
    background-repeat: repeat-y;
    background-position: right center;
}

.Special_DropShadow_RightTop, .Special_DropShadow_RightTop img
{
    width: 10px;
    height: 20px;
}
.Special_DropShadow_RightTop
{
    background-image: url(../Images/DropShadow/popup_right_top_10x20.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.Special_DropShadow_Right, .Special_DropShadow_Right img
{
    width: 10px;
    height: 100%;
}
.Special_DropShadow_Right
{
    background-image: url(../Images/DropShadow/popup_right_10x1.png);
    background-repeat: repeat-y;
    background-position: left center;
}

.Special_DropShadow_RightBottom, .Special_DropShadow_RightBottom img
{
    width: 10px;
    height: 11px;
}
.Special_DropShadow_RightBottom
{
    background-image: url(../Images/DropShadow/popup_right_bottom_10x11.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.Special_DropShadow_BottomLeftA, .Special_DropShadow_BottomLeftA img
{
    width: 4px;
    height: 10px;
}
.Special_DropShadow_BottomLeftA
{
    background-image: url(../Images/DropShadow/popup_bottom_lefta_4x10.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.Special_DropShadow_BottomLeftB, .Special_DropShadow_BottomLeftB img
{
    width: 18px;
    height: 10px;
}
.Special_DropShadow_BottomLeftB
{
    background-image: url(../Images/DropShadow/popup_bottom_leftb_18x10.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.Special_DropShadow_Bottom, .Special_DropShadow_Bottom img
{
    width: auto;
    height: 4px;
}
.Special_DropShadow_Bottom
{
    background-image: url(../Images/DropShadow/popup_bottom_1x10.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}

.Special_DropShadow_BottomRightA, .Special_DropShadow_BottomRightA img
{
    width: 16px;
    height: 10px;
}
.Special_DropShadow_BottomRightA
{
    background-image: url(../Images/DropShadow/popup_bottom_righta_16x10.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.Special_DropShadow_BottomRightB, .Special_DropShadow_BottomRightB img
{
    width: 10px;
    height: 10px;
}
.Special_DropShadow_BottomRightB
{
    background-image: url(../Images/DropShadow/popup_bottom_rightb_10x10.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}



/* Control "Popup" (generic control, e.g. language information) */


.Box_Popup 
{
    width: 100%;
}

.Box_Popup_Body 
{
    color: #FFFFFF;
    background-color: #7A7A7A;
    font-size: 11px;
    padding: 10px;
}




.Control_Label_ValidationError 
{
    color: #990000;
}

.Control_DropDownList 
{
    border: solid 1px #000000;
    font-size: 10px;
    color: #424242;
    width: 149px;
    height: 20px;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 0px;
}

.Control_DropDownList_Booking_SeatCount
{
    border: none;
    font-size: 10px;
    width:50px;
    height: 16px;
    color: #000000;
    background-color: #41AD3E; /* #A5A5A5; */
}

.Control_DropDownList_Booking_Category
{
    background-color: #41AD3E;
    border: none;
    width: 120px;
    color: #FFFFFF;
    font-weight: bold;
}

.Control_DropDownList_Booking_CreditCard
{
    border: none;
    font-size: 10px;
    width: 220px;
    height: 16px;
    color: #000000;
    background-color: #A5A5A5;
}

.Control_DropDownList_Booking_CineCard
{
    border: none;
    font-size: 10px;
    width: 150px;
    height: 16px;
    color: #000000;
    background-color: #A5A5A5;
}

/* General control: RadioButton */

.Control_RadioButton
{
    position: relative;
}

.Control_RadioButton label
{
    position: absolute;
    top: -3px;
    left: 25px;
    width: 150px;
}

/* General control: TextBox */

.Control_TextBox 
{
    border: solid 1px #000000;
    font-size: 10px;
    color: #424242;
    height: 14px;
    width: 144px;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 3px;
}

.Control_TextBox_Wide
{
    width: 200px;
}

.Control_TextBox_PhoneAreaCode
{
    float: left;
    width: 30px;
}

.Control_TextBox_PhoneNumber
{
    float: left;
    width: 104px;
    margin-left: 5px;
}

.Control_TextBox_ValidationError 
{
    border: solid 1px #990000;
    background-color: #FFEEEE;
}

/* General control: Radiolist */

ul.Control_RadioList 
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 2px;
}

ul.Control_RadioList li 
{
	padding: 0;
	margin: 0;
	clear: both;
	vertical-align: middle;
	height: 16px;	
}

ul.Control_RadioList li span label 
{
	padding-top: 3px;
	vertical-align: top;
	display: block;
}

.Control_RadioList label 
{
	padding-top: 3px;
	vertical-align: top;
	display: block;
}


.Control_InputRadio input
{
	border: none;
	float: left;
	vertical-align: bottom;
}

.Control_InputRadioFloating input
{
	border: none;
	vertical-align: bottom;
	float: left;
}

.Control_InputRadioFloating label
{
	display: inline;
	width: auto;
	float: left;
}


.Control_InputCheck input
{
	border: none;
	float: left;
	vertical-align: bottom;
}

.Control_InputCheckFloating input
{
	border: none;
	vertical-align: bottom;
	float: left;
}

.Control_InputCheckFloating label
{
    margin-top: 2px;
	display: inline;
	width: auto;
	float: left;
}



/* General control: Button-Bar */

.Box_Button_Bar 
{
    text-align: right;
    margin-left: auto;
    clear: both;
}

.Box_Button_Bar table
{
    margin-left: auto;
}

a.Control_Button 
{
    background-image: url(../Images/button_bg_right_30x20.gif);
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: scroll;
    /*background: transparent  no-repeat scroll top right;*/
    display: block;
    float: right;
    height: 20px;
    margin-right: 4px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
}

a.Control_Button span {
    background-image: url(../Images/button_bg_left_240x20.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: scroll;
    /*background: transparent url(../Images/button_bg_left_4x20.gif) no-repeat;*/
    display: block;
    line-height: 16px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 15px;

    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
} 

a:hover.Control_Button 
{
    background-image: url(../Images/button_bg_right_mouseover_30x20.gif);
}

a:hover.Control_Button span {
    background-image: url(../Images/button_bg_left_mouseover_240x20.gif);
}

a.Control_Button_Disabled span {
    cursor: default;
}

a.Control_Button_Disabled span {
    color: #676767;
}

a:hover.Control_Button_Disabled 
{
    /* disabled simply disables mouse-overs */
    background-image: url(../Images/button_bg_right_30x20.gif);
}

a:hover.Control_Button_Disabled span {
    /* disabled simply disables mouse-overs */
    background-image: url(../Images/button_bg_left_240x20.gif);
}


.Control_Button_Previous 
{
    width: 20px;
    height: 20px;
    background-image: url(../Images/arrow_left_20x20.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    border: none;
}

a:hover.Control_Button_Previous
{
    background-image: url(../Images/arrow_left_mouseover_20x20.gif);
    cursor: pointer;
}

.Control_Button_Previous_Inactive 
{
    background-image: url(../Images/arrow_left_inactive_20x20.gif);
}


.Control_Button_Next 
{
    width: 20px;
    height: 20px;
    background-image: url(../Images/arrow_right_20x20.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    border: none;
}

a:hover.Control_Button_Next
{
    background-image: url(../Images/arrow_right_mouseover_20x20.gif);
    cursor: pointer;
}

.Control_Button_Next_Inactive 
{
    background-image: url(../Images/arrow_right_inactive_20x20.gif);
}



/* Control: Date Selection */

.Control_Selection_Day_Main 
{
    position: absolute; 
    top: -2px; 
    left: 135px;
}

.Control_Selection_Day_TicketShop 
{
    margin-right:auto;
    margin-left:auto;
}

.Control_Selection_Week_Main 
{
    position: absolute; 
    top: -2px; 
    left: 250px;
}

.Control_Selection_Day 
{
    text-align: center;
    width: 210px;
    text-transform: uppercase;
}

.Control_Selection_Day_TicketShop
{
    text-align: center;
    width: 167px;
    text-transform: uppercase;
}

.Control_Selection_Week 
{
    text-align: center;
    width: 150px;
}

/* Control "Ongoing" (upper right on every page) */

.Box_Ongoing 
{
    width: 100%;
}

/* Control: "Upcoming" (lower right on every page) */

.Box_Upcoming
{
    width: 100%;
    margin-top: 7px;
}

.Box_Upcoming_Inner 
{
    width: 100%;
    background-color: #383838;
}

.Box_Upcoming_Poster 
{
    position: relative;
    float: left;
    margin-bottom: 5px;
}

.Box_Upcoming_Poster_Left 
{
    margin-right: 2px;
}

.Box_Upcoming_Poster_Right
{
}

.Box_Upcoming_Poster_Date 
{
    position: absolute;
    bottom: 0px; /* Note: IE6 needs 2px here, and IE7 3px - WOW! -, see X-IE-CSS/CSS/IE6.css and X-IE-CSS/CSS/IE7.css */
    left: 10px;
    width: 74px;
    height: 17px;
    padding: 0px;
    margin: 0px;
    border: none;
}

.Box_Upcoming_Poster_Date_Background 
{
    background-color: #000000;
    filter:alpha(opacity=60);
    -moz-opacity:.60;
    opacity:.60;
}

.Box_Upcoming_Poster_Date_Text 
{
    color: #FFFFFF;
    padding-top: 1px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}


/* Standard poster image sizes */

.Image_Poster_Large 
{
    width: 190px;
    height: 274px;
}

.Image_Poster_Mid 
{
    width: 94px;
    height: 136px;
}

.Image_Poster_Mid_NoIE6Trick 
{
    width: 94px;
    height: 136px;
}

.Image_Poster_Small 
{
    width: 47px;
    height: 69px;
}

.FlashTest 
{
    /*border: solid 1px #000000;*/
    width: 390px;
}

.FlashTest div
{
    /*border: solid 1px #FF0000;*/
    width: 390px;
}

.FlashTest div embed
{
    /*border: solid 1px #FF00FF;*/
    width: 390px;
}




/* Booking */

.Booking_PriceCategoryBox 
{
    color:#FFFFFF; 
    border: solid 1px #376b0f; 
    background-color: #169529; 
    margin-bottom: 5px;
    padding:3px;
}

.Booking_Table_Width_Ticket 
{
    width: 200px;
}

.Booking_Table_Width_Category
{
    width: 123px;
}

.Booking_Table_Width_Price
{
    width: 200px;
}

.Booking_PaymentBox 
{
    padding: 3px; 
    margin-bottom:3px; 
    background-color: #b9babc;
    border: solid 1px #939393;    
}

.Booking_PaymentBox_Disabled
{
    border: solid 1px #b9babc;    
    background-color: #c8c9cb;
    color: #939393;
}

.Credits 
{
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 23px;
    left: 0px;
    width: 13px;
    height: 71px;
    background-image: url(../Images/credits_13x71.gif);
}

