body
{
	font-family: tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;

	margin: 0px;
	padding: 0px;
}

form
{
   margin: 0px;
}

input.field
{
	border: 1px solid #335E04;
	width: 200px;
	height: 16px;
	margin: 0px 0px 2px 0px;
	font-size: 12px;
}
* html input.field { height: 20px; }
* html input.field.sm,
input.field.sm { width: 100px; }
* html input.field.ssm,
input.field.ssm { width: 50px; }
* html input.field.bg,
input.field.bg { width: 250px; }
* html input.field.bbg,
input.field.bbg { width: 300px; }

* html input.field.sm { width: 100px; }

input.file
{
	height: 20px;
}

textarea.field
{
	border: 1px solid #335E04;
	width: 250px;
	height: 50px;
	margin: 0px 0px 2px 0px;
	
	font-family: arial;
	font-size: 12px;
}
textarea.field.sm { width: 200px; }
textarea.field.ssm { width: 150px; }
textarea.field.bg { width: 300px; }
textarea.field.bbg { width: 350px; }

input.submit
{
	border: none;
	background-color: #345F05;
	color: white;
	font-weight: bold;
	font-size: 12px;
	
	width: 100px;
	padding: 3px;
	margin: 0px 0px 2px 0px;
}
input.submit.sm { width: 50px; }
input.submit.ssm { width: 25px; }
input.submit.bg { width: 125px; }
input.submit.bbg { width: 150px; }
input.submit.login { width: 25px; padding: 1px 3px 1px 3px; margin-bottom: 3px; }

label { font-weight: bold; }

h1, h2, h3, h4, h5, h6
{	
	margin: 10px 0px 5px 0px;
}

h1{ font-size: 20px; }
h2{ font-size: 18px; }
h3{ font-size: 16px; }
h4{ font-size: 14px; }
h5{ font-size: 14px; }
h6{ font-size: 12px; }

p
{
	margin: 5px;	
	margin-left: 0px;
	margin-right: 0px;

	line-height: 18px;
}

a
{
	color: #1B5000;
}
a:hover
{
	color: #F75700;
}
a img{ border: none; } /* , a:link img */
img.border{ border: 1px solid #345F05; }

table{ font-size: 100%; }
table td{
	padding: 4px;
}

ul, ol { margin: 5px 0px 10px 0px; padding: 0px; }
ul li { margin: 0px 0px 0px 18px; padding: 0px; list-style-type: square; }
ol li { margin: 0px 0px 0px 26px; padding: 0px; list-style-type: decimal; }

hr
{
	color: #345F05;
	height: 1px;
	border: none;
	background-color: #345F05;
}
hr.orange
{
	color: #F85800;
	height: 1px;
	border: none;
	background-color: #F85800;
}

/* tabulky z editoru */
table.standard{
	border: none;
	border-right: none;
	border-bottom: none;

	border: 1px dotted #202020;
	border-collapse: collapse;

	width: 100%;
}

table.standard th{
	background-color: #9BCE64;
	border: 1px dotted #202020	;
	color: #202020;
	text-align: left;
}
table.standard td{
	border: 1px dotted #202020;
	text-align: left;
}
table.standard td.two{
	background-color: #BBEA87;
}
table.colored{
	border: none;
	border-right: none;
	border-bottom: none;

	border: 1px dotted #F85800;
	border-collapse: collapse;

	width: 100%;
}

table.colored th{
	background-color: #FED8B3;
	border: 1px dotted #F85800;
	color: #202020;
	text-align: left;
}
table.colored td{
	background-color: #FFFFFF;
	border: 1px dotted #F85800;
	text-align: left;
}
table.colored td.two{
	background-color: #FEF5EC;
}
table.standard th,
table.standard td,
table.colored th,
table.colored td{
	padding: 3px;
}

* html table.colored,
* html table.colored td,
* html table.standard td, 
* html table.colored th,
* html table.standard th,   
* html table.standard { border-style: solid; border-color: #335E04; }
/* HLAVICKA */
.main
{
}

.col-top,
.col-left,
.col-right,
.col-bottom,
.pager
{
	display: none;
}

.col-middle
{
}


.separator
{
	position: relative;
	border-bottom: 1px dotted #335E04;
	margin: 10px 0px 10px 0px;
}
.article
{
	width: 100%;
}

.box-title .article img {border-color: #64AF12;}

.article h2
{
	margin: 0px 0px 5px 0px;
	position: relative;
	font-size: 15px;
}


.article.home a.people-link { font-weight: bold; }

.captcha-image
{
	border: 1px solid #335E04;
	float: left;
	margin: 0px 5px 5px 0px;
}
.captcha-help
{
	font-size: 10px;
	line-height: 13px;
}
.captcha-number
{
	margin: 5px 0px 0px 0px;
	width: 40px;
	font-weight: bold;
	color: #CC0000;
	font-size: 16px;
	border: 1px solid #335E04;
}

.image
{
	padding: 3px;
	background-color: white;
	border: 1px solid #335E04;
}

table.gallery td
{
	vertical-align: top;
	border-style: dotted;
	border-color: #202020;
	border-width: 0px;
}

table.gallery td.column-1
{
	border-width: 0px 1px 1px 0px;
}

table.gallery td.column-2
{
	border-width: 0px 0px 1px 0px;
}
table.gallery td h2
{
	font-size: 12px;
	background: url(icon/icon-photo.gif) no-repeat 0px 5px;
	padding: 0px 0px 0px 15px; 
	margin: 0px 0px 3px 0px;
}

ul.messages
{
	margin: 3px 0px 3px 0px !important;;
}
ul.messages li {font-size: 11px;}

.thread-level1{margin-left: 0px;}
.thread-level2{margin-left: 25px;}
.thread-level3{margin-left: 50px;}
.thread-level4{margin-left: 75px;}
.thread-level5{margin-left: 100px;}

img.file-icon
{
	position: relative;
	top: 2px;
	margin: 0px 3px 0px 0px;
}

.winner-number
{
	float: left;
	

	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;

	border: 1px outset #FFFFFF;
	background-color: #F85800;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	
	cursor: default;
}
.winner-number.position1 {font-size: 24px; background-color: #CC0000;}
.winner-number.position2 {font-size: 22px;}
.winner-number.position3 {font-size: 20px;}

/* cleaner */
.cl
{
   clear: both;
   width: 100%;
   line-height: 0px;
   height: 0px;
   font-size: 0px;
   overflow: hidden;
   margin: 0px;
}
.cl.h2 { height: 2px !important; }
.cl.h3 { height: 3px !important; }
.cl.h5 { height: 5px !important; }
.cl.h10 { height: 10px !important; }
.cl.h15 { height: 15px !important; }
.cl.h17 { height: 17px !important; }
.cl.h20 { height: 20px !important; }
.cl.h25 { height: 25px !important; }
.cl.h50 { height: 50px !important; }
.cl.h100 { height: 100px !important; }
.cl.h200 { height: 200px !important; }

.m0 { margin: 0px; }
.mt0 { margin-top: 0px; }
.mr0 { margin-right: 0px; }
.mb0 { margin-bottom: 0px; }
.ml0 { margin-left: 0px; }

.m3 { margin: 3px; }
.mt3 { margin-top: 3px; }
.mr3 { margin-right: 3px; }
.mb3 { margin-bottom: 3px; }
.ml3 { margin-left: 3px; }

.m5 { margin: 5px; }
.mt5 { margin-top: 5px; }
.mr5 { margin-right: 5px; }
.mb5 { margin-bottom: 5px; }
.ml5 { margin-left: 5px; }

.m10 { margin: 10px; }
.mt10 { margin-top: 10px; }
.mr10 { margin-right: 10px; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left: 10px; }

.p0 { padding: 0px; }
.pt0 { padding-top: 0px; }
.pr0 { padding-right: 0px; }
.pb0 { padding-bottom: 0px; }
.pl0 { padding-left: 0px; }

.p3 { padding: 3px; }
.pt3 { padding-top: 3px; }
.pr3 { padding-right: 3px; }
.pb3 { padding-bottom: 3px; }
.pl3 { padding-left: 3px; }

.p5 { padding: 5px; }
.pt5 { padding-top: 5px; }
.pr5 { padding-right: 5px; }
.pb5 { padding-bottom: 5px; }
.pl5 { padding-left: 5px; }

.p8 { padding: 8px; }
.pt8 { padding-top: 8px; }
.pr8 { padding-right: 8px; }
.pb8 { padding-bottom: 8px; }
.pl8 { padding-left: 8px; }

.p10 { padding: 10px; }
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }
.pl10 { padding-left: 10px; }

.p15 { padding: 15px; }
.pt15 { padding-top: 15px; }
.pr15 { padding-right: 15px; }
.pb15 { padding-bottom: 15px; }
.pl15 { padding-left: 15px; }

.fs0 {font-size: 0px;}
.fs10 {font-size: 8px;}
.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs15 {font-size: 15px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs25 {font-size: 26px;}

.fc-white {color: white;}
.fc-green1 {color: #98C200;}
.fc-green2 {color: #5A8D1C;}
.fc-green {color: #345F05;}
.fc-orange {color: #F85800;}
.fc-red {color: #CC0000;}
.fc-blue {color: #004090;}

.bg-white { background-color: #FFFFFF !important; }
.bg-orange { background-color: #F85800 !important; }
.bg-orange2 { background-color: #FBA170 !important; }
.bg-green { background-color: #345F05 !important; }
.bg-green2 { background-color: #9DC66C !important; }
.bg-gray { background-color: #D0D0D0 !important; }

.b { font-weight: bold; }
.i { font-style: italic; }

.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }

.fl {float: left;}
.fr {float: right;}

.pr {position: relative;}

.border {border: 1px dotted #335E04;}
.border2 {border: 1px solid #335E04;}
