﻿/* Application CSS Overrides Begin */
.notice a
{
	font-weight:bold;
}

p.justify
{
	text-align:justify;
}

#grid_results
{
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

#grid_results table
{
	width:100%;
}

div.grid_header
{	
}

div.grid_pager
{
	text-align:right;
	padding-right: 8px;
}

div.grid_footer
{	
}

.booking_summary .top
{
	border-top:solid 1px white;
	page-break-after: avoid;
	page-break-inside: avoid;
}

.booking_summary .left
{
	border-left: solid 1px white;
}

.booking_summary .right
{
	border-right: solid 1px white;
}

.booking_summary .middle
{        	
	page-break-before: avoid;
	page-break-inside: avoid;
	page-break-after: avoid;
}

.booking_summary .bottom
{
	border-bottom: solid 1px #CC9933;
	page-break-before: avoid;
	page-break-inside: avoid;
}  
.booking_summary tr th.bottom_bkgrd
{
	background-color: #F2E7C4 !important;
}
.booking_summary .alignLeft
{
	text-align:left !important;
}

.booking_summary .alignCenter
{
	text-align:center !important;
}

.field
{	
	padding: 4px 4px 4px 4px;	
	height:18px;	
}

.field > label
{
	font-weight:bold;    	
}

.right > label
{    
    float:left;
    width:100px;    
    text-align:right;       
}

.right > span
{
	float:left;
	width:auto;	
}

.right > input,
.right > select
{
	float:left;	
}

.field #SearchName
{
	width:175px;
}

.field #SearchBookingNumber
{
	width:75px;
}

.field-date
{
	width:90px;
}

input.watermark
{
	color: Gray;
	font-style:italic;
}

#tooltip
{
	text-align:center;
    position: absolute;
    display: none;
    width: 250px;
    background-color: #fffcdf;
    padding: 5px 5px 5px 5px;
    border: solid 1px #fff000;
}

td.center
{
	text-align:center;
}


fieldset
{
	border: none 0px;
	width:100%;
}

fieldset legend
{
	display:none;
	visibility:hidden;
}
/* Application CSS Overrides End */

/*Alert Banner Begin*/
.AlertBorder
{
	width: 828px;
	height: 29px;
	border: 1px solid #D5D5AC;
	clear: both;
	margin-top: 4px;
	margin-bottom: 4px;
}
div.EditableHtmlContent div.AlertBanner
{
	width: 100%;
	height: auto;
	line-height: normal;
	display: inline;
	clear: both;
	color: #335244;
}
div.EditableHtmlContent div.AlertBanner UL
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.EditableHtmlContent div.AlertBanner LI
{
	float: left;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: block;
}
.EditableHtmlContent .AlertBanner .AlertTitle
{
	width: 160px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	padding-left: 4px;
	padding-top: 2px;
}
.EditableHtmlContent .AlertBanner .AlertTitle A:link
{
	text-decoration: none;
	color: #993300;
}
.EditableHtmlContent .AlertBanner .AlertTitle A:visited
{
	text-decoration: none;
	color: #993300;
}
.EditableHtmlContent .AlertBanner .AlertTitle A:hover
{
	text-decoration: underline;
	color: #335244;
}
.EditableHtmlContent .AlertBanner .AlertContent
{
	width: 560px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 4px;
	padding-top: 6px;
	color: #335244;
}
.EditableHtmlContent .AlertBanner .AlertContent A:link
{
	text-decoration: none;
	color: #335244;
}
.EditableHtmlContent .AlertBanner .AlertContent A:visited
{
	text-decoration: none;
	color: #335244;
}
.EditableHtmlContent .AlertBanner .AlertContent A:hover
{
	text-decoration: underline;
	color: black;
}
.EditableHtmlContent .AlertBanner .AlertButton
{
	padding-top: 2px;
	padding-left: 1px;
}
/*Alert Banner End*/

/*Map Maker Begin*/
           
           div.markerLabel
           {
            display: block;
            padding-top: 9px;
           }
           
           div.markerLabel,li div.label
           {
           	text-align: center;
            font-weight:bold;
           	color: white;
           	width: 32px;
           	letter-spacing: 0px;
           	font-size: 14px;font-family: Arial;
           }
/*Map Marker End*/
