/*
//-------------------------------------------------------------------------------------------------
//--------------------------vecicky okolo organizacni struktury----------------------------------//
//-------------------------------------------------------------------------------------------------
*/
.orgPersonLineC {
    float: left;
    width: 550px;
    padding: 20px 0 0 0;
    border-bottom: 1px solid #cccccc;
}

#orgStructureC {
    float: left;
    width: 560px;
    font-size: 0.9em;
}

#orgStructure {
    float: left;
	width: 560px;
}

.orgPersonC {
	padding: 10px 0px;
	clear: both;
	width: 100%;
	float: left;
	border-bottom: 1px solid #cccccc;
}
.orgPerson {
	float: left; 
}

.orgPerson span {
	background: url(../images/bg-more-info.png) right no-repeat;
	padding: 0 11px 0 0;
	width: auto;
	float: left;
	
}
.orgPerson a 
{
	text-decoration: underline;
}
.orgPerson a:link, 
.orgPerson a:visited {
	color: #3043a9;
	text-decoration: underline;
}

.orgPerson a:hover, 
.orgPerson a:focus, 
.orgPerson a:active {
    color: #3043a9;
	 text-decoration: none;
}
.orgPersonZC {
	padding-top: 10px;
	width: 270px;
	margin-right: 10px;
	float: left;
	border-bottom: 1px solid #cccccc;
}

.orgInfo {
	width: 200px;
	float: right;
}

.orgInfo span {
	background: url(../images/bg-more-info.png) right no-repeat;
	padding: 0 11px 0 0;
	width: auto;
	float: left;
	
}
.orgInfo a 
{
	text-decoration: underline;
}
.orgInfo a:link, 
.orgInfo a:visited {
	color: #3043a9;
	text-decoration: underline;
}

.orgInfo a:hover, 
.orgInfo a:focus, 
.orgInfo a:active {
    color: #3043a9;
	 text-decoration: none;
}

.orgPersonZ {
	float: left; 
}

.orgPersonFirstC {
	float: left;
}
.orgPersonFirst {}


.orgImage {
	float: left;
	width: 90px;
}

.orgImage img {
	float: left;
	width: 70px;
}

.orgImg {
	float: left;
	clear: none;
	width: 70px;
	height: 75px;
}
.orgImg img {
	width: 50px;
	float: left;
}

.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 {
	width: 280px;
	clear: both;
    display: block;
    margin: 0 auto 0 auto;
    text-align: left;
        padding: 10px 0;
}

orgDepartmentRow1 {
    text-align: left;
}

.orgDepartmentRow2C {
	padding-top: 5px;
	padding-bottom: 10px;
	clear: both;
}

orgDepartmentRow2 {
	float:left; 
}

.orgDepartmentRow3C {
	width: 560px;
	clear: none;
	float: left;
	padding: 10px 0;
}

orgDepartmentRow3 {
	float:left; 
	width: 560px;
	clear: none;
}

.orgDepartmentTopC {
	width: 260px;
	float:left;
	padding: 0 7px; 
}

* html body .orgDepartmentTop {
	height: 70px;
}
.orgDepartmentTop {
	border: 1px solid #0250A7;
	background: #EDEDED;
	min-height: 70px;
	width: 255px;
	padding: 2px 2px 5px 5px;
	clear: none;
}

.orgDepartmentC {
	float:left; 
	width: 260px;
	padding: 0 7px 10px 7px;
}

* html body .orgDepartment {
	height: 65px;
}

.orgDepartment {
	border: 1px solid #0250A7;
	width: 255px;
	min-height: 65px;
	padding: 2px 2px 5px 5px;
}

.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%;
}

