/* 
    Document   : directions.css    
    Created on : 13-sep-2009, 15:07:25
    Author     : Bram van Rossum
    Description: CSS definition for the Directions Page.
*/


body{
    background-color: #fff;
}

/*------------ MAIN FRAME - LEFT CELL - MENU ------------*/

td.main_left{
	text-align: left;
	vertical-align: top;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

ul.main_left_menu{
	list-style: none;
	width: 185px;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;	
}

.main_left_menu li a{
	color: #ab85b6;
	display: block;
	border-left:3px solid #ab85b6;
	border-right:3px solid #ab85b6;
	height: 16px;
	padding: 4px 0 3px 14px;
	text-decoration: none;
	font-weight:bold;
	background-color:#fff;
}

.main_left_menu li a:hover{
	background-color: #7077c1;
	color:#fff;
}

/*------------ MAIN FRAME - CENTER CELL - CONTENT ------------*/

tr.main_center{
	vertical-align: top;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.directions_center_text{
	width: 300px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

/*------------ MAIN FRAME - RIGHT CELL - ADS ------------*/

td.main_right{
	text-align: right;
}
