@CHARSET "UTF-8";
.ap_mainDiv_class
{
	
	width: 100%;
	
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	
}

.ap_mainDiv_class div 
{
	float:left;
}


.ap_headerDiv_class
{
	width: 100%;
	min-height: 50px;
	background-color: #AAAAAA;
	vertical-align: middle;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-top:10px;
    padding-left:10px;
	
}

.ap_titleSpan_class
{
	font-size: 24px;
	font-weight: bold;	
	margin: 10px;
	
}


.ap_mainImageDiv_class
{
	
	width: 200px;
	height: 200px;
	margin: 10px;
	border-radius: 4px;
	
	
}
//MainImage
.ap_mainImageDiv_class img
{
	width: 100%;
	height: 100%;
	
}

.ap_contentDiv_class
{
	
	padding: 10px;
	text-align: justify;
	
}


.ap_reserveDiv_class
{
	
    
    padding: 10px;
	width: 100%;
	
	border-top: 2px solid #333;
	
}


.ap_reserveTable_class
{
	width: 100%;
	
	border-spacing:2px;
	border-collapse: initial;
}

.ap_reserveTr_class
{
	padding-right: 10px;
	height: 20px;
}
.ap_reserveTd_Name_class
{
	background-color: gray; 
	
	text-align: center;
	vertical-align: center;
	font-weight: bold;
}

.ap_reserveTd_class
{
	text-align: center;
	vertical-align: center;
	
	background-color: #0a0;
	width: 26px;
	cursor: pointer;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

.ap_reserved_weekend
{
    background-color: #AAA;
}



.ap_reserved_color_booked
{
	background-color: #f22;
	color: #ffa
}
.ap_reserved_color_booked_selected
{
	background-color: orange;
}

.ap_reserved_color_opbooked
{
	background-color: #FF0;
	color: #000
}

.ap_reserved_weekend.ap_reserved_color_booked
{
	background-color: #d00;
	color: #ffa
}

.ap_reserved_weekend.ap_reserved_color_booked_selected
{
	background-color: orange;
}
.ap_reserved_weekend.ap_reserved_color_parentBooked
{
	background-color: #d33;
	color: #ffa
}
.ap_reserved_weekend.ap_reserved_color_childBooked
{
	background-color: #b00;
	color: #ffa
}

.ap_reserved_color_disabled
{
	background-color: #fff;
	border: 1px solid #333;
}
.ap_reserved_color_unavailable
{
	background-color: #555;
	color: #777;
}
.ap_reserved_weekend.ap_reserved_color_request
{
	background-color: #009;
	color: #fff;
	
}
.ap_reserved_color_request
{
	background-color: #33f;
	color: #fff;
	
}


.ap_headerDiv_Order
{
	float:right;
	margin-right:25px;
}