/*
	Základný text
	-------------
*/


/*
	Písmo
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, th, dt, li {
	font-size: 10pt;
	/*line-height: 16pt;*/
}


/*
	Odstavce
*/

body {
	margin: 0px 10px 25px 20px;
	text-align: justify;
}

p.leavespace {
	margin-right: 167px;
	margin-left: 0px;
}

td p {
	margin-left: 0px;
	margin-right: 0px;
}

table {
	border-collapse: collapse;
}
/*
	Hlavička
	--------
*/


#leftheader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 79px;
	height: 51px;
	background: url(img/header_left.gif) top left no-repeat;
}

#leftheader_eav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 79px;
	height: 51px;
	background: url(img/header_left_eav.gif) top left no-repeat;
}

#midheader {
	background: url(img/header.gif) repeat-x;
	margin-left: 59px;
	margin-right: 492px;
	height: 51px;
}

#midheader_eav {
	background: url(img/header_eav.gif) repeat-x;
	margin-left: 59px;
	margin-right: 492px;
	height: 51px;
}

#rightheader {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 511px;
	height: 51px;
	background: url(img/header_right.gif) top right no-repeat;
}

#rightheader_eav {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 511px;
	height: 51px;
	background: url(img/header_right_eav.gif) top right no-repeat;
}

p.header {
	margin: 0px -9px 0px -20px;
	background-image: url(img/header.bmp);
	background-repeat: repeat-x;
}

p.navigation {
	margin: 0px -9px 0px -20px;
	background: rgb(245, 245, 245);
}

p.navigbottom {
	margin: 0px -9px 0px -20px;
	background: rgb(255, 255, 255);
}

p.product {
	margin: 0px -9px 0px -20px;
	background: rgb(255, 255, 255);
}

/*
	Obsah
	-----
*/

.toc p {
	display: none;
}


/*
	Písmo
*/

.toc dt {
	font-size: 10pt;
	/*line-height: 18pt;*/
	color: rgb(89, 135, 194);
}

.toc a {
	color: rgb(89, 135, 194);
}


/*
	Odstavec
*/

.toc {
	padding: 12px 0px;
	border-bottom: 1px solid rgb(200, 207, 220);
}

.toc dl {
	margin: 0px;
	padding: 0px;
}

.toc dt, .toc dd {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.toc dt {
	display: list-item;
	list-style-type: disc;
	vertical-align: middle;
}
/*
	Nadpis
	------
*/


/*
	Písmo
*/

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(84, 119, 165);
}

/* h1 */
.preface .titlepage .title,
.part .titlepage .title,
.chapter .titlepage .title,
.section .titlepage .title {
	font-size: 21pt;
}

/* h2 */
.section .section .titlepage .title,
.preface h1 {
	font-size: 16pt;
}

/* h3 */
.section .section .section .titlepage .title {
	font-size: 14pt;
}

/*
	Odstavec
*/

/* h1 */
.preface .titlepage .title,
.part .titlepage .title,
.chapter .titlepage .title,
.section .titlepage .title
{
	margin: 0px;
	margin-top: 15px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid rgb(200, 207, 220);
}

/* h2 */
.section .section .titlepage .title,
.preface h1 {
	margin: 25px 167px 10px 0px;
}

/* h3 */
.section .section .section .titlepage .title {
	margin: 25px 167px 10px 0px;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
	Rady
	----
*/

.note, .tip, .important, .warning, .caution {
	clear: right;
	float: right;
	width: 220px;
	margin: 10px;
	
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0px;
}

.note, .tip {
	background-image: url(img/admon/blue_se.bmp);
}

.important {
	background-image: url(img/admon/yellow_se.bmp);
}

.warning, .caution{
	background-image: url(img/admon/red_se.bmp);
}

.admon_body {
	font-size: 10pt;
	margin: 0px 7px 0px 0px;
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 7px 0px 7px 7px;
}

.note .admon_body, .tip .admon_body {
	background-image: url(img/admon/blue_sw.bmp);
}

.important .admon_body {
	background-image: url(img/admon/yellow_sw.bmp);
}

.warning .admon_body, .caution .admon_body {
	background-image: url(img/admon/red_sw.bmp);
}

.admon_body p {
	margin: 0px;
}

.admon_head {
	height: 22px;
	background-position: top right;
	background-repeat: no-repeat;
	
	
}

.note .admon_head {
	background-image: url(img/admon/blue_ne0.bmp);
}

.tip .admon_head {
	background-image: url(img/admon/blue_ne.bmp);
}

.important .admon_head {
	background-image: url(img/admon/yellow_ne.bmp);
}

.warning .admon_head, .caution .admon_head {
	background-image: url(img/admon/red_ne.bmp);
}

.admon_title {
	height: 22px;
	margin: 0px;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 28px;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: middle;
}

.note .admon_title {
	background-image: url(img/admon/blue_nw0.bmp);
	color: rgb(84, 119, 165);
}

.tip .admon_title {
	background-image: url(img/admon/blue_nw.bmp);
	color: rgb(84, 119, 165);
}

.important .admon_title {
	background-image: url(img/admon/yellow_nw.bmp);
	color: rgb(200, 137, 28);
}

.warning .admon_title, .caution .admon_title {
	background-image: url(img/admon/red_nw.bmp);
	color: rgb(204, 0, 0);
}

.side11, .side21, .side31 {
	width: 6px;
}

.side12, .side22, .side32 {
	width: 143px;
}

.side1big12 {
	width: 149px;
}

.side13, .side23, .side33, .side1big3 {
	width: 6px;
}

.side11, .side12, .side13 {
	height: 6px;
}

.side1big12, .side1big3 {
	height: 26px;
}

.side31, .side32, .side33 {
	height: 6px;
}

.toc .side11, .note .side11 {
	background-image: url(img/side_11.bmp);
}

.toc .side12, .note .side12 {
	background-image: url(img/side_12.bmp);
	background-repeat: repeat-x;
}

.toc .side13, .note .side13 {
	background-image: url(img/side_13.bmp);
}

.toc .side21, .note .side21, .tip .side21 {
	background-image: url(img/side_21.bmp);
	background-repeat: repeat-y;
}

.toc .side22, .note .side22, .tip .side22 {
	background-color: rgb(244, 245, 249);
}

.toc .side23, .note .side23, .tip .side23 {
	background-image: url(img/side_23.bmp);
	background-repeat: repeat-y;
}

.toc .side31, .note .side31, .tip .side31 {
	background-image: url(img/side_31.bmp);
}

.toc .side32, .note .side32, .tip .side32 {
	background-image: url(img/side_32.bmp);
	background-repeat: repeat-x;
}

.toc .side33, .note .side33, .tip .side33 {
	background-image: url(img/side_33.bmp);
}

.tip .side1big12 {
	background-image: url(img/side_12_tip.bmp);
	background-repeat: repeat-x;
}

.tip .side1big3 {
	background-image: url(img/side_13_tip.bmp);
}
.guibutton {
	/*font-style: italic;*/
	font-weight: bold;
}
/*
	Debug
	-----


body, div, table, tr, th, td, h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
	border-width: 1px;
	border-style: solid;
}

body {
	border-color: red;
}

div {
	border-color: yellow;
}

table, tr, th, td {
	border-color: green;
}

h1, h2, h3, h4, h5, h6 {
	border-color: blue;
}

p {
	border-color: black;
}

dl, dt, dd {
	border-color: cyan;
}

/*
	Elementy dialógov
*/
.dlg_tab {
	/* font-size: 12pt; */
	font-weight: bold;
	border-bottom: 1px solid rgb(200, 207, 220);
	margin-top: 20px;
	margin-bottom: 0px; 
}

.dlg_button {
	/* font-size: 11pt; */
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

.dlg_group_name {
	/* font-size: 11pt; */
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;
}

.dlg_group_item {
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;
}

.dlg_text_box_name {
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;
}

.dlg_tab_title {
	font-size: 12pt; 
	font-weight: bold;
	border-bottom: 1px solid rgb(200, 207, 220);
	margin-top: 20px;
	margin-bottom: 0px; 
}

.dlg_button_title {
	/* font-size: 11pt; */
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

.dlg_group_name_title {
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;
}

.dlg_group_item_title {
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;
}

.dlg_text_box_name_title {
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;
}

.continuous {
	margin-top: 0px;
	margin-bottom: 0px;
}

.continuous_leavespace {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 167px;
	margin-left: 0px;
}

p 
{
	color: black;
}