/*
//-------------------------------------------------------------------------------------------------
//--------------------------vecicky okolo organizacni struktury----------------------------------//
//-------------------------------------------------------------------------------------------------
*/
#orgStructureC {
	height: 670px;
}

#orgStructure {
	position: absolute;
	top: 170px;
	width: 750px;
}

.orgPersonC {
	padding-top: 5px;
	clear: both;
	width: 100%;
	float: left;
}
.orgPerson {
	float: left; 
}


.orgPersonFirstC {
	float: left;
}
.orgPersonFirst {}


.orgImage {
	float: left;
	width: 160px;
}


.orgPersonOtherC {
	float: left;
}
.orgPersonOther {}


.orgOrganC {
	padding-top: 5px;
	clear: both;
}
.orgOrgan {
	clear: both;
}


.orgOrganDetailC {
	padding-bottom: 10px;
}
.orgOrganDetail {}

.orgPartyMembersC {}
.orgPartyMembers {
	padding-top: 10px;
}

/* 
//--------------------------------------------------------------------
//------ organizacni struktura, krajsky urad (odbor, oddeleni) -------//
//--------------------------------------------------------------------
*/
.orgDepartmentRow1C {
	margin-left: 250px;
	clear: both;
}

orgDepartmentRow1 {
}

.orgDepartmentRow2C {
	padding-top: 5px;
	padding-bottom: 10px;
	clear: both;
}

orgDepartmentRow2 {
	float:left; 
}

.orgDepartmentRow3C {
	margin-left: 110px;
	clear: both;
}

orgDepartmentRow3 {
	float:left; 
}

.orgDepartmentTopC {
	width: 250px;
	float:left; 
}

* html body .orgDepartmentTop {
	height: 70px;
}
.orgDepartmentTop {
	border: 1px solid #000000;
	background: #EDEDED;
	min-height: 70px;
	width: 235px;
	padding: 2px 2px 5px 5px;
}

.orgDepartmentC {
	float:left; 
	width: 250px;
	padding-bottom: 10px;
}
* html body .orgDepartment {
	height: 65px;
}

.orgDepartment {
	border: 1px solid #000000;
	width: 235px;
	min-height: 65px;
	padding: 2px 2px 5px 5px;
	white-space: nowrap;
}

.orgDivisionC {
	clear: both;
	padding-left: 20px;
}
.orgDivision {}


/*
//--------------------------------------------------------------------
//------ organizacni struktura, hledani v tel. seznamu -------
//--------------------------------------------------------------------
*/
.orgSearchResultsC {
	clear: both;
}
.orgSearchResults {
	clear: both;
}

.orgSearchResults th {
	background: #EDF9FF;
}
.orgSearchResults td {
	background: #F9F9F9;
}
.orgSearchResults table {
	width: 100%;
}

