/* Definice stylů pro menuleft_ul_li.jsp */

#menuleft {
	width: 185px;
}

#menuleft ul
{
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	list-style-type:none;
}

#menuleft li
{
	padding: 0px;
	margin: 0px;
	padding-left:12px;
}

#menuleft ul li
{
	font-size: 10px;
	color: #49777A;
	margin-bottom: 6px;
	margin-top: 6px;
}

#menuleft ul li.menuULDirOpen
{
	background-image: url(/images/layout/odrazka1.gif);
	background-position: 2px 3px;
	background-repeat: no-repeat;
}

#menuleft ul li ul li.menuULDirOpen
{
	background-image: url(/images/layout/odrazka2.gif);
	background-position: 2px 6px;
	background-repeat: no-repeat;
}


#menuleft ul li.menuULDirOpen a
{
	color: Black;
	text-decoration: underline;
}

#menuleft ul li.menuULDirClose
{
	background-image: url(/images/layout/odrazka1.gif);
	background-position: 2px 3px;
	background-repeat: no-repeat;
}

#menuleft ul li ul li.menuULDirClose
{
	background-image: url(/images/layout/odrazka2.gif);
	background-position: 2px 6px;
	background-repeat: no-repeat;
}

#menuleft ul li.menuULDirClose a
{
	color: #49777A;
	text-decoration: underline;
}
/*
#menuleft  a:hover
{
	text-decoration: underline;
}
*/
#menuleft ul li.menuULDocOpen
{
	background-image: url(/images/layout/odrazka1.gif);
	background-position: 2px 3px;
	background-repeat: no-repeat;
}

#menuleft ul li ul li.menuULDocOpen
{
	background-image: url(/images/layout/odrazka2.gif);
	background-position: 2px 6px;
	background-repeat: no-repeat;
}

#menuleft ul li.menuULDocOpen a
{
	text-decoration: underline;
	color: Black;
}

#menuleft ul li.menuULDocClose
{
	background-image: url(/images/layout/odrazka1.gif);
	background-position: 2px 3px;
	background-repeat: no-repeat;
}

#menuleft ul li ul li.menuULDocClose
{
	background-image: url(/images/layout/odrazka2.gif);
	background-position: 2px 6px;
	background-repeat: no-repeat;
}

#menuleft ul li.menuULDocClose a
{
	text-decoration: underline;
	color: #49777A;
}

/* Definice stylů pro další komponenty */

.galleryImage {
	border : 1px solid Gray;
}

.galleryImageDetail {
	padding: 5px;
	width: 100%;
	background-color: white;
}

.galleryListShortDescription {
	font-size: 10px;
	color: Black;
}

.galleryShortDescription {
	font-weight: bold;
	font-size: 12px;
	color: Black;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: white;
	width: 100%;
}

.galleryLongDescription {
	color: white;
	padding: 2px;
}

.galleryLista {
	color: white;
	width: 100%;
}

.galleryListaOdkaz {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.galleryListaOdkaz:visited {
	color: white;
	text-decoration: none;
}

.galleryListaOdkaz:hover {
	color: Black;
	text-decoration: none;
}

.newsTable {
	width: 100%;
}

.newsTableTitle {
	padding-left: 11px;
	font-weight: bold;
	padding-bottom: 3px;
}

.newsTableTitle a, .newsTableTitle a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #49777A;	
}

.newsTableTitle a:hover {
	color: Black;
	text-decoration: none;
}

.newsTableDate {
	background-image: url(/images/layout/odrazka_akt.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
	clear: both;
	margin-bottom: 2px;
	margin-top: 5px;
}

.newsTablePlace {
	padding-left: 10px;
	clear: both;
	margin-bottom: 2px;
	margin-top: 2px;
	font-weight: bold;
}

.newsTablePerex {
	padding-left: 11px;
}

.newsTableMore {
	text-align: right;
	margin-bottom: 3px;
}

.newsTableMore a, .newsTableMore a:visited {
	text-decoration: underline;
	padding-left: 10px;
	color: #49777A;
}

.newsTableMore a:hover {
	text-decoration: none;
	padding-left: 10px;
	color: Black;
}

.lineRight {
	border-right: 1px solid #D6D6D6;
}