/* ------------------------------------------------- */
/* TABLE STYLE YELLOW*/
.yellowBoxHotelName {font-size:14pt;font-weight:none}
.yellowBoxHotelName A:link {text-decoration: none; color: #003D72;}
.yellowBoxHotelName A:visited {text-decoration: none; color: #003D72;}
.yellowBoxHotelName A:active {text-decoration: underline }
.yellowBoxHotelName A:hover {text-decoration: underline; color: #50B12C;}

.yellowBoxDistrict A:link {text-decoration: none; color: #77995C;font-size:11pt;}
.yellowBoxDistrict A:visited {text-decoration: none; color: #77995C;font-size:11pt;}
.yellowBoxDistrict A:active {text-decoration: underline;font-size:11pt; }
.yellowBoxDistrict A:hover {text-decoration: underline; color: black;font-size:11pt;}

/* TABLE STYLE */
td.yellowBoxStars  {color: #f04b5c;font-size:13pt;font-weight:none;text-align:center;font-family:Tahoma;}
td.yellowBoxStarsCountryTopPage {color: #f04b5c;font-size:15pt;font-weight:none;text-align:left;font-family:System;} 

tr.yellowBoxEven  {background-color: white;}
tr.yellowBoxOdd  {background-color: #FAFAD2;}

td.yellowBoxTitleA  {width: 20%; background-color: #B0E0E6;font-size:9pt;font-weight:bold;text-align:left;}
td.yellowBoxTitleB  {width: 80%; background-color: #B0E0E6;font-size:9pt;font-weight:bold;text-align:left;}
td.yellowBoxTitleC  {width: 0%; background-color: #B0E0E6;font-size:9pt;font-weight:bold;text-align:left;}
td.yellowBoxTitleD  {width: 0%; background-color: #FFFF99;font-size:9pt;font-weight:bold;text-align:left;}


table.yellowBoxHEAD
{ 
border-top: 2px solid #6699CC;
border-right: 2px solid #6396EF;
border-left: 2px solid #6396EF;
border-bottom: 1px solid #6396EF;
background-color: #8FB8FF;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 16pt;
color: #404040;
width: 100%;
}

table.yellowCONTENT
{ 
border-top: 4px solid #6396EF;
border-right: 4px solid #6396EF;
border-bottom: 4px solid #6396EF;
border-left: 4px solid #6396EF;
/*
border-color: yellow; border-width: 0pt 1px 1px;
border-style: none solid solid;
text-align: center;
*/
width: 100%;
background-color: #BEC8D1;

font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;
}

/* ------------------------------------------------- */
/* TABLE STYLE GREEN*/
table.greenT
{ 
font-family: Verdana;
font-weight: normal;
font-size: 12pt;
color: #404040;
width: 100%;
background-color: #3CB371;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;
}

table.greenTinner
{ 
border-style: none solid solid; 
border-color: rgb(18, 140, 79); 
border-width: 0pt 1px 1px;
width: 100%;
}

/* ------------------------------------------------- */
/* TABLE SILVER STYLE -- junklinkage*/

table.silverT
{ 
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 100%;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;
}


table.silverT td.servHd
{ border-bottom: 2px solid #6699CC;
background-color: #BEC8D1;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;}


table.silverT td
{ border-bottom: 1px dotted #6699CC;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: white;
text-align: left;
padding-left: 3px;}

.servBodL { border-left: 1px dotted #CEDCEA; }

table.silverT td.tdHIGHLIGHT
{ 
background-color: #FFCFF5;
}

/* ------------------------------------------------- */
/* TABLE BLUE STYLE */
.t_outer {
border: 3px solid #003399; /*outerborder */
border-spacing: 1px;
background: #FFFFFF;
margin-bottom: 5px;
}

.t_inner {
background: black;  /* innerborder */
color: #4D535F;
border: 1px solid #AAAAAA;
padding: 0px;
}

.blocK_header {
font-size: 10pt;
font-weight: bold;
color: white;
background: #4F8BFF; /* bg */
padding: 2px;
}

.blocK_content {
background: #F9F9F9;
color: #333333;	
padding: 2px;
}

.blocK_content_odd {
background: #E0E5EF;
color: #333333;	
padding: 2px;
}  

