/* LEFT PANEL */
#leftPanel {
	display: block;
	float: left;
	width: 200px;
	height: auto;
}
.leftSpace {
	display: block;
	width: 200px;
	height: 5px;
}
#searchPanel {
	margin: auto;
	width: 200px;
	height: auto;
}


#searchPanel input.text{
	width: 100px;
}

.searchSpace {
	display: block;
	width: 200px;
	height: 5px;
}
#searchPanelTitle {
	width: 200px;
	height: 35px;
	background: url('../gfx/leftTitle.jpg') 0 0 no-repeat;
}
#searchPanelTitleText {
	width: 200px;
	height: 45px;
	font-weight: bold;
	font-size: 11pt;
	color: white;
	padding-left: 60px;
	padding-top: 5px;
}
.searchText {
	width: 200px;
	height: auto;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}
.searchInput {
	text-align: center;
	width: 200px;
	height: auto;
}
#actionText {
	width: 200px;
	height: auto;
	padding-left: 10px;
	font-size: 8pt;
	font-weight: bold;
	color: red;
}
#mainMenu {
	margin: auto;
	width: 200px;
	height: auto;
}
#mainMenuTitle {
	width: 200px;
	height: 30px;
	background: url('../gfx/leftTitle.jpg') 0 0 no-repeat;
}

div.left_menu li a {
	padding-left:30px;
	display: block;
	cursor: pointer;
	width: 170px;
	height: 20px;
	color: black;
	text-decoration: none;
	font-size: 10pt;
}
div.left_menu li a:hover {
	background-color: #AAAAAA;
}
div.left_menu li a.aktivni {
    font-style: italic;
    font-weight: bold;
	font-size: 9pt;
}

div.left_menu ul{
    margin-left:0px;
    padding-left:0px;
}
div.left_menu ul li{
    list-style-type: none;
}


div.left_menu ul li h2 a {
	padding-left: 60px;
	padding-top: 5px;

	display: block;
	cursor: pointer;
	width: 200px;
	height: 30px;
	font-weight: bold;
	font-size: 11pt;
	color: white;
	text-decoration: none;
	background: url('../gfx/leftTitle.jpg') 0 0 no-repeat;
}
div.left_menu ul li h2 a:hover{
	background: url('../gfx/leftTitlePress.jpg') 0 0 no-repeat;
}



#mainMenuItem {
	width: 190px;
	height: 20px;
}
#mainMenuLink {
	display: block;
	width: 200px;
	height: 30px;
}
#mainMenuDot {
	margin: auto;
	width: 7px;
	height: 11px;
	background: url('../gfx/leftItem.jpg') 0 4px no-repeat;
}
#mainMenuSpace {
	float: left;
	width: 15px;
	height: 20px;
}
#mainMenuText {
	margin: auto;
	width: 160px;
	height: 20px;
}

a.mainMenuButton {
	padding-left:30px;
	display: block;
	cursor: pointer;
	width: 170px;
	height: 20px;
	color: black;
	text-decoration: none;
	font-size: 10pt;
}
a:hover.mainMenuButton {
	background-color: #AAAAAA;
}

