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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:9px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 5px;
margin-right: 0px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
outline:0;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: #A00000;
padding-bottom:3px;
color:#FFFFFF;
}

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

.shadetabs2{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:9px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
margin: 0;
}

.shadetabs2 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 6.5px;
margin-right: 0px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
outline:0;
}

.shadetabs2 li a:visited{
color: #2d2b2b;
}

.shadetabs2 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs2 li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: #A00000;
padding-bottom:3px;
color:#FFFFFF;
}

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

#countrydivcontainer {
border-top-color: #A00000;
overflow:auto;
overflow-y: hidden;
overflow-x: hidden;
}

#country2divcontainer {
border-top-color: #A00000;
overflow:auto;
overflow-y: hidden;
overflow-x: hidden;
}

#inner1 {
width:265px;
height:299px;
padding:10px;
overflow:auto;
overflow-y: hidden;
overflow-x: hidden;
margin-top:2px;
margin-left:-1px;
}

#inner11 {
width:265px;
height:299px;
padding:10px;
overflow:auto;
overflow-y: hidden;
overflow-x: hidden; 
}

#inner2 {
width:280px;
height:155px;
padding:10px;
overflow:auto;
overflow-y: hidden;
overflow-x: hidden;
margin-left:-33px;
margin-top:-10px;
}

#inner2 ul {
list-style:none;
line-height:0.8em;
width:252px;
}

#inner3, #inner3 td, #inner3 th {
overflow:auto; overflow-x:hidden; overflow-y:hidden;
}

#inner3 {
color:#333333;
overflow:auto; overflow-x:hidden; overflow-y:hidden;
background-color:#FFFFFF;
margin-top:10px;
height:299px;
}

.accToggler {
	color:#333333;
    font-size:11px;
	padding: 3px;
	width: 257px;
	background: #D08080;
	border: 1px solid #333333;
	cursor: pointer;
	text-align:center;
}

.accToggler a:hover {
background-color:#FFFFFF;
width:257px;
}

.accToggler li a:active {
background-color:#FFFFFF;
width:257px;
}

.accToggler a:link, .accToggler a:visited {
color:#333333;
}

.accContent {
	width: 265px;
	overflow:auto;
	overflow-y: hidden;
    overflow-x: hidden; 
}

div#tab-container {
	width:285px;
	height:340px;
	border:1px solid #778;
	background-color:#A00000;
	float:left;
}

div#tab-holder {
	width:285px;
	height:319px;
	overflow:hidden;
}

div#tab-loader {
	margin-left:10px;
	position:absolute;
	overflow:hidden;
	width:265px;
	height:319px;	
}

div.tab-content {
	width:265px;
	height:319px;
	float:left;
	display:none;
}

div#tab-list {
	padding: 3px 0;
	margin-top: 1px;
	margin-bottom:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	list-style-type: none;
	text-align: left;
	float:left;
}
div#tab-list li {
	list-style-type:none;
	display:inline;	
}
div#tab-list ul {
	margin:0px;
	padding:0px;
}


div#tab-list li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 5px;
margin-right: 0px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
outline:0;
}

div#tab-list li a:visited{
color: #2d2b2b;
}

div#tab-list li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

div#tab-list li a.selected{ /*selected main tab style */
position: relative;
}

div.tab-select li { /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: #A00000;
padding-bottom:3px;
color:#FFFFFF;
}

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