
/*
	General settings for the application.
	Includes the body style and the * style,
	as well as an assortment of misc tags like
	h's and stuff. //#003466;
*/
*
{
	
	color: #343434;	
	font-size:9pt;
	font-family:Verdana;		
}

body
{
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	

}

/*
	Headers
*/
.heading
{
	height:25px;
	font-weight: bold;
	font-size: 14pt;
	color:#003466;
	font-style:italic;
}

.heading2
{
 font-weight:bold;
 font-size:14pt;
 margin-bottom:10px;
 font-style:italic;
}

.default-h2
{
	padding:0px;
	margin:0px;
	font-size:10pt;
}

h1
{
	margin-top:-7px;
	padding-top:1px;
}

h1 *
{
	
	background-image:url(images/header_arrow.gif);
	background-repeat:no-repeat;
	padding:2px 0px 0px 30px;
	font-weight: bold;
	font-size: 15pt;
	color:#003466;
	font-style:italic;
}


h2, h2 *
{
	font-weight: bold;
	font-size: 14pt;
	margin-bottom:1px;
	padding-bottom:1px;
	
}

h3
{
	padding-bottom:2px;
	margin-bottom:2px;
}


h3 a
{
	font-weight:bold;
	font-size:13pt;
	text-decoration:none;
	
}

h4
{
	font-weight:bold;
	font-size:12pt;
	margin:2px;
	padding:1px;
}


h5
{
	font-weight:bold;
	font-size:12pt;
	margin:2px 0px 2px 0px;
	padding:1px 0xp 1px 0px;
}


.ListingTitle
{
	font-weight:bold;
	font-size:11pt;
	text-decoration:none;
}

.MiniTitle
{
	font-family:Arial;
	font-weight:bold;		
	font-size:8pt;
}

/*
	Links
*/
a
{
	font-size:9pt;
	color: #003466;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}


/*
	Message control styles...
*/
.MessageSuccess
{
	font-weight: bold;
	margin: 10px 0px 10px 0px;	
	border: 1px solid #003366;	
	padding: 5px;
	color: #003366;
	
}


.MessageSuccess TD
{
	color: #003366;
	background-image:url(images/ok.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:35px;
	height:35px;
}


.MessageError
{
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	border: 1px solid #d94033;	
	padding: 5px;
	margin-left:5px;
	width:99%;
	color: #d94033;
	
}
.MessageError TD 
{
	color: #d94033;
	background-image:url(images/error.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:35px;
	height:35px;

}

.ListingSummaryDescription
{
	font-size:8pt;
}

.PreferredListings
{
	margin-left:3px;
	margin-right:2px;
	padding:5px 0px 5px 0px;
	text-align:center;
	background-color:#FFFFCC;
	border-right:2px solid #F4C01D;
	border-left:2px solid #F4C01D;
	border-bottom:2px solid #F4C01D;
}

.ListingClassifications, .ListingClassifications *
{
	font-size:8pt;
	color:Black;
}

.FaqAnswer
{
	padding-bottom:25px;
	padding-left:10px;
}

.FaqLinks
{
	padding-left:5px;
}


.FaqLinks p a
{
	font-size:8pt;	
}

.FaqLinks p
{
	
	margin:0px;
	padding:0px;
	margin-bottom:3px;
	
}



/*
	Datagrid class.. displays the setup for most of the
	tables and whatnot.
*/
.DataGrid
{
	border: solid 1px silver;	
}

.DataGrid .DataGridHeader
{
	font-weight: bold;
}

.DataGrid td
{
	padding: 5px;	
}

.DataGrid .DataGridItem
{

}

div#divMain
{
	padding-left:7px;
}

.DataGrid .DataGridAltItem
{
	background-color: #efefef;
}

div#divBreadCrumb
{
	/*border: dashed 1px #ccc;
	background-color: #efefef;
	color: #666;
	padding: 7px;*/
	margin:-15px 0px 0px 2px;
	
}



#divMain p
{	
	margin:3px 2px 3px 0px;
	padding:2px 6px 2px 2px;

}

/*
	Paragraph and label tags.
*/
p
{
	margin:0px 0px 10px 0px;
	padding:0px;
}

label
{
	cursor:hand;
}

label .FieldLabel
{
	font-weight: normal;
	color: dimgray;
}

fieldset
{
	padding: 10px;
	border:2px solid #AAD174;
}

legend
{
	margin-bottom: 5px;
}

td#leftNav
{
	 vertical-align: top;
	
	 padding: 0 0 20px 0;
}

td#mainContent
{
	 vertical-align: top;
	 padding: 0 0 0 0px;
	 font-family: Verdana, Sans-Serif;
	font-size: 9pt;

}

img
{
	border:0px;
}

ul.locationList
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.rowAlt
{
	background-color:#EEEEF7;
}


/* search summaries */

.ListingSummary 
{
	border: solid 1px silver;
	padding: 5px;
	margin: 5px;
	
	width: 97%;
}

.ListingSummary .Title
{
	font-size: large;
	font-weight: bold;
}

.ListingSummary IMG.Show
{
	border: solid 1px black;
	margin-right: 10px;
	
}

.ListingSummary .Summary
{
	display: block;
	line-height: 12pt;
	margin: 0 20px 0 0;
}

.ListingSummary table.Points
{
	margin: 0;
	padding: 1px;
	border: solid 1px #efefef;
	list-style: none;
}

.ListingSummary table.Points *
{
	white-space: nowrap;
}


.ListingSummary table.Points .Label
{
	width: 60px;
	background-color: #efefef;
	padding: 3px;
}


.ListingSummary table.Points .value
{
	padding: 3px;
	font-style: italic;
}

.ListingDetails
{
	border-top:7px solid #99CCFF;
	border-right:1px solid #99CCFF;
	border-left:1px solid #99CCFF;
	border-bottom:1px solid #99CCFF;
}

.FeedbackTable
{
	margin:3px;
	border:1px solid #AAD174;
	width:500px;
}

.FeedbackHeader
{
	background-color: #AAD174;
}

.ListingSpecial
{
	border:1px solid #AAD174;
	padding:3px;
	margin-top:10px;
}

.ListingSpecialTitle
{
	font-weight:bold;
	background-color: #AAD174;
}

/* availability calendar */


/* available */
.AvailabilityCellWithStatusA 
{
	background-color: transparent;
	color: Black;
	font-size:9pt;
}

/* blocked, not available */
.AvailabilityCellWithStatusB 
{
	background-color: Red;
	color: White;
	font-size:9pt;
}

/* tentative */
.AvailabilityCellWithStatusT 
{
	background-color: Yellow;
	color: Black;
	font-size:9pt;
}

/* reserved */
.AvailabilityCellWithStatusR 
{
	background-color: Red;
	color: Black;
	font-size:9pt;
}

.AvailabilityCellDay 
{
	font-size:7pt;
}

.FieldLabel
{
	font-weight:bold;
}

.footer
{
	border-top:1px solid gray;	
	margin-top: 5px;
	width:760px;
	text-align:left;
	
}

.footer A
{
	font-size:7pt;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

.footer P
{
	font-size:9pt;		
}

.footer A:HOVER
{
	text-decoration:underline;
}

#topnav
{
	
}

#topnav A
{
	font-family:Arial;
	font-size:9pt;
}

.smalltext
{
	font-size:12px;
	font-weight:bold;
}



#divNoResultsInvitation
{
	padding-left:5px;
}

#divNoResultsInvitation A
{
	font-size:11pt;	
	font-weight:bold;
}

#divNoResultsInvitation A:HOVER
{
	color:#2C81AD;
}

#tblReasons TD
{
	font-size:10pt;
	padding:6px 0px 2px 2px;	
}

#InSection LI
{
	margin-left:-5px;
	
}

.BoldLink
{
	font-weight:bold;
}

#FeaturesUL LI
{
	margin-bottom:5px;
}

.ReqIndicator
{
	margin-left:5px;
	color:Red;
	font-weight:bold;
	font-size:10pt;
}

.TableHeading
{
	background-color:#D5E3FD;
	padding:3px;
	font-size:11pt;
	font-weight:bold;	
}

#QuickLinks LI
{
	margin-bottom:6px;
	
}

#QuickLinks LI A
{
	font-weight:bold;
	font-style:italic;
}

.ArticleSummary
{
	padding:2px;
	margin-bottom:5px;
	
}

.ArticleSummary A
{
	font-weight:bold;
}

.PriceCell
{
	margin-left:1px;
	width:500px;
	background-color:#E0F0FF;
	border:1px solid #99CCFF;
	padding:10px 2px 10px 2px;
}

.PricingFeature
{
	background-image:url(images/right_arrow_big.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:12pt;
	font-weight:bold;
	padding-left:15px;
	width:80%;
}

.Free
{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	font-style:italic;
	color:#d94033;
	margin-right:30px;
}

.FreeBar
{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	font-style:italic;
	border:1px solid #87A7BE;	
	width:505px;
}

.FreeBar TD
{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	font-style:italic;	
}

.PackName
{
	font-family:Arial;
	font-size:13pt;
	color:#003366;
	font-weight:bold;
	font-style:italic;
	line-height:16pt;
}

.PackFeature
{
	font-family:Arial;
	font-size:12pt;
	color:#003366;
	font-weight:bold;
	font-style:italic;
	line-height:16pt;
}

.PackDesc, LI
{
	color:#003366;
	font-style:italic;		
}

.PackPrice
{
	font-family:Arial;
	color:#003366;
	font-size:13pt;
	font-weight:bold;
	text-align:center;
	font-style:italic;
}

.PackDescUI
{
	margin-left: -20px;
}

ol.ArticlePara LI
{
	font-family: Arial;
	color: Black;
	font-size:10pt;
	font-style: normal;
}

ol.ArticlePara A
{
	text-decoration: underline;
	color: #003366;
	
}

ol.ArticleLists LI
{
	font-family: Arial;
	color: Black;
	font-size:10pt;
	font-style: normal;
	margin-left: -15px;
	margin-bottom:7px;
}


.ArticleTitle
{
	color:#194D7D;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:4px;
}

.ArticleTitle A	
{
	color:#194D7D;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:4px;
	margin-bottom:8px;
	padding-left:0px;
	margin-left:-1px;
}

.ReadMore
{
	color:#9e3c3d;
	font-size:8pt;
	font-weight:bold;
}

.ArticleSeperator
{
	width:99%;
	border:0px;
	color:#ccc;
	background-color:#ccc;
	height:1px;
}

.ArticleDate
{
	margin:-3px 0px 5px 0px;
	color:#999999;
	font-size:8pt;
}

.SectionNavItem
{
	margin:2px;
}

.SectionNavItem
{
	display:block;
	height:45px;
	margin-bottom:7px;
	
}

.SectionNavItem P
{
	font-size:8pt;
	color:#999999;
	margin:0px;	
	padding:0px;	
	position:relative;
	top:-6px;
}

.SectionNavItem A
{	
	color:#9E3C3D;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:1px;
	padding-bottom:0px;
	position:relative;
	top:-3px;
}

.CMSGroups
{
	padding:2px;
	margin:0px;
	border:1px solid #efefef;
	width:225px;
}

.CMSGroups legend 
{ 
	font-size:8pt;
	color:#dedede;
}

.BoldNav
{
	color:#860000;
	font-weight:bold;
}