@charset "UTF-8";

/********************* Begin: Outer div container with borders ****************/

#countryToolsContainer {
	display: block;
	width: 236px;
	height: auto;
	color: #333333;
	background-color: #F4F4F4;
	border: 1px solid #DFDFDF;
}

/********************** End: Outer div container with borders *****************/

/********************** Begin: Inner div container with margins ***************/

#countryToolsContainerOuter {
	display: block;
	width: 214px;
	height: auto;
	padding-bottom: 15px;
}

/*********************** End: Inner div container with margins ****************/

/* Redefine the margin bottom used within the toolbox */

#countryToolsContainerOuter .mBot5 {
	margin-bottom: 0;
}

/* Redefine the heading for the toolbox */

#countryToolsContainerOuter .heading {
	display: block;
	width: 201px;
	height: 19px;
	color: #666666;
	background-color: #DFDFDF;
	background-image: url("../../../images_css/country_tools_container_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.9em;
	font-weight: bold;
/*	white-space: nowrap;
*/
	text-transform: uppercase;
	padding-top: 3px;
	padding-left: 35px;
	margin-bottom: 10px;
}

/* Turn off the toolbox arrows */

#countryToolsContainerOuter img {
	display: none;
}

/*
Redefine the toolbox anchors
Remember this is currently required because of the following incorrect attribute 
on these anchors: styleclass="leftNavToolLink".
This still needs to be addressed.
*/

#countryToolsContainerOuter a:link, #countryToolsContainerOuter a:visited {
	display: block;
        /* Begin TB07 Fixes
        width: 216px;
        End TB07 Fixes */
	height: auto;
	color: #333333;
	background-color: #F4F4F4;
	background-image: url("../../../images_css/country_tools_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
	border-bottom: 1px solid #DFDFDF;
	margin-top: 1px;
	margin-bottom: 5px;
	margin-left: 10px;
        /* Begin TB07 Fixes
        margin-right: 10px;
        End TB07 Fixes */
	padding-bottom: 2px;
}

#countryToolsContainerOuter a:hover, #countryToolsContainerOuter a:active {
	display: block;
        /* Begin TB07 Fixes
        width: 216px;
        End TB07 Fixes */
	height: auto;
	color: #FF0000;
	background-color: #F4F4F4;
	background-image: url("../../../images_css/_country_tools_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
	border-bottom: 1px solid #DFDFDF;
	margin-top: 1px;
	margin-bottom: 5px;
	margin-left: 10px;
        /* Begin TB07 Fixes
        margin-right: 10px;
        End TB07 Fixes */
	padding-bottom: 2px;
}

