.inline 
	{
		display: inline;
	}
	
	a.A_OverLib 
	{
		text-decoration: none;
		color: #000000;
		cursor: help;
		font-size:11px;
		background-color:#ebebeb;
	}

	a.A_OverLib_U 
	{
		text-decoration:underline;
		color:#000000;
		cursor:help;
		font-size:11px;
		background-color:#2eb0e2;
	}

.box_outline 
{
	margin-bottom: 10px;
	background-color: #2eb0e2;
}

.padder_box_outline 
{
	border-left-color:#fff;
	border-right-color:#fff;
	border-left-style:solid;
	border-right-style:solid;
	border-right-width:2px;
	border-left-width:2px;
	font-size: 9px;
	color:#fff;
	
}

table.booking_table_2 tr td {
	padding: 5px 3px 5px 5px;
	font-size:11px;
	text-align:justify;
}