
img {border:0px;}

/* nadpisy */

h2 {
	margin:16px 5% 15px 5%;
	padding-left:30px;
	background:url('../images/admin/h3.png') no-repeat 0px 3px;
}

h3 {
	margin:0 5% 15px 8%;
}

/* errors */

div.boxErrors {
	margin:0 20% 15px 20%;
	border:1px solid #d44;
	background:#eee;
	padding:10px;
}

div.boxErrors ul, div.boxErrors ul li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

div.boxErrors ul li.error {
	padding-left:20px;
	background:url('../images/admin/icon_error.png') no-repeat 0px 0px;
	line-height:18px;
}



/* formular */

input, textarea, select {
	border:1px solid #ff8b33;
	padding:2px;
}


label.formRadioLabel {
	background:white;
	color:#333;
}

label {
	color:#eee;
	padding:3px;
	font-weight:bold;
	background:#ff8b33;
}

legend label {
	color:#333;
	background:white;
}

button {
	font-weight:bold;
	color:#555;
}

button img {
	vertical-align:top;
}

table.WGuiForm tr td {
	padding-top:5px;
}

table.WGuiForm tr th {
	padding-right:10px;
}


/* color selector */
div.WGuiColorSelectorButton {
	width:32px;
	height:23px;
	border:1px solid #999;
	background:white;
}

div#WGuiColorPreview {
	border:1px solid #999;
	width:50px;
	height:20px;
	color:white;
}

div#WGuiColorSelector {
	position:absolute;
	border:1px solid #999;
	background:white;
	visibility:hidden;
	width:230px;
	height:180px;
}

table.WGuiColSelTable tr {
	height:10px;
}

table.WGuiColSelTable tr td {
	width:10px;
}

input#WGuiColorValue {
	width:70px;
}

/* okno */

fieldset.WGuiWindow {
	border:1px solid #e65b5b;
	margin-bottom:15px;
	padding:4px;
}

fieldset.WGuiWindow legend {
	font-weight:bold;
	color:#555;
}

/* neviditelne okno */

div.WGuiWindowNF {
	margin-bottom:15px;
}

/* okno s hlavickou */

div.WGuiWindow {
	margin-bottom:15px;
}

div.WGuiWindow h3 {
	margin:0px;
	padding:3px;
	padding-left:5px;
	font-size:14px;
	background:#e65b5b;
	color:#fafafa;
}

div.WGuiWindow h3 span {
	font-size:10px;
	float:right;
	margin-right:5px;
}

div.WGuiWindow div.WGuiWindowContent {
	border-left:1px solid #e65b5b;
	border-right:1px solid #e65b5b;
	border-bottom:1px solid #e65b5b;
	padding:5px;
}

/* Horizontalne menu */

div.WGuiMenuHorizontal {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:5px 3% 5px 3%;
	margin-bottom:15px;
}

div.WGuiMenuHorizontal menu {
	margin:0px;
	list-style-type:none;
}

div.WGuiMenuHorizontal menu li {
	margin-right:15px;
	float:left;
}

div.WGuiMenuHorizontal menu li a {
	text-decoration:none;
	color:#555;
	font-weight:bold;
}

div.WGuiMenuHorizontal menu li a:hover {
	color:#65c4ff;
}

div.WGuiMenuHorizontal menu li a img {
	margin-right:3px;
}

/* tabulky */

table.WGuiTableList {
	margin-left:10%;
	margin-bottom:15px;
}



table.WGuiTableList tr td, table.WGuiTableList tr th {
	padding:3px;
}

table.WGuiTableList thead tr th {
	background:#b7dbe6;
}

table.WGuiTableList tbody tr.parovy {
	background:#f8f8f8;
}

table.WGuiTableList tbody tr.disabled {
	color:#ccc;
}

table.WGuiTableList tbody tr.hover{
	background:#bce6b8;
}

table.WGuiTableList tbody tr.checked{
	background:#ffb780;
}

table.WGuiTableList tbody tr td a {
	display:block;
	color:#555;
	font-weight:bold;
	text-decoration:none;
}

table.WGuiTableList tbody tr td a:hover {
	text-decoration:underline;
}

table.WGuiTableList tfoot tr th {
	background:#8eef99;
}

img.WGuiThumb {
	border:1px solid #aaa;
}

/* hack */

div.ocr {
	clear:both;
	font-size:1px;
}

