th.header { 
    background-image: url(/img/bg.gif); 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px;
    text-align: left;
} 

th.headerSortUp { 
    background-image: url(/img/asc.gif); 
    background-color: #3399FF; 
} 

th.headerSortDown { 
    background-image: url(/img/desc.gif); 
    background-color: #3399FF; 
} 

.container { 
	width: 550px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fefefe;
}
.menubar{
    font-size: 26px;
}
.menuitem{
    margin-right: 10px;
}
.reservations{
    font-size: 22px;
}

/* INFO TV */
.bodyInfoTV{
    overflow:hidden;
}
.containerInfoTV { 
    width: 99%;
    padding: 0px 0px;
    margin-top: -10px;
    margin-left: -10px;
    border: 0px solid #ccc;
    background-color: #ffffff;
}
.headerInfoTV {
    padding-left: 50px;
    padding-top: 1px;
    font-weight: normal;
    height: 70px;
    width: 100%;
    background-color: #790000;    
}
.tailInfoTV {
    height: 40px;
    width: 110%;
    background-color: #790000;    
}

.containerRoomInfoTV { 
    width: 100%;
    padding: 0px 0px;
    background-color: #ffffff;
}

.headerInfoTVh1{
    color: #ffffff;
}
.headerRoomInfoTV {
    font-weight: normal;
	text-align: center;
    height: 280px;
    width: 100%;
    background-color: #790000;    
}
.headerRoomInfoTVh1{
	font-size: 150px;
    color: #ffffff;
}

.headerRoomInfoTVDate{
	font-size: 75px;
    color: #ffffff;
}

.infoTvReservations{
    height: 980px;
    margin-top: 10px;
    padding-left: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
}
.infoTVColumn{
    float: left;
    margin-right: 10px;
    width: 49%;
    display: inline-block;

}
.infoTVRow{
    height: 30px;
    display: inline-block;    
}

.roomInfoReservation{
	width: 100%;
	text-align: center;
	padding-top: 70px;
    font-size: 200px;
}

.roomInfoReservationName{
}
.roomInfoReservationTime{
	font-size: 120px;
}

 .font1{
    font-size: 30px;

}
.bg1{
    background-color: #ffffff;
}
.bg2{
    background-color: #e6e7e8;
}