INPUT {
       font-size: 9pt;
}

.main #search P {
       margin-bottom: 20px;
}

.main H1, #search H1 {
        font-size: 13pt;
        color: #999999;
        font-weight: bold;
        padding-bottom: 15px;        
        margin: 0px 0 0px 0;		
}
#content H4 A {
		color: #666666;
        font-size: 9pt;
        font-weight: bold;
}

/*********************************/
/*** vychozi styly pro det. uzlu */
/*********************************/
#signpost IMG, #module IMG {
       margin-bottom: 5px;
}
#signpost TABLE IMG, #module TABLE IMG {
       margin-bottom: 0px;
}
#signpost IMG.noborder, #module IMG.noborder {
       border: none;
}
#signpost P, #module P, #document P, #usermodule P {
       padding: 0;
       margin: 0 10px 20px 0px;
       font-size: 9pt;       
}
#signpost A, #module A, #search A, #usermodule A {
       color: #416FAE;
       font-weight: normal;
}
#signpost .strong, #module A.strong, #usermodule .strong {
       font-size: 9pt;
       font-weight: bold;
}
#signpost A STRONG, #module A STRONG, #search A STRONG, #usermodule A STRONG {
       color: #435CCC;
       font-weight: bold;
}
#signpost UL LI {
        margin-left: 5px;
}
.main #usermodule UL {
        margin-left: 0px;
}
#usermodule UL LI {
        list-style: none;
}

/*********************************/
/*** seznam pripojenych souboru  */
/*********************************/
#fileList {
       width: 100%;
       float: left;
}
#signpost #fileList {
       margin-top: 20px;
}
#fileList H1 {
       color: #606163;
       font-size: 9pt;
       margin-bottom: 5px;
}
#fileList UL {
       padding: 0;
       margin: 0;
}
#fileList LI {
       list-style: none;
       margin-bottom: 5px;
       font-size: 8pt;
}
#fileList LI IMG {
       float: left;
}
#fileList LI A {
    color: #000000;
    font-style: normal;
}

/*********************************/
/*** seznam podrizenych uzlu     */
/*********************************/
#content .main * #childStructureList UL {
       border-top: 1px solid #CCCCCC;	  	
       padding: 10px 0 0px 0; /* bot 10px */
       margin: 10px 0 0 0;
       line-height: normal;
}
#content .main * #childStructureList LI {
       list-style: none;
       padding: 0;
       margin: 0;

}
#content .main * #childStructureList LI A {
       font-size: 8pt;
}
#content .main * #childStructureList.noborder UL {
		padding: 0 0 0px 0;
		border-top: 0;
		background-image: none;
}


/*********************************/
/*** bublina                     */
/*********************************/
TD.alt { font-size: 8pt; }

.bold { font-weight: bold; color: #000000; }

.error { color: red; }


/*********************************/
/*** FOOTER                      */
/*********************************/
#content .main #footer {
       /*border-top: 1px solid #CACACA;*/
	   background-image: url(../img/dot.gif);
		background-position: left top;
		background-repeat: repeat-x;
}
#content .main #footer * {
       color: #666666;
}
#content .main #footer .copyright {
       float: left;
}
#content .main #footer .date {
       float: right;
}

/*********************************/
/*** MAPA WEBU                   */
/*********************************/
.tree {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	line-height: normal;
	font-family: Arial, Sans-serif;
}

.tree DIV.row {
	clear: left;
	width: 100%;
}

.tree SPAN {
		float: left;
        font-size: 9pt;
        vertical-align: top;
        color: #FFFFFF;
}

.tree SPAN.structure, .tree SPAN.admin, .tree SPAN.dataAdmin {
        padding: 2px 5px 0px 0px;
        font-weight: bold;
}
.tree SPAN.structure {
        background-color: transparent;
}
.tree SPAN.admin {
        background-color: transparent;
}
.tree SPAN.dataAdmin {
        background-color: transparent;
}

.tree SPAN.space, .tree SPAN.t1, .tree SPAN.t2, .tree SPAN.t3, .tree SPAN.t4 {
        width: 50px;
        font-size: 1pt;
        height: 22px;
}
.tree .spaceBetweenRows SPAN {
		font-size: 0pt;
		height: 5px;
}
.tree .doubleSpaceBetweenRows SPAN {
		font-size: 0pt;
		height: 5px;
}
.tree SPAN.t1 {
        background-image: url(../img/tree/1.gif);
}
.tree SPAN.t2 {
        background-image: url(../img/tree/2.gif);
}
.tree SPAN.t3 {
        background-image: url(../img/tree/3.gif);
}
.tree SPAN.t4 {
        background-image: url(../img/tree/4.gif);
}

.structure_ico {
        float: left;
}

.tree SPAN.structure_value {
        float: left;        
        margin-left: 2px;
        color: #707172;
        white-space: nowrap; 
        background-color: #E2E3E4;
        padding: 2px 8px 1px 8px;
}
.tree SPAN.structure_value A {
		color: #707172 !important;
		font-weight: bold !important;
		text-decoration: none !important;
}
.structure_languages {
        float: right;
        margin-left: 2px;
        font-size: 7pt !important;        
        color: #888888 !important;
        background-color: #F4F4F4;
        text-transform: uppercase;
        padding: 4px 6px 3px 6px;
}

.tree .view {
		display: block;
		width: 19px;
		height: 18px;
		margin-right: 0px;
		background-repeat: no-repeat;
		background-image: url(../img/tree/sipka.gif);
		cursor: pointer;
}

/***** PRAVY PANEL *****/
#content .mainright {
	float: left;
	width: 248px;
	margin: 4px 0 0 11px;
}

#content .mainright P {
	margin: 0 0 8px 0px;
	line-height: 160%;
	padding: 0;
}

/*********************************/
/* HR */
DIV.hr {
  padding: 0;
  margin: 2px 0 6px 0;  
  height: 1px;
  border-top: 1px solid #CCCCCC;
}

DIV.hr HR {
  display: none;
}

