/*
    Style for Arthouse AG Templates
*/

/***************************
*         LAYOUT           *
***************************/

body {
    background-color: #000;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color:#FFFFFF;
	width:900px;
	height:550px;
	margin:0px;
	margin-left:5px;
	margin-right:5px;
	padding:0px;
	overflow:hidden;
}

.smallText{
    font-size: 10px;
}

input[type="text"],input[type="password"],input[type="email"], select#CityField {
    width: 250px;
    display: block;
    margin-bottom: 5px;
	margin-top:5px;
}

#Email {
	width:400px;
}

input[type="submit"], input[type="button"]{
	border-radius:10px;
	height:25px;
	font-size:15px;
	line-height:15px;
	vertical-align:middle;	
	width:auto;
	min-width:50px;
}
table{
	padding:0px;
}
#ZIP{
    width: 50px;
	margin-right:20px;
}

.backButton,.ConfirmationNav{
	position:fixed;
	display:block;
	bottom: 0px;
	right:0px;
	z-index:100;
	height:30px;
	width:auto;
}

.arrow{
	display:none;
	position:relative;
}
/***************************
*          HEADER          *
***************************/
#header{
	font-size: 20px;
	width:auto;
	line-height:35px;
	vertical-align:middle;
	border-bottom:1px white solid;
}

.closePopUp{
	display:block;
	position:relative;
	float:right;
	top:0px;
	right:0px;
	font-size:15px;
	margin-right:5px;
	font-weight:bold;
	line-height:35px;
	vertical-align:middle;
	cursor:pointer;
}

/***************************
*           ERROR          *
***************************/

.error, #error{
    height: 20px;
    color: #FF0000;
	font-weight:bold;
	width: auto;
	position:relative;
	display:block;	

}

.JavaLink{
	text-decoration:underline;
	cursor: pointer;
	font-size:12px;
}
a {
	font-size:14px;
	color:black; 
}

.whitelink{
	font-size:12px;
	color:white; 
}
/***************************
*          CONTENT         *
***************************/
.TitleText{
	font-size:16px;
	line-height:18px;
	vertical-align:middle;
	font-weight:bold;
	margin-bottom:10px;
}

#Main,.Main,#registration,#pw_forgotten{
	display:block;
	position:relative;
	overflow:hidden;
}

#content{
	height:calc(100%);
	overflow-y:hidden;
}

.biggerText{
	font-size:16px;
}

.TransActionOverview{
	overflow-y:auto;
	max-height:300px;
}
/***************************
*           Menu           *
***************************/
.userMenu{
	display:floated;
	position:relative;
	float:left;
	width:150px;
	cursor:pointer;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	vertical-align:middle;
	color:#6E6F6E;
}

.userMenuSubLevel0{
	display:table-column;
	position:relative;
	width:calc(100%);
	float:left;
	font-size:14px;
	line-height:20px;
	vertical-align:middle;
	
	padding-top:5px;
}

.userMenuSubLevel1 {
	display:table-cell;
	position:relative;
	width:calc(100%);
	float:left;
	padding-left:5px;
	padding-top:5px;
}

#cineCardAdd,
#cineCardLoad,
#cineCardLost,
#transActionsReservations,
#transActionsBooking,
#transActionsConcessions,
#transActionsCardLoads,
#CardtransActionsReservations,
#CardtransActionsBooking,
#CardtransActionsConcessions,
#CardtransActionsCardLoads,
#CardtransActions,
#cineCardPin,
#cineCardTrans{
	display:none;
}


/*************************************
*           SeatPlan                 *
*************************************/
#DetailInfo{
	display:block;
	position:relative;
	float:left;
	height:400px;
	width:450px;
	overflow:hidden;
	border:none;
}
#SeatPlan{
	float:left;
	height:500px;
	width:400px;
	overflow:hidden;
	display:block;
	position:relative;
	top:0px;
	right:0px;
	overflow:hidden;
	border:none;
	padding-right:50px;
}

.SeatFrame{
	width:400px;
	height:500px;
	overflow:hidden;
	border:none;
	z-index:2;
}
#Seating{
 	position: absolute;
	left: 0px; 
	z-index: 2;
	height:500px;
	width:400px;
	overflow:hidden;
	border:none;
	
}

#imgSeatingplan,#plan{
	width:400px;
	position:absolute;
	height:500px;
	overflow:hidden;
	border:none;
	z-index:1;
}
/*************************************
*           Transactionview          *
*************************************/
.transactions{
	width:700px;
	border-spacing:0px;
	display:block;
	overflow-y:hidden;
	height:auto;
}

#tableContent,.tableContent{
	background-color:#ECECEC;
	color:#000000;
	border-left:2px solid black;
	padding:2px;
	
}
