﻿/* light blue: #E4EDF5 */
/* button blue: #3175CB */

html, body { height:100% }
body
{
    margin: 0px;
    font-family: myriad Roman, myriad, Helvetica, Verdana, Arial, sans-serif; 
    font-size: 0.8em;
    color: #656565;
}
#topBanner
{
    height: 18px;
    padding: 2px 10px 5px 10px;
    color: white;
}
div#topBevelDiv
{
	
	background-repeat: repeat-x; 
	height: 28px;
}
#mmDiv
{
    width: 500px;
    height: 310px;
    background-color: white; /* ccc */
    padding: 0px; /* 5,0,5,0 */
    text-align: center;
    overflow: hidden;
}
#search
{
    width: 212px;
    padding-top: 3px;
}
.menuItem
{
    z-index: 20; 
    position: absolute; 
    display: none;
    /* background-color: white; */
    border-left: solid 1px #195AAB;
    border-right: solid 1px #195AAB;
    border-bottom: solid 1px #195AAB;
    border-top: none;
    padding: 5px 0px 5px 0px;
} 
div#mainLeftLink
{
	color: White;
	padding-left: 0px;
	padding-top: 4px;
	height: 20px;
	border: solid 1px #0C376B;
}
div.leftHeader
{
	background-color: #E4EDF5;	
	border-top: solid 1px #0C376B;
	border-right: solid 1px #ccc;
	height: 20px;
	padding-left: 25px;
	padding-top: 4px;
	font-weight: bold;
	
	color: #195AAB;
	font-size: 10pt;
}
div.popunder
{
    background-color: White; 
    padding: 10px; 
    border: 10px solid rgb(49, 117, 203);
}
div.dynamicPopunder
{
    width:400px; height: 100px; position: fixed; left: 0px; top: 0px; background-color: White; padding: 10px; border: solid 10px #3175CB; display: none; z-index: 20;
}
.leftPod
{
	background-color: white;
	/* border-right: solid 1px #ccc;	 */
	padding-bottom: 20px;
	overflow: hidden;
	width: 146px;
}
#rightColumnCell
{
	font-size: 8pt;	
}
.commentBox
{
	display: block;
	width: 290px;
	padding: 5px 5px 5px 5px;
	margin-left: 0px;
	margin-bottom: 2px;
	background-color: #F2F6FA;
	border-bottom: solid 1px #A6C3DE;
	font-size: 8pt;
}
/* links */
a:link, a:hover, a:active, a:visited 
{ /* normal links */
    text-decoration: none;
    color: #195AAB;
}  
a.col:link, a.col:active, a.col:visited
{ /*column links */
    color: gray;
}
a.col:hover
{
    color: #3175CB;
}
a.leftCol:link, a.leftCol:active, a.leftCol:visited
{ /*column links */
    color: #195AAB;
    display: block;
    width: 100%;
    /* border-bottom: solid 1px #ccc; */
    padding-bottom: 5px;
    padding-top: 5px;
    overflow: hidden; 
    height: 16px;
    white-space: nowrap;
}
a.leftCol:hover
{
    color: white;
    background-color: #0C376B;
}
a.topCol:link, a.topCol:active, a.topCol:visited
{ /*left, top link */
    font-weight: bold;
    display: block;
    color: Black;
    height: 15px;
    padding: 5px 0px 5px 0px;
}
a.topCol:hover
{
    color: black;
}
a.fLink:link, a.fLink:active, a.fLink:visited
{ /*footer links */
    color: gray;
}
a.fLink:hover
{
    color: #5d5d5d;
}
a.ddItem:link, a.ddItem:active, a.ddItem:visited
{ /*dropdown links */
    display: block;
    padding: 4px 12px 4px 15px;
    font-size: 8pt;
    position: relative; 
    /* top: -35px; */
    z-index: 24;
}
a.ddItem:hover
{
    color: black;
    background-color: #F2F6FA;
}
a.ddItemSelected
{
    color: black;
    background-color: #F2F6FA;
}
a.whyLink
{
    display: block;
    font-style: italic;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
    text-decoration: underline;
}
a.blueButton
{
    display: inline-block;
    width: 115px;
    height: 20px;
    color: White;
    font-weight: bold;
    font-size: 9pt;
    text-align: center;
    background-repeat: no-repeat;
    padding-top: 4px;
}

div.transparentDiv
{
	filter:alpha(Opacity=92); 
	opacity:0.92; 
	-moz-opacity:0.92; 
	-khtml-opacity:0.92; 
	position: absolute;
	z-index: 22;
	top: 0px;
	background-color: White;
	/* height: 100%; */
	bottom: 0px;
	width: 100%;
}
/* end links */

hr
{
    color: #cccccc; 
    background-color: #cccccc; 
    height: 1px;
    text-align: left;/*this will align it for IE*/
    margin: 0 auto 0 0; /*this will align it left for Mozilla*/
    border: none 0;
    margin-bottom: 10px;
}
hr.rightColHR
{
	margin-left: -10px;
	color: #ECECEC;
	background-color: #ECECEC;
}
td
{
	vertical-align: top;
}
img
{
    vertical-align: middle;
    border: none 0;
}
p
{
	margin-top: 0px;
}
img.thumbnail
{
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 2px black; */
    height: 75px; 
	width: 75px; 
	margin-right: 5px; 
	padding: 3px;
}
img.rightThumb
{
	height: 60px;
	width: 60px;
}
img.icon
{
	/* width: 16px; */
	/* height: 16px; */
	/* margin-left: 4px; */
	/* margin-right: 3px; */
}
img.leftHeaderIcon
{
	position: relative;
	top: -3px;
}
.iconWrapper
{
	width: 16px; 
	display: inline-block; 
	margin-left: 4px; 
	margin-right: 3px; 
	text-align: center;
}
.rightHeadline
{
    color: #656565;
    font-weight: bold;
    font-size: 10pt; 
}
.middleLabel
{
    color: #656565;
    font-size: 12pt;
    font-weight: bold;
    display: block;
    clear: both;
    margin-bottom: 5px;
}
.headline
{
	font-weight: bold;
	color: 	#3175CB;
	display: block;
	margin-bottom: 0px;
}
.pageHeadline
{
	font-weight: bold;
	font-size: 13pt;
	color: Black;
	display: block;
	margin-bottom: 15px;
	margin-top: 5px;
}
.phoneNumber
{
	font-weight: bold;
}
.bigQuote
{
	
}
.color
{
	color: 	#3175CB;
}
.borderColor
{
	border: solid 1px #3175CB;
}
.backgroundColor
{
	background-color: #3175CB;
}
.lightBackgroundColor
{
	background-color: #E4EDF5;
}
/* inputs */
input.text, textarea, input[type=text]
{
	border: solid 1px #3175CB;
}
input.password
{
	border: solid 1px black;
}
input.button
{
	
}
/* end inputs */
/* buttons */
.divButton
{
	color: White; 
	display: block; 
	width: 115px; 
	height: 24px; 
	
	background-repeat: no-repeat; 
	margin: auto;
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	display: table-cell;
	vertical-align: middle;
	background-color: #195AAB;
}
/* end buttons */

.masterHeader
{
	font-size: 16pt;
	color: #195AAB;  /* #434343; */
	display: block;
	padding: 4px;
	padding-bottom: 0px;
}
.masterSubHeader
{
	font-size: 10pt; 
	color: #767676;
	padding: 4px;
	padding-top: 0px;
	display: block;
	margin-bottom: 10px;
}
.leftColBottomBorder
{
	border-bottom: solid 1px #0C376B;
	border-right: solid 1px #ccc;
}

div#lodgingDetailTabTopBar
{
	height: 5px; 
	background-color: #195AAB;
	width: 530px;
}
div#lodgingDetailTabBottomBar
{
	height: 5px; 
	background-color: #F2F6FA; 
	margin-bottom: 10px;
	width: 530px;
}

td.tab
{
    height: 25px; 
    text-align: center; 
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    
    background-repeat: repeat-x;
}

td.spacer
{
    width: 2px;
    padding: 0px;
    margin: 0px;
}
td.selectedTab
{
    background-color: #F2F6FA;
    background-image: none;
    border: none;
}

div.collapsable
{
    border: solid 1px gray;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 5px;
}
div.collapsable a:first-child
{
    display: block;
    height: 25px;
    font-weight: bold;
}
div.collapsed
{
    height: 20px;
    overflow: hidden;
}

/* tabs */
div.tabsBackgroundDiv
{
    background-color: #F2F6FA;
    padding-bottom: 2px;
    border-top: solid 7px #195AAB;
    width: 530px;
    margin-left: auto;
    margin-right: auto;
    
}
div.tabsBackgroundDiv table
{
    width: 100%;
}
div.tabsBackgroundDiv td
{
    height: 25px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 0px;
}
div.tabsBackgroundDiv td.selected
{
    background-image: none;
}
/* end tabs */

/* WYSIWYG classes */
.bookNow { color: #FF6600; }
.headlineBlue { color: #3175CB; }

#theTable 
{ 
    border-collapse: collapse;
    width: 100%;
} 
#theTable td 
{ 
    padding: 5px; 
}
#theTable th
{
    border-bottom: solid 1px black;
}
