/* Default CSS Stylesheet for a new Web Application project */

/* Improt stylu pro uniwebcomponenty */

@import "UniWebComponets.css";

BODY, A, TH, TD, INPUT,SELECT,FONT,DIV
{
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    
}

Table.BaseTable
{
	width:750px;
}

.tisk
{
	display: none;
}

BODY
{
    BACKGROUND-COLOR: #007CD6;
    background-image: url(images/bg.gif);
    background-repeat: repeat-x;
    margin-top: 22px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
BODY.tisk
{
	background-color: White;
	background-image: none;
}

h1, .nadpis1{
	FONT-SIZE: 12pt;
	margin: 0px;
	padding: 0px;
}


h2, .nadpis2{
	FONT-SIZE: 10pt;
	COLOR: white; 
	background-color: #026BB7;
	padding: 2px 10px 2px 10px;
	font-weight : bold;
}

h3, .nadpis3{
	FONT-SIZE: 9pt;
	COLOR: #026BB7; 
	font-weight : bold;
}

DIV.textundernadpis{
	
		padding-left: 11px;

}
HR
{
	background-color: #026BB7;
    border-width: 0px;
    height: 1px;
    color: #026BB7;
}
 

		
a
{
	color: #026BB7;
}
a:hover
{
	text-decoration: overline;
}

	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	





.zahlavi
{
	width: 750px;
	height: 176px;
	background-image: url(images/zahlavi.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.menu
{
	width: 740px;
	>width: 750px;
	height: 24px;
	>height: 25px;
	background-color: #7BAFD4;	
	border-bottom: 1px solid white;
	text-align: left;
	padding-left: 10px;
	/*padding-right: 10px;*/
}
.menu a
{
	/*width: 120px;
	>width: 149px;*/
	height: 20px;
	>height: 24px;
	display: block;
	float: left;
	color: White;
	background-color: #026BB7;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 19px;
	padding-right: 20px;
	text-align: center;
	border-right: 1px solid white;
}
.menu a.last
{
	border-right: 1px solid #B8D2E3;
	padding-right:22px;
}
.menu a:hover
{
	background-color: #73C4FF;
	text-decoration: none;
}

.left_menu_td
{
	width: 179px;
	background-color: #73C4FF;
	background-image: url(images/left_menu_td.gif);
	background-repeat: repeat-y;
}
.obsah_td
{
	width: 571px;
	>width: 545px;
	background-color: White;
	padding: 13px;
}
.left_menu
{
	margin-bottom: 20px;
	margin-top: 40px;
	
}
.left_menu a
{
	display: block;
	width: 159px;
	>width: 179px;
	height: 20px;
	>height: 24px;	
	color: #004B80;
	text-decoration: none;	
	font-size: 10pt;
	padding-left: 20px;
	padding-top: 4px;
	font-weight: bold;
}
.left_menu a:hover
{
	background-color: #026BB7;
	color: White;
	border-left: 10px solid #7AAFD3;
	padding-left: 10px;
	text-decoration: none;
}
.left_menu a.static
{
	background-color: #026BB7;
	color: White;
	border-left: 10px solid #7AAFD3;
	padding-left: 10px;
	
}
.zapati
{
	width: 750px;
	height: 26px;
	background-image: url(images/zapati.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.zapati .export
{
	text-align: right;
	padding-top: 30px;
}
.zapati .export a
{
	color: Black;
}