﻿/* DEFAULTS
----------------------------------------------------------*/
/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-size: 9pt; /*vertical-align: baseline;*/
	background: transparent;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
:focus
{
	outline: 0;
}
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

select
{
	font-size: 9pt;
}
/* END RESET */

.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: block;
}
* html .clearfix
{
	height: 1%;
}

body
{
	background: #FFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0px;
}

h1
{
	font-size: 16px;
	padding: 5px 0 5px 0;
	 text-align: center;
	background-color: #CCC;
}

h2
{
	font-size: 14px;
	padding: 0 0 15px;
}

#content
{
	width: 980px;
	margin: 0 auto;
	min-height: 600px;
	overflow: hidden;    
    padding-top: 8px;    
}
#header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #01327E;
	width: 100%;
	border-bottom: 1px solid #F8D718;
    z-index: 50;
}

#header strong
{
	font-weight: bold;
	margin: 0px;    
	padding-left: 20px;
	color: #F8D718;		
	font-size: 1.5em;
    position: absolute;
    top: 10px;
    left: 80px;
}
/* Superfish essential styles
-----------------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;    
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.2em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/* End Superfish essential styles
-----------------------------------------------------------*/
#nav
{		
    position: absolute;
    left: 220px;
    top: 38px; 
    margin-bottom: 1em;   
}
#nav li {    
	background: #01327E;
}
#nav li a
{
    border: 1px #4e667d solid;
	padding: .5em 1em;
	text-decoration:none;
	color: #F8D718;
}
#nav li:hover, #nav li.sfHover {
	background:	#F8D718;	
	outline: 0;
}
#nav li:hover > a, #nav li.sfHover > a { color: #113C7F }
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em !important;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.04em; /* IE6 only */
	width:			16px;
	height:			16px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../../Content/themes/westy/images/ui-icons_ffffff_256x240.png') no-repeat -64px -16px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .4em;
	background-position: -64px -16px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -64px -16px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -32px -16px; }
.sf-menu ul a > .sf-sub-indicator { background-position:  -32px -16px; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -32px -16px; /* arrow hovers for modern browsers*/
}
#login
{
	font-size: 1.1em;	
	text-align: right;	
	color: White;
	font-weight: bold;
    position: absolute;
    right: 20px;
    top: 10px;    
}
#login a:link, #login a:visited, #login a:hover
{
	color: #fff;
}
a
{
	color: #00337D;
}
.wrapper
{
	margin: 0 auto;
	width: 980px;
}

fieldset
{
	margin: 1em 0px;
	/*padding: 1em;*/
	padding: 7px;
	border: 1px solid #ccc;
}

fieldset p
{
	margin: 2px 0px 10px 10px;
}

fieldset.login
{
	border: 1px solid #00337D;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
	font-weight: bold;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

.accountInfo
{
	width: 300px;
	margin: 0 auto;
}

.submitButton
{
	text-align: right;
}


.choices .choice
{
	background: #DDD;
	min-height: 80px;
	padding: 20px;
	width: 400px;
	height: 100px;
}

.cols .formfield
{
	float: left;
	width: 400px;
}

.table
{
	font-size: 12px;
}
.table TH
{
	background-color: #00337D;
	border-bottom: 0;
	color: #FFF;
	font-size: 11px;
	padding: 5px;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
}
.table TD
{
	border: 1px solid #B7D4FF;
	padding: 3px;
	text-align: center;
}

.odd TD
{
	background-color: #EEE;
}

.status
{
	background: transparent no-repeat scroll center center;
	height: 12px;
}
.status.processed
{
	background-image: url(../images/report_processed.png);
}
.status.pending
{
	background-image: url(../images/report_pending.png);
}
.status.empty
{
	background-image: url(../images/report_empty.png);
}

.inputShort
{
	width: 2em;
	font-size: 9pt;
}

.inputMedium
{
	width: 50px;
	font-size: 9pt;
}

.errorballoon
{
	background: #FFE5E5;
	border: 1px solid #FF0000;
	color: #000;
	font-weight: normal;
	padding: 3px;
	position: absolute;
	right: -215px;
	top: 0;
	width: 200px; /*z-index: 9; */
}
.field
{
	/*position: relative;*/
}
.inputerror
{
	background: transparent url(../images/error_balloon.png) no-repeat scroll right center;
	color: #FF0000;
	cursor: pointer;
	display: inline;
	font-weight: bold;
	padding-right: 17px;
	position: relative;
	text-decoration: underline;
	border: 1px;
	border-color: #787070;
}

.buttons
{
	padding: 10px 20px;
}

.display-label
{
    display:block;
    }

#footer
{
	border-top: 1px solid #F8D718;
	color: #666;
	font-size: 11px;
	padding: 10px 5px;
}
/* DataGrid Item and AlternatingItem Style*/
.GridRow
{
	background-color: #FFFF99;
	height: 20px;
}
.GridAltAlternatingRow
{
	background-color: #CCC;
	height: 20px;
}

.row
{
	clear: both;
}

.rowAlone
{
	clear: none;
	overflow: auto;
	clear: both;
}

.rowSeparator
{
	height: 15px;
}

.col
{
	float: left;
}

.dprRow
{
	height: 30px;
	border-style: none;
	border: 0px;
	padding: 0px;
	clear: both;
}

.label
{
	font-weight: bolder;
}

.centerText
{
	text-align: center;
}

.fileProcessSuccessLabel
{
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FBE64F;
}

.errorMessageBox
{
	border: solid 2px #CA1515;
	padding: 4px 4px 4px 8px;
	font-weight: bold;
	font-size: 14px;
	background-color: #FFD1D1;
	color: #7B0202;
	text-align: left;
}

.sectionTitle
{
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 7px;
	background-color: #CCC;
}

.divSeparator
{
	height: 10px;
}

.dropDownTime
{
	width: 80px;
	font-size: 9pt;
}

.dropDownRoom
{
	width: 70px;
	font-size: 9pt;
}

.dropDownPhoneTourWescard
{
	width: 70px;
	font-size: 9pt;
}

.dropDownMarketingSource
{
	width: 130px;
	font-size: 9pt;
}



.occupiedRoom
{
	color: Red;
}

.availableRoom
{
	color: Green;
}

.textArea
{
	border: 1px;
	border-color: #CCC;
}

.userLogged
{
	color: Yellow;
	text-transform: uppercase;
}


.MyCalendar .ajax__calendar_container
{
	background-color: White;
	padding: 4px;
	cursor: default;
	width: 170px;
	font-size: 11px;
	text-align: center;
	font-family: tahoma,verdana,helvetica;
	border: 1px solid #646464;
}
.MyCalendar .ajax__calendar_body
{
	height: 139px;
	width: 170px;
	position: relative;
	overflow: hidden;
	margin: auto;
}
.MyCalendar .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years
{
	top: 0px;
	left: 0px;
	height: 139px;
	width: 170px;
	position: absolute;
	text-align: center;
	margin: auto;
}
.MyCalendar .ajax__calendar_container TABLE
{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
.MyCalendar .ajax__calendar_container TD
{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
.MyCalendar .ajax__calendar_header
{
	height: 20px;
	width: 100%;
}
.MyCalendar .ajax__calendar_prev
{
	cursor: pointer;
	width: 15px;
	height: 15px;
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(<%=WebResource("Calendar.arrow-left.gif")%>);
}
.MyCalendar .ajax__calendar_next
{
	cursor: pointer;
	width: 15px;
	height: 15px;
	float: right;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(<%=WebResource("Calendar.arrow-right.gif")%>);
}
.MyCalendar .ajax__calendar_title
{
	cursor: pointer;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
}
.MyCalendar .ajax__calendar_footer
{
	height: 15px;
}
.MyCalendar .ajax__calendar_today
{
	cursor: pointer;
	padding-top: 3px;
}
.MyCalendar .ajax__calendar_dayname
{
	height: 17px;
	width: 17px;
	text-align: right;
	padding: 0 2px;
}
.MyCalendar .ajax__calendar_day
{
	height: 17px;
	width: 18px;
	text-align: right;
	padding: 0 2px;
	cursor: pointer;
}
.MyCalendar .ajax__calendar_month
{
	height: 44px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.MyCalendar .ajax__calendar_year
{
	height: 44px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.MyCalendar .ajax__calendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: #ffffff;
	color: #000000;
}
.MyCalendar .ajax__calendar .ajax__calendar_footer
{
	border-top: 1px solid #f5f5f5;
}
.MyCalendar .ajax__calendar .ajax__calendar_dayname
{
	border-bottom: 1px solid #f5f5f5;
}
.MyCalendar .ajax__calendar .ajax__calendar_day
{
	border: 1px solid #ffffff;
}
.MyCalendar .ajax__calendar .ajax__calendar_month
{
	border: 1px solid #ffffff;
}
.MyCalendar .ajax__calendar .ajax__calendar_year
{
	border: 1px solid #ffffff;
}

.MyCalendar .ajax__calendar .ajax__calendar_active .ajax__calendar_day
{
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
	font-weight: bold;
}
.MyCalendar .ajax__calendar .ajax__calendar_active .ajax__calendar_month
{
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
	font-weight: bold;
}
.MyCalendar .ajax__calendar .ajax__calendar_active .ajax__calendar_year
{
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
	font-weight: bold;
}

.MyCalendar .ajax__calendar .ajax__calendar_other .ajax__calendar_day
{
	background-color: #EEEEEE;
	border-color: #DDDDDD;
	color: #CFDBE6;
}
.MyCalendar .ajax__calendar .ajax__calendar_other .ajax__calendar_month
{
	background-color: #EEEEEE;
	border-color: #DDDDDD;
	color: #CFDBE6;
}
.MyCalendar .ajax__calendar .ajax__calendar_other .ajax__calendar_year
{
	background-color: #EEEEEE;
	border-color: #DDDDDD;
	color: #CFDBE6;
}

.MyCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_day
{
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}
.MyCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_month
{
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}
.MyCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_year
{
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}

.MyCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_title
{
	color: #0066cc;
}
.MyCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_today
{
	color: #0066cc;
}

.MyCalendar tr td
{
	padding: 0;
	margin: 0;
	background-color: White;
}

.MyCalendar td:hover
{
	background-color: Aqua;
}

.ReportsList li
{
	display: inline;
	padding: 15px;
	margin: 0;
}

.watermarkTextBox
{
    color: #aeabab;
	font-style: italic;
	font-size: 12px;
}

