/* header styles */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #023452;
	font-size: 10pt;
	font-family: verdana;
	color: #254e64;
}
table.container {
        background-color: #ffffff;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}
td.header {
	background-color: #c3d9e3;
}
#dates-lookup {
	background-color: #004195;
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
	padding: 10px;
}
table.center {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
}
span.lookup {
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
}
td.menu-topleft {
	background-color: #9ac2e8;
        width: 285px;
}
#menu-topleft {
        background-color: #9ac2e8;
	width: 285px;
	margin: 0px;
	text-align: left;
	font-family: verdana;
}
#menu-topleft ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu-topleft li a {
	text-decoration: none;
	font-weight: bold;
}		
#menu-topleft li a.light:link, #menu-topleft li a.light:visited, #menu-topleft li a.light:active {
	color: #000000;
	font-size: 9pt;
	display: block;
	background-color: #c8def3;
	padding: 3px;
}	
#menu-topleft li a.light:hover {
	color: #000000;
        font-size: 9pt;
	background-color: #c8def3;
	text-decoration: underline;
        padding: 3px;
}
#menu-topleft li a.dark:link, #menu-topleft li a.dark:visited, #menu-topleft li a.dark:active {
        color: #000000;
        font-size: 9pt;
        display: block;
        background-color: #9ac2e8;
        padding: 3px;
}
#menu-topleft li a.dark:hover {
        color: #000000;
        font-size: 9pt;
        background-color: #9ac2e8;
        text-decoration: underline;
        padding: 3px;
}
#menu-topleft li a.light-highlight:link, #menu-topleft li a.light-highlight:visited, #menu-topleft li a.light-highlight:active {
        color: #0d5dab;
        font-size: 9pt;
        display: block;
        background-color: #c8def3;
        padding: 3px;
}
#menu-topleft li a.light-highlight:hover {
        color: #0d5dab;
        font-size: 9pt;
        background-color: #c8def3;
        text-decoration: underline;
        padding: 3px;
}
a:link, a:visited, a:active {
	color: #373b5e;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	line-height: normal;
}
a:hover {
	color: #373b5e;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
	line-height: normal;
}

/* other font styles */

td.hotel {
	background: #e7eef3;
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
span.hotel-star {
	color: #4678ad;
}
.small {
	color: #373737;
	text-decoration: none;
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana
}
.bold {
	font-weight: bold;
}
