/* ######### CSS for Shade Tabs. Remove if not using ######### */


#leftcolumn {
float:left;
width:147px;
padding: 5px;
}

#countrydivcontainer {
float:left;
width:427px;
padding: 5px;
}

.shadetabs {
font: bold 11px Sans-serif;
margin:0;
padding:0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li a{
display: block;
width: 100%;
height:33px;
text-decoration: none;
font-weight: bold;
background-image:url(../gfx/button_gray.gif);
background-repeat:no-repeat;
color:#5d5d5d;
margin-bottom:5px;
padding:5px 0px 0px 10px;
}

.shadetabs li a:hover { background-image:url(../gfx/button_col.gif); color:#000; }

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../gfx/button_col.gif);
color:#000;
width:147px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/* ---------------------------------- External Pages ------------------------------- */

.external_thumb {
	float:left;
	width:138px;
	margin-right:30px;
}

.external_content {
	float:left;
	width:255px;
}

h4.external_header {
	font-size:12px;
	margin:0px 0px 5px 0px;
	font-weight:bold;
}

ul.external_list {
	margin:0;
	padding:0;
	font-size:10px;
	list-style-type:none;
}

ul.external_list li {
	margin:2px 0px 2px 0px;
}

a.external_link {
	display:block;
	text-decoration:none;
	font-size:10px;
	margin:2px 0px 2px 10px;
}

a.external_quote {
	display:block;
	text-decoration:none;
	font-size:12px;
	color:#ae0505;
	font-weight:bold;
}
