﻿body {
	font-family: verdana, helvetica, tahoma, arial, sans-serif;
	font-size:100.1%; /*** Don't change this setting. Make all other
font-sizes in % (preferred) or ems ***/
	color:#000000;
	}
h1 
{
	font-size:120%;
	color: RGB(40,22,111);
	display: inline;	
}
h2 
{
	font-size:110%;
	color: RGB(40,22,111);
	display: inline;
}
h3
{
	font-size:100%;
	display: inline;
}
a {
	text-decoration: none;
	font-weight: bold;
	outline: none;
	}
a:visited {
	}
a:active {
	}
a:hover {
	}
strong, b {
	font-weight: bold;
	}
hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #ccc; /* for ie */
	background-color: #ccc; /* for everyone else */
	height: 1px;
	}
p {
	font-size: 90%;
	line-height: 1.1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
	}
td {
	font-size: 90%;
	}
hr {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	}
img {
	border: 0;
	}

div,p{margin:0}

.italics-test, .italics-test-side {
font-style: italic; 
text-align: justify; 
}

/* \*/
* html .italics-test, * html .italics-test-side {
overflow: hidden;
width: 100%;
o\verflow: visible;
w\idth: auto;
he\ight: 1px;
word-wrap: normal;
}
/* */

html,body{
  margin:0; /*** Do NOT set anything other than a left margin for the page
as this will break the design ***/
  padding:0;
  border:0;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
body{
  min-width:1004px; /*** This is needed for moz. Otherwise, the header and footer will
slide off the left side of the page if the screen width is narrower than the design.
Not seen by IE. Left Col + Right Col + Center Col + Both Inner Borders + Both Outer Borders ***/
  text-align:center; /*** IE/Win (not IE/MAC) alignment of page ***/
}
.clear{
  clear:both;
/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0} 
#fullheightcontainer{
  margin-left:auto; 
  margin-right:auto; 
  text-align:left; 
  position:relative; 
  width:1004px; 
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for Moz to give full height design if page content is
too small to fill the page ***/
}
#wrapper{
  min-height:100%; 
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
  background: rgb(179,222,248) url(images/left_200_19.jpg) top left repeat-y;
}
#wrapp\65	r{ 
  height:auto; 
}
/* \*/
* html #wrapper{
  height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
#outer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/
  margin-left:200px; /*** Critical left col dimension value = left col width ***/
  width:619px; /*** Critical left and right col/divider dimension value (moves inversly) = center col width ***/
  background:#FFFFFF; /*** Sets background of center col***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for full height inner borders in Win IE ***/
}
#float-wrap{
  width:619px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
  margin-right:-1px; /*** Static fix, doesn't change ***/
  float:left;
  display:inline;
}
#left{
  width:201px; /*** Critical left col/divider dimension value = Left Col Width + 1px + One Internal Border Width ***/
  float:left;
  display:inline;
  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ***/
  margin-left:-200px; /*** Critical left col/divider dimension value = left col width + one internal border width ***/
}
*>html #left{width:200px;} /*** Fix only for IE/Mac = left col width + one internal border width ***/
#container-left{
  width:200px; /*** Critical left col dimension value = left col width - 1px ***/
  background: url(images/left_200_19.jpg) top left repeat-y;
}
#container-left-logo{
  height:216px;
  background: url(images/left_200_216.jpg) top left;
}
#container-left-logo img{
  padding-top: 18px;
  padding-left:16px;
}
#container-left-content
{
	padding:5px;
	padding-left:0px;
}
#right{
  float:left;
  display:inline;
  width:185px; /*** Critical right col/divider dimension value = right col width + 2px ***/
  margin-right:-185px; /*** Critical right col/divider dimension value = negative right col width ***/
  margin-left:-1px; /*** Static fix ***/
  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ****/
}
/* \*/
* html #right{
  width:185px;
  margin-left:0px;
  margin-right:-500px;
  mar\gin-right:-185px;
}
/* Above style hidden from Mac IE */
/*** These commented-out rules below are there to explain the "Critical" info
     for the rules above, because comments must not appear within the Mac-hack.
     The "rules" below are not active, they are just for teaching purposes.

* html #right{
  width:186px; Critical right col/divider dimension value = right col width + one internal border width + 1px ***
  margin-left:0px; *** Critical right divider dimension value = a static 0px ***
  margin-right:-500px; *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
  mar\gin-right:-186px; *** Critical right col/divider dimension value  = negative (right col width + one internal border width + 1px) ***
}
***/
#container-right{
/* \*/
  width:180px;
/* Above hidden from IE-Mac */
/*** Critical right col dimension value = right col width ***/
  margin-left:2px; /*** Critical right divider dimension value = one internal border width + 2px ***/
  padding: 2px;
}
/* \*/
* html #container-right{
  fl\oat:right;
  di\splay:inline;
  margin-left:1px;
  mar\gin-left:0px;
}
/* Above style hidden from Mac IE */
/* \*/
* html #left{margin-right:-3px;}
/* Above style hidden from Mac IE */
#center{
  width:619px; /*** Set to = center col width ***/
  float:right;
  display:inline;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */
}
#clearheadercenter{
  height:216px; /*** needed to make room for header in center column ***/
  overflow:hidden;
}
#clearheaderright{
  height:216px; /*** needed to make room for header in right column ***/
  overflow:hidden;
}
#clearfootercenter{
  height:40px; /*** needed to make room for footer in center column ***/
  overflow:hidden;
}
#clearfooterleft{
  height:40px; /*** needed to make room for footer in left column ***/
  overflow:hidden;
}
#clearfooterright{
  height:40px; /*** needed to make room for footer in right column ***/
  overflow:hidden;
}
#footer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  clear: both;
  width:1004px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
  height:40px; /*** = Bottom Margin + One Outer Border + body to footer divider depth +
subfooter1 height + any other subfooter heights ***/
  overflow:hidden;
  margin-top:-40px; /*** negative height ***/
}
#subfooter1{
  background: RGB(0,124,195); /*** Background Color of Sub-footer #1 ***/
  text-align:center;
  height:40px; /*** sub-footer row height ***/
}
#header{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  top: -1px;
  width:804px; /*** Set to Left Col (not if left sidebar fully intrudes into header or left sidebar is off)
+ Right Col (not if right sidebar fully intrudes into header or right sidebar is off) + Center Col + Both Inner
Borders (not if any sidebar intrudes into header or footer, or Inner Borders are off) + Both External Borders
(not if external borders are off) ***/
  margin-left:200px;
  height:216px; /*** = Top Margin + One Outer Border + header to body divider depth +
subheader1 height + any other subheader heights ***/
  overflow:hidden;
}
#subheader1{
  text-align:center;
  height:138px; /*** sub-header row height ***/
  background: url(images/top_804_138.jpg) top left no-repeat;
}
#subheader1-advert
{
  padding-left:0px;
  padding-top:0px;
  float:left;
}
#subheader1-login{
  text-align:right;
  width:228px; /*** sub-header row height ***/
  height:138px;
  margin-top:0px;
  margin-right: 0px;
  margin-bottom: 0px;
  float:right;
  background-color: rgb(179,222,248);
}
#subheader2{
  text-align:center;
  height:78px; /*** sub-header row height ***/
}
#gfx_bg_middle{
  top:0px;
  position:absolute;
  height:100%;
  overflow:hidden;
  width:619px; /*** = Center Col Width ***/
  margin-left:200px; /*** = Left Col Width ***/
  background:#FFFFFF; /*** Set background color for center column for Mozilla & Opera ***/
}
* html #gfx_bg_middle{
  display:none; /*** Hides the moz fix from IE ***/
}

<!--[if IE]>
#outer{word-wrap:break-word;}
<![endif]-->

.SimpleEntertainmentTreeView div.AspNet-TreeView
{
	margin-top:0px;
	font-size:100%;
	color: rgb(0,0,0);
}

.SimpleEntertainmentTreeView div.AspNet-TreeView ul li
{
    padding: 0px 0px 0px 0px; 
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView ul ul
{
    margin: 0px 0px 0px 0px;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-Root a
{
	font-size: 60%;
	color: rgb(0,0,0);
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-Root a:hover
{
	font-size:60%;
	color: rgb(255,255,255);
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    padding-left: 10px;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-Root
{
    padding-left: 0px;
}



.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-Selected
{
	background-color: rgb(255,252,200);
}


.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-Selected a:hover
{
	color: rgb(0,0,0);
}
.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-ParentSelected a:hover
{
	color: rgb(255,255,255);
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-ParentSelected
{
	background-color: rgb(179,222,248);
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-ChildSelected
{
	background-color: rgb(255,252,200);
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-ChildSelected a:hover
{
	color: rgb(0,0,0);
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-ChildSelected li.AspNet-TreeView-Selected a
{
	color: rgb(202,77,55);
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-ChildSelected li.AspNet-TreeView-Leaf
{
	background-color: rgb(179,222,248);
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-ChildSelected li.AspNet-TreeView-Leaf a:hover
{
	color: rgb(255,255,255);
}
.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-ChildSelected li.AspNet-TreeView-Selected a:hover
{
	color: rgb(202,77,55);
}






.SimpleDataListKosik .AspNet-DataList table
{
	width:158px;
	margin-left:13px;
}

.SimpleDataListKosik .AspNet-DataList table thead tr th
{
	height:65px;
	background: url(http://www.abcknihy.sk/images/kosik_1.jpg);
}


.SimpleDataListKosik .AspNet-DataList table tfoot tr td
{
	height:70px;
	background: url(http://www.abcknihy.sk/images/kosik_3.jpg);
}

.SimpleDataListKosik .AspNet-DataList table tbody tr td
{
    padding:0px;
}

/* Header of the DataList. */
.SimpleDataListKosik .AspNet-DataList table thead tr th,
.SimpleDataListKosik .AspNet-DataList table caption
{
	margin-top:-10px;
}

/* Footer. */
.SimpleDataListKosik .AspNet-DataList table tfoot tr td
{
}

/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */

.SimpleDataListKosik .Sample-Contact
{
    background: url(http://www.abcknihy.sk/images/kosik_2.jpg) repeat-y;
    font-size: xx-small; 
}

.SimpleDataListKosik .Sample-Name
{  
	font-size: 120%;
	font-weight: bold;
	color: rgb(179,222,248); 
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
}
.SimpleDataListKosik .Sample-Address
{
	font-size: 120%;
    color: rgb(0,0,0);
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.SimpleDataListKosik .Sample-Phone
{
	font-size: 120%;
    font-weight: bold;
    color: rgb(202,77,55);
    text-align: right;
    white-space: nowrap; 
    padding-left: 5px;
    padding-right: 5px;
}
.SimpleDataListKosik .Sample-Delete
{
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
}
.SimpleDataListKosik .Sample-Delete a
{
	font-size: 120%;
    font-weight: bold;
    color: rgb(179,222,248);
    font-weight: bold;
    white-space: nowrap; 
}
.SimpleDataListKosik .Sample-Delete a:hover
{
	font-size: 120%;
    font-weight: bold;
    color: rgb(255,255,255);
    font-weight: bold;
    text-align: right;
    white-space: nowrap; 
}





.SimpleDataList0 .AspNet-DataList table tbody tr td
{
    padding:1px;
    width:17%;
    text-align:center;
    vertical-align:top;
}

/* Header of the DataList. */
.SimpleDataList0 .AspNet-DataList table thead tr th,
.SimpleDataList0 .AspNet-DataList table caption
{
	margin-top:-10px;
}

/* Footer. */
.SimpleDataList0 .AspNet-DataList table tfoot tr td
{
}

/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */

.SimpleDataList0 .Sample-Contact
{
    border: solid  1px #648ABD;
    margin-left: -10px;
    padding-left: 0px;
    padding-bottom: 4px;
    background: #B9D3EE;
    color: Maroon;
    font-size: xx-small; 
    width: 144px;
}

.SimpleDataList0 .Sample-Name
{  
	font-size: xx-small; 
}

.SimpleDataList0 .Sample-Name2
{  
	font-size: x-small; 
    padding-right:2px;
}

.SimpleDataList0 .Sample-Address
{
    color: Black;
    text-align: right;
    padding-right:2px;
}

.SimpleDataList0 .Sample-Phone
{
    color: #333333;
    text-align:right;
    white-space:nowrap; 
    padding-right:2px;
}








.SimpleDataList .AspNet-DataList table tbody tr td
{
    padding:1px;
}

/* Header of the DataList. */
.SimpleDataList .AspNet-DataList table thead tr th,
.SimpleDataList .AspNet-DataList table caption
{
	margin-top:-10px;
}

/* Footer. */
.SimpleDataList .AspNet-DataList table tfoot tr td
{
}

/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */

.SimpleDataList .Sample-Contact
{
    border: solid  1px #648ABD;
    margin-left: -10px;
    padding-left: 0px;
    padding-bottom: 4px;
    background: #B9D3EE;
    color: Maroon;
    font-size: xx-small; 
    width: 144px;
}

.SimpleDataList .Sample-Name
{  
	font-size: xx-small; 
}

.SimpleDataList .Sample-Name2
{  
	font-size: x-small; 
    padding-right:2px;
}

.SimpleDataList .Sample-Address
{
    color: Black;
    text-align: right;
    padding-right:2px;
}

.SimpleDataList .Sample-Phone
{
    color: #333333;
    text-align:right;
    white-space:nowrap; 
    padding-right:2px;
}










.Akcie
{
	width:182px;		
	margin-top:15px;
	margin-bottom:15px;
}

.Akcie a
{
	font-weight: bold;
	font-size:75%;
	color: RGB(0,0,0);
}

.Akcie a:hover
{
	color: RGB(255,255,255);
	text-decoration: none;
}


.RightCol
{
	margin-top:10px;
	width:180px;		
	font-size:75%;
}

.RightCol a
{
	font-weight: normal;
	color: rgb(202,77,55);
}

.RightCol img
{
	margin: 2px;
	border: 1px silver solid;
}

.RightCol a:hover
{
	color: RGB(255,255,255);
	text-decoration: none;
}



.Titul
{
	margin-top:15px;
	height:40px;
}
.Titul a 
{
	font-size:120%;
	color: RGB(0,0,0);
}
.Titul a:hover
{
	font-size:120%;
	color: silver;
}
.Titul2
{
	margin-top:15px;
	height:20px;
}
.Titul2 a
{
	font-size:120%;
	color: RGB(0,0,0);
}
.Titul2:hover a
{
	font-size:120%;
	color: silver;
}

.Titul3
{
	margin-top:15px;
	height:22px;
	font-size:120%;
	color: RGB(0,0,0);
}

.Autor
{
	font-size:110%;
	font-weight: bold;
	color: RGB(131,130,129);
	margin-bottom: 3px;
}
.Autor a
{
	font-size:110%;
	font-weight: bold;
	color: RGB(131,130,129);
	text-decoration: none;
	border-bottom: 1px solid silver;
}
.Autor a:hover
{
	font-size:110%;
	font-weight: bold;
	color: silver;
	text-decoration: none;
}

.Autor2
{
	font-size:90%;
	font-weight: bold;
	color: RGB(131,130,129);
	margin-bottom: 3px;
}
.Autor2 a
{
	font-size:90%;
	font-weight: bold;
	color: RGB(131,130,129);
	text-decoration: none;
}
.Autor2 a:hover
{
	font-size:90%;
	font-weight: bold;
	color: silver;
	text-decoration: none;
}

.AutorSmall
{
	font-size:80%;
	font-weight: bold;
	color: RGB(131,130,129);
	margin-bottom: 3px;
}
.AutorSmall a
{
	font-size:100%;
	font-weight: bold;
	color: RGB(131,130,129);
}
.AutorSmall a:hover
{
	font-size:100%;
	font-weight: bold;
	color: silver;
}

.Obrazok img
{
	padding:5px;
	margin-right:5px;
	margin-bottom: 5px;
	border:1px silver solid;
}

.Obsah
{
	font-size:82%;
	text-align:justify;
	margin-right:5px;
}

.Obsah li
{
	margin-left:15px;
}

.Headline
{
	font-size: 85%;
	font-weight: bold;
	text-decoration: underline;
	color: rgb(202,77,55);
	text-align: center;
	height: 40px;
}

.Detail1
{
	font-size:100%;
}

.Detail2
{
	font-size:100%;
}





.DalsiTitul
{
	font-size:75%;
}

.DalsiTitul a
{
	font-weight: normal;
	color: rgb(202,77,55);
}

.DalsiTitul img
{
	margin: 2px;
}

.DalsiTitul a:hover
{
	color: silver;
	text-decoration: none;
}





.Akcie a
{
	font-weight: bold;
	color: rgb(202,77,55);
}

.Akcie a:hover
{
	color: silver;
	text-decoration: none;
}






.b1h {height:1px; background:#aaa; margin:0 5px;}
.contenth {background: rgb(0,147,221); border-right:1px solid #aaa; border-left:1px solid #aaa;}
.contenth div {margin-left: 12px; padding-top: 5px;}

.b1h, .b2h_blue, .b3h_blue, .b4h_blue, .b2bh_blue, .b3bh_blue, .b4bh_blue{font-size:1px; overflow:hidden; display:block;}
.b2h_blue, .b2bh_blue {height:1px; background: rgb(0,147,221); border-right:2px solid rgb(0,147,221); border-left:2px solid rgb(0,147,221); margin:0 3px;}
.b3h_blue, .b3bh_blue {height:1px; background: rgb(0,147,221); border-right:1px solid rgb(0,147,221); border-left:1px solid rgb(0,147,221); margin:0 2px;}
.b4h_blue, .b4bh_blue {height:2px; background: rgb(0,147,221); border-right:1px solid rgb(0,147,221); border-left:1px solid rgb(0,147,221); margin:0 1px;}
.b2bh_blue, .b3bh_blue, .b4bh_blue {background: rgb(0,147,221);}
.headh_blue {background: #4e92cf; border-right:1px solid rgb(0,147,221); border-left:1px solid rgb(0,147,221);}
.headh_blue h4 {font-family:Verdana; font-size:150%; font-weight:bold; margin: 0px 10px 0px 10px; padding-bottom: 3px;}

.b1h, .b2h_red, .b3h_red, .b4h_red, .b2bh_red, .b3bh_red, .b4bh_red{font-size:1px; overflow:hidden; display:block;}
.b2h_red, .b2bh_red {height:1px; background:#a6393c; border-right:2px solid #a6393c; border-left:2px solid #a6393c; margin:0 3px;}
.b3h_red, .b3bh_red {height:1px; background:#a6393c; border-right:1px solid #a6393c; border-left:1px solid #a6393c; margin:0 2px;}
.b4h_red, .b4bh_red {height:2px; background:#a6393c; border-right:1px solid #a6393c; border-left:1px solid #a6393c; margin:0 1px;}
.b2bh_red, .b3bh_red, .b4bh_red {background: #fff;}
.headh_red {background: #a6393c; border-right:1px solid #a6393c; border-left:1px solid #a6393c;}
.headh_red h4 {font-family:Verdana; font-size:150%; font-weight:bold; margin: 0px 10px 0px 10px; padding-bottom: 3px;}

.b1h, .b2h_green, .b3h_green, .b4h_green, .b2bh_green, .b3bh_green, .b4bh_green{font-size:1px; overflow:hidden; display:block;}
.b2h_green, .b2bh_green {height:1px; background:#8fa735; border-right:2px solid #8fa735; border-left:2px solid #8fa735; margin:0 3px;}
.b3h_green, .b3bh_green {height:1px; background:#8fa735; border-right:1px solid #8fa735; border-left:1px solid #8fa735; margin:0 2px;}
.b4h_green, .b4bh_green {height:2px; background:#8fa735; border-right:1px solid #8fa735; border-left:1px solid #8fa735; margin:0 1px;}
.b2bh_green, .b3bh_green, .b4bh_green {background: #fff;}
.headh_green {background: #8fa735; border-right:1px solid #8fa735; border-left:1px solid #8fa735;}
.headh_green h4 {font-family:Verdana; font-size:150%; font-weight:bold; margin: 0px 10px 0px 10px; padding-bottom: 3px;}




.searchbox {
background: #f0f0f0;
border: 1px solid #b0b0b0;
width: 100px;
height: 18px;
}




#footer {
font-size: 75%;
font-weight:bold;
color: rgb(255,255,255);
}

#footer #partneri{
font-size:80%;
font-weight:normal;
color: rgb(0,0,0);
}

#footer #partneri a{
font-size:95%;
font-weight:normal;
color: rgb(0,0,0);
text-decoration:none;
}

#footer #partneri a:hover{
font-size:95%;
font-weight:normal;
color: rgb(255,255,255);
text-decoration:none;
}




.commentbox{
background-color: #f0f0f0;
padding: 10px;
}

.commentfooter{
background: url(arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}





.registerbox {
background: #f0f0f0;
border: 1px solid #b0b0b0;
height: 16px;
margin: 1px;
}
.registerboxddl {
background: #f0f0f0;
border: 1px solid #b0b0b0;
margin: 1px;
}





.Navig
{
	color:rgb(131,130,129);
	font-size: 85%;
}

.Navig:hover
{
	color:silver;
	font-size: 85%;
}





.Zoznam 
{
	background-color: #0093DD;
	font-weight:bold;
}














.SimpleGridView .AspNet-GridView
{
    width: 100%;
    font-size: 80%;
}

.SimpleGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
    color: #000000;
    background: #FFFFFF;
    font-weight: normal;
    padding: 5px;
}

.SimpleGridView .AspNet-GridView div.AspNet-GridView-Pagination,
.SimpleGridView .AspNet-GridView div.AspNet-GridView-Pagination a
{
    color: #000000;
    background: #D0D0D0;
    font-weight: normal;
    padding: 2px;
}

.SimpleGridView .AspNet-GridView table
{
    border: solid 1px #CCCCCC;
    width: 100%;
}

.SimpleGridView .AspNet-GridView table thead tr th
{
    color: #000000;
    background: rgb(0,147,221);
    font-weight: bold;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    padding: 5px;
    text-align:center;
    font-size: 85%;
}

.SimpleGridView .AspNet-GridView table thead tr th a
{
    color: #000000;
    font-weight: bold;
}

.SimpleGridView .AspNet-GridView td.leftalign 
{
	text-align: left;
}
.SimpleGridView .AspNet-GridView td.rightalign 
{
	text-align: right;
}
.SimpleGridView .AspNet-GridView td.centeralign 
{
	text-align: center;
}
.SimpleGridView .AspNet-GridView td.rightalignbold 
{
	text-align: right;
	font-weight: bold;
}

.SimpleGridView .AspNet-GridView table tbody tr td
{
    color: #333333;
    background: White;
    padding: 5px;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    text-align: right;
    height: 40px;
}

.SimpleGridView .AspNet-GridView table tbody tr td a
{
    color: rgb(202,77,55);
}

.SimpleGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #F7F6F3;
}

.SimpleGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
    background-color: #8fa735;
    color: #FFFFFF;
}

.SimpleGridView .AspNet-GridView table tfoot tr td
{
}
.SimpleGridView .AspNet-GridView td.width20 
{
	width: 20px;
}








.SimpleGridViewObj .AspNet-GridView
{
    width: 100%;
    font-size: 80%;
}

.SimpleGridViewObj .AspNet-GridView div.AspNet-GridView-Pagination span
{
    color: #000000;
    background: #FFFFFF;
    font-weight: normal;
    padding: 5px;
}

.SimpleGridViewObj .AspNet-GridView div.AspNet-GridView-Pagination,
.SimpleGridViewObj .AspNet-GridView div.AspNet-GridView-Pagination a
{
    color: #000000;
    background: #D0D0D0;
    font-weight: normal;
    padding: 2px;
}

.SimpleGridViewObj .AspNet-GridView table
{
    border: solid 1px #CCCCCC;
    width: 100%;
}

.SimpleGridViewObj .AspNet-GridView table thead tr th
{
    color: #000000;
    background: rgb(0,147,221);
    font-weight: bold;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    padding: 5px;
    text-align:center;
    font-size: 85%;
}

.SimpleGridViewObj .AspNet-GridView table thead tr th a
{
    color: #000000;
    font-weight: bold;
}

.SimpleGridViewObj .AspNet-GridView td.leftalign 
{
	text-align: left;
}
.SimpleGridViewObj .AspNet-GridView td.rightalign 
{
	text-align: right;
}
.SimpleGridViewObj .AspNet-GridView td.centeralign 
{
	text-align: center;
}
.SimpleGridViewObj .AspNet-GridView td.centeraligncontrol 
{
	text-align: center;
	width: 40px;
}
.SimpleGridViewObj .AspNet-GridView td.rightalignbold 
{
	text-align: right;
	font-weight: bold;
}

.SimpleGridViewObj .AspNet-GridView table tbody tr td
{
    color: #333333;
    background: White;
    padding: 5px;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    text-align: right;
    height: 40px;
}

.SimpleGridViewObj .AspNet-GridView table tbody tr td a
{
    color: rgb(202,77,55);
}

.SimpleGridViewObj .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #F7F6F3;
}

.SimpleGridViewObj .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
    background-color: #8fa735;
    color: #FFFFFF;
}

.SimpleGridViewObj .AspNet-GridView table tfoot tr td
{
}







.imgAbout 
{
	float:left;
	margin-right: 5px;
	margin-top:3px;
}






.Zlava
{
	font-size:100%;
	font-weight:bold;
	color:rgb(255,252,200);
}




.hplBannerInfo 
{
font-size:70%;
color: rgb(202,77,55);	
}
.hplBannerInfo:hover
{
font-size:70%;
color: silver;	
}
.hplPravidla
{
color: rgb(202,77,55);	
}
.imgLetak
{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}



.LogCtrl1
{
	 color: #000000;
}
.LogCtrl1:hover
{
	color: Silver;
}
.LogCtrl2
{
	 color: #a6393c;
}
.LogCtrl2:hover
{
	color: Silver;
}






.sutazbox 
{
	font-size: 70%;
	background: #f0f0f0;
	border: 1px solid #b0b0b0;
	margin: 1px;
}




.AdminHelpDesk
{
	color: rgb(202,77,55);
}






/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: silver;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: auto;
left: auto; /*position where enlarged image should offset horizontally */

}




.objanchor
{
	font-size:90%;
	font-weight: bold;
	color: rgb(202,77,55);
	text-decoration: none;
}

.objanchor:hover
{
	color: silver;
	text-decoration: none;
}




.objStav
{
	padding:5px;
	background-color:#f4f515;
}




.list2 {
	border: 1px solid #009;
	list-style-type: none;
	margin: 0px;
	background-color: #FFF;
	text-align: right;
	font-size: 80%;
}

ul.list2 li {
	padding: 2px 2px;
}

.listitem2 {
	color: #00A;
}

.hoverlistitem2 {
	background-color: #F0F8FF;
}




.admintable
{
	font-family: Arial;
	font-size: 80%;
	border: 1px solid gray;
}

.admintable input
{
	border:1px solid silver;
}

.admintable a 
{
	color: rgb(202,77,55);
}

.admintable a:hover 
{
	color: #dedede;
}

.hint 
{
	font-size:90%;
	font-style:italic;	
}












.Titul2Search
{
	font-family:Arial;
	margin-top:0px;
	height:20px;
}
.Titul2Search a
{
	font-family:Arial;
	font-size:120%;
	color: RGB(0,0,0);
}
.Titul2Search:hover a
{
	font-family:Arial;
	font-size:120%;
	color: silver;
}

.Autor2Search
{
	font-family:Arial;
	font-size:110%;
	font-weight: bold;
	color: RGB(131,130,129);
	margin-bottom: 3px;
}
.Autor2Search a
{
	font-family:Arial;
	font-size:110%;
	font-weight: bold;
	color: RGB(131,130,129);
	text-decoration: none;
	border-bottom: 1px solid silver;
}
.Autor2Search a:hover
{
	font-family:Arial;
	font-size:110%;
	font-weight: bold;
	color: silver;
	text-decoration: none;
}
