﻿/*
 *   ------- main --------
 */
hr
{
	width: 100%;
	}		
.tableLayoutAuto
{
	table-layout: auto;
	}
.tableLayoutFixed
{
	table-layout: fixed;
	}
.alignRight
{
	float: right;
	}
.alignLeft
{
	float: left;
	}	
.list
{
	list-style-type: none;
	padding-left: 20px;
	margin: 0;
	}	
.listItem
{
	background-image: url(../images/itemIcon.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 7px;		
	}					
/*
 *   ------- spaces --------
 */	
.space5
{
	width: 5px;
	}
.space10
{
	width: 10px;
	}
.space20
{
	width: 20px;
	}	
.space25
{
	width: 25px;
	}		
.space40
{
	width: 40px;
	}	
.space50
{
	width: 50px;
	}		
.space60
{
	width: 60px;
	}	
.space85
{
	width: 85px;
	}	
.space95
{
	width: 95px;
	}
.space100
{
	width: 100px;
	}	
.space110
{
	width: 110px;
	}
.space120
{
	width: 120px;	
	}	
.space140
{
	width: 140px;
	}	
.space150
{
	width: 150px;
	}	
.space160
{
	width: 160px;
	}	
.space200
{
	width: 200px;
	}	
.space210
{
	width: 210px;
	}			
.space225
{
	width: 225px;
	}	
.space300
{
	width: 300px;
	}	
.space385
{
	width: 385px;
	}
.space20pct
{
	width: 20%;
	}
.space30pct
{
	width: 30%;
	}
.space50pct
{
	width: 50%;
	}
.space80pct
{
	width: 80%;
	}	
.space100pct
{
	width: 100%;
	}			
/*
 *   ------- hSpaces --------
 */	
.hSpace5
{
	height: 5px;
	}					
.hSpace10
{
	height: 10px;
	}	
.hSpace20
{
	height: 20px;
	}	
.hSpace25
{
	height: 25px;
	}
.hSpace30
{
	height: 30px;
	}	
.hSpace50
{
	height: 50px;
	}
.hSpace60
{
	height: 60px;
	}			
.hSpace70
{
	height: 70px;
	}	
.hSpace100
{
	height: 100px;
	}
.hSpace150
{
	height: 150px;
	}	
.hSpace100pct
{
	height: 100%;
	}						
/*
 *   ------- borders --------
 */					
img
{
	border: none 0px #FFFFFF;
	}
.borderBlack
{
	border: solid 1px #000000;
	}
.borderBottomDotted
{
	border-bottom: dotted 1px #6699CC;
	}
.borderTopDotted
{
	border-top: dotted 1px #6699CC;
	}	
/*
 *   ------- hyperlinks --------
 */
A
{
	color: Blue;
	}
A:hover
{
	color: #996633;	
	}
A.upper
{
	
	text-transform: uppercase;
	}
A.upper:hover
{
	color: #996633;
	text-transform: uppercase;
	}
/*
 *   ------- FAQ --------
 */	
.question
{
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	width: 100%;
	}
.faqList
{
	list-style-type: none;
	padding-left: 20px;
	margin: 0;
	}	
.faqItem
{
	background-image: url(../images/faqIcon.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 7px;	
	}	
/*
 *   ------- validation --------
 */		
.tableValidation
{
	border: solid 1px #993333;
	background-color: #FEB8B8;
	padding: 10px 10px 10px 10px;
	color: #993333;
	
	}
.validationSummary
{
	font-size: 10px;
	color: #993333;
	}
/*
 *   ------- review --------
 */		
	
.totalReviews
{
	text-transform: uppercase;
	font-style: italic;
	}
.averageScore
{
	font-size: 16px;
	line-height: 20px;
	font-weight: 900;
	}
.averageStyle0
{
	background-color: #CCFFCC;
	}						
.averageStyle1
{
	background-color: #CCFFCC;
	}						
.averageStyle2
{
	background-color: #99FF99;
	}						
.averageStyle3
{
	background-color: #00FF00;
	}						
.averageStyle4
{
	background-color: #00CC00;
	}
.averageStyle5
{
	background-color: #009900;
	}		
/*
 *   ------- location --------
 */		
	
.subtitle
{
	text-transform: uppercase;
	font-style: italic;
	}
/*
 *   ------- price --------
 */
.priceTitle
{
	font-style: italic;
	font-weight: bold;
	}
.priceHeader
{
	text-transform: uppercase;
	font-style: italic;
	}													
/*
 *   --- WaitScreen ---
 */
div.waitscreen
{
	/* - Set ex. style="height:120%;" in DIV tag of aspx to cover the whole page - */
	position:absolute;
	width:100%;
	z-index:4;
	left:0px;
	top:0px;
	background-image: url(../images/wait_bg.gif);
	background-repeat: repeat;
	cursor:progress;
	}
table.waitscreen
{
	height:100%;
	width:100%;
	}

td.waitscreen
{
	vertical-align:top;
	padding-top: 200px;
	}

table.waitscreensub
{
	width: 30%;
	border-style: ridge;
	border-width: 5px;
	border-color: #ff3333;
	font-weight: bold;
	color: #000000;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	}
/*
 *   --- gvWhiteLabel ---
 */	
.gvWhiteLabel
{
	line-height: 20px;
	}
