/* ------------------
 styling for the tables 
   ------------------   */

#top_banner {
width:736px;
height:166px;
border-bottom: 2px solid #D6D6D6;	
margin-bottom:20px;
background-image:url(../imgs/OpeningTime_banner.jpg);
background-repeat:no-repeat;
}

#top_banner .txt {
font-family:Arial, Helvetica, sans-serif;
padding: 85px 0 0 10px;
font-size: 12px;
font-weight: normal;
color: #656565;
}


.bottom_space {
width:736px;
height:40px;
}


#box-table-a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	width: 703px;
	text-align: center;
	height:29px;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
}


#box-table-a th
{
	font-size: 12px;
	font-weight: bold;
	color: #3E3E3E;
	background-color: #D6D6D6;
	text-align:center;
	height:29px;
}

#box-table-a td
{
	color: #656565;
	
}

.txt_left
{
	padding-left:10px;
	text-align:left;
    border-top: 1px solid transparent;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}

.heading_border
{
	border-top: 1px solid transparent;
	border-right: 1px solid #fff;
}

.heading_border_first_col
{
	border-top: 1px solid transparent;
	border-right: 1px solid #fff;
}

.border
{
	border-top: 1px solid transparent;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;	
}

.border_last_col
{
	border-top: 1px solid transparent;
	border-bottom: 1px solid #D6D6D6;	
}

#box-table-a tr
{
	color: #339;
	height:29px;

}

