body {
	font-family: "Trebuchet Ms", Helvetica, Verdana, Arial;
	font-size: 12px;
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

form, input, select, table, td {
	font-size: 12px;
	font-family: "Trebuchet Ms", Helvetica, Verdana, Arial;
}
/***********************
**
** Header configuration
**
*/

div.blockHeader {
	width: 995px;
	height: 155px;
	background-image: url("../img/header.jpg");
	color: white;
	font-size: 13px;
	font-weight: bold;
}

div.home {
	position: absolute;
	top: 15px;
	left: 20px;
	height: 105px;
	width: 125px;
}
div.home a {
	display: block;
	width: 125px;
	height: 105px;
	text-decoration: none;
}

div.login {
	float: left;
	width: 140px;
	padding: 10px 0px 0 0;
	float: right;
	border: 0px solid red;
}

div.login a {
	display: block;
	margin: 2px;
	font-size: 11px;
	font-weight: normal;
	color: #C16FB5;
	text-decoration: none;
}
div.login a:hover {
	color: red;
}


input.formLogin {
	margin: 1px;
	padding: 1px;
	border: 1px solid #B7B7B7;
	width: 100px;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	font-family: "Trebuchet Ms", Helvetica, Verdana, Arial;
	background-color: white;
}

div.language {
	float: right;
	margin-top: 8px;
	margin-right: 20px;
}

div.language img.active
{
	border-bottom: 0px solid white;
}
/***********************
**
** Main configuration
**
*/

div.blockMain {

/*	float: left;*/
	position: absolute;
	top: 193px;
	left: 0px;
	width: 995px;
	background-color: #A5DBEA;
	background-image: url("../img/main_bg_2.gif");
	background-repeat: repeat-x;
	background-position: bottom left;

}

/***********************
**
** Main content configuration
**
*/
div.blockContent {
	float: left;
/*	clear: left;
	position: absolute;*/
	padding: 0px;
	width: 690px;
	margin: 10px 10px 10px 12px;
	border: 0px solid red;
}

div.blockContent p {
	text-indent: 0px;
	text-align: justify;
}

div.blockContent h1 {
	text-indent: 10px;
	font-size: 16px;
	color: #66205B;
	margin-top: 0px;
	text-indent: 0px;

}

div.blockContent h2 {
/*	text-indent: 10px;*/
	text-indent: 0px;
	font-size: 13px;
}


div.paginal {
	text-align: center;
}
/*******************************
**
**   Float blocks description (Blue, Green, Banner)
**
*/

div.blockGreen {
	/*float: relative;*/
	margin: 20px 0 0 720px;
	width: 253px;
	background-image: url("../img/green_top.gif");
	background-repeat: no-repeat;
}

div.blockGreenTop {
	width: 253px;
	height: 31px; 
}

div.blockGreenTop h1{
	margin: 0px;
	padding: 2px 0 0 10px;
	font-size: 17px;
	font-weight: normal;
	color: white;
}

div.blockGreenMain {
	width: 253px;
	background-image: url("../img/green_main.gif");
	background-repeat: no-repeat;
	background-position: top left;

	padding: 0px 3px 0px 18px;
	font-size: 12px;
}
div.blockGreenBottom {
	width: 253px;
	height: 11px;
	background-image: url("../img/green_bottom.gif");
	background-repeat: no-repeat;
}



div.blockBlue {
	margin: 20px 0 20px 720px;
	width: 253px;
	background-image: url("../img/blue_top.gif");
	background-repeat: no-repeat;

}
div.blockBlueTop {
	width: 253px;
	height: 31px;
}

div.blockBlueTop h1{
	margin: 0px;
	padding: 2px 0 0 10px;
	font-size: 17px;
	font-weight: normal;
	color: white;
}

div.blockBlueMain {
	width: 253px;
	background-image: url("../img/blue_main.gif");
	background-repeat: no-repeat;
	background-position: top left;

	padding: 0px 3px 0px 18px;
	font-size: 12px;
}
div.blockBlueBottom {
	width: 253px;
	height: 11px;
	background-image: url("../img/blue_bottom.gif");
	background-repeat: no-repeat;
}

div.blockBanner {
	width: 253px;
	margin: 20px 0 20px 720px;
	text-align: center;
}

div.blockBanner img {
	display: block;
	margin: 10px 0 10px 0;
}
/* top -- right -- bottom -- left*/

/***********************
**
** Menu configuration
**
*/
div.blockMenu {
/*	float: left;*/
	position: absolute;
	top: 155px;
	left: 0px;
	width: 995px;
	height: 38px;
	background-image: url("../img/menu.jpg");
}
ul.menuMain {
	margin: 0px;
	padding: 0px;
}
ul.menuMain li {
	border: 0px solid black;
	float: left;
	display: inline;
	list-style: none;
	padding: 3px 1em 2px 1em;
	margin: 3px;
	text-align: center;
	vertical-align: top;
}

ul.menuMain li a{
	font-size: 13px;
	text-decoration: none;
	color: #ECECEC;
	font-weight: bold;
}


/*
** Language selector
*/
select#language {
	float: right;
	width: 100px;
	margin: 4px 20px 0px 0px;
	font-family: "Trebuchet Ms", Helvetica, Verdana, Arial;
	font-size: 13px;
}




/*******************************
**
**   Fotter block description
**
*/
div.blockFooter {
	clear: both;
	position: relative;
/*	float: bottom;*/
	height: 30px;
	width: 995px;
	background-image: url("../img/footer_bg.gif");
	background-repeat: repeat-x;
}

ul.menuFooter {
	margin: 0px;
	padding: 0px;
	}
ul.menuFooter li {
	float: left;
	display: inline;
	list-style: none;
	padding: 1px 1em 2px 1em;
	margin: 3px;
	text-align: center;
}

ul.menuFooter li a{
	font-size: 13px;
	text-decoration: none;
	color: #7F7F7F;
}

/***************************************
**
**  Form styles
**
****************************************/
.form {
	border: 1px solid #808080;
	color: #5B574C;
	font-size: 12px;
	margin: 2px;
	width: 250px;
	}

.formSmall {
	border: 1px solid #808080;
	color: #5B574C;
	font-size: 12px;
	margin: 2px;
	width: 180px;
	}

.formButton {
	border: 1px solid #808080;
	color: #5B574C;
	font-size: 12px;
	margin: 2px;
	}

.formVar {
	border: 1px solid #808080;
	color: #5B574C;
	font-size: 12px;
	margin: 2px;
	}

/***************************************
**
**  Dropdown menu styles
**
****************************************/
div.dropMenu
{
	position: absolute;
	top: 192px;
	left: 100px;
	width: 160px;
	height: 150px;
	z-index: 100;
	border: 1px solid red;

/*	background-color: #A32C92;*/

}
/*
div.dropdown {
	
}
ul.menuDrop {
	margin: 0px;
	padding: 0px;
}
ul.menuDrop li {
	border: 0px solid black;
	float: left;
	display: inline;
	list-style: none;
	padding: 3px 1em 2px 1em;
	margin: 3px;
	text-align: center;
	vertical-align: top;
}

ul.menuDrop li a{
	font-size: 13px;
	text-decoration: none;
	color: #ECECEC;
	font-weight: bold;
}

*/
/***************************************
**
**  General styles
**
****************************************/

.red {
	color: red;
}

.green {
	color: green;
}

a.more {
	color: #6D4188;
	text-decoration: none;
}

table.photoBrief
{
/*	background-color: blue;*/
}

table.photoBrief td.title
{
	/*background-color: #A5DBEA;*/
	padding-left: 3px;
	background-color: #4A9CBD;
	font-weight: bold;
	/*color: gray;*/
}

table.photoBrief td.stars
{
	padding-left: 3px;
	background-color: #7BBDD6;
}

table.photoBrief td.more
{
	border-top: 1px solid gray;
}

table.photoBrief td.more a
{
	color: #6D4188;
	text-decoration: none;
}

table.photoBrief td.photo img
{
	border: 0px dashed #6B3F86;

}

table.photoBrief td.top a
{
	text-decoration: none;
	font-weight: bold;
	color: #6D4188;
	
}
/* *************************************
**
**   Recommend Hotel
**
**************************************/
table.recommend
{
/*	background-color: blue;*/
}

table.recommend td.title
{
	/*background-color: #A5DBEA;*/
	background-color: #6DB761;
	font-weight: bold;
	padding-left: 3px;
	/*color: gray;*/
}

table.recommend td.stars
{
	padding-left: 3px;
	background-color: #9ACC8E;
}

table.recommend td.more
{
/*	border-top: 1px solid gray;*/
}

table.recommend td.more a
{
	color: #6D4188;
	text-decoration: none;
}

table.recommend td.photo img
{
	border: 0px dashed #6B3F86;

}
