﻿body
{
    background-color: #dae6f1;
    min-height: 500px;
    text-align: center;
    margin: 10px 0px 10px 0px;
}

a:link
{
    text-decoration: none;
    color: #384aa6;
}

a:visited
{
    text-decoration: none;
    color: #384aa6;
}

a:active
{
    text-decoration: none;
    color: #384aa6;
}

a:hover
{
    font-size: 17px;
    text-decoration: none;
    color: Blue;
}

#page
{
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    /*border: solid 1px black;*/
    width: 1280px;
    min-height: 800px; /*background:url(Images/bg1.png) center bottom repeat-x white;  */
}

#header
{
    text-align: center;
    margin: 0px auto;
    padding: 10px 0 0 0;
    width: 1024px;
    height: 165px;
}

#leftMenu
{
    width: 240px;
    min-height: 500px;
    border-right: white 1px solid;
    vertical-align: top;
    margin-top: 5px;
    float: left;
}

#sponsors
{
    width: 240px;
    min-height: 500px;
    color: #384aa6;
    font-size: 17px;
    font-weight: normal;
}

#rightMenu
{
    min-width: 240px;
    min-height: 500px;
    border-left: white 1px solid;
    vertical-align: top;
    margin-top: 5px;
    float: right;
}

#logo
{
    width: 240px;
    min-height: 500px;
    color: #384aa6;
    font-size: 17px;
    font-weight: normal;
    margin-top: 10px;
}

#contentPage
{
    width: 788px;
    min-height: 500px;
    text-align: center;
    color: #384aa6;
    font-size: 17px;
    vertical-align: top;
    vertical-align: text-top;
    font-weight: normal;
    margin: 5px 5px 0 5px;
    float: left;
    background: url(img/ZnakMesta.png) center no-repeat #dae6f1;
}

.marginBottomPanel
{
    margin-bottom: 15px;
}

.marginTopPanel
{
    margin-top:15px;
}

/*
.OdkazPanel_06_Blue
{
	float: left;
	width: 280px;
	height: 103px;
	background: url(Images/Odkaz_06_Blue.png) no-repeat;
	background-position: 0px 0px;
	text-align: center;
}

div.OdkazPanel_06_Blue:hover
{	
	background: url(Images/Odkaz_06_Blue.png) no-repeat;
	background-position: 0px -103px;
	color: Black;
}
*/
.blueText
{
    color: #384aa6;
    font-size: 17px;
    text-align: justify;
    vertical-align: text-top;
    font-weight: normal;
}

.blueNadpis
{
    color: #384aa6;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
}

.bluepodNadpis
{
    color: #384aa6;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.AutorTextLblSkin
{
	color: #384aa6;
    font-size: 10px;
    font-weight: normal;
}

.Nadpis5LblSkin
{
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;	
}
	
.ErrorLblSkin
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: red;	
}
	
.LoginLbl
{
    font-family: Arial;
    font-size: 8pt;
    text-decoration: none;
    color: Black;
    padding: 0 5px 0 10px;
}
.LoginTb
{
    font-family: Arial;
    font-size: 8pt;
    text-decoration: none;
    color: Black;
    width: 80px;
    border: 1px solid #808080;
}
.LoginBtn
{
    font-family: Arial;
    font-size: 8pt;
    width: 50px;
    border: 1px solid #808080;
    color: Black;
    background-color: #AFB1B0;
}

.LoginNameSkin
{
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    color: #AFB1B0;
}

.LoginStatusSkin
{
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    color: #808080;
}

.FileUpload
{
	border: 1px solid #AFB1B0;
}
	
.HplSkin
{
	text-decoration: none;	
	font-size: 17px;
	color: #165070;
	text-align: left;
}

.Btn50Skin
{
	width: 50px;
	border: 1px solid #808080;
	color: black;
	background-color: #AFB1B0;
	
}
.Btn100Skin
{
	width: 100px;
	border: 1px solid #808080;
	color: black;
	background-color: #AFB1B0;
	
	
}

.tabulka
{	
	border-collapse: collapse;
}
.hlavickaTabulky
{
	/* background-color: #3DAFEE; */
	background-color: #384aa6; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
	text-align: center;
}
.teloTabulky
{	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
}
.lichySloupec
{
	background-color: #E0E0E0;
	border-bottom: 1px solid #000000;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
}
.sudySloupec
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
}

.modalBackground
{
background-color: Gray;
filter: alpha(opacity='20');
opacity: 0.7;
	
}