@import url("../../scripts/css/cke.css");
@import url("../../scripts/css/accordion_toggle.css");

body {
	color: #5E5E5E;
	font-size: 11px;
	font-family: Verdana;
	margin: 25px 25px 25px 25px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}


a:link {
	color: #38600B; text-decoration: none;
}
a:visited {
	color: #38600B; text-decoration: none;
}
a:hover {
	color: #990000; text-decoration: none;
}
a:active {
	color: #990000; text-decoration: none;
}
a:focus {
	outline: 0;
}
a {
	cursor: pointer;
}


table {
	empty-cells: show;
}
object, embed {
	outline: 0;
}

img {
	border: 0;
	vertical-align: middle;
}
img:focus {
	outline: 0;
}

p {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 19px;
}
ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 19px;
}

h1, h2, h3, h4, h5, h6 {
	display: inline-block;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}


form {
	margin: 0;
	padding: 0;
	border: 0;
}
input {
	font-family: Verdana;
	color: #707070;
	font-size: 11px;
	padding: 4px 4px;
	margin: 0;
	vertical-align: middle;
	border: 1px solid #bfbfc1;
}
textarea {
	font-family: Verdana;
	color: #707070;
	font-size: 11px;
	border: 1px solid #bfbfc1;
	overflow: auto;
	resize: none;
	padding: 4px 4px;
}
option {
	margin-top: 3px;
	margin-bottom: 3px;
}
select {
	margin: 0;
	padding: 0;
}
input:focus { outline: 0; }
input::-moz-focus-inner { border: 0; }
textarea:focus { outline: 0; }
textarea::-moz-focus-inner { border: 0; }


/* */
.floatLeft {
	float: left;
}
.floatRight {
  float: right;
}
.Clear {
	clear: both;
}


/* */
.FormBtn {
	font-size: 9px;
	font-weight: bold;
	color: #828282;
	padding: 0px 5px 0px 5px;
	height: 24px;
	border: 1px solid #bfbfc1;
	background: url(../../images/btn/bg_btn.jpg) #CFCFCF repeat-x 0% 100%;
	cursor: pointer;
	text-align: center;
}
.FormBtn:hover {
	color: #3e3d3d;
	background: url(../../images/btn/bg_btn.jpg) #CFCFCF repeat-x 0% 0%;
}
.FormBtn:focus { outline: 0; }
.FormBtn::-moz-focus-inner { border: 0; }
.FormBtn:hover { background-position: 0% 0%; }


/* */
.formAlert {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	padding: 6px 0px 0px 0px;
}


/* odstepy */
.Space4 { height: 4px; }
.Space5 { height: 5px; }
.Space6 { height: 6px; }
.Space10 { height: 10px; }
.Space12 { height: 12px; }
.Space13 { height: 13px; }
.Space15 { height: 15px; }
.Space17 { height: 17px; }
.Space20 { height: 20px; }
.Space25 { height: 25px; }
.Space30 { height: 30px; }
.Space35 { height: 35px; }
.Space40 { height: 40px; }


/* linie */
.horizontalLine {
	background: url(../../images/kreska_poziom.gif) repeat-x 0% 50%;
}
.verticalLine {
	background: url(../../images/kreska_pion.gif) repeat-y 50% 0%;
}


/* */
.formSubmit {
	position: relative;
}

.formSubmit .Loader {
	display: none;
	position: absolute;
	top: 3px; right: 0px;
	width: 43px; height: 11px;
	background: url(../../images/loader/ajax-loader-1.gif) repeat-y 50% 50%;
}

.formSubmit .Title {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 3px 0px;
	background: url(../../images/ico_01.gif) no-repeat 0% 50%;
}

.formSubmit .fileInfo {
	padding: 0px 0px 15px 0px;
}
.formSubmit .fileName {
	float: left;
	margin: 0px 0px 0px 0px;
}
.formSubmit .fileSelect {
	float: left;
	margin: -1px 0px 0px 20px;
}
.formSubmit .fileSubmit {
	float: right;
	margin: 0px 0px 0px 0px;
}

.formSubmit input {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}


/* staticText */
.staticText {
	/* border: 1px solid red; */
}