@charset "utf-8";

/* 

navigation.css

Software design and development by:
	Terence M. Bandoian
	P.O. Box 4074
	Austin, TX 78765
	http://www.tmbsw.com
	terence@tmbsw.com

Under agreement with:
	Senior E-Commerce, Inc.
	http://www.seniortravelgenie.com

Copyright 2008-2009 Terence M. Bandoian. All rights reserved.

*/

div.navigation-left {
	margin: 0;
	padding: 0;
	border: none;
}


div.navigation-bottom {
	margin: 0 auto 0 auto;
	width: 16em;
	padding: 0;
	border: none;
}


div.navigation-left select,
div.navigation-bottom select {
	margin: .5em 0 0 0;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-color: #ffffff;
}

div.navigation-left select { width: 13.25em; }
div.navigation-bottom select { width: 15em; }


div.navigation-left input,
div.navigation-bottom input {
	margin: .5em 0 0 0;
	padding-left: 2px;
	padding-right: 2px;
	border-width: 2px;
	border-style: inset;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-color: #ffffff;
}

div.navigation-left input { width: 13em; }
div.navigation-bottom input { width: 15em; }


div.navigation-left div,
div.navigation-bottom div {
	display: none;
	height: 6.8em;
	margin: .5em 0 0 0;
	padding: 2px;
	border-width: 2px;
	border-style: solid;
	border-color: #75736e #f2f0ee #f2f0ee #75736e;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	white-space: nowrap;
	overflow-x: hidden;
	overflow-y: scroll;
}

div.navigation-left div { width: 13em; }
div.navigation-bottom div { width: 15em; }

div.navigation-left div a,
div.navigation-left div a:visited,
div.navigation-bottom div a,
div.navigation-bottom div a:visited {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	color: #000000;
	text-decoration: none;
}

div.navigation-left div a:hover,
div.navigation-bottom div a:hover {
	color: #ffffff;
	background-color: #0a246a;
}

#selectedSearchCity {
	font-weight: bold;
	text-decoration: underline;
}

#selectedSearchCity:hover {
	text-decoration: none;
}


a.navigation-left,
a.navigation-left:visited {
	font-weight: bold;
	text-decoration: none;
	color: #003090;
}

a.navigation-left:hover {
	text-decoration: underline;
}

a.navigation-bottom,
a.navigation-bottom:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #003090;
}

a.navigation-bottom:hover {
	color: #ff0000;
}


ul.navigation {
	margin: .75em 0 0 1em;
	padding: 0 0 0 1em;
	border: none;
	font-weight: bold;
	color: #003090;
}

ul.navigation li {
	margin: .25em 0 0 0;
	padding: 0;
	border: none;
}


p.navigation-link {
	margin: 1.25em 0 1em 1.75em;
	padding: 0;
	border: none;
}


/* navigation popup */

div.navigation-popup {
	position: absolute;
	display: none;
	visibility: hidden;
	width: 31em;
	margin: 0;
	padding: 0 0 1em 0;
	border: 1px solid #000000;
	font-size: 87.5%;
	color: #000000;
	background-color: #fef08d;
	overflow: hidden;
}

div.navigation-popup h3 {
	margin: 1em 0 0 0; 
	padding: 0;
	border: none;
	font-weight: bold;
	font-size: 107.14%;
	line-height: 1em;
	text-align: center;
}

table.navigation-popup {
	margin: 1em auto 0 auto;
	padding: 0;
	border: none;
}

table.navigation-popup td {
	vertical-align: top;
}

div.navigation-popup-text {
	width: 15em;
	margin: 0;
	padding: 0 1em 0 0;
	font-size: 92.86%;
}

div.navigation-popup-text a,
div.navigation-popup-text a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

div.navigation-popup-text a:hover {
	color: #ff0000;
}

select.navigation-popup {
	width: 14em;
	margin: .5em 0 0 0;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-color: #ffffff;
}

div.navigation-popup-link {
	width: 14em;
	height: 6.8em;
	margin: .5em 0 0 0;
	padding: 2px;
	border-width: 2px;
	border-style: solid;
	border-color: #75736e #f2f0ee #f2f0ee #75736e;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	white-space: nowrap;
	background-color: #ffffff;
	overflow-x: hidden;
	overflow-y: scroll;
}

div.navigation-popup-link a,
div.navigation-popup-link a:visited {
	color: #000000;
	text-decoration: none;
}

div.navigation-popup-link a:hover {
	font-weight: bold;
	text-decoration: underline;
}

a.navigation-popup-close,
a.navigation-popup-close:visited {
	display: block;
	float: right;
	margin: .5em .5em 0 0;
	padding: 0 3px 0 3px;
	border: 1px solid #909090;
	font-weight: bold;
	font-size: 78.57%;
	text-decoration: none;
	color: #909090;
	background-color: #ffffff;
}

a.navigation-popup-close:hover {
	border-color: #000000;
	color: #000000;
}

/* end navigation popup */

/* Copyright 2008-2009 Terence M. Bandoian. All rights reserved. */
