/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background:url(../images/body_bg.jpg) left top repeat-x;
background-color:#396D8C;
}
td.off {
width:181px;
height:29px;
background-color:#35373A;
color:#FFFFFF;
font-weight:bold;
font-size:11px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
line-height:29px;
padding-left:14px;
border-bottom:1px solid #D9DDE2;
border-left:1px solid #D0D4DB;
border-right:1px solid #D0D4DB;
}
td.on{
width:181px;
height:29px;
background-color:#00709E;
color:#FFFFFF;
font-weight:bold;
font-size:11px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
line-height:29px;
padding-left:14px;
border-bottom:1px solid #D9DDE2;
border-left:1px solid #D0D4DB;
border-right:1px solid #D0D4DB;
}
.main_table
{
margin-top:48px;
}
.header_box
{
padding:3px;
background-color:#FFFFFF;
color:inherit;
}
.body_inside
{
padding-left:15px;
}
.coach_box
{

padding:12px;
color:inherit;
}
.dot_line
{
border-bottom:1px dotted #5B5D5F;
}
.coatch
{
border:1px solid #CECFD0;
padding:3px;
}

/* CSS Background image Document */
.header_top_bg
{
background:url(../images/header_bg.gif) left bottom repeat-x #FFFFFF;
color:inherit;
}
.header_left_bg
{
background:url(../images/header_left_bg.gif) left top repeat-y;
width:15px;
}
.header_right_bg
{
background:url(../images/header_right_bg.gif) left top repeat-y;
width:15px;
}
.header_top
{
background:url(../images/header_top.jpg) left top no-repeat;
height:138px;
}
.header_bottom
{
background:url(../images/header_bottom.jpg) left top no-repeat;
height:132px;
}
.footer_bg
{
background:url(../images/footer_bg.jpg) left top repeat-x;
height:32px;
}
.body_middle_bg
{
background:url(../images/body-top-bg.gif) center top no-repeat #FFFFFF;
padding:10px 15px 0px;
color:inherit;
}
.body_left_bg
{
background:url(../images/body_right_bg.jpg) left top repeat-y;
width:8px;
}
.body_right_bg
{
background:url(../images/body_right_bg.jpg) left top repeat-y;
width:8px;
}





/* CSS Text Document */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #35373A;
	text-decoration: none;
}
.title {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #163CB0;
	background-color:inherit;
	text-decoration: none;
}
.body_text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #050505;
	background-color:inherit;
	text-decoration: none;
}
.blue_link{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #163CB0;
	background-color:inherit;
	text-decoration: none;
}
.body_text_header{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #396984;
	background-color:inherit;
	text-decoration: none;
}
.blue_link:hover
{
text-decoration:underline;
color:#163CB0;
background-color:inherit;
}
.left_menu {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 29px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color:inherit;
	text-decoration: none;
}
.left_menu:hover
{
text-decoration:underline;
color:#FFFFFF;
background-color:inherit;
}

.bus_service_box
{
border:1px solid #CECFD0;
padding:3px;
}