/* general layout */

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}
a:link, a:visited, a:active, a:hover {
	color: #51120e;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}
img.inline {
        border: 0px;
        margin: 0px;
        padding: 0px;
	display: inline;
}
#container-main {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#container-header {
	background-color: #51120d;
	height: 70px;
}
.container-left {
        background-color: #51120d;
        width: 225px;
}
#dates-lookup {
	background-color: #030000;
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
	padding: 10px;
}
span.lookup {
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
}
#container-menu-left {
	text-align: left;
	padding: 20px 15px;
}
a.menu-left:link, a.menu-left:visited, a.menu-left:active {
        color: #ffffff;
        font-weight: normal;
        text-decoration: none;
	font-size: 12pt;
}
a.menu-left:hover {
        color: #ffffff;
        font-weight: normal;
        text-decoration: underline;
	font-size: 12pt;
}
img.border {
	border: 2px solid #ffffff;
}	
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
td.hotel {
	background: #e7eef3;
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
span.hotel-star {
	color: #4678ad;
}


/* general font styles */

h1 {
	font-weight: bold;
	font-size: 20pt;
	color: #51120e;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}
.title-01 {
        font-size: 12pt;
        padding: 0px;
        margin: 0px;
}
.title-02 {
        font-size: 12pt;
        color: #51120e;
        padding: 0px;
        margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.bold-underline {
	font-weight: bold;
	text-decoration: underline;
}
.small {
	font-size: 8pt;
}
