@charset "iso-8859-1";
@import url("/css/locations.css");
/* index listing table */
/*
p class="title" - title line above index table
td class="celldark" - table title line
td class="cellblue" - table header cells
td class="celllight"- table details rows/cells 
*/

p.title{
	color:#000033;
	font-size:16px;
	font-weight:bold;
	background-color:transparent;
}
.celldark{
	/*background-color:#ffbe6e;
	color:#000066;*/
	background-color: #c9e4d7;
	color:#000066;
	font-size:12px;
	font-weight:bold;
}
.cellblue{
	/*background-color:#99ccff;
	color:#000066;*/
	background-color: #d8e1eb;
	color:#000066;
	font-size:12px;
	font-weight:bold;
}
.celllight{
	/*background-color:#ffff99;
	color:#000066;*/
	background-color: #f5f0eb;
	color:#000066;
	font-size:12px;
	font-weight:bold;
}

/* Loc detail page */ 
TABLE.tblbckfrw, TABLE.tblbckfrw TD{ font-size: x-small; }
TABLE.rates{ background-color: transparent; }
TABLE.rates{
	border: 1px solid #999999;
	margin:10px 0px;
}
TABLE.rates TD{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	padding:4px 8px 2px 5px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #f4f4f4;
}
TD.celldates{
	background-color: #fff;
	font-weight: normal;
}
TD.celleuro{
	background-color: #f0f0ff;
	font-weight: normal;
}

TABLE.locdetail{
	border: 0px solid #999999;
	width: 95%;
}
P.texte{
	background-color: transparent;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}
P.description{
	text-align: left;
}
P.phrase{
	font-size: 1.1em;
	font-style: italic;
	text-align: left;
}
p.noresults{
	padding:50px 0px 0px 35px;
	font-size: large;
	color: #990026;
}




/*
p.description{color:#000033;font-weight:bold;  background-color : transparent; }
p.phrase{font-style:italic;font-weight:bold;text-align:justify;}
p.texte{
color:#000033;
font-family:verdana,arial,sans-serif;
font-size:14px;
font-weight:bold;
text-align:justify;
 background-color : transparent;
}
*/
