body, html{
	font-family:Tahoma,Verdana,Sans-Serif;
	font-size:11px;
	text-align: center;
	background-color: #385324;
	color: #806231;
}

img{
	border: 0 none;
}

form{
	padding:0; margin: 0; border: 0 none;
}

a {
	color: #806231;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

div.socialLink {
       font-size:13px;
       font-weight:bold;
       padding-left:3px;
       padding-right:4px;
       display:inline;
}

span.socialLink {
       font-size:13px;
       font-weight:bold;
	   margin: 4px;
       vertical-align: 50%;
}

span.alternativeNames {
    display:inline-block;
    vertical-align: bottom;
    max-width: 150px;
    margin-left: 16px;
    white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    -o-text-overflow: ellipsis;  
    -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');  
}
	
/* main block setup, rounding, centering, ... */
#page{
	text-align: left;
	margin: 0 auto;
	background: url(../img/mainBackground.jpg) top left no-repeat #ffe1a1;
	width: 950px;
	padding:0;
	border: 1px solid #2c411c;
	border-width: 0 1px;
	position: relative;
}

#pageBottomRounding, #pageTopRounding {
	width: 952px;
	padding:0; border:0;
	margin: 0 auto;	
	font-size: 1px;
	height: 7px;
	background: url(../img/page-bottom-line.gif) top center no-repeat;
}

#pageTopRounding{
	background: url(../img/page-top-line.gif) top left no-repeat #ffe1a1;
}


/* positioning of main parts - head, left column, main content block */
#headerWrapper{
	position: relative;
	height: 42px;
}

#leftColumn{
	width: 180px;
	float: left;
	padding: 0 3px 0 7px;
	margin: 123px 0 0 0;
	
}

#mainContent{
	width:748px;
	margin: 0 0 0 192px;
	background-color: #fff4dd;
	border: 1px solid #d0b281;
	border-width: 0px 1px;
	padding: 0 0 13px 0;
}

/* header content */
#voyagesLink{
	float: right;
	padding: 0 10px;
	line-height: 16px;
}

#voyagesLink img{
	vertical-align: -2px;
}

#voyagesLink a{
	color: #c60606;
}




/* blocks before and after main content - rounded corners effect */

#maincontentBottomRounding, #mainMenu {
	width: 750px;
	padding:0; border:0;
	margin: 0 0 0 192px;	
	font-size: 1px;
	height: 7px;
	background: url(../img/maincontent-bottom-line.gif) top left no-repeat;
}

#mainMenu{ /*also round cornes for maincontent */
	background: url(../img/maincontent-top-line.gif) bottom left no-repeat;
	height: 66px;
	position: relative;
	
}

#HPLink{
	display: block;
	width: 300px;
	height: 55px;
}

#menuItemAfricanData{
	display: block;
	position: absolute;
	bottom: 0;
	right: 130px;
	width: 107px;
}

#menuItemHelp{
	display: block;
	position: absolute;
	bottom: 0;
	right: 66px;
	width: 61px;
}

#menuItemAbout{
	display: block;
	position: absolute;
	bottom: 0;
	right: 1px;
	width: 63px;
}

#mainMenu .activeMenu{
	margin: 0;
}
#mainMenu .inactiveMenu{
	margin-bottom: 9px;
}


/* footer */

#footerLight{
	padding: 5px; 
	font-size: 10px;
	height: 34px;
	clear: both;	
}

#footerLight div{
	float: right;
}

#footerLight div img{
	float: left;
	padding: 0 5px;
}


#footerDark{
	width: 952px;
	margin: 0 auto;	
	padding: 2px 0;
	font-size: 10px;
	text-align: right;	
}

#footerDark a{
	color: #88987c;
	font-weight: normal;
	padding: 0 11px;
}


/* general formating inside main content */

#logonInfo{
	float:right;
	padding: 3px 10px;
}

#breadcrumbNavigation{
	padding: 5px 10px 10px 10px;
}



#mainContent h1{
	background-color: #c96f60;
	margin: 0;
	padding: 3px 9px;
	color: #fff;
	font-size: 14px;
	text-align: left;
}

#mainContent h2{
	font-size: 14px;
}

#mainContent h3{
	font-size: 11px;
}



/* search parameters in left menu */
.searchParameterBox h3{
	margin: 0; padding: 0;
	font-size: 110%;
	font-weight: bold;
}

.searchParameterBox{
	padding: 3px 5px 6px 5px;
	background: url(../img/srchHR.gif) bottom left no-repeat;
}

.searchParameterBox .txtDlouhy{
	width: 165px;
	border: 1px solid #676767;
	background-color: #ffffff;
}

div.floatPanel{
	display:none;
	width: 180px;
	position: absolute;
	border: 1px solid #d0b281;
	background-color: #fff4ee;
	padding: 5px 10px;
	text-align:left;	
}

div.floatToggleLabel{
	display:inline;
	color: #c60606;
	cursor: pointer;
	padding: 0 2px 0 2px;
	z-index: 1;
}

#pnlParameterOptions{
	display:none;
	width: 180px;
	position: absolute;
	border: 1px solid #d0b281;
	background-color: #fff4ee;
	padding: 5px 10px;
	text-align:left;
	left: 30px
}

#pnlParamVisibility{
	text-align:right;
	color: #c60606;
	cursor: pointer;
	padding: 5px 10px 0 0;
}

.dataTable{
	margin: 0 10px;
	border: 1px solid #816433;
	border-collapse: collapse;
	width: 728px;
}

.dataTable th{
	background-color: #d9c19a;
	padding: 4px 3px;
}

.dataTable .pager td{
	background-color: #d9c19a;
	padding: 4px 3px;
	border: 1px solid #816433;
	border-width: 1px 0 0 0;
}

.dataTable td{
	padding: 2px 0 2px 5px;
}

.dataTable .even td{
	background-color: #ffffff;
	cursor: pointer;
}

.dataTable .odd td{
	background-color: #f3ecdf;
	cursor: pointer;
}



.manageCol{
	width: 100%;
	text-align: right;
	position: relative;
	margin: 10px 0 0 0;
}

.manageCol span{
	color: #c60606;
	text-align: right;
	padding: 0 20px 0 0;
	cursor: pointer;
}

.manageCol #columnSetup{
	position: absolute;
	top: 15px;
	right: 10px;
	border: 1px solid #d0b281;
	background-color: #fff4ee;
	padding: 5px 10px;
	text-align:left;
	display: none;
}

.hpTopRnd{
	background: url('../img/hpTopRnd.gif') top left no-repeat;	
	width: 100%;
	height: 7px;
	margin: 0 0 0 4px;
}

.hpBottomRnd{
	background: url('../img/hpBottomRnd.gif') top left no-repeat;	
	width: 100%;
	height: 7px;
	margin: 0 0 0 4px;
}

.hpFormContent {
	border: 1px solid #d1b382;
	border-width: 0 1px 0 1px;
	width: 738px;
	margin: 0 0 0 4px;
}

#hpQuickLinks a{
	display: block;
	padding: 0 0 0 15px;
	background: url('../img/ptTriangRed.gif') top left no-repeat;
	background-position: 0 1px;
	margin: 0 0 5px 5px;
	color: #c60606;
	font-weight: normal;
}


#lmSearch, #hpQuickLinks{
	width: 180px;
	color: #806231;
	margin: 0;
}


#lmSearch .topRnd, #hpQuickLinks .topRnd{
	background: url('../img/menuBoxTop.gif') top left no-repeat;	
	width: 100%;
	height: 7px;
}

#lmSearch .bottomRnd, #hpQuickLinks .bottomRnd{
	background: url('../img/menuboxBot.gif') top left no-repeat;	
	width: 100%;
	height: 7px;
}

#lmSearch .searchContent, #hpQuickLinks .searchContent{
	border: 1px solid #d0b281;
	border-width: 0 1px;
	width: 100%;
	background-color: #fff4dd;
	padding: 7px 0;
} 


.topTabs{
	margin: 20px;
	border: 1px solid #d0b281;
	border-width: 0 0 1px 0;
	padding: 4px 10px 4px 10px;
	height: 17px;
}

.topTabs a{
	float: left;
	font-weight: normal;
	border: 1px solid #d0b281;
	border-width: 0 0 1px 0;
	text-align: center;
	padding: 4px 0;
	margin: 0 0 0 5px;
	width: 111px;
	background: url(../img/detailTopMenu.gif) top left no-repeat #fff4dd;
}

.topTabs .selected{
	border-width: 0;
	padding-bottom: 5px;
	color: #c60606;
}


.pnlAfricanDetail{
	width: 300px;
	padding: 10px;
}

.pnlAfricanDetail h4, .pnlBeDetail h4{
	margin: 0;
	padding: 0 0 3px 15px;
	font-size: 110%;
	border: 1px dashed #d0b281;
	border-width: 0 0 1px 0;
	
	background: url(../img/ptArrowRight.gif) top left no-repeat;
	background-position: 0px 2px;
	
}

.positionTab {
	width: 100%;
}

.pnlAfricanDetail .positionTab td{
	vertical-align: top;
}

.nameBox, .textBox{
	width: 295px;
	height: 20px;
	border: 1px solid #676767;
}

.regBox{
	width: 205px;
	height: 20px;
	border: 1px solid #676767;
}


.nameSuggestion textarea, .contribArea{
	width: 295px;
	height: 62px;
	border: 1px solid #676767;
	margin: 0;
}

.nameSuggestion{
	padding: 10px;
	width: 330px;
	float: left;
	height: 150px;
}

.searchHistoryBox{
	padding: 3px 5px 6px 5px;
	background: url(../img/srchHistoryHR.gif) bottom left no-repeat;
}

/* *********************************** */
.searchHistoryLeft .topRnd{
	background: url('../img/srchHistoryBoxTop.gif') top left no-repeat;	
	width: 100%;
	height: 7px;
}

.searchHistoryLeft .bottomRnd{
	background: url('../img/srchHistoryBoxBot.gif') top left no-repeat;	
	width: 100%;
	height: 7px;
}

.searchHistoryLeft .content{
	background-color: #d0b281;
}

.emphA{
	color: #c60606;
}

.contributionLinkBox{
	clear: both;
	float: right;
	width: 420px;
	
}

.contributionLinkBox h3{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin:0; 

}
.contribTextWrapper{
	width: 418px;
	background: url(../img/contrRoundBottom.png) bottom left no-repeat #d0b281;
}

.contribText{
	width: 418px;
	background: url(../img/contrRoundTop.png) top left no-repeat;
	padding: 10px;
	color: #fff;
	position: relative;
}

.contribText img{
	margin: 30px 0 0 10px;
}


.contributionLinkBox p{
	clear: both;
	background: #d0b281;
	padding: 10px;
	margin: 0;
}

.pronunciationDetail{
	background: url(../img/pronounceIconActive.png) top left no-repeat;
	padding: 0 10px 0 22px;
	cursor: pointer;
}

.pronunciationDisabledDetail{
	background: url(../img/pronounceIconInactive.png) top left no-repeat;
	padding: 0 0 0 22px;
}

.hrLine{
	clear: both;
	margin: 0;
	font-size: 2px;
	margin: 0 10px;
	padding: 0;
	font-size: 110%;
	border: 1px dashed #d0b281;
	border-width: 0 0 1px 0;
}

.editedParam{
	background: #d0b281;
}

.hpSelectTable tr{
	height: 102px;
}

.profileVal{
	font-weight: bold;
	text-align: right;
}

.cleaner{
	font-size: 1px;
	width: 1px;
	height: 1px;
	clear: both;
}

.chbSimChecked {
	background: url('../img/chCheck.png') no-repeat;
}

.chbSimUnchecked {
	background: url('../img/chUncheck.png') no-repeat;
}

.chbSimPartial {
	background: url('../img/chPartial.png') no-repeat;
}

.centerLocationList li{
	font-weight: bold;
	cursor: pointer;
}

.subnote{
	color: #f55;
	vertical-align: super;
	font-size: 80%;
}

.scrollData{
	width:100%;
	height: 250px;
	overflow: auto;
}


.errorBox{
	margin: 5px 30px 0 30px;
	padding: 0;
	color: #d32c06;
	border: 1px solid #d32c06;
}