﻿html,body 
{
    font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	min-height: 100%;
	margin-bottom: 1px;
}

A
{
    color: #04145B;
    font-weight: bold;
    text-decoration: none;
}
A:link
{
}
A:visited
{
}
A:hover
{
    text-decoration: underline;
}
A:active
{
}

h1
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14pt;
	color: #00286A;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2, .h2
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #00286A;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #00286A;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h4
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #00286A;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h5
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #00286A;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h6
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #00286A;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.oneColElsCtrHdr  { 
	background: url(/images/bg.png) repeat-x;
	background-color: #fffff2;
} 

.oneColElsCtrHdr #flags { 
	width: 974px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height: 17px;
	margin: 3px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColElsCtrHdr #header { 
	width: 972px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height: 130px;
	background-color: #ffffff;
	background-image: url(/images/top_bg.png);
	background-repeat: repeat-x;
	margin: 3px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	border-top: solid 1px #e6e6e6;
}

.oneColElsCtrHdr #mainpage { 
	width: 972px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
}

.oneColElsCtrHdr #footer 
{
	width: 974px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

.oneColElsCtrHdr #footer p
{
	width: 972px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 2px 0 2px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: Gray;
	font-size: 11px;
}

.oneColElsCtrHdr #footer a
{
    color: Gray;
    font-weight: normal;
} 

#visitors A
{
    color: Black;
    font-weight: normal;
}

.MainTable
{
	width: 962px;
	height: 300px;
	border: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.genericButton
{
	display: inline-block;
	height: 21px;
	padding-left: 10px;
	line-height: 21px;
	cursor: hand;
	margin-bottom: 4px;
	margin-right: 4px;
	background-image: url(/images/icons/genericbutton.gif);
	background-repeat: no-repeat;
	background-position: left;
	clear: right;
}

.genericButton span
{
	background-image: url(/images/icons/genericbutton.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	line-height: 21px;
	height: 21px;
	color: #ffffff;
	display: inline-block;
}

.genericButton:hover
{
	background-image: url(/images/icons/genericbutton_over.gif);
	text-decoration: none;
	color: #eeeeee;
}

.genericButton:hover span
{
	background-image: url(/images/icons/genericbutton_over.gif);
	text-decoration: none;
	color: #eeeeee;
}

.TitleContainer
{
	position: relative;
}

.PageHeader
{
    margin-bottom: 15px;
}

.Error
{
    color: Red;
    font-weight: bold;    
}

.AdminDivStyle
{
    padding: 5px;
}

.PagesImagesViewText
{
	font-style: italic;
    color: #666666;
}

.SiteMapCSS
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

hr 
{
	height:1px;
	color:black;
}
dl 
{
	padding:2px;
}
dt, dd 
{
	margin-top:1px;
}
.clear 
{
	clear:both;
}
kbd {padding:0px 1px 0px 1px;border-width:1px 2px 2px 1px;border-style:solid}
abbr {border-bottom:1px dashed;cursor:help}
acronym {border-bottom:1px dashed;cursor:help}
dfn {font-style:normal;border-bottom:1px dashed;cursor:help}
code {font-family: courier, monospace;border:1px solid #cccccc;background-color:#ffffcc;padding-left:1px;padding-right:1px}
samp {font-family: courier, monospace;border:1px solid #cccccc;background-color:#ccffcc;padding-left:1px;padding-right:1px}
img.left {float:left;margin-right:3px}
img.right {float:right;margin-left:3px}
p.indent {margin-left:40px}
p.left {text-align:left}
p.center {text-align:center}
p.right {text-align:right}
span.underline {text-decoration:underline}
span.strikethrough {text-decoration:line-through}
div.textbox {clear:both;float:left;width:150px;font-size:.8em;padding:2px 10px;border-top:1px solid gray;border-bottom:1px solid gray}
div.photo {float:right;width:auto;font-size:.8em;font-weight:bold;padding:4px}


/*Room Schedule styles*/
.ScheduleRulerContainer
{
	border: solid 1px;
	border-bottom: none;
	height: 26px;
	overflow: hidden;
	position: relative;
	background-image: url('/images/contenttab-bg.gif');
}

.ScheduleRulerItem
{
	padding: 2px 0px 2px 0px;
	height: 22px;
	position: absolute;
	color: #ffffff;
	text-align: center;
	border-right: solid 1px;
}

.ScheduleRulerItemLeft
{
	padding: 2px 0px 2px 0px;
	height: 22px;
	position: absolute;
	color: #ffffff;
	text-align: center;
	border-right: solid 1px;
	border-left: solid 1px;
}

.ScheduleRulerItemRight
{
	padding: 2px 0px 2px 0px;
	height: 22px;
	position: absolute;
	color: #ffffff;
	text-align: center;
}

.ScheduleContainer
{
	border: solid 1px;
	border-top: none;
	position: relative; 
	overflow: hidden;
}

.ScheduleRow
{
	color: #aaaaaa;
	width: 100%;
	height: 30px;
	overflow: hidden;
	position: relative;
	margin: 0px;
	cursor: default;
	border-bottom: solid 1px #cccccc;
}

.ScheduleBrick
{
	font-size: 8pt;
	top: 0px;
	padding: 1px;
	height: 95%;
	position: absolute;
	color: #ffffff;
	border-bottom: solid 1px #cccccc;
	background-color: #ff0000;
	overflow: hidden;
	/*filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;*/
}

.ScheduleBrickReservedRoom
{
	font-size: 8pt;
	top: 0px;
	padding: 1px;
	height: 95%;
	position: absolute;
	color: #ffffff;
	border-bottom: solid 1px #cccccc;
	background-color: #cc6600;
	overflow: hidden;
	/*filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;*/
}

.ScheduleBrickAvailableRoom
{
	font-size: 8pt;
	top: 0px;
	padding: 1px;
	height: 95%;
	position: absolute;
	color: #ffffff;
	border-bottom: solid 1px #cccccc;
	background-color: #72eb21;
	overflow: hidden;
	/*filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;*/
}

.ScheduleBrickDisabledRoom
{
	font-size: 8pt;
	top: 0px;
	padding: 1px;
	height: 100%;
	position: absolute;
	color: #ffffff;
	background-color: #6b2e24;
	overflow: hidden;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.ScheduleBrickContent
{
	width: 200px;
	cursor: default;
}

.ScheduleDayMarker
{
	position: absolute;
	border-right: solid 1px #cccccc;
	top: 0px;
	height: 100%;
}

.ScheduleDayMarkerLeft
{
	position: absolute;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	top: 0px;
	height: 100%;
}

.ScheduleDayMarkerRight
{
	position: absolute;
	top: 0px;
	height: 100%;
}

.ScheduleTodayMarker
{
	position: absolute;
	border: solid 3px;
	margin-left: -2px;
	top: 0px;
	height: 80%;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.ScheduleSwitchDayMarker
{
	padding: 1px;
	position: absolute;
	top: 0px;
	height: 100%;
	background-color: #ebe721;
}

.ScheduleDisabledRoomMarker
{
	position: absolute;
	border: solid 1px white;
	top: 0px;
	height: 100%;
	background-color: #6b2e24;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.CommentNotifier
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background-image: url(/images/icons/notepad.png);
}
/*End of Room schedule styles*/

/*Start of Booking styles*/
.BookingSearch
{
    padding: 0;
	width: 100%;
	height: 50px;
}

.BookingProgress
{
	border: solid 1px #cccccc;
	height: 22px;	
}

.BookingProgressVisited
{
	position: relative;
	float: left;
	height: 22px;
	width: 166px;
	padding-top: 3px;
	padding-left: 5px;
	background-image: url(/images/progress_bg_visited.png);
	background-repeat: repeat-x;
	color: #ffffff;
}

.BookingProgressCurrent
{
	position: relative;
	float: left;
	height: 22px;
	width: 166px;
	padding-top: 3px;
	padding-left: 5px;
	background-repeat: repeat-x;
}

.BookingProgressUpcoming
{
	position: relative;
	float: left;
	height: 22px;
	width: 166px;
	padding-top: 3px;
	padding-left: 5px;
	background-image: url(/images/progress_bg.png);
	background-repeat: repeat-x;
	color: #ffffff;
}

.BookingProgressArrowEmpty
{
	position: relative;
	float: left;
	height: 22px;
	width: 17px;
}

.BookingProgressArrowVisited
{
	position: relative;
	float: left;
	height: 22px;
	width: 17px;
	background-image: url(/images/progress_arrow_done.png);
	background-repeat: no-repeat;
}

.BookingProgressArrowCurrentLeft
{
	position: relative;
	float: left;
	height: 22px;
	width: 17px;
	background-image: url(/images/progress_arrow_current_left.png);
	background-repeat: no-repeat;
}

.BookingProgressArrowCurrentRight
{
	position: relative;
	float: left;
	height: 22px;
	width: 17px;
	background-image: url(/images/progress_arrow_current_right.png);
	background-repeat: no-repeat;
}

.BookingProgressArrowUpcoming
{
	position: relative;
	float: left;
	height: 22px;
	width: 17px;
	background-image: url(/images/progress_arrow.png);
	background-repeat: no-repeat;
}

.AvailableDates
{
    padding: 0;
	width: 100%;
}
/*End of Booking styles*/

/*Start of Booking Tracker styles*/
.BookingTrackerContent
{
	width: 100%;
	padding-bottom: 10px;
}

.BookingTrackerContentNoHeight
{
	width: 100%;
}

.BookingTrackerTable
{
	width: 100%;
}

.RoomContainer
{
	width: 100%;
}

.RoomContainerNoScroll
{
	width: 100%;
}

.BookingTrackerTableIE
{
	width: 98%;
}

.BookingTrackerTable td
{
	padding: 1px;
}

.BookingTrackerPriceCell
{
	width: 100px;
	text-align: right;
}

.BookingTrackerCancelCell
{
	width: 100px;
	text-align: right;
}

.BookingTrackerGrandTotalContainer
{
	position: relative;
	top: 5px;
	padding-left: 520px;
	font-weight: bold;
}

.BookingTrackerButtonContainer
{
	position: relative;
	top: 15px;
}
/*End of Booking Tracker styles*/

/*Start of Booking List styles*/
.BookingListNew
{
	background-color: #ffffff;
	cursor: pointer;
}

.BookingListReserved
{
	background-color: #f0dcc8;
	cursor: pointer;
}

.BookingListBooked
{
	background-color: #e1acac;
	cursor: pointer;
}

.BookingListDeleted
{
	background-color: #ffffcc;
	cursor: pointer;
}
/*End of Booking List styles*/
