@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Calibri, Tahoma, Geneva, sans-serif; 
}
h1, h2, h3, h4, h5, h6, h7,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
	font-family: Cambria, Tahoma, Geneva, sans-serif; 
	color: #00538d;
}
p, li, td, th, button, input, select, textarea {
	font-family: Calibri, Tahoma, Geneva, sans-serif; 
}
#topmenu {
	background-image: url(images/top_menu_background.png);
	background-position: center top;
	width: 100%;
	height: 118px;
}
#topmenu #menucontent {
	width: 1024px;
	height: 118px;
	margin-left: auto;
	margin-right: auto;
}
#topmenu #image1 {
	background-image: url(images/top_menu.png);
	width: 1496px;
	height: 98px;
	position: absolute;
	margin-top: 12px;
	margin-left: -462px;
}
#topmenu #image2 {
	background-image: url(images/left_menu_top.png);
	width: 240px;
	height: 8px;
	position: absolute;
	margin-top: 110px;
}
#content-area {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#left-menu {
	width: 240px;
	background-image: url(images/left_menu_background.png);
    float: left;
}
#left-menu .menu-content {
	padding: 2px 18px 2px 16px;
	text-align: center;
}
#left-menu .menu-content * {
	margin: 0px;
	padding: 0px;
}
#user-info {
	width: 780px;
	margin-left: 244px;
	padding-top: 8px;
}
#content {
	width: 780px;
	margin-left: 244px;
	padding-top: 8px;
}
.errorrect {
	background-color: #FFF0D0;
	border: 1px solid #FF3300;
	padding: 8px;
	margin: 8px;
	width: 746px;
	color: #FF3300;
}
/* tohle se zruší... */
.bluerect {
	background-color: #f3f7fa;
	border: 1px solid #acc2d1;
	padding: 8px;
	margin: 8px;
	width: 746px;
}
.bluerect h1 {
	font-size: 18pt;
	padding-top: 0px;
	margin-top: 0px;
}
.bluerect h2 {
	font-size: 16pt;
	padding-top: 0px;
	margin-top: 8px;
	margin-bottom: 4px;
}
.bluerect .error {
	color: #c33105;
}
.bluerect .field {
	padding-bottom: 8px;
}
.bluerect .required {
	background-image: url(images/required_field.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.bluerect .field label {
	width: 246px;
	display: inline-block;
}
.bluerect .field input,
.bluerect .field textarea,
.bluerect .field .full-length {
	width: 460px;
	display: inline-block;
	vertical-align: top;
}
.bluerect hr {
	background-color: #acc2d1;
	height: 1px;
	border-style: none;
	margin: 8px 0px;
}
#content .bluerect .control-panel {
	margin-bottom: 0px;
}
/* ... až sem */
button {
	cursor: pointer;
}
button.link,
a {
	border: none;
	background-color: transparent;
	color: #003399;
	text-decoration: underline;
	cursor: pointer;
}
#left-menu .menu-content #menu-scroll-area {
	height: 400px;
	overflow: auto;
	text-align: left;
}
#left-menu .menu-content .menutitle {
	padding: 2px 10px 2px 10px;
}
#left-menu .menu-content .menuitem {
	padding: 0px 10px 0px 22px;
}
#left-menu .menu-content .menutitle,
#left-menu .menu-content .menutitle button {
	width: 186px;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}
#left-menu .menu-content .menuitem button {
	width: 174px;
	text-align: left;
	font-size: 80%;
	font-weight: normal;
}
#left-menu .menu-content #menu-scroll-area .menutitle,
#left-menu .menu-content #menu-scroll-area .menutitle button,
#left-menu .menu-content #menu-scroll-area .menuitem button {
	width: auto;
}
#left-menu .menu-content #menu-scroll-area .menuseparator {
	width: auto;
	overflow: hidden;
}
#left-menu .menu-content button {
	border: none;
	background-color: transparent;
	margin-bottom: 2px;
	padding: 4px;
	cursor: pointer;
}
#left-menu .menu-content button:hover {
	background-color: #d3e4f0;
}
img.portal-logo {
	float: right;
	padding: 4px;
}
button.portal-logo {
	float: right;
	border: none;
	background-color: transparent;
	padding: 4px;
}
#content h1 {
	margin-top: 0px;
	margin-bottom: 6px;
}
#content .control-panel {
	margin-top: 0px;
	margin-bottom: 14px;
}
.control-panel button {
	background-color: #f3f7fa;
	border: 1px solid #acc2d1;
	color: #00538d;
	padding: 2px 6px;
	margin-right: 1px;
}
.control-panel button:hover {
	background-color: #00538d;
	color: #f3f7fa;
}
button.yellowbtn {
	background-color: #fffef0;
	border: 1px solid #d0c0a0;
	color: #807000;
}
button.redbtn {
	background-color: #fff0f0;
	border: 1px solid #d0a0a0;
	color: #800000;
}
button.greenbtn {
	background-color: #f0fff0;
	border: 1px solid #a0d0a0;
	color: #008000;
}
button.yellowbtn:hover {
	background-color: #807000;
	border-color: #807000;
	color: #fffef0;
}
button.redbtn:hover {
	background-color: #800000;
	border-color: #800000;
	color: #fff0f0;
}
button.greenbtn:hover {
	background-color: #008000;
	border-color: #008000;
	color: #f0fff0;
}
.datagrid {
	background-color: #FFFFFF;
	width: 100%;
	border: none;
	empty-cells: show;
	overflow: scroll;
	border-spacing: 0px;
}
.datagrid td, .datagrid th {
	border-top: none;
	border-left: none;
	border-right: 1px solid #acc2d1;
	border-bottom: 1px solid #acc2d1;
	padding: 2px 4px;
	margin: 0px;
}
.datagrid td {
	vertical-align: top;
}
.datagrid thead td, .datagrid thead th {
	border-collapse: collapse;
	padding: 0px 4px;
	height: 1.65em;
	vertical-align: middle;
}
.datagrid tfoot td, .datagrid tfoot th {
	border-collapse: collapse;
	padding: 0px 4px;
	height: 1.5em;
	vertical-align: middle;
}
.datagrid .inactive td,
.datagrid .inactive th {
	color: #808080;
	background-color: #F0F0F0;
}
div.scrollableContainer { 
    position: relative;
	width: 746px;
    padding-top: 1.7em; 
    padding-bottom: 1.6em; 
    background: #f3f7fa;
	border-left: 1px solid #acc2d1;
	border-right: 1px solid #acc2d1;
	clear: right;
	margin-top: 8px;
}
div.no-header {
    padding-top: 0; 
}
div.no-footer {
    padding-bottom: 0; 
}
div.scrollingArea { 
    height: 500px;
	width: 746px;
    overflow-y: scroll;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #acc2d1;
	border-bottom: 1px solid #acc2d1;
}
.no-footer div.scrollingArea {
	height: 525px;
}
.datagrid {
	border-top: 1px solid #acc2d1;
	border-left: 1px solid #acc2d1;
}
.scrollableContainer .datagrid {
	border-top-style: none;
	border-left-style: none;
}
.scrollableContainer .datagrid thead {
    left: -1px; 
	top: 0px;
	border-right: 1px solid #acc2d1;
    position: absolute;
}
.datagrid thead {
	width: 748px;
	border-top: 1px solid #acc2d1;
	border-left: 1px solid #acc2d1;
	background: #f3f7fa;
}
.scrollableContainer .datagrid tfoot {
    left: -1px; 
	bottom: 0px;
	border-left: 1px solid #acc2d1;
	border-right: 1px solid #acc2d1;
    position: absolute;
}
.datagrid tfoot {
	width: 748px;
	background: #f3f7fa;
}
.datagrid .buttons {
	width: 99px;
	white-space: nowrap;
}
.datagrid .buttons button {
	margin-left: 5px;
	background-color: transparent;
	border: none;
	padding: 1px 2px;
	cursor: pointer;	
}
.datagrid button.link,
button.inline {
	text-align: left;
	padding: 0px;
	display: inline;
	font-size: 12pt;
}
.datagrid .inner-cell {
	border-right-color: #f3f7fa;
}
.datagrid .inner-cell-multi {
	border-bottom-color: #f3f7fa;
}
.datagrid .inactive .inner-cell {
	border-right-color: #E8E8E8;
}
.datagrid .inactive .inner-cell-multi {
	border-bottom-color: #E8E8E8;
}
.datagrid em {
	color: #808080;
}
.banner-preview {
	width: 747px;
	max-height: 520px;
	overflow: auto;
	margin-bottom: 8px;
}
#content-header {
	background-color: #f3f7fa;
	border: 1px solid #acc2d1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#content-header,
#dialog-header {
	border-bottom: none;
	padding: 4px 9px 4px 9px;
	margin: 0px;
	width: 760px;
}
.content-section {
	background-color: #f3f7fa;
	border: 1px solid #acc2d1;
	border-top: none;
	border-bottom: none;
}
.content-section,
.dialog-section {
	padding: 2px 9px 2px 9px;
	margin: 0px;
	width: 760px;
}
#content-message > div {
	background-color: #ccff33;
	border: 1px solid #006600;
	border-radius: 5px;
	padding: 9px;
	margin: 0px;
	width: 740px;
	text-align: left;
	color: #006600;
}
#content-error > div {
	background-color: #ffcc99;
	border: 1px solid #990000;
	border-radius: 5px;
	padding: 9px;
	margin: 0px;
	width: 740px;
	text-align: left;
	color: #990000;
}
#content-message p,
#content-error p {
	margin: 3px 0px;
}
#content-columns,
#dialog-columns {
	padding-bottom: 0px;
}
.content-body,
.dialog-body {
	padding-top: 0px;
	padding-bottom: 8px;
}
#content-body,
#dialog-body {
	overflow: auto;
}
#content-footer {
	border: none;
	border-top: 1px solid #acc2d1;
}
#content-footer,
#dialog-footer {
	padding: 0px 0px 6px 0px;
	margin: 0;
}
#content-footer .control-panel {
	border: 1px solid #CCCCFF;
	background: #F0F0FF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#content-footer .control-panel,
#dialog-footer .dialog-panel {
	margin-top: 2px;
	padding: 6px;
}
/* políčka formulářů */
#content h1,
#dialog h1 {
	font-size: 18pt;
	padding-top: 0px;
	margin-top: 0px;
}
#content h2,
#dialog h1 {
	font-size: 16pt;
	padding-top: 0px;
	margin-top: 8px;
	margin-bottom: 4px;
}
#content p,
#dialog p {
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
#content .indent,
#dialog .indent {
	text-indent: 24px;
}
#dialog .field {
	text-align: left;
}
.field {
	padding: 0px 0px 1px 0px;
}
.required {
	background-image: url(images/required_field.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.field label {
	width: 234px;
	display: inline-block;
	text-align: right;
	padding-right: 12px;
}
.field input,
.field textarea,
.field .full-length {
	width: 460px;
	display: inline-block;
	vertical-align: top;
}
#content hr {
	background-color: #acc2d1;
	height: 1px;
	border-style: none;
	margin: 8px 0px;
}
#content .control-panel {
	margin-bottom: 0px;
}
/* dialogová okna */
#dialog {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: url(images/dlg_background.png);
	z-index: 1000;
}
#dialog-window {
	position: absolute;
	background-color: window;
	border: 6px solid #99CCFF;
	padding: 8px;
	text-align: center;
}
#dialog-window h1 {
	font-size: 18pt;
	padding: 4px;
	margin: 0px 0px 6px 0px;
	background-color: #99CCFF;
}
#dialog-window h2 {
	font-size: 16pt;
	padding-top: 0px;
	margin-top: 8px;
	margin-bottom: 4px;
}
#dialog-window p {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	text-align: center;
}
#dialog-window hr {
	background-color: #99CCFF;
	height: 1px;
	border-style: none;
	margin: 8px 0px;
}
#dialog-window .separate {
	margin-top: 8px;
	border-top: 1px solid #99CCFF;
	padding-top: 8px;
}
#dialog-window .control-panel {
	margin-bottom: 0px;
}
#dialog-window.dialog-clear {
	background-color: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
}
.hourglass {
	background-color: transparent;
	border: none;
	width: 100px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	background: transparent url(/images/hourglass.png) no-repeat scroll 0px 0px;
}

/* datová tabulka */
.content-section table,
.dialog-section table {
	border: 1px solid #acc2d1;
	border-left: none;
	border-bottom: none;
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
}
.content-section table th,
.content-section table td,
.dialog-section table th,
.dialog-section table td {
	border-left: 1px solid #acc2d1;
	border-bottom: 1px solid #acc2d1;
	padding: 1px 2px;
}
.content-section th,
.dialog-section th {
	text-align: center;
}
.content-section td,
.dialog-section td {
	vertical-align: top;
	text-align: left;
}
.content-section table .buttons,
.dialog-section table .buttons {
	white-space: nowrap;
	vertical-align: center;
}
.content-section table .buttons button,
.dialog-section table .buttons button {
	margin-left: 5px;
	background-color: transparent;
	border: none;
	padding: 1px 2px;
	cursor: pointer;	
}
.content-section table button.link,
.dialog-section table button.link,
button.inline {
	text-align: left;
	padding: 0px;
	display: inline;
	font-size: 12pt;
}

/*
.datagrid {
	background-color: #FFFFFF;
	width: 100%;
	border: none;
	empty-cells: show;
	overflow: scroll;
	border-spacing: 0px;
}
.datagrid td, .datagrid th {
	border-top: none;
	border-left: none;
	border-right: 1px solid #acc2d1;
	border-bottom: 1px solid #acc2d1;
	padding: 2px 4px;
	margin: 0px;
}
.datagrid td {
	vertical-align: top;
}
.datagrid thead td, .datagrid thead th {
	border-collapse: collapse;
	padding: 0px 4px;
	height: 1.65em;
	vertical-align: middle;
}
.datagrid tfoot td, .datagrid tfoot th {
	border-collapse: collapse;
	padding: 0px 4px;
	height: 1.5em;
	vertical-align: middle;
}
.datagrid .inactive td,
.datagrid .inactive th {
	color: #808080;
	background-color: #F0F0F0;
}
div.scrollableContainer { 
    position: relative;
	width: 746px;
    padding-top: 1.7em; 
    padding-bottom: 1.6em; 
    background: #f3f7fa;
	border-left: 1px solid #acc2d1;
	border-right: 1px solid #acc2d1;
	clear: right;
	margin-top: 8px;
}
div.no-header {
    padding-top: 0; 
}
div.no-footer {
    padding-bottom: 0; 
}
div.scrollingArea { 
    height: 500px;
	width: 746px;
    overflow-y: scroll;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #acc2d1;
	border-bottom: 1px solid #acc2d1;
}
.no-footer div.scrollingArea {
	height: 525px;
}
.datagrid {
	border-top: 1px solid #acc2d1;
	border-left: 1px solid #acc2d1;
}
.scrollableContainer .datagrid {
	border-top-style: none;
	border-left-style: none;
}
.scrollableContainer .datagrid thead {
    left: -1px; 
	top: 0px;
	border-right: 1px solid #acc2d1;
    position: absolute;
}
.datagrid thead {
	width: 748px;
	border-top: 1px solid #acc2d1;
	border-left: 1px solid #acc2d1;
	background: #f3f7fa;
}
.scrollableContainer .datagrid tfoot {
    left: -1px; 
	bottom: 0px;
	border-left: 1px solid #acc2d1;
	border-right: 1px solid #acc2d1;
    position: absolute;
}
.datagrid tfoot {
	width: 748px;
	background: #f3f7fa;
}
.datagrid .inner-cell {
	border-right-color: #f3f7fa;
}
.datagrid .inner-cell-multi {
	border-bottom-color: #f3f7fa;
}
.datagrid .inactive .inner-cell {
	border-right-color: #E8E8E8;
}
.datagrid .inactive .inner-cell-multi {
	border-bottom-color: #E8E8E8;
}
.datagrid em {
	color: #808080;
}
*/