ul.tabs {
    font-family: Arial, Helvetica, sans-serif;
	font-size:13px;    
	margin: 0;
    padding: 0 0 2px 0;
	line-height:20px;
	text-align:left;
}

li.tab {
    display: inline;
	padding: 5px 16px;
    list-style: none;
    background-color: #FFF;
	background: white url(/images/shade.gif) top left repeat-x;
    border: 1px #333 solid;
    /* -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; */
}

li.tab.active {
	font-weight:bold;
	background-image: url(/images/shadeactive.gif);
    border-bottom-color: #fff;
}

li.tab:hover {
	cursor:pointer;
	color:#F00;
}

li.tab.active:hover {
	color:#000;
}

div.content {
    margin: 1px 0 .5em 0;
    padding: 15px 15px 15px 15px;
    border: 1px #000 solid;
}

/* Countries Tabs */
#countries-tabs {
	width:760px;
	margin: 5px 0px 0px 0px;
}
#countries-tabs li.tab { 
	padding:5px 14px; 
}

/* Download Tabs */
#download-tabs {
	width:500px;
}
#download-tabs li.tab { 
	padding:5px 14px; 
}

/* International Tabs */
#international-tabs {
	width:900px;
}

#international-tabs div.content {
	padding-bottom:25px;
}

/* Language Tabs */
#language-tabs {
	width:760px;
}

/* Mobile Tabs */
#mobile-tabs {
	width:760px;
}
#mobile-tabs div.content {
	font: Verdana, Tahoma, Arial;
	font-size: 13px;
	line-height: 18px;
}
#mobile-tabs li.tab { 
	padding:5px 20px; 
}

/* Opportunities Tabs */
#opportunities-tabs {
	width:500px;
	margin: 10px 0px;
}
#opportunities-tabs div.content {
	height:320px;
	padding:0px 25px 0px 20px;
}
#opportunities-tabs li.tab { 
	padding:5px 11px; 
}

/* Prayer Card Tabs */
#prayer-card-tabs {
	width:760px;
}

#prayer-card-tabs li.tab { 
	padding:5px 10px 5px 9px; 
}

/* Powerpoint Tabs */
#powerpoint-tabs {
	width:500px;
}

#powerpoint-tabs li.tab { 
	padding:5px 13px; 
}

#powerpoint-tabs.content {
    margin: 1px 0 .5em 0;
    padding: 15px 15px 15px 10px;
    border: 1px #000 solid;
}

/* Statistics Tabs */
#statistics-tabs {
	width:500px;
}
