﻿h1 {
    color: #ce9c63;
    font-size:28px;
    font-weight:bold;
    margin-bottom:5px;
}

h2
{
    font-size:14px;
    color: #815A31;
    font-weight:bold;
    padding-top:3px;
    margin-bottom:5px;
    border-bottom:1px dotted #815A31;
}

h3
{
    font-size: 14px;
    color:#ce9c63;
    font-weight: bold;
}

/*
div.divLeftMenu
{
    float:left;
	width: 172px;
    margin-left:14px;
	xborder:1px solid green;
}

div.divContent
{
    width: 600px;
	margin-left: 195px;
	xborder:1px solid red;
}

div.divPageRight
{
    float:right;
    width:172px;
    margin-right:14px;
    xborder:1px solid blue;
}
*/


div.divSearch
{
    float:right; 
    margin-right:20px;
    margin-top:20px;
    width:250px;    
}
/*
DIV.modal_background
{
    background-color: Black;
    filter: alpha(opacity=70);
    background-color: Black;
    opacity: 0.8;
}
*/
div.lightbox_description 
{
    text-align:center;
    /*font-family:Verdana;*/
    font-size:12px;
    padding-bottom:4px;
}




/******************** path *********************/

DIV.featureNavigationPath
{
    padding-top:3px;
	white-space: nowrap;
	overflow: hidden;
    font-weight:bold;
    font-size:11px;
}

	DIV.featureNavigationPath SPAN.pathElement {
		display: inline-block;
		padding: 2px 4px 4px 15px;
		background-image: url(../Images/path_bullet_black.gif);
		background-position: left center;
		background-repeat: no-repeat;
		max-width: 40ex;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

DIV.featureNavigationPath SPAN.pathElementFirst
{
	background-image: none;
	padding-left: 0;
}

DIV.featureNavigationPath SPAN.pathElement A
{
	color: #000000;
	text-decoration: none;
	display: block;
}
DIV.featureNavigationPath SPAN.pathElement A:hover
{
	color: #A6B745;
    text-decoration:underline;
}
 

/************** Modalni dialog **************************/

/* Styl pozadi, ktery se nastavi na stranku, kdyz je zobrazen modalni dialog */
.PthModalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* Styl modalniho dialogu */
.PthModalPopup
{
	background-color: white;
    font-family:Trebuchet MS;
    font-size:12px;
	border-width: 1px;
	border-style: outset;
	border-color: white;
	padding: 0px;
	margin: 0px;
	color: black;
}

/* Nadpis dialogu */
.PthModalPopup .PthPopupHeading
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	background-color: #90643D;
	color: White;
	margin: 0px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	cursor: move;
}

.PthModalPopup .PthPopupHeading INPUT
{
	float: right;
	margin: 2px 2px 0 0;
	cursor: pointer;
}

.PthModalPopup .PthPopupContent
{
	padding: 10px;
	background-color: White;
	color: #404040;
}

.ajax__validatorcallout
{
	color: Red;
}


DIV.PthMessagePanel
{
	background-color: #fcdd8d;
	margin: 10px 0;
	border: dashed 1px red;
	padding: 5px 5px 5px 20px;
}
