﻿/****************************************************************************************/
/*                                                                                      */
/* Bohuslav Sobotka website - GLOBAL DESIGN                                             */
/*                                                                                      */
/* Version:         2009-07-19 03:00                                                    */
/* Last changed by: Josef Vondracek, Soft Evolution s.r.o.                              */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

body
{
	background: url(Images/background.png) repeat-x 0px 0px;
	font-size: 100%;
	font-family: "Verdana", "Tahoma", "Arial";
	font-family: Verdana, Tahoma, Arial;
}

form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, body, form, dl, dd, dt
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, input, select, textarea
{
	font-size: 100%;
	font-family: "Verdana", "Tahoma", "Arial";
	font-family: Verdana, Tahoma, Arial;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #272727;
}

label
{
	cursor: pointer;
}

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

/*======================================================================================*/

#page
{
	width: 964px;
	padding: 14px 22px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	background: white;
	position: relative;
	font-size: 70%;
}

/*======================================================================================*/
/* TOP PANEL HOLDER                                                                     */
/*======================================================================================*/

#topPanelHolder
{
	width: 961px;
	height: 47px;
	display: block;
	overflow: visible;
	position: relative;
	background: url(images/top-panel.png) no-repeat left top;
}

#topPanelHolder #logo
{
	width: 110px;
	height: 119px;
	position: absolute;
	left: 22px;
}

#topPanelHolder strong
{
	display: none;
}

/*======================================================================================*/

/*======================================================================================*/

/*======================================================================================*/


/*======================================================================================*/
/* MIDDLE PANEL                                                                         */
/*======================================================================================*/

#middlePanel
{
	width: 961px;
	padding: 18px 0;
	clear: both;
}

/*======================================================================================*/

/*======================================================================================*/

/*======================================================================================*/


/*======================================================================================*/
/* CONTENT PANEL                                                                        */
/*======================================================================================*/

#contentPanel
{
	width: 691px;
	float: right;
	display: block;
	overflow: hidden;
	color: #272727;
}

#contentPanel a
{
	color: #272727;
}

#contentPanel h2 a
{
	color: #EB8011;
}

/*======================================================================================*/

#contentPanel .dottedLine
{
	width: 100%;
	height: 2px;
	display: block;
	overflow: hidden;
	border-top: 1px dotted #c1c1c1;
}


/*======================================================================================*/
/* MENU PANEL                                                                           */
/*======================================================================================*/

#menuPanel
{
	width: 269px;
	display: block;
	overflow: hidden;
	float: left;
}

/* MENU DESIGN =========================================================================*/

#menuPanel #menu
{
	width: 260px;
	height: 344px;
	display: block;
	background: url(images/menu-panel.png) no-repeat left top;
}

#menuPanel #menu ul
{
	position: relative;
	left: 29px;
	top: 79px;
	z-index: 10000;
	list-style: none;
	font-size: 115%;
}

#menuPanel #menu ul li
{
	padding: 0 0 15px 0;
	list-style: none;
}

#menuPanel #menu ul li a
{
	color: White;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/* DUPLICATED MENU DESIGN - BOTTOM NAVIGATION + NORMAL MENU SHADOW =====================*/

#topPanel #menuDuplicated
{
	position: absolute;
	left: 52px;
	top: 159px;
	z-index: 9000;
	list-style: none;
	font-size: 115%;
}

#topPanel #menuDuplicated li
{
	padding: 0 0 15px 0;
	list-style: none;
}

#topPanel #menuDuplicated li a
{
	color: #c06a08;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}	

/* LEFT PANEL GRAY BOXES ===============================================================*/

#menuPanel .infoBlock
{
	width: 267px;
	margin: 13px 0 0 0;
}

#menuPanel .infoBlock .top
{
	width: 100%;
	height: 39px;
	background: url(images/info-panel-top.png) no-repeat left top;
}

#menuPanel .infoBlock .top h2
{
	position: relative;
	left: 28px;
	top: 12px;
	color: #8e8d8d;
	font-size: 125%;
}

#menuPanel .infoBlock  .borders
{
	width: 100%;
	background: url(images/info-panel-content-borders.png) repeat-y left top;
}

#menuPanel .infoBlock .content
{
	width: 260px;
	min-height: 130px;
	padding: 5px 0 15px 0;
	background: url(images/info-panel-content.png) no-repeat 1px center;
}

#menuPanel .infoBlock .bottom
{
	width: 100%;
	height: 17px;
	background: url(images/info-panel-bottom.png) no-repeat left bottom;
}

/*==========================================*/

#menuPanel .infoBlock .content .item
{
	padding: 15px 15px 0 15px;
	clear: both;
}

#menuPanel .infoBlock .content .item span
{
	width: 84px;
	height: 17px;
	padding: 2px 0 0 0;
	display: block;
	background: url(images/info-panel-date.gif) no-repeat left top;
	color: #777777;
	text-align: center;
}

#menuPanel .infoBlock .content .item a
{
	margin: 5px 0 0 0;
	display: block;
	color: #6b6b6b;
	text-decoration: none;
	position: relative;
	left: 10px;
}

#menuPanel .infoBlock .content .item a:hover
{
	text-decoration: underline;
}

#menuPanel .infoBlock .content .item p
{
    padding: 0 10px;
	color: #6B6B6B;
}

#menuPanel .infoBlock .content .item a.more
{
    padding: 5px 10px 0px 10px;
	clear: both;
	float: right;
	color: #777777;
	text-decoration: underline;
}

#menuPanel .infoBlock .content .item a.more:hover
{
	text-decoration: none;
}

/*==========================================*/

#menuPanel .infoBlock .content .links
{
	padding: 10px 0 0 0;
}

#menuPanel .infoBlock .content .links a
{
	width: 100%;
	margin: 0 0 15px 0;
	display: block;
	text-align: center;
}

#menuPanel .infoBlock .content .links a img
{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

#menuPanel .infoBlock .content .links a:hover img
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

/*==========================================*/

#menuPanel .infoBlock .content .questionnaire
{
	padding: 0 15px 15px 15px;
	position: relative;
}

#menuPanel .infoBlock .content .questionnaire p
{
	padding: 5px 0 15px 0;
	display: block;
	clear: both;
	color: #777777;
}

#menuPanel .infoBlock .content .questionnaire .answer
{
	padding: 10px 0 10px 0;
	position: relative;
	display: block;
	overflow: hidden;
}

#menuPanel .infoBlock .content .questionnaire .answer .text
{
    clear: both;
    display: block;
	position: relative;
	top: -5px;
	color: #777777;
	font-weight: bold;
}

#menuPanel .infoBlock .content .questionnaire .answer .graphic
{
    height: 26px;
	position: relative;
}

#menuPanel .infoBlock .content .questionnaire .answer .graphic .minus,
#menuPanel .infoBlock .content .questionnaire .answer .graphic .plus
{
	width: 200px;
	height: 26px;
	position: absolute;
	left: 0px;
	top: 0;
}

#menuPanel .infoBlock .content .questionnaire .answer .graphic .plus
{
	z-index: 10000;
	background: url(images/questionnaire-plus-long.gif) no-repeat 0px 0px;
}

#menuPanel .infoBlock .content .questionnaire .answer .graphic .minus
{
	z-index: 9999;
	background: url(images/questionnaire-minus-long.gif) no-repeat 0px 0px;
}

#menuPanel .infoBlock .content .questionnaire .answer .graphic .amount
{
	width: 150px;
	height: 26px;
	position: absolute;
	left: 205px;
	top: 5px;
	color: #777777;
}

#menuPanel .infoBlock .content .questionnaire .archive
{
	position: absolute;
	right: 15px;
	bottom: 0px;
	color: #777777;
}

#menuPanel .infoBlock .content .questionnaire .archive:hover
{
	text-decoration: none;
}



/* CALENDAR BOX ============================*/

#menuPanel .infoBlock .content .calendar
{
	
}

#menuPanel .infoBlock .content .calendar table
{
	margin: 10px auto 0 auto;
	position: relative;
	top: -5px;
	font-size: 90%;
}

#menuPanel .infoBlock .content .calendar table a
{
	color: #5b5b5b;
	text-decoration: none;
}

#menuPanel .infoBlock .content .calendar table a:hover
{
	text-decoration: underline;
}

#menuPanel .infoBlock .content .calendar table span
{
	color: #989595;
}

#menuPanel .infoBlock .content .calendar .dayName
{
	padding: 0 0 5px 0;
	color: #7f7f7f;
	text-transform: uppercase;
}

#menuPanel .infoBlock .content .calendar table td.day
{
	width: 21px;
	height: 16px;
	padding: 0 1px 2px 0;
	background: url(images/calendar-empty.png) no-repeat 0px 0px;
}

#menuPanel .infoBlock .content .calendar table td.today
{
	background: url(images/calendar-today.png) no-repeat 0px 0px;
}

#menuPanel .infoBlock .content .calendar table td.today a,
#menuPanel .infoBlock .content .calendar table td.today span
{
	color: White;
	font-weight: bold;
}

#menuPanel .infoBlock .content .calendar table td.action
{
	background: url(images/calendar-action.png) no-repeat 0px 0px;
}

/*======================================================================================*/
/* BOTTOM PANEL                                                                         */
/*======================================================================================*/

#bottomPanel
{
	width: 961px;
	height: 20px;
	padding: 15px 0 5px 0;
	clear: both;
	color: #272727;
	border-top: 1px solid #d1d1d1;
}

/* BOTTOM PANEL TEXT ===================================================================*/

#bottomPanel p
{
	float: left;
}

/* BOTTOM PANEL RSS AND EMAIL LINKS ====================================================*/

#bottomPanel .right
{
	float: right;
	position: relative;
	top: -5px;
}

#bottomPanel a
{
	padding: 5px 10px 5px 25px;
	display: block;
	float: right;
	text-decoration: none;
}

#bottomPanel a:hover
{
	text-decoration: underline;
}

#bottomPanel a.rss
{
	background: url(images/link-rss.png) no-repeat left center;
}

#bottomPanel a.email
{
	background: url(images/link-email.png) no-repeat left center;
}

/*======================================================================================*/
/* TOP PANEL                                                                            */
/*======================================================================================*/

#topPanel
{
	width: 961px;
	position: absolute;
	left: 0;
	top: 0;
}

/* SEARCH PANEL ========================================================================*/

#topPanel #searchPanel
{
	width: 218px;
	height: 26px;
	position: absolute;
	left: 730px;
	top: 24px;
	display: block;
	overflow: hidden;
	background: url(images/search-panel.png) no-repeat left top;
}

#topPanel #searchPanel .button
{
	width: 38px;
	height: 24px;
	position: absolute;
	left: 1px;
	top: 1px;
	border: none;
	background: #ee8f24 url(images/search-panel-button.png) no-repeat left top;
	cursor: hand;
	cursor: pointer;
}

#topPanel #searchPanel .text
{
	width: 162px;
	height: 17px;
	padding: 4px 6px 0 6px;
	margin: 0;
	position: absolute;
	left: 39px;
	top: 1px;
	border: none;
}