﻿
.Weather { margin:15px; text-align:center; border:solid 2px black;}
.Weather TH { font-weight: bold; background-color:Black; color:White; }

/*Star rating*/
td.p0
{	
	background-image: url("images/Star00.png");
	background-repeat: no-repeat;		
	color:Gray;
}

td.p1
{	
	background-image: url("images/Star01.png");
	background-repeat: no-repeat;	
}

td.p2
{	
	background-image: url("images/Star02.png");
	background-repeat: no-repeat;	
}

td.p3 
{	
	background-image: url("images/Star03.png");
	background-repeat: no-repeat;	
}

td.p4 
{	
	background-image: url("images/Star04.png");
	background-repeat: no-repeat;	
}

td.p5
{	
	background-image: url("images/Star05.png");
	background-repeat: no-repeat;	
}

td.p6 
{	
	background-image: url("images/Star06.png");
	background-repeat: no-repeat;	
}

td.p7
{	
	background-image: url("images/Star07.png");
	background-repeat: no-repeat;	
}

td.p8 
{	
	background-image: url("images/Star08.png");
	background-repeat: no-repeat;	
}

td.p9 
{	
	background-image: url("images/Star09.png");
	background-repeat: no-repeat;	
}

td.p10 
{	
	background-image: url("images/Star10.png");
	background-repeat: no-repeat;	
}
/*Star rating end*/

/*Beach*/
.beach {margin:15px; width:400px;}

.beach th
{
	color: #fff;
    background-color: #686868;
	border: 1px solid #b7b9bb;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	padding: 2px 6px;
	width:90px;
}

.beach td {	
	border: 1px solid #b7b9bb;
	font-size: 8pt;
	padding: 0 6px;
    background-color: #FFECC9;
}
/*Beach end*/

/*Resorts list*/
.resorts {margin:15px; width:330px;}

.resorts th
{
	color: #fff;
    background-color: #686868;
	border: 1px solid #b7b9bb;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	padding: 2px 6px;
	width:90px;
}

.resorts td {	
	border: 1px solid #b7b9bb;
	font-size: 8pt;
	padding: 0 6px;
    background-color: #FFECC9;
}
/*Resorts list end*/

/*Exchange list*/
.ExchangeList { margin:15px; text-align:center; border:solid 2px black; text-align:left; color:#333; }
.ExchangeList TH { font-weight: bold; background-color:Black; color:White; text-align:left; padding:2px 5px 2px 5px}
.ExchangeList td {padding:2px 5px 2px 5px; cursor:help;}
.ExchangeList TR:hover {background-color:#ffdd88;} /*f6a828  {background-color:#eeffcc;}*/
.ExchangeList .Tr0 {background-color:White; }
.ExchangeList .Tr1 {background-color:#eeeeee;}




