﻿/* Obecné třídy - začátek */
html, body
{
    height: 100%;
    min-height: 400px;
    font-size: 10pt;
}
body
{
    background-color: #c8ced2;
    background-image: url("/images/body_bkg.gif");
    background-repeat: repeat-x;
    background-attachment: fixed;
    margin: 0px;
    font-family: Tahoma, Arial;
    padding: 0;
}
h4
{
    font-size: medium;
}
a,
.link
{
    color: #0000c0;
    text-decoration: underline;
    cursor: pointer;
}
a:link,
.link:link
{
    color: #0000c0;
    text-decoration: underline;
}
a:hover,
.link:hover
{
    color: #0000c0;
    text-decoration: none;
}
a:visited,
.link:visited
{
	color: #0000c0;
    text-decoration: underline;
}
a:visited:hover,
.link:visited:hover
{
	color: #0000c0;
    text-decoration: none;
}
a.bilyLink
{
	color: White;
	text-decoration: underline;
}
a.bilyLink:link
{
	color: White;
	text-decoration: underline;
}
a.bilyLink:hover
{
	color: White;
    text-decoration: none;
}
a.bilyLink:visited
{
	color: White;
	text-decoration: underline;
}
a.bilyLink:visited:hover
{
	color: White;
    text-decoration: none;
}
a.linkBezDekor
{
	text-decoration: none;
	color: Black;
}
a.linkBezDekor:link
{
	text-decoration: none;
}
a.linkBezDekor:hover
{
    text-decoration: none;
    cursor: default;
}
a.linkBezDekor:visited
{
	text-decoration: none;
}
a.linkBezDekor:visited:hover
{
    text-decoration: none;
}
/* Obecné třídy - konec */

/* Logo - začátek */
.logoPozadi
{
    /*background-image: url("/images/logo_pozadi.png");
    background-repeat: repeat;*/
    white-space: nowrap;
}
/* Logo - konec */

/* Menu - začátek */
.menuPozadi
{
    background-color: #3061b6;
    background-image: url("/images/menuPozadi.gif");
    border-bottom-color: #ffd275;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    height: 28px;
}
/* Menu - konec */

/* Login - zacatek */
#panelLogin
{
	margin: 5px;
	text-align: left; 
}
.login
{
    background: url("/images/pozadiPruhySede.gif");
    white-space: nowrap;
    margin: 2px;
    width: 260px;
}

/* Login - konec */

/* Tabulky - začátek */

.defaultTable
{
    background: url("/images/pozadiPruhySede.gif");
    border-color: #3061b6;
    border-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-top-width: 2px;
}
.defaultTableWOTopBorder
{
    background: url("/images/pozadiPruhySede.gif");
    border-color: #3061b6;
    border-style: solid;
    border-top-width: 0px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
}
.defaultTableWOBottomBorder
{
    background: url("/images/pozadiPruhySede.gif");
    border-color: #3061b6;
    border-style: solid;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0px;
}
.defTable-RowHead
{
    font-weight: bold;
    font-family: Verdana;
    text-align: right;
    width: 150px;
    padding-right: 5px;
    vertical-align: top;
}
.tableLoading    /* zobrazuje se během dlouhých operací */
{
    display: none;
    z-index: 300;
    position: absolute;
    left: 35%;
    top: 30%;
    width: 350px;
    background-color: white;
    border-style: ridge;
    border: ridge 3px black;
}
#processMessage
{
  color: Black;
  position:absolute; 
  top:30%; 
  left:43%;
  padding:10px; 
  width:14%; 
  z-index:1001; 
  background-color:#fff;
  text-align: center;
  border: solid 10px gray;
} 
.tableLoading td
{
    padding: 30px;
    border: solid 1px black;
}
.tableHeader, .tableHeaderSkluz, .tableHeaderFirmDate	/* standardní záhlaví */
{
    white-space: nowrap;
    color: Black;
    font-weight: bolder;
}
.tableHeader
{
    background: url("/images/pozadiPruhySede.gif");
}
.tableHeader a  /* linky pro Sorting */
{
    color: black;
}
.tabulkaSOkraji
{
    border-color: #3061b6;
    border-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-top-width: 2px;
    background-color: #ffffff;
}
/* Tabulky - konec */

/* Modální popupy - začátek */
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:460px;
}
/* Modální popupy - konec */

/* Custom třídy - začátek */
.Bold
{
    font-weight: bold;
}
.NoWrap
{
    white-space: nowrap;
}
.styleHR
{
    width: 95%
}
a.CernyText
{
    color: Black
}
.pageTitle
{
    font-weight: bolder;
    font-size: large;
}
.defaultArticle
{
    margin: 30px;
    font-size: medium;
}
.cursorPointer
{
    cursor: pointer;
}
.zarovnaniDoprava
{
    text-align: right;
}
.tlac
{
	border: solid 1px #999;
	padding: 2px 5px 2px 20px;
	color: #333 !important;
	background-image: url(/images/tlac.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 50%;
	font-weight: bold;
	text-decoration:none;
}
.tlac:link
{
	text-decoration: none;
}
.tlac:hover
{ 
	border-color:#333;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	cursor: pointer;
	text-decoration:none;
}
.tlac:visited
{ 
	text-decoration:none;
}
.tlacPrintFormat
{
	border: solid 1px transparent;
	padding: 0px 2px 0px 20px;
	color: #333 !important;
	background-image: url(/images/rtg_print.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 50%;
	font-weight: bold;
	text-decoration:none;
	margin-right: 2px;
}
.tlacPrintFormat:hover
{ 
	border: solid 1px Blue;
	background-color: #b5cfeb;
	text-decoration:none;
}
.tlacPrintFormat:visited
{ 
	text-decoration:none;
}
.tlacLupa
{
	border: solid 1px #999;
	padding: 2px 5px 2px 10px;
	color: #333 !important;
	background-image: url(/images/Lupa.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	font-weight: bold;
	text-decoration: none;
}
.tlacLupa:link
{
	text-decoration: none;
}
.tlacLupa:hover
{ 
	border-color:#333;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	cursor: pointer;
	text-decoration:none;
}
.tlacLupa:visited
{ 
	text-decoration:none;
}
#divPrintFormat
{
	text-align: right;
	width: 100%;
}
a.linkUkoly
{
	white-space: nowrap;
}
a.linkUkoly:link
{
	font-size: 11pt;
	font-weight: bold;
	font-family: Verdana;
	color: #0000c0;
}
a.linkUkoly:hover
{
	font-size: 11pt;
	font-weight: bold;
	font-family: Verdana;
	color: #0000c0;
    color: #0000c0;
}
a.linkUkoly:visited
{
	font-size: 11pt;
	font-weight: bold;
	font-family: Verdana;
	color: #0000c0;
	color: #0000c0;
}
.modrePozadi
{
    background-color: #3061b6;
    background-image: url("/images/menuPozadi.gif");
	color: White;
}
.watermark
{
    background: #f4f5cb;
    color: Gray;
}
#tableHyperlinkyKOblastem a
{
	font-weight: bold;
}
#tableHyperlinkyKOblastem td
{
	border: dotted 1px gray;
	text-align: center;
}
td.bunkaUkoly
{
	 text-align: right;
	 vertical-align: top;
	 width: 50px;
}
.copyright
{
	text-align: center;
	font-size: 80%;
	color: black;
}
.GridViewDataExporter-TableVyber
{
	width: 100%;
}
.GridViewDataExporter-RadekExportovat
{
	padding-left: 5px;
}
.GridViewDataExporter-BunkaNadpis
{
	text-align: left;
}
.GridViewDataExporter-LabelNadpis
{
	text-decoration: underline;
	cursor: pointer;
}
.GridViewDataExporter-LabelNadpis:hover
{
	text-decoration: none;
}
.textNapovedy
{
	text-align: justify;
	width: 100%;
}
.duleziteVysvetlivky
{
	border: solid 1px #999;
	padding: 2px 5px 2px 23px;
	color: #333 !important;
	background: #e6e6ff url(/images/vykricnik2.gif) no-repeat scroll;
	background-position: 0 50%;
	font-weight: bold;
}
.chybovaHlaska
{
    border: solid 1px black;
	padding: 2px 5px 2px 23px;
	color: black !important;
	background: red url(/images/vykricnik.gif) no-repeat scroll;
	background-position: 0 50%;
  	font-weight: bold;
}
.pozadavekDoruceny,
.pozadavekDoruceny a,
.pozadavekDoruceny td
{
    color: Red;
}
/* Custom třídy - konec */

/* Asp-Themes - začátek */
.Menu-Skin-Horizontal
{
    left: 50px;
    top: 0;
    height: 15px;
    z-index: 300;
    font-weight: bolder;
}
.Menu-Skin-StaticHover
{
}
.Menu-Skin-StaticItem
{
}
.Menu-Skin-StaticItem a:link,
.Menu-Skin-StaticItem a:hover,
.Menu-Skin-StaticItem a:visited,
.Menu-Skin-StaticItem a:visited:hover
{
    color: white;
    font-weight: bolder;
    text-decoration: none;
}
.Menu-Skin-StaticItem img {padding-right: 5px;}
.Menu-Skin-DynamicItem
{
    font-weight: bolder;
    background-color: #3061b6;
    border-style: solid;
    border-color: white;
    border-width: 1px;
}
.Menu-Skin-DynamicItem a:link,
.Menu-Skin-DynamicItem a:hover,
.Menu-Skin-DynamicItem a:visited,
.Menu-Skin-DynamicItem a:visited:hover
{
    background-image: none;
    color: white;
    text-decoration: none;
}
.Menu-Skin-DynamicHover
{
    background-color: #409cdc;
    background-image: none;
}
.Menu-Skin-DynamicHover a
{
    color: white;
    background-color: Transparent;
    text-decoration: none;
}
.Menu-Skin-DynamicMenu
{
	margin: 0px 0px 0px 15px;
    background-color: #3061b6;
    border-style: solid;
    border-color: #bbdcef;
    border-width: 1px;
    z-index: 1000;
}
.GridView
{
    border-color: #3061b6;
    border-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-top-width: 2px;
}
.GridViewVnoreny
{
    border-color: #3061b6;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    width: 100%;
}
.GridViewVnoreny td
{
    border-color: Gainsboro;
    border-style: solid;
    border-width: 1px;
}
.Grid-Row,
.Grid-Row a
{
    color: #333333;
}
.Grid-Row
{
    background-color: White;
}
.Grid-AlternatingRow
{
    background-color: #eaeaea;
}
.Grid-AlternatingRow a
{
    color: #333333;
}
.Grid-Header
{
    background-color: #3061b6;
    background-image: url("/images/menuPozadiDlouhe.gif");
    color: White;
}
.Grid-Header a,  /* linky pro Sorting */
.Grid-Header a:link,
.Grid-Header a:visited
{
    color: White;
}
.Grid-Footer
{
    background-color: #3061b6;
    color: White;
    font-weight: bolder;
}
.Grid-Pager
{
    BACKGROUND-IMAGE: url(/images/menuPozadiDlouhe.gif);
    color: White;
    text-align: center;
}
.Grid-Pager a
{
    color: White;
}
.Grid-Pager td
{
    text-align: center;
}
.DataList-Item
{
    background-color: White;
    border-color: #3061b6;
    border-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-top-width: 2px;
    color: Black;
    padding-right: 10px;
}
.DataList-AlternatingItem
{
    background-color: #eaeaea;
    border-color: #3061b6;
    border-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-top-width: 2px;
    color: Black;
}
.DataList-SelectedItem
{
    font-weight: bolder;
    background-color: #f3fbff;
    border-color: #3061b6;
    border-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-top-width: 2px;
    color: Black;
}
.DataList-Header,
.DataList-Footer
{
    font-weight: bold;
    margin-left: 5px;
}
.DataList-Header
{
    background-color: #3061b6;
    background-image: url("/images/menuPozadi.gif");
    color: White;
}
.DataList-Footer
{
    background-color: #bbdcef;
    color: White;
}
.DetailsView
{
    color: #000000;
    border-color: #3061b6;
    border-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-top-width: 2px;
}
.DetailsView-FieldHeader
{
    font-weight: bolder;
    color: Black;
    background-color: #3061b6;
    background: url("/images/pozadiPruhySede.gif");
    vertical-align: top;
    width: 150px;
}
.DetailsView-Header,
.tableDetailProjektu-DetailsView-Header,
.DetailsView-Footer
{
    font-weight: bolder;
    color: White;
    background-color: #3061b6;
    background-image: url("/images/menuPozadi.gif");
}
.labelHeaderDetailsView
{
    color: White;
}
.tableDetailProjektu-DetailsView-Header
{
	margin-top: 10px; 
	width: 100%;
}
.tableDetailProjektu-DetailsView-Header td
{
	padding: 5px;
}
.DetailsView-Row
{
    color: black;
    background-color: #ffffff;
}
.DetailsView-AlternatingRow
{
    background-color: #eaeaea;
}
.DetailsView-CommandRow
{
    font-weight: bolder;
    background-color: #E2DED6;
}
.DetailsView-EditRowStyle
{
    background-color: #999999;
}
.DetailsView-Pager
{
    color: Black;
    background-color: #284775;
    text-align: center;
}
/* Asp-Themes - konec */

/* Nápověda */
.divImageRight
{
	 float: right;
	 margin-left: 15px;
	 text-align: center;
	 font-style: italic;
}
.divImageLeft
{
	 float: left;
	 margin-right: 15px;
	 text-align: center;
	 font-style: italic;
}
.divImageCenter
{
	width: 100%;
	 margin-right: auto;
	 text-align: center;
	 font-style: italic;
}
.imageLeft
{
	float: left;
	margin: 0px 5px 0px 5px;
}
hr.cistic
{
   clear: left;
   height: 1px;
   border: none;
   margin: -1em 0 0 0;
   visibility: hidden;
}
ul.podporovaneFormaty
{
	margin-top: 0px;
	list-style-type: square;
}
ul.podporovaneFormaty li
{
	margin-left: 10px;
}

