﻿/* Common tags                 */
/*-----------------------------*/	
html
{
	text-align: center;
}	
body 
{
	height:100%;
	width:100%;
    font-family:Tahoma;
    font-weight:normal;
    font-size:12px;
    color:#000000;
    margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	background-color:#ccccff;
	line-height:normal;
	border:0;
 } 


.chargeName
{
	font-weight:bold;
	text-align:left;
}
.chargeAmount
{
	text-align:right;
}

#navmenu { 
text-align: left;
font-size:14px;
color:White;
margin:0;
padding:0;
} 

#navmenu li { 
font-family: Verdana, sans-serif; 
list-style: none; 
display: block; 
float: left;
text-align:center;
border-right: 1px solid white;
padding:0px 10px 0px 10px;
} 
#navmenu a {color: #FFFFFF; text-decoration: none;} 
#navmenu a:hover {color: #FF3333;  text-decoration: none;} 


A:link      { 	 color: #333399; text-decoration:"underline"; }
A:visited 	{ 	 color: #333399; text-decoration:"underline"; }
A:active 	{ 	 color: #333399;  cursor:hand; text-decoration:none; }
A:hover 	{ 	 color: #FF3333;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { 	 color: #333399; text-decoration:"underline"; font-weight:bold; }
A.bodyLink:visited 	{ 	 color: #333399; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ 	 color: #333399;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ 	 color: #246C9D;  cursor:hand; text-decoration:"underline"; font-weight:bold; }

#content
{
	font-family: Tahoma; 
	background: url(Images/background.gif) no-repeat;
	background-position:center;
	width: 840px;
	text-align: center;
	padding:10px;
	background-color:White;
}
.noBullet
{
    list-style-type:none; 
    margin:5px 0px 0px 0px;
    padding-left:15px;
}
.noBullet li
{
}

.updateProgress
{
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	border: 1px solid #333399; 
	background:white;
	text-align:center;
    vertical-align :middle;
}
.updateProgress div
{
  text-align:center;
  vertical-align :middle;
  position:relative;
  width:240px;
  height:200px;
  border: 2px solid #333399;
  top:35%;
  filter: alpha(opacity=100);
  MozOpacity: 1.0;
  opacity: 1.0;
}

.Overlay
{
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
}
.smallImage
{
	height:80px;
	padding:0px;
	margin:0px;
}
.img1
{
	margin:5px;
	padding:3px;
	border:solid 1px #333399;
	float:left;
	text-align:center;
}

.ValidationSummary
{
	color:Red;
}

.Price
{
	color: #FF3333;
	font-weight:bold;	
	padding-right:15px;
	line-height:normal;
}
		
.listingTitle
{
	font-family: Tahoma;
	font-size:medium;
	font-weight:bold;
	margin-top: 5;
	text-align:left;
	line-height:normal;
}
.title
{
    font-family: Tahoma;
    font-size: large;
    font-weight: bold;
    padding-bottom: 6px;
    line-height:normal;
    color:#000000;
}

.ajax__tab_header 
{
    
    font-size:larger;
    font-weight:bold;
    color:#FF3333;
}

.ajax__tab_body
{
	border:2px solid #333399;
	text-align:center;
}

.MasterHeader {
	background-color: #333399;
	color: #FFFFFF;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 10px 2px 10px;
	width:900px;
	text-align: left;
	font-weight: bold;
	height:18px;
}

hr 
{
	
	font-size:large;
	border: 0;
	border-top: 2px solid #333399;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet2.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: Tahoma;
}

p
{
	line-height: 1.4em;
}

#login
{	
	
	text-align: left;
	margin: 10px;
	padding: 6px;
	border:1px solid #333399;
	font-size: 1.2em;
	width: 350px;
}

.menu
{
	
	width:175px;
	white-space: nowrap;
 }
 
 .boldA a
 {
 	font-weight:bold;
 }

/* Headings                    */
/*-----------------------------*/
h1, h2, h3, h4, p
{
	margin: 0;
	font-family: Tahoma;
	color: #000000;
	line-height:normal;
}

h1
{
	font-size: large;
}

h2
{
	font-size: medium;
}
	
h3
{
    color:#333399;
	font-size: 14px;
	padding-left: 15;
}

p
{
	color: #333399;
}
.label
{
	font-family: Tahoma;
	font-size: smaller;
	color: #333399;
	display: block;
	font-weight: bold;
}


label
{
	font-family: Tahoma;
	font-size: smaller;
	color: #333399;
	display: block;
	font-weight: bold;
}

legend
{
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	background: transparent;
	color: #333399;
    border:1px solid #333399;
    padding: 2px;
    z-index:0;
}

.Amenity
{	
	float:left;
	font-size:large;
	line-height:normal;
	width:100%;
	background-image:url(Images/check.gif);
	background-repeat:no-repeat;
	text-indent:16px;
	
}

fieldset
{
	border:1px solid #333399;
	position: relative; 
	margin:15px 4px 4px 4px;
	padding:20px 4px 4px 4px;
	z-index:5;
}

.FormLabel
{
	font-family: Tahoma;
	font-size:inherit;
	color:Black;
	display: block;
	width:auto;
}

/* TextBox                     */
/*-----------------------------*/	
.smallTextBox, .mediumTextBox, .dateTextBox, .moneyTextBox, .largeTextBox, .x-largeTextBox, .xx-largeTextBox, .emailTextBox, .multiLineTextBox
{
	font: normal "Tahoma", monospace, fixed !important;
	padding: 3px;
}

.smallTextBox
{
	width:20px;
}

.mediumTextBox
{
	width:50px;
}

.dateTextBox
{
	width:80px;
}

.emailTextBox
{
	width:250px;
}
.moneyTextBox
{
	width:70px;
}

.largeTextBox
{
	width:100px;
}

.x-largeTextBox
{
	width:200px;
}
.xx-largeTextBox
{
	width:400px;
}
.multiLineTextBox
{
	width:650px;
}


/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
	
}

th
{
	background-color:#333399;
	color:White;
	font-weight:bold;
}


table.header
{
	background-color:#333399;
}

td.formColumn
{
	text-align: left;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
{
	text-align: center;
	font-family: Tahoma;
	font-size: x-large;
	font-weight: bolder;
	color: #FFFFFF;
}

td.menu 
{
	background-color:#333399;
	width: 184px;
	height: 500px;
	vertical-align: top;
}


@media print
{
	body
	{
		border:none;
		font-family: Tahoma;
		color: #000000;
		line-height:normal;
		
	}
	h1, h2, h3, h4, p, title
	{
		margin: 0;
		font-family: Tahoma;
		color: #000000;
		line-height:normal;
	}

	.logo
	{
		display: none;
		visibility: hidden;
	}
	
	.MasterHeader
	{
		display: none;
		visibility: hidden;
	}
	
	.MasterTitle
	{
		display: none;
		visibility: hidden;
	}
	
	
	.button
	{
		display: none;
		visibility: hidden;
	}
	
	
	#menu
	{		
		display: none;
		visibility: hidden;
	}
	
	#content
	{
		background-image:none;
		border:none;	
		visibility:visible;
	}
}

/*      AJAX calendaer  */
/*----------------------*/

.ajax__listingAvailability_container 
{
    background-color:White;
    z-index: 9999;
    border:1px solid #333399;
    color: #333399;
}
.ajax__listingAvailability_other .ajax__listingAvailability_day, .MyCalendar .ajax__listingAvailability_other .ajax__listingAvailability_year 
{
    color: black;
}
.ajax__listingAvailability_hover .ajax__listingAvailability_day, .MyCalendar .ajax__listingAvailability_hover .ajax__listingAvailability_month, .MyCalendar .ajax__listingAvailability_hover .ajax__listingAvailability_year 
{
    color: orange;
}
.ajax__listingAvailability_active .ajax__listingAvailability_day, .MyCalendar .ajax__listingAvailability_active .ajax__listingAvailability_month, .MyCalendar .ajax__listingAvailability_active .ajax__listingAvailability_year 
{    
	color: #333399;
    font-weight:bold;
}



.listingAvailabilitySelectedDay
{
	background-color: #FF3333;
	color: #ffffff;
	font-weight: bold;
}
 

/*-------Galleria---------*/
.galleryDiv
{	
	margin:auto;	
    text-align: center;
	float:right;
	width:718px;
	margin:0px 30px 0px 10px;
	padding:0px;
}

.galleria
{
    list-style: none;
    width: 718px;
}
.galleria li
{
    display: block;
    width: 80px;
    height: 80px;
    overflow :hidden;
    float: left;
    margin:0px;
    border:solid 1px #b3b3b3;
    padding: 0px;
}
.galleria li a
{
    display: none;
}
.galleria li div
{
    position: absolute;
    display: none;
    top: 0;
}
.galleria li div img
{
    cursor: pointer;
}
.galleria li.active div img, .galleria li.active div
{
    display: block;
}
.galleria li img.thumb
{
    cursor: pointer;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto;        
}
.galleria li .caption
{
    display: block;
}
* html .galleria li div span
{
    width: 718px;
}
/* MSIE bug */.gallery_demo
{
    width: 718px;
    margin: auto;
    text-align: center;
}
.gallery_demo li
{
    margin: 4px;
}
.caption
{
    width: 718px;
    margin: 0px 0px -40px 0px;
    padding: 18px 0px 0px 0px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    height: 35px;
}
.imageFrame
{
    width: 718px;
    background-image: url(Images/ImageFrameBody.gif);
    background-repeat: repeat-y;
    padding-bottom:85px;
}
.imagesFrameTop
{
    width: 718px;
    margin: 8px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: normal;
}
.imageFrameBody
{
    width: 718px;
    background-image: url(Images/ImageFrameBody.gif);
    background-repeat: repeat-y;
}
.galleria_container
{
    text-align: center;
    margin: auto;
}
.galleria_wrapper
{
    text-align: center;
    margin: auto;
}

