﻿/* 
//////////////////////////////////////////////////////////////////
//    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//	  arrivo scheduling assistant v8.0
//    Mark W. Robbins, Robbins Systems
//    Copyright 2009 by Robbins Systems LLC
//    All Rights Reserved
//    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//////////////////////////////////////////////////////////////////
*/
div.navMain {
	/* background		: #D5E6F7; */
	width			: 170px;
	margin			: 0;
	padding			: 0;
	}

table.tblNavMain {
	/* background		: #D5E6F7; */
	width			: 170px;
	margin			: 0;
	padding			: 0;
	}
td.navMain {
	width			: 170px;
	background-repeat : repeat-y;
	font-family		: Tahoma, Verdana, Arial;
	font-size		: 8pt;
	padding			: 0px;
	white-space		: nowrap;
	border-right	: solid 1px #D5E6F7;
	}

table.tblNavMain td {
	font-family		: Tahoma, Verdana, Arial;
	font-size		: 9pt;
	padding			: 4px;
	white-space		: nowrap;
	}

a.navItem {
	text-decoration	: none;
	color			: #ffffff;
	}
a.navItem:link {
	text-decoration	: none;
	color			: #ffffff;
	}
a.navItem:visited {
	text-decoration	: none;
	color			: #ffffff;
	}
a.navItem:hover {
	text-decoration	: none;
	font-weight		: normal;
	color			: #ffffff;
	}

td.navCurrent {
	width			: 12px;
	}
.rsMenu	{
	font				: 9pt Trebuchet MS, Arial;
	color				: #ddeeff;
	}

.navItemInactive {
	background-color	: #174675;
	color				: #ffffff;
	cursor				: hand;
	padding				: 3px;
	border-bottom		: solid 2px #9b1b1b;
	}
.navItemActive	{
	background-color	: #1D5792;
	color				: #ffffff;
	cursor				: hand;
	padding				: 3px;
	border-bottom		: solid 2px #9b1b1b;
	}
