﻿/*******************ADDED 7.14.10**********************************/
#tag_cloud_tabs{
	position: absolute;
	top: 7px;
	left: 32px;
	width: 90%;
	text-align: left;
	z-index: 5;}

#tag_cloud_tabs ul{
	top: 0;
	left: 0;
	height: 34px;
	list-style: none;
	overflow: hidden;}
	
#tag_cloud_tabs ul li{
	float: left;
	background: none;
	margin: 0;}
	
#tag_cloud_tabs ul li a{
	font: normal bold 10px/35px Verdana;
	display: inline-block;	
	color: #606060;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	margin-left: 16px;
	padding: 0 16px 0 0;
	background: none;}
	
#tag_cloud_tabs ul li.selected a:hover{
	color: #FFF;}

/*place into appropriate tags below*/
#tag_cloud_top{
	padding-top: 25px;
	background-position: left 25px !important;}
/*******************END OF ADDED 7.14.10***************************/

#tag_cloud_top, #tag_cloud_middle, #tag_cloud_bottom
{
	position: relative;
	width: 733px;
}

#tag_cloud_top
{
	height: 24px;
	top: 6px;
	/*border: solid 1px black;	*/
	/*overwritten w/region specific style sheet*/
	background: url(../images/sitewide/tagClouds/tagCloud_asia_top.gif) no-repeat left top;
}

#tag_cloud_middle
{
	/*border: solid 1px black;	*/
	/*overwritten w/region specific style sheet*/
	background: url(../images/sitewide/tagClouds/tagCloud_asia_middle.gif) repeat-y left top;
}

#tag_cloud_bottom
{
	height: 18px;
	/*border: solid 1px black;	*/
	/*overwritten w/region specific style sheet*/
	background: url(../images/sitewide/tagClouds/tagCloud_asia_bottom.gif) no-repeat left top;
}


/*****tagCloud lavaLampHorizontal*****/

/*each <li> is absolutely positioned*/
#lavaLampHorizontal
{
	position: relative;
	width: 705px;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-right: 0;
	overflow: hidden;
	/*border: solid 1px black;*/
}

#lavaLampHorizontal li
{
	float: left;
	display:inline;
	list-style: none;
	outline: none;
}

#lavaLampHorizontal li.backLava
{
	/*overwritten w/region specific style sheet*/
	background: url(../images/sitewide/tagClouds/tagCloudLava/asia_topRight.gif) no-repeat top right;
	width: 9px; /*Width of topRight image*/
	z-index: 8;
	position: absolute;
	outline: none;
}

#lavaLampHorizontal li.backLava .leftLava
{
	/*overwritten w/region specific style sheet*/
	background: url(../images/sitewide/tagClouds/tagCloudLava/asia_topLeft.gif) no-repeat top left;
	height: 100%;
	margin-right:9px; /*Width of topRight image*/
	outline: none;
}

#lavaLampHorizontal li.backLava .cornerLava
{
	/*overwritten w/region specific style sheet*/
	background: url(../images/sitewide/tagClouds/tagCloudLava/asia_bottomRight.gif) no-repeat bottom right;
	position:absolute;
	width: 9px; /* WxH of bottomRight image*/
	height: 5px;
	bottom: 0;
	right: 0;
	outline: none;
}

#lavaLampHorizontal li.backLava .bottomLava
{
	/*overwritten w/region specific style sheet*/
	background: url(../images/sitewide/tagClouds/tagCloudLava/asia_bottomLeft.gif) no-repeat bottom left;
	height:5px; /*height of bottomLeft image*/
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	outline: none;
}

#lavaLampHorizontal li a
{
	font: bold 14px verdana;
	text-decoration: none;
	color:#d7e6f7; /*overwritten w/region specific style sheet*/
	outline: none;
	text-align: center;
	padding: 5px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	/*margin: auto 10px;    */
}


/*end of lavaLampHorizontal*/
