﻿@import url("menu.css");

body
{
	font-family: "Lucidia Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	margin: 0px;	
}

a.white:link {color: #FFFFFF;}    
a.white:visited {color: #FFFFFF;} 
a.white:hover {color: #FFFFFF;}   
a.white:active {color: #FFFFFF;}  

h1 
{
	font-weight: bold;
	font-size: 1.6em;
}

h2 
{
	font-weight: bold;
	font-size: 1.25em;
}

#header
{
	margin: 0;
	padding: 0;
}

#header-content
{
	padding:0;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	/*height: 75px;*/
}

#header-logo-left 
{
	float: left;
	margin-right: 20px;
}

#header-logo-left img 
{
	max-width: 275px;
	max-height: 100px;
	width: auto;
	height: auto;
	
}

#header-logo-right
{
	float: left;
}

#header-title
{
	width: 600px;	
	float: left;
	padding-bottom: 15px;
}

#header-links
{
	clear: both;
	padding-left: 15px;
	margin-bottom: -1px;
}

#header h1
{
	margin: 0px;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

#header h4
{
	margin: 0px 0px 0px 10px;
	font-size: 16px;
	display:block;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

#footer
{
	text-align: center;
	color: #666;
	padding: 10px;
	clear: both;
}

#topLinks
{
	color: #eee;
	margin-left: 600px;
	text-align: right;
}

#topLinks a, #topLinks a:visited, #topLinks a:hover
{
	font-size: 13px;
	color: #FFF;
}

#toplinks a:hover
{

}

#tabs
{
}

#tabs ul, #tabs li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs ul li
{
	margin-right: 3px;
}

#mainTabs a, #mainTabs a:visited #mainTabs a:hover
{
	text-decoration: none;
	font-weight:bold;
	padding: 3px 7px 3px 7px;		
	font-size: 14px;
	line-height: 22px;
}

#mainTabs a:hover
{

}

#mainTabs a.selected, #mainTabs a.selected:visited #mainTabs a.selected:hover
{
	padding: 3px 7px 3px 7px;
	text-decoration: none;
	font-weight:bold;
	font-size: 14px;
}

#pageTitleOuter
{
    border-top: solid 1px #bbb;	
    border-left: solid 1px #bbb;	
    border-right: solid 1px #bbb;	    
	background-color: #ffffcc;
	height: 30px;
}

#pageTitle
{
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
	font-weight: bold;	
	float:left;
	line-height: 30px;
	margin-left: 1em;
}

#pageTitleLinks
{
	margin: 0 10px 0 0;
	padding: 0;
	text-align: right;
	color: #000;
	font-weight: bold;	
	float:right;
	line-height: 30px;
}

.contentTop
{
	margin: 0px;
	background-color: #ffffcc;
	padding: 10px 10px 10px 15px;
	color: #000;
	font-weight: bold;	
	display: inline-block;
	position:relative;
}

#contentOutside
{
    /*background-color:#ffffff;*/
	margin: 15px 15px 0px 15px;
	padding: 0px;
	text-align: center;	
}

#content
{
    border: solid 1px #bbb;
	background-color:#ffffff;
	padding: 15px;
	text-align: center;
	margin: 0 auto;
}

#loginBox 
{
	width: 400px;
	border: solid 1px #999;	
	padding: 3px;
	background-color: #f9f9f9;
}

/* get rid of these elements ASAP! */
.normaltext
{
	font-weight: bold;
}

.boxHeader 
{
	text-align: center;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
}

.centerBlock 
{
	margin-left: auto;
	margin-right: auto;
}

.feedback, .errors
{
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 10px 5px 10px 40px;	
	font-size: 14px;
	font-weight: bold;
	display: block;	
}

.feedback
{
	border: solid 1px #00AA00;
	color: #009900;	
	background: #FFF url(../images/check_24.png) no-repeat 10px center;
}

.errors 
{
	border: solid 1px #AA0000;
	color: #990000;	
	background: #FFF url(../images/error.png) no-repeat 10px center;	
}

fieldset 
{	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
}

legend 
{
	font-weight: bold;
}

label
{
	font-weight: bold;
}

.tableheader
{
	height:20px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;	
}

.sectionBox
{
	margin: 0px 5px 0px 5px;
}
.sectionHeader
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size: 11pt;
	font-weight:bold;
	color: #000;
	text-align:left;
	padding: 3px;
}
.sectionContent
{
	font-family:Verdana, Arial, Sans-Serif;
	padding: 5px;
	font-size: 10pt;
	text-align: left;
}

/* style disabled buttons so they look right in FF */
input[disabled]
{
	color: #bbb;
}

/* For text boxes */
.disabled
{
	border: solid 1px #999;
	background-color: #ddd;
}

.btn, .btnWide, .btnExtraWide
{
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor:hand;
	border: solid 1px #999;	
	background: #FFF url(../images/buttonGradient.png) repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: "Lucidia Grande", Arial, Verdana, Helvetica, Sans-Serif;
}

.btn a:hover
{
	background-color: #fff;
}

.editbtn
{
	padding: 2px 10px 2px 20px;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	cursor:hand;	
	display:inline-block;
}

.addbtn
{
	padding: 3px 5px 3px 20px;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	cursor:hand;		
}

.printbtn
{
	padding: 3px 5px 3px 20px;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	cursor:hand;
}
.uploadbtn
{
	padding: 3px 5px 3px 20px;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	cursor:hand;
	display:inline-block;
}
.addsuperbtn
{
	padding: 3px 5px 3px 20px;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	width:120px;
	cursor:hand;
}
.cancelbtn
{
	padding: 3px 5px 3px 20px;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	width:120px;
	cursor:hand;
}
.deletebtn
{
	padding: 3px 5px 3px 20px;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	width:120px;
	cursor:hand;
}
.updatebtn
{
	padding: 3px 5px 3px 20px;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	width:120px;
	cursor:hand;
}
.returnbtn
{
	padding: 3px 5px 3px 20px;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	width:120px;
	cursor:hand;
}
.clockbtn
{
	padding: 3px 5px 3px 20px;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	width:120px;
	cursor:hand;
}
.nomsgbtn
{
	padding: 3px 5px 3px 20px;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	width:120px;
	cursor:hand;
}
.roomsbtn
{
	padding: 3px 5px 3px 20px;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	cursor:hand;		
}
.formSub
{
	background-color: #eee;
}

.managementInfo
{
	display:block;
	text-align: left;
	border-bottom: solid 1px #E5E5E5;
	width: 300px;
	padding: 3px;
}

.managementInfoName
{
	font-weight: bold;
	font-size: 14px;
}

.managementInfoTitle
{
	font-weight: normal;
	display:list-item
}

.managementInfoFacilities
{
	display:list-item;
	font-weight:normal;
}
.managementInfoEdit
{
	float: right;
	margin-top: 5px;
}

table.mainFormTable
{
	min-width: 500px;
}

td.formCaptions
{
	white-space: nowrap;
	width: 250px;
	text-align: right;
}

.note
{
	font-size: 10px;
	color: #666;
}

.textbox
{
	border: solid 1px #666;
	padding: 2px;
}

.textbox_focused
{
	background-color: #ffffcc;
	padding: 3px;
}

.centered
{
	text-align: center;
}

.textbigblue
{
	font-size: 12pt;
	font-weight: bold;	
}

.textsmallblue
{
	font-size: 10pt;
	font-weight: bold;
}

.errortext, .errorText, .redstar
{
	font-size: 10pt;
	font-weight:bold;
	color:Red;
}

.pagerstyle
{
	height:20px;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration:underline;
	text-align:right;
}

.gridrowstyle
{
	background-color:#ffffff;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

.gridrowaltstyle
{
	background-color:#F0F8FF; /* Alice Blue */
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}


/* Lookup Page Tags */

#lookupContent
{
	background-color: #fff;
	padding: 5px;
	margin: 0px;
}

.lookupGridRow, .lookupGridRowAlt
{
	font-weight: normal;
}

.lookupGridRowAlt
{
	background-color: #e5e5e5;
}

.lookupGridCell
{
	border-bottom: solid 1px #666;

}

.lookupGridHeaderCell
{
	text-align: left;
}

.lookupGridEditCell
{
	width: 200px;
}

.lookupGridValueCell
{
	width: 150px;
}

td.billingMenu 
{
	padding: 5px;
	text-align:left;
	border-bottom: solid 1px #ddd;
}

td.setupMenu a, td.setupMenu a:hover, td.setupMenu a:visited 
{
	text-decoration: none;
}

.facillityLabel
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:32px;
    color:Red;
}

.negAmount
{
	color:Red;
}

div.buttons
{
	text-align: center;
	margin-bottom: 10px;	
}

a.linkbutton {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
	border: solid 1px #C0C0C0;	
	text-decoration: none;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 12px;
}

a.linkbutton:hover {
	border: solid 1px #666;	
	color: #333;		
}

a.linkbutton:visited {
	color: #333;	
	
}

.button {
	background: url('../images/buttonGradient.png') repeat-x;
}

.buttonclicked {
	background: url('../images/buttonGradientReverse.png') repeat-x;
}

.alertbox 
{
	border: solid 1px red;
	text-align: left;
	width: 500px;
	padding: 5px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

/* Page Block */

.pageblock 
{
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: left;
}

.pageblock h2
{
	margin-top: 0px;
	padding-top: 0px;
}

.pageblock h3
{
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	color: #555;
}

/* Menus and sidebars */

.setupMenu
{
	text-align: left;
	width: 175px;
	padding: 0px;
	border-top: solid 1px #ccc;
	float: left;
}

.setupMenu ul
{
	padding: 0px;
	margin: 0px;
}

.setupMenu ul li
{
	list-style-type: none;
	list-style-image: none;	
}

.setupMenu ul li a, .setupMenu ul li a:visited 
{
	padding: 5px;
	background-color: #f5f5f5;
	border-top: solid 1px #f5f5f5;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	display: block;	
	color: #333;
	text-decoration:none;
}

.setupMenu ul li a:hover
{
	background: #ddd;
}

.setupMenu ul ul
{
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: #fff;
}

.setupMenu ul ul li a, .setupMenu ul ul li a:visited
{
	font-size: 0.85em;
	border: none;
	background-color: #fff;	
	display: block;
	padding: 2px 2px 2px 15px;	
	margin: 0px;
}

.setupMenu ul ul li a:hover
{
	background-color: #F0F8FF;	
}

.setupContent
{
	margin-left: 200px;
}

.insetPanel 
{
	border: solid 1px #bbb;
	background: url('../images/panel_bg.png') repeat-x;
	text-align: left;
	padding: 10px;
}

/* Standard input form styles */

td.fieldlabel 
{
	font-size: 1.0em;
	font-weight: bold;
	text-align: right;
	width: 200px;
	padding: 2px 0px 2px 10px;
}

td.field 
{
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	padding: 2px 0px 2px 0px;
}

td.help 
{
	width: 15px;
	text-align: center;
	padding: 2px 0px 2px 0px;
}

span.help 
{
	width: 15px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

img.helpbubble
{
	margin: 0;
	padding: 0;
}

div.helpbubble 
{
	background: url('../images/help_12.png') no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block;
}

div.lastUpdated 
{
	margin-top: 10px;
	font-size: 0.9em;
	color: #777;
	text-align: center;	
	padding: 3px;
}

.message_unread 
{
	font-weight: bold;
}

.message_selected
{
	background-color: #FFFFDD;
}

.message_row_mouseover
{
	cursor:hand;
	background-color:#F5F5F5;
}

/* Box-based forms */

div.field 
{
	vertical-align: top;
}
div.fieldLabel 
{
	font-size: 1.0em;
	/*font-weight: bold;*/
	text-align: right;
	width: 175px;
	padding: 2px 0px 2px 0px;
	display: inline-block;
}
div.fieldHelp
{
	display: inline-block;
	width: 15px;
	text-align: center;
	padding: 2px 0px 2px 0px;	
}
div.fieldControl
{
	display: inline-block;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	padding: 2px 0px 2px 0px;
}

div.fieldGroup 
{
	margin-bottom: 10px;	
}

div.fieldGroupColumn
{
	display: inline-block;
	width: 450px;
	vertical-align: top;
}

div.fieldGroupColumn div.FieldControl
{
	width: 250px;
}

a.property-photo, a.property-photo:visited 
{
	display: inline-block;
	margin-right: 1em;
	color: #000;
}

/* AJAX WEB CONTROLS STYLE OVERRIDE */
 .ajax__tab_panel
{
	font-family: "Lucidia Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:normal;
}

.toolbar 
{
	height: 24px;
	background: url('../images/buttonGradient.png') repeat-x;
	border-bottom: solid 1px #999;	
	text-align: left;	
	padding: 1px;
}

.message_actions { display: inline-block; float: right; }

#loginBox input[type="text"], #loginBox input[type="password"] 
{
	width: 150px;
	padding: 4px;	
	font-size: 12px;
	border: solid 1px #999;
}

#loginBox input[type="submit"] 
{
	height: 25px;
	width: 75px;
	margin-right: 9px;
}

#guestnav { font-size: 12px; display: block; margin: 1em 0; }
#guestnav .title { display: inline-block; font-weight: bold; margin-right: 2em; margin-left: -8em; font-size: 14px; }

.recipient-select label { font-weight: normal; }
.recipient-select > div { margin-bottom: 5px; }
.recipient { display: inline-block; font-size: 0.9em; padding: 3px; background-color: #eee; border: solid 1px #999; border-radius: 3px; margin-right: 3px; margin-bottom: 3px; }
.recipient button { width: 19px; height: 18px; margin-left: 3px; margin-top: -3px; }
.checklist span { display: block; }
.checklist label { font-weight: normal; }
.hidden { display: none; }
.ui-widget { font-size: 1.0em; }
.ui-dialog { padding: 0; }
.ui-dialog-title { text-align: left; }
.ui-widget-header.ui-corner-all { border: none; border-radius: 0; }
.ui-widget input, .ui-widget button { font-size: 12px; }

.ui-button { font-size: 12px }
.ui-state-default .ui-icon.ui-icon-contacts { background-image: url(../images/book.png); }
.ui-state-default .ui-icon.ui-icon-legal { background-image: url(../images/shield.png); }
.ui-state-default .ui-icon.ui-icon-participant { background-image: url(../images/house.png); }
.ui-state-default .ui-icon.ui-icon-participant { background-image: url(../images/house.png); }
.ui-state-default .ui-icon.ui-icon-guest { background-image: url(../images/vcard.png); }
.ui-state-default .ui-icon.ui-icon-guestnew { background-image: url(../images/user_add.png); }
.ui-state-default .ui-icon.ui-icon-guestall { background-image: url(../images/group.png); }
.ui-state-default .ui-icon.ui-icon-signout { background-image: url(../images/door_out.png); }
.ui-state-default .ui-icon.ui-icon-signin { background-image: url(../images/door_in.png); }
.ui-state-default .ui-icon.ui-icon-email { background-image: url(../images/email.png); }

.ui-icon-print, a.btn.ui-icon-print { background-image: url(../images/printer.png); background-color: transparent; display: inline-block; width:16px; height: 16px; text-indent: -99999px; border: 0;}

/* Custom Input Control Classes */
input.date { background: url('../images/Calendar_scheduleHS.png') no-repeat 98% center; }

.print-only { display: none; }
.letter-format { line-height: 140%;	text-align: left; }

@media screen and (max-width: 1024px) 
{
	#header-logo-left img { max-width: 180px; height: auto; }
	#header-title { width: 500px; }
	#header h1 { font-size: 24px; }
}

@media screen and (max-width: 768px) {
	#header-logo-left img { max-width: 140px; height: auto; }
	#header-title { width: 580px; }
	#header h1 { font-size: 24px; }
	#topLinks { margin: 0; text-align: left; }
}
