﻿/*REGION 5 - LATIN AMERICA*/
/*NOTE: the only thing that should be in here is image and color specific to the Latin American region,
  Everything else either resides in tagCloudStyle.css or mainStyle.css as it applies to all regions.
*/

#tag_cloud_tabs ul li.selected{background: url(../images/programTabs/laTabLeft16x34.gif) no-repeat 0 0;}

#tag_cloud_tabs ul li.selected a{
	color: #FFF;
	background: url(../images/programTabs/laTabRight228x34.gif) no-repeat right 0;}
	
#tag_cloud_tabs ul li a:hover{
	color: #b5ba42;}

/*tag cloud shell (background and border)*/

#tag_cloud_top
{
	background: url(../images/sitewide/tagClouds/tagCloud_la_top.gif) no-repeat left top;
}

#tag_cloud_middle
{
	/*border: solid 1px black;	*/
	background: url(../images/sitewide/tagClouds/tagCloud_la_middle.gif) repeat-y left top;
}

#tag_cloud_bottom
{
	/*border: solid 1px black;	*/
	background: url(../images/sitewide/tagClouds/tagCloud_la_bottom.gif) no-repeat left top;
}

/*End of tag cloud shell*/

#lavaLampHorizontal li.backLava
{
	background: url(../images/sitewide/tagClouds/tagCloudLava/la_topRight.gif) no-repeat top right;	
}

#lavaLampHorizontal li.backLava .leftLava
{
	background: url(../images/sitewide/tagClouds/tagCloudLava/la_topLeft.gif) no-repeat top left;	
}

#lavaLampHorizontal li.backLava .cornerLava
{
	background: url(../images/sitewide/tagClouds/tagCloudLava/la_bottomRight.gif) no-repeat bottom right;	
}

#lavaLampHorizontal li.backLava .bottomLava
{
	background: url(../images/sitewide/tagClouds/tagCloudLava/la_bottomLeft.gif) no-repeat bottom left;	
}

#lavaLampHorizontal li.color1 a
{
	color:#ffffff;
}

#lavaLampHorizontal li.color2 a
{
	color:#b28d62;
}

#lavaLampHorizontal li.color3 a
{
	color:#ebebeb;
}

/*end of lavaLampHorizontal*/

/*content specific*/
#rightColumn_content a
{
	color: #FF6600;
	/*color: #fc9f35;*/
}

#rightColumn_content a em
{
	color: #FF6600;
	/*color: #fc9f35;*/
}

#rightColumn_content a:link
{
	color: #FF6600;
	/*color: #fc9f35;*/
}

#rightColumn_content a:visited
{
	color: #FF6600;
	/*color: #fc9f35;*/
}

#rightColumn_content a:hover
{
	color: #1e86ce;
}

#rightColumn_content h1
{
	color: #754c24;	
}

#rightColumn_content p strong
{
	color: #754c24;	
}

#rightColumn_content li
{
	background-image: url(../images/sitewide/laBullet.gif);
}

#rightColumn_content table
{
	background-color: #ebebeb;
}

#rightColumn_content div .costDiv
{
	border-color: #FFFFFF;
}

#rightColumn_content .costH1
{
	color: #754c24;
}

.costDiv .aXCosts
{
	border: none;
}

.costDiv .aXCosts:hover
{
	border:none;
}
