/* Start of CMSMS style sheet 'Buttons' */
div#buttons {
   padding: 0 20px;
}

div#buttons ul li {
   float: left;
   list-style: none;
}

div#buttons ul li a {
   display: block;
   padding: 0 0 0 8px;
   margin: 0;
   text-decoration: none;
   background-repeat: no-repeat;
   background-position: left 5px;
}

div#buttons ul li a span {
   display: block;
   padding: 8px 8px 0 0;
   line-height: 20px;
   font-size: 11px;
   font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
   white-space: nowrap;
   color: #fff;
   background-repeat: no-repeat;
   background-position: right 5px;
   background-color: transparent;
}

div#buttons ul li a.b-actual {
   background-position: left 0px;
}
div#buttons ul li a.b-actual span {
   background-position: right 0px;
   padding: 6px 8px 2px 0;
   font-weight: bold;
}

div#buttons ul li a:hover {
   background-color: transparent;
   background-position: left 0px;
}
div#buttons ul li a:hover span {
   background-position: right 0px;
   padding: 6px 8px 2px 0;
}


div#buttons ul li a.b-loko { background-image: url('http://www.tjloko-plzen.cz/buttons/left/loko.gif'); }
div#buttons ul li a.b-loko span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/loko.gif'); }

div#buttons ul li a.b-basketbal { background-image: url('http://www.tjloko-plzen.cz/buttons/left/basketbal.gif'); }
div#buttons ul li a.b-basketbal span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/basketbal.gif'); }

div#buttons ul li a.b-hazena { background-image: url('http://www.tjloko-plzen.cz/buttons/left/hazena.gif'); }
div#buttons ul li a.b-hazena span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/hazena.gif'); }

div#buttons ul li a.b-volejbal { background-image: url('http://www.tjloko-plzen.cz/buttons/left/volejbal.gif'); }
div#buttons ul li a.b-volejbal span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/volejbal.gif'); }

div#buttons ul li a.b-tenis { background-image: url('http://www.tjloko-plzen.cz/buttons/left/tenis.gif'); }
div#buttons ul li a.b-tenis span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/tenis.gif'); }

div#buttons ul li a.b-serm { background-image: url('http://www.tjloko-plzen.cz/buttons/left/serm.gif'); }
div#buttons ul li a.b-serm span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/serm.gif'); }

div#buttons ul li a.b-jachting { background-image: url('http://www.tjloko-plzen.cz/buttons/left/jachting.gif'); }
div#buttons ul li a.b-jachting span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/jachting.gif'); }

div#buttons ul li a.b-kanoistika { background-image: url('http://www.tjloko-plzen.cz/buttons/left/kanoistika.gif'); }
div#buttons ul li a.b-kanoistika span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/kanoistika.gif'); }

div#buttons ul li a.b-turistika { background-image: url('http://www.tjloko-plzen.cz/buttons/left/turistika.gif'); }
div#buttons ul li a.b-turistika span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/turistika.gif'); }

div#buttons ul li a.b-aliga { background-image: url('http://www.tjloko-plzen.cz/buttons/left/aliga.gif'); }
div#buttons ul li a.b-aliga span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/aliga.gif'); }

/* End of 'Buttons' */

/* Start of CMSMS style sheet 'Module: News' */
.NewsInfo {
    padding: 0.3em;
    margin: 0.2em 0;
    background-color: #ddd;
    text-align: center;
    border: 1px solid;
    border-color: #ccc #eee #eee #ccc;
}
.NewsSummary {
    padding: 0.5em 0; /* padding for the news article summary */
    margin: 0 0 0.5em 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}
.NewsSummaryInfo {
  font-size: 90%;
  line-height: 1.5em;
  color: #666;
  padding-bottom: 0.3em;
}
.NewsSummaryInfo span{
  padding-right: 0.5em;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
    font-size: 110%;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #fc3;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

.cleaner {width: 1px; clear: both; font-size: 1px; height: 1px; margin: -1px 0 0 0; padding: 0; border: none; display: inline;  visibility: hidden;}
.clleft {clear: left;}
.clright {clear: right;}


/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Layout: Top menu + columns' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 71.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

img.obrazekvtextu {
   float: left;
   margin: 0.2em 0.5em 0.2em 0;
   border: 1px solid #ccc;
}
img.obrazekvtextuvpravo {
   float: right;
   margin: 0.2em 0 0.2em 0.5em;
   border: 1px solid #ccc;
}
img.obrazek {
   margin: 0.2em 0.5em;
   border: 1px solid #ccc;
}

a.image img,
a.image:link img,
a.image:active img,
a.image:visited img {
   border-color: #ccc; 
}
a.image:hover img {
   border-color: #fc3; 
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link, 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #006; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #006;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #fc3;
   color: #000;
}

a.image:hover {
   background-color: transparent;
}

/*****************
basic layout 
*****************/
body {
   background-color: #000;
   color: #333;
   margin:1em; /* gives some air for the pagewrapper */
}

div#pagewrapper {
   position: relative; /* pridano pro Google  AdSense */
   width: 960px;
   margin: 0 auto;     /* this centers wrapper */
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 140px;
   background: url(images/design/top.jpg) no-repeat top left;
}

div#header h1 a {
/* you can set your own image here */
   float: left;
   display: block; 
   margin: 25px 0 0 15px;
   width: 305px; /* adjust according your image size */    
   height: 95px; /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration: none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
div#header h1 a:hover {
  background-color: transparent;
}

div#navbar {
  background: #eee url(images/design/navbar.gif) repeat-y top;
}

div#search {
   float: right;
   width: 250px;     /* enough width for the search input box */
   text-align: right;
   padding: 0.5em 0 0;
   margin: 0 1em 0 0;
}

div.breadcrumbs {
   padding: 1em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
}

div#content {
   background-color: #fff;
}

div#page-1c {
   background: url(images/design/page-1c.gif) repeat-y top left;
}
div#page-2c {
   background: url(images/design/page-2c.gif) repeat-y top left;
}
div#page-3c {
   background: url(images/design/page-3c.gif) repeat-y top left;
}

div#content-1c {
   background: url(images/design/content-1c.gif) no-repeat top left;
   padding: 0 10px;
}
div#content-2c {
   background: url(images/design/content-2c.gif) no-repeat top left;
   padding: 0 5px 0 10px;
}
div#content-3c {
   background: url(images/design/content-3c.gif) no-repeat top left;
   padding: 0 5px;
}

div#content-inner {
   padding-top: 0.5em;
}

div#bottom-1c {
   height: 20px;
   background: url(images/design/bottom-1c.gif) no-repeat top left;
}

div#bottom-2c {
   height: 20px;
   background: url(images/design/bottom-2c.gif) no-repeat top left;
}

div#bottom-3c {
   height: 20px;
   background: url(images/design/bottom-3c.gif) no-repeat top left;
}

div#main-2c {
   float: left;
   width: 690px;
   display: inline;  /* FIX ie doublemargin bug */
}

div#main-3c {
   float: left;
   width: 440px;
   margin: 5px 0 0 15px;
   display: inline;  /* FIX ie doublemargin bug */
}

div#main-3c-old {
   margin: 5px 260px 0;
}


div#sidebar-right {
   float: right;
   width: 240px;
   display: inline;  /* FIX ie doublemargin bug */
}

div#sidebar-left {
   float: left;
   width: 240px;
   display: inline;  /* FIX ie doublemargin bug */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #ccc;
   text-align: center;
   padding: 0 20px;
}

div#footer p {
   font-size: 0.8em;
   text-align: center;
   padding: 0.8em;
   margin:0;
}

div#footer a {
   color: #c90;
   text-decoration: none;
   font-weight: bold;
}
div#footer a:hover {
   color: #c90; 
   text-decoration: underline;
   background-color: transparent;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 0.5em 0;
   border-bottom: 1px solid #003;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 69%;  /* 50% for both left and right might lead to rounding error on some browser */
  line-height: 1.3em;
}

div.right49 {
  float: right;
  width: 29%;
  line-height: 1.3em;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}
div#sidebar-right, div#sidebar-left {
}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #603; 
   font-size: 1.3em; 
   text-align: left;
   margin: 0.2em 0 0.5em 0;
}
div#content h2#main {
   color: #333;
   font-size: 1.5em; 
   line-height: 1.5em;
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #003; 
   border-left: 1.1em solid #003; 
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#sidebar-right h2, div#sidebar-left h2  {
   color: #fff; 
   font-size: 1em;
   line-height: 1.5em;
   padding: 0.2em;
   margin: 0.5em 0.2em 0.3em;
   background-color: #003;
   text-align: center;
   border: 1px solid;
   border-color: #999 #fff #fff #999;
}
div#content h3 {
   color: #603; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0.2em 0 0.5em 0;
}
div#content h4 {
   color: #603; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#sidebar-right h3,
div#sidebar-right h4,
div#sidebar-right h5,
div#sidebar-right h6,
div#sidebar-left h3,
div#sidebar-left h4,
div#sidebar-left h5,
div#sidebar-left h6  {
  padding-left: 0.2em;
  padding-right: 0.2em;
}
/* END HEADINGS */

/* SEARCH */
#searching {
   width: 150px;
   border: 1px solid #003;
   background-color: #fff;
   font-size: 1.1em;
   padding: 0.2em 0.3em;
}
#buttonSearch {
   border: 1px solid #003;
   background-color: #003;
   font-size: 1em;
   font-weight: bold;
   color: #fff;
   padding: 0.2em 0.5em;
   vertical-align: top;
}
#cse-search-results {
  width: 920px;
  margin: 0 auto;
}
/* END SEARCH */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
div#sidebar-right p, div#sidebar-left p  {
  padding-left: 0.3em;
  padding-right: 0.3em;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#content ul,
div#content ol,
div#content dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1em 0;
}
div#content ul li,
div#content ol li {
   margin: 0 0 0.25em 2em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 2em;
}
div#dl dd {
   margin: 0 0 0 2em;
}
/* END LISTS */

/* BLOCKS */
.links img {
  margin: 3px 1px;
}
.links a:hover {
  background-color: transparent;
}
/* END BLOCKS */

/* NAPISTE */
.napiste {
  padding: 0 12px;
}
.napiste label {
  display: block;
  padding: 0.3em 0 0.1em;
}
.napiste input, .napiste textarea {
   width: 200px;
   border: 1px solid #003;
   background-color: #fff;
   font-size: 1.1em;
   padding: 0.2em 0.3em;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.napiste input.submit {
   width: auto;
   border: 1px solid #003;
   background-color: #003;
   font-size: 1em;
   font-weight: bold;
   color: #fff;
   padding: 0.1em 0.2em;
}
/* END NAPISTE */

/* FRONTEND USERS*/
#frontendusers {
   padding: 0.2em 1em;
   float: right;
}
#frontendusers p {
   margin: 0;
   padding: 0.2em 0;
   text-align: right;
}
#frontendusers input {
   border: 1px solid #003;
   background-color: #fff;
   font-size: 1.1em;
   padding: 0.2em 0.3em;
}
#frontendusers input.signin_button {
   width: auto;
   border: 1px solid #003;
   background-color: #003;
   font-size: 1em;
   font-weight: bold;
   color: #fff;
   padding: 0.1em 0.2em;
}
/* END FRONTEND USERS*/

/* AUDIOPLAYERS */
div.audioplayer {
  display: block;
  width: 400px;
  margin: 0 auto 0 0;
  font-size: 9px;
  font-weight: normal;
  color: #999;
  padding-bottom: 1em;
  text-align: right;
}
div.audioplayer a {
  color: #999;
}
/* END AUDIOPLAYERS*/
/* End of 'Layout: Top menu + columns' */

/* Start of CMSMS style sheet 'AdSense' */
div#gad-onside {
   position: absolute;
   right: -130px;
   top: 30px;
}
/* End of 'AdSense' */

