/*Welcome page: All banners*/
/*
light blue #6eccd4
blue #0b939f
dark blue #086971*
expandable yellow #fa9301*/

#tabs,
#midtowertabs,
#midtabs,
#mrectabs,
#largetabs,
#lowlargetabs,
#skytabs,
#eyetabs,
#largemidtabs {
	position: absolute;
	}



#tabs ul,
#midtowertabs ul,
#midtabs ul,
#mrectabs ul,
#largetabs ul,
#lowlargetabs ul,
#skytabs ul,
#eyetabs ul,
#largemidtabs ul {
	clear: right;
	width: auto;
	height: auto;
	list-style: none;
	}


#tabs ul li,
#midtowertabs ul li,
#midtabs ul li,
#mrectabs ul li,
#largetabs ul li,
#lowlargetabs ul li,
#skytabs ul li,
#eyetabs ul li,
#largemidtabs ul li {
	float: left;
	clear: none;
	display: inline;
	cursor: pointer;
	padding: 6px 12px;
	margin: 0 2px 0 0;
	color: #000;
	text-decoration: none;
	background: #6eccd4;
	font-size: 11px;
	}


#tabs ul li:hover,
#midtowertabs ul li:hover,
#midtabs ul li:hover,
#mrectabs ul li:hover,
#largetabs ul li:hover,
#lowlargetabs ul li:hover,
#skytabs ul li:hover,
#eyetabs ul li:hover,
#largemidtabs ul li:hover {
	color: #fff;
	
	}


#tabs ul li.active,
#midtowertabs ul li.active,
#midtabs ul li.active,
#mrectabs ul li.active,
#largetabs ul li.active,
#lowlargetabs ul li.active,
#skytabs ul li.active,
#eyetabs ul li.active,
#largemidtabs ul li.active {
	color: #fff;
	}


#tabs div,
#midtowertabs div,
#midtabs div,
#mrectabs div,
#largetabs div,
#lowlargetabs div,
#skytabs div,
#eyetabs div,
#largemidtabs div {
	clear: left;
	}



/*-------Leaderboard-------*/


#tabs div.leaderboardBox {
	width: 550px;
	height: 67px;
	position: relative;
	}



#tabs div.leaderboardBox img {
	width: 550px;
	height: 67px;
	background: #086971;
	position: absolute;
	left: 0; 
	top: 0;
	-ms-interpolation-mode: bicubic;
	}

/*-------Midpage-------*/


#midtabs div.midpageBox {
	width: 294px;
	height: 38px;
	position: relative;
	}



#midtabs div.midpageBox img {
	width: 294px;
	height: 38px;
	background: #086971;
	position: absolute;
	left: 0; 
	top: 0;
	-ms-interpolation-mode: bicubic;
	}


/*-------MidRectangular-------*/


#mrectabs div.medrecBox {
	width: 229px;
	height: 190px;
	position: relative;
	}



#mrectabs div.medrecBox img {
	width: 229px;
	height: 190px;
	background: #086971;
	position: absolute;
	left: 0; 
	top: 0;
	-ms-interpolation-mode: bicubic;
	}



/*-------Large Rectangular-------*/

#lowlargetabs div.lowlargerecBox,
#largetabs div.largerecBox,
#largetabs div.largerecleftBox {
	width: 253px;
	height: 212px;
	position: relative;
	}

#lowlargetabs div.lowlargerecBox img,
#largetabs div.largerecBox img ,
#largetabs div.largerecleftBox img{
	width: 253px;
	height: 212px;
	background: #086971;
	position: absolute;
	left: 0; 
	top: 0;
	-ms-interpolation-mode: bicubic;
	}




/*-------Skycrapper-------*/

#skytabs div.skycrapperBox {
	width: 89px;
	height: 450px;
	position: relative;
	}

#skytabs div.skycrapperBox img {
	width: 89px;
	height: 450px;
	background: #086971;
	position: absolute;
	left: 0; 
	top: 0;
	-ms-interpolation-mode: bicubic;
	}



/*-------Eyeblaster + Eyeblaster02-------*/


#eyetabs div.eyeblasterBox,
#eyetabs div.eyeblaster02Box {
	width: 60px;
	height: 60px;
	position: relative;
	}


#eyetabs div.eyeblasterBox img,
#eyetabs div.eyeblaster02Box img {
	width: 60px;
	height: 60px;
	background: #086971;
	position: absolute;
	left: 0; 
	top: 0;
	-ms-interpolation-mode: bicubic;
	}



/*-------Large Midpage-------*/


#largemidtabs div.largemidpageBox {
	width: 352px;
	height: 46px;
	position: relative;
	}


#largemidtabs div.largemidpageBox img {
	width: 352px;
	height: 46px;
	background: #086971;
	position: absolute;
	left: 0; 
	top: 0;
	-ms-interpolation-mode: bicubic;
	}




/*-------Begin Static Box Css-----------*/


.staticBox_button,
.staticBox_vertical,
.staticBox_text,
.staticBox_tile,
.staticBox_p728banner,
.staticBox_squareB,
.staticBox_midtower,
.staticBox_largerec
 {
	position: absolute;
	/*no need clear*/
	}


.staticBox_button ul,
.staticBox_vertical ul,
.staticBox_text ul,
.staticBox_tile ul,
.staticBox_p728banner ul,
.staticBox_squareB ul,
.staticBox_midtower ul,
.staticBox_largerec ul {
	clear: right;
	width: auto;
	height: auto;
	list-style: none;
	}


.staticBox_button ul li,
.staticBox_vertical ul li,
.staticBox_text ul li,
.staticBox_tile ul li,
.staticBox_p728banner ul li,
.staticBox_squareB ul li,
.staticBox_midtower ul li,
.staticBox_largerec ul li {
	float: left;
	clear: none;
	display: inline;
	}



.staticBox_button ul li span,
.staticBox_vertical ul li span,
.staticBox_text ul li span,
.staticBox_tile ul li span,
.staticBox_p728banner ul li span,
.staticBox_squareB ul li span,
.staticBox_midtower ul li span
.staticBox_largerec ul li span {
	float: left;
	padding: 6px 11px;
	margin: 0 2px 0 0;
	color: #000;
	display: block;
	text-decoration: none;
	background: #d42609;
	font-size: 11px;
	}


.staticBox_button div,
.staticBox_vertical div,
.staticBox_text div,
.staticBox_tile div,
.staticBox_p728banner div,
.staticBox_squareB div,
.staticBox_midtower div,
.staticBox_largerec div {
	clear: left;
	}


/*-------Button------------*/


.staticBox_button div.wButton {
	width: 134px;
	height: 48px;
	}



/*-------Vertical------------*/


.staticBox_vertical div.wVertical {
	width: 90px;
	height: 179px;
	}



/*-------TextLink------------*/


.staticBox_text div.wtextLink {
	width: 141px;
	height: 165px;
	}



/*-------Tile------------*/


.staticBox_tile div.wTile {
	width: 74px;
	height: 37px;
	}

/*-------AllMalaysia: SquareButton------------*/


.staticBox_squareB div.squareB {
	width: 91px;
	height: 91px;
}


/*-------Bottom Banner/StarProperty------------*/


.staticBox_p728banner div.p728banner {
	width: 550px;
	height: 67px;
	}


/*-------Mid Tower-------*/


.staticBox_midtower div.wMidtower {
	width: 150px;
	height: 242px;
	}


/*-------Large Rect Static--------------*/

.staticBox_largerec div.wLargerec {
	width: 253px;
	height: 212px;
	}

	
/*--------Bottom Ad Crawler---------------*/
#bottomadcrawler{
		border-bottom:1px solid #ddd;
		position:fixed;
		bottom:0px;
		margin-left:141px;
		z-index: 10000;
}

#dismiss{
	float: right;
	font-size:9px;
	font-weight:bold;
	color:white;
}

#dismissDiv{
	position: absolute;
	top: 0; right: 0;
}