.dateFormat {
	background-color: #7F99B2;
	font-size: 90%;
	color: #FFFFFF;
	line-height: 20px;
	padding-left: 35px;
	margin-left: -10px;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0099FF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/layout_images/main_background.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 74px;
	padding-right: 10px;
	padding-left: 235px;
	background-image: url(../images/layout_images/head_logo_top.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 16px;
	padding-right: 0;
	padding-left: 0;
	color: #00184C;
	font-weight: lighter;
	font-size: 30px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 128px;
	background-image: url(../images/layout_images/head_logo_bottom.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 19px;
	padding-right: 8px;
}


.twoColFixLtHdr #sidebar1 {@padding-top:30px;}

.twoColFixLtHdr #mainContent {
border:1px solid #0066CC;
color:#0099CC;
font-family:"Trebuchet MS";
font-size:100%;
margin:0 3px 2px auto;
padding:10px;
width:630px;
float:left;
}

.twoColFixLtHdr #mainTopMenu {
	margin-top: 0;
	margin-right: -3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-right: 22px;
	padding-left: 45px;
	background-image: url(../images/layout_images/top_menu_background.gif);
	background-repeat: no-repeat;
	height: 17px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
}  
.twoColFixLtHdr #footer {
	margin-right: 3px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 30px;
	margin-left: 144px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 18px;
	background-image: url(../images/layout_images/footer_background.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #topofpage {
	margin-right: 3px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 30px;
	margin-left: 144px;
	margin-bottom: 3px;
	height: 15px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft220x165 {
	float: left;
	height: 165px;
	width: 220px;
	margin-right: 6px;
}
.sidebar118x60 {
	height: 60px;
	width: 118px;
}
.sidebar118x70 {
	height: 70px;
	width: 118px;
}
.seidebar118x50 {
	height: 50px;
	width: 118px;
}
.sidebar118x40 {
	height: 40px;
	width: 118px;
}
.fltrt120x80 {
	float: right;
	height: 80px;
	width: 120px;
	margin-left: 8px;
}

.fltrt220x165 {
	float: right;
	height: 165px;
	width: 220px;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 2px;
}
.fltlft85x120 {
	height: 120px;
	width: 85px;
	float: left;
	margin-right: 2px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainTopMenu p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #sidebar1 p {
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
}
img
{  border-style: none;
margin:0 3px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 190%;
	color: #006699;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 150%;
	color: #006699;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 120%;
	color: #006699;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 95%;
}

.twoColFixLtHdr #container #sidebar1 h3 {
	color: #00184C;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.twoColFixLtHdr #container #mainTopMenu script {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #mainTopMenu a {
	color: #FFFFFF;
}

.twoColFixLtHdr #container #mainContent p {
	font-size: 95%;
}

.boxHeadWhite {color: #FFFFFF}
.twoColFixLtHdr #container #mainContent table {
	font-size: 100%;
	color: #000066;
}
.boxHeadDark {
	color: #000099;
	font-weight:bold;
	
}
#searchboxHeader {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	color: #000066;
}
#AdsenseHeader {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	color: #000066;
	padding-bottom: 3px;
}
#datashedHolder {
	margin-top: 10px;
}
.highlights {
	float: right;
	width: 150px;
	position: relative;
	margin-left: 8px;
	border: 1px dotted #999999;
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent .highlights h1 {
	font-size: 12px;
	height: 1px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #000066;
}
.twoColFixLtHdr #container #mainContent .highlights p {
	font-weight: bold;
	height: 1px;
}
IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
#forumlist {
border:1px solid #006666;
font-size:90%;
position:relative;
top:10px;
width:216px;
}

.adholder {
	float: right;
	width: 120px;
	position: relative;
	margin-left: 8px;
	border: 1px dotted #999999;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.Sideadholder {
	width: 112px;
	border: 1px solid #990000;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
}

.twoColFixLtHdr #container #mainContent .highlights h3 {
	height: 1px;
	
}

/*old style from homepage --- Cyril*/
.style7 {font-weight: bold}
.style8 {color: #FF0000}
.style11 {font-size: 16px;color: #990000;}
.style15 {color: #000000}
.style18 {color: #000066}
.style24 {color: #000066; font-weight: bold; }

.red {color: #FF0000}

/*ido compressed styling start --- Cyril*/
#mainContent #ido table td , #mainContent #ido  table {width:640px} /*fixed width for hotel list*/
#ido div {display:none;} /*hidding ido footer*/
#mainContent #ido  table div#b_mytable, #mainContent #ido  table div#b_showpage2, #mainContent #ido  table div#b_showpage1 {display:block;} /*Overwriting previous div style to display table hotel list*/
.ido_footer {position:relative;text-align:center;top:-20px;} /*align footer notice*/
.red_notice {color:#FF0000;position:relative;top:-15px;} /*adding color and position to partner notice*/
/*ido compressed styling end --- Cyril*/

/*IE6 Menu fix hack--- Cyril*/
#p7PMnav a{_height:1em;}
#p7PMnav li{_height:1em;_float:left;_clear:both;_width:100%}
#p7PMnav li{_clear:none;}

/*replacing table by div for the left content --- Cyril*/

 /* left container */
#left_container {width:394px; float:left; position:relative;}


/* box purple left */
.box_fade_blue_left {width:632px; float:left; background: transparent url(../images/box_images/fade_blue_600.gif) no-repeat; text-align:center;color:#ffffff; position:relative;}
.box_fade_blue_left {_top:20px;} /* hack IE for top space*/
.content_box_fade_blue_left {color:#000066; text-align:justify;}

/* box purple left */
.box_purple_left {width:394px; background: transparent url(../images/box_images/purple_400.gif) no-repeat; text-align:center; color:#FFFF00; position:relative; top:20px; _float:left;}
.box_purple_left {_top:20px;} /* hack IE for top space*/
.content_box_purple_left {color:#000066;text-align:justify;}

/* box brown left */
.box_brown_left {width:394px; background: transparent url(../images/box_images/brown_400.gif) no-repeat; text-align:center; color:#FFFFFF; position:relative; top:20px; float:left;}
.box_brown_left {_margin-top:20px;} /* hack IE for top space*/
.content_box_brown_left { color:#000066;text-align:justify;}

/* box dark red left */
.box_dark_red_left {width:394px; background: transparent url(../images/box_images/dark_red_400.gif) no-repeat; text-align:center; color:#FFFFFF; position:relative; top:20px; float:left;}
.box_dark_red_left, .content_box_dark_red_left {_margin-top:20px;} /* hack IE for top space*/
.content_box_dark_red_left {color:#000066;text-align:justify;}
/*end left content*/

/* right container */

#right_container {width:220px; position:relative; float:left;left:20px;}

/* box dark blue right */
.box_dark_blue_right {width:220px; background: transparent url(../images/box_images/dark_blue_400.gif) no-repeat; text-align:center; color:#FFFF00; position:relative; top:20px; float:left;}

/* box sky blue right */
.box_sky_blue_right {width:220px; background: transparent url(../images/box_images/sky_blue_140.gif) no-repeat; text-align:center; color:#000099; position:relative; float:left; margin-top:50px;}
.content_box_sky_blue_right {color:#000066;text-align:left; width:220px}

/* box yellow right */
.box_yellow_right {width:220px; background: transparent url(../images/box_images/yellow_140.gif) no-repeat; text-align:center; color:#000099; position:relative; float:left;top:20px; width:220px; }

.content_box_yellow_right {color:#000066;text-align:left; width:220px; position:relative; float:left;margin-bottom:40px;margin-top:10px;}
.content_box_yellow_right .fltlft {margin-bottom:10px;}

/*adding google ads by changing the html structure*/

#wrapper {
	float:none;
	left:50%;
	margin-left:-500px;
	position:relative;
	top:0;
	width:1024px;
}
#wrapper {@float:left;@left:50%;@margin-left:-500px;@position:relative;@top:0;@width:1000px;}/* hack IE 6/IE 7 TO CENTER THE PAGE*/


/*addig main container and center the page*/
#wrapper #container {position:relative;float:left;}
#right_ads {width:190px;height:600px;position:relative;top:96px;float:left;} /*right ads container*/
#google_translate_element {margin-bottom:20px;}

id="mainContent" style=" float:left;"
.300x225 {
	float: left;
	height: 165px;
	width: 220px;
	margin-right: 6px;
}
.box300x225 {
	float: none;
	margin-right: 2px;
	height: 225px;
	width: 300px;
	padding: 0px;
}
