/*GLOBAL*/

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.body {
	margin: 0px;
	padding: 0px;
	
	background: #ebf1f8;
}

label {
	cursor: pointer;
}

a { 
    color: #0051a2; 
    cursor: pointer;
}

a:visited { color: #0051a2;}
a:hover { color: #004c96;}

h1, h2 {   
    margin:0;
    font-weight:bold;
    border-bottom: 2px ridge #0051a2;    
}


th {
    padding: 5px;
    
    color: #FFF;
    
    background: #12a2dd;
}

td {
    border-bottom: 1px solid #000;
}

img {border:0;}

/*LAYOUT*/

#wrapper {
    width:100%;
	text-align: left;
}

/* hiding all unneccessary items */
#nav, #foheader, #header, .left_nav, .breadcrumbs, .travel_report, .right_ads, .right_timetable, #footer {
	display: none;
}

#focontent {
	background: none;
}


/* start the main styling for timetable */
* {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: none !important;
	width: 650px !important;
	color: #000000 !important;
	font-family: verdana, arial, sans-serif;
}

.noprint {
	display: none;
}

h1 {
	padding: 3px 5px;
	margin: 30px 0 0 0 !important;
	font-size: 14px !important;
	border-bottom: 2px solid #000000 !important;
}

.ttable_content {  }

.ttable_content table { page-break-after: always; }

.ttable_content table th { padding: 4px 5px !important; background: #333333 !important; color: #ffffff !important; font-size: 12px !important; }
.ttable_content table td { padding: 3px 5px !important; border-bottom: 1px solid #333333 !important; font-size: 11px !important; }