﻿/*Reset*/
*
{
	margin: 0;
	padding: 0;
}

/*****LAYOUT*****/
body
{
	background-image: url('../Images/body-bg.png');
	background-repeat: repeat;
	font-family: Verdana, sans-serif;
	font-size:11pt;
}

/* Absolute positioned header and footer for all browsers*/
#header-wrapper, #footer-wrapper
{
	position: absolute;
	width: 100%;
}

#header-wrapper
{
	top: 0;
	left: 0;
	height: 35px;
}

#footer-wrapper
{
	bottom: 0;
	left: 0;
	height: 55px;
}

/* Reset header position to fixed for real browsers such as Firefox*/
body > #form1 > #header-wrapper, body > #form1 > #footer-wrapper
{
	position: fixed;
}

#content-wrapper
{
	padding: 35px 0px 0 0px;
	margin-left: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 16px;
	padding-bottom: 65px;
}

body > #form1 > #content-wrapper
{
	margin-left: 0;
}

#header, #content, #footer
{
	width: auto;
	min-width: 990px;
	max-width: 1300px;
	margin: 0 auto;
	background: transparent;
}

#header
{
	height: 35px;
}

#footer
{
	height: 100%;
}

#content
{
	margin: 0 auto 20px auto;
}

#inner-header
{
	height: 100%;
}

#inner-content
{
	padding: 15px 10px;
	height: auto;
	background: #fff;
}

#inner-footer
{
	height: 100%;
}

/*#inner-header
{
	filter: 
		progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000000'), 
		progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000'), 
		progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000'),
		progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=270, Color='#000000');
}

#inner-footer
{
	filter: 
		progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000000'), 
		progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000'), 
		progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000'),
		progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=270, Color='#000000');
}*/

#inner-header, #inner-footer
{
	-moz-box-shadow: 0px 0px 30px #000;
	-webkit-box-shadow: 0px 0px 30px #000;
	box-shadow: 0px 0px 30px #000;
	background: #000;
}

#inner-header, #inner-content, #inner-footer
{
	margin: 0px 30px;
	width: auto;
}


.FormPopis {
	display: inline-block;
	width: 300px;
}

.FormHodnota {
	display: inline-block;
}

.Nadpis {
	font-size: 16pt;
	font-weight: bold;
}

.FormNadpis {
	font-size: 12pt;
	font-weight: bold;
}

.pnlContent .list-form
{
	margin: 5px 0;
}

.DetailTable td
{
	padding: 5px 5px 5px 0;
}
