body{
	font-family: Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

a:link, a:visited, a:hover {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
  text-align: center;
}

h1{
   font-size: 120%;
   color: #333333;
}

h2{
   font-size: 114%;
   color: #333333;
}

h3{
   font-size: 100%;
   color: #333333;
   padding-left: 5px;
}

h4{
   font-size: 100%;
   color: #000099;
}

h5{
   font-size: 100%;
   color: #0000CC;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

form {
  margin: 0px;
  padding: 0px;
}

.timestamp { font-weight: bold; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: 2px auto;
	padding: 0px;
	width: 900px;
	text-align: left;
	border: 1px solid #cccccc;
  background: url(../img/logo.gif) 760px 1px no-repeat;
}

#masthead {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 77%;
	height: 75px;
}

#navBar {
	margin: 0px 0px 0px 720px;
	padding: 0px;
	background-color: #f0f0f0;
	border-left: 1px solid #000066;
	border-bottom: 1px solid #cccccc;
}

#content, #content_full {
  float: left;
  margin: 0px;
  padding: 0px 10px 0px 0px;
}

#content { width: 77%; }
#content_full { width: 100%; }


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName {
	margin: 0px;
	padding: 0px 0px 20px 20px;
	height: 31px;
}

/************* #globalNav styles **************/

#globalNav{
  color: #cccccc;
  padding: 0px 0px 0px 10px;
  white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
  display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 5px 10px;
	font-size: 80%;
}

.feature .title {
  color: #000099;
  font-weight: bold;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 5px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 5px 0px;
}


/************* #pagefoot styles ***************/

#pagefoot {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #aaaaaa;
	padding: 3px 10px 3px 10px;
	margin-top: -1px;
	text-align: center;
}

/*********** #navBar link styles ***********/

#sectionLinks ul a:link, #sectionLinks ul a:visited {display: block;}

#sectionLinks ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sectionLinks li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #sectionLinks li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto;
	color: #003366;
	font-weight: bold;
}

#sectionLinks a:visited {
	padding: 2px 0px 2px 10px;
	color: #003366;
	font-weight: bold;
}

#sectionLinks a:hover{
	background-color: #ffffcc;
	padding: 2px 0px 2px 10px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

/*********** .relatedLinks styles ***********/

#relatedLinks{
	margin: 0px;
	padding: 5px 0px 10px 10px;
	font-size: 90%;
	border-bottom: 1px solid #000066;
}

#relatedLinks p{
  margin: 0px;
	padding: 2px 0px 0px 7px;
  background: url(../img/rl.gif) 0px 7px no-repeat;
}

#relatedLinks p.search {
  margin: 0px;
	padding: 2px 0px 0px 20px;
  background: url(../img/mini_search.gif) 0px 3px no-repeat;
}

#relatedLinks h3{
	padding: 0;
}


/************** #banners styles **************/

#banners{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	border-bottom: 1px solid #000066;
	text-align: center;
}

#banners img{
	margin: 0px;
	padding: 0px;
}

/************** #headlines styles **************/

#headlines {
	margin: 0px;
	padding: 5px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #000066;
}

#headlines p {
  margin: 0px;
	padding: 5px 0px 5px 12px;
  background: url(../img/pa.gif) 0px 7px no-repeat;
}

#headlines h3 {
	padding: 5px 0px 0px 0px;
}

/************** #navigation styles **************/
#navcontainer {
}

#navcontainer ul {
  display: block;
  list-style: none outside;
  padding: 0;
  margin: 0 0 0 10px;
  font: bold x-small Verdana, sans-serif;
}

#navcontainer li {
  padding: 2px;
  margin: 0 4px 0 0;
  border-top: 1px solid #cecbc6;
  border-right: 1px solid #cecbc6;
  border-left: 1px solid #cecbc6;
  background-color: #000066;
  color: #ffffff;
  font-weight: bold;
  display: block;
  float: left;
  position: relative;
  top: -1.32em;
}

#navcontainer a:link, #navcontainer a:visited {
  background-color: #000066;
  color: #ffffff;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}

#navcontainer a:hover {
  background-color: #eeeeee;
  color: #000099;
  border-color: #000099;
}
/*
#navcontainerclear { display: none; }

html>body #navcontainerclear {
  display: block;
  clear: both;
}
*/
#navcontainer li#navactive a {
  background-color: #ffffff;
  color: #000066;
}

/************** #logo SSCR **************/

#logoSSCR {
  float: right;
  border: 0px;
  width: 112px;
  height: 31px;
}

/************** Style of forms **************/
fieldset {
  border: #000000 1px solid;
  padding: .5em .5em .5em .5em;
  font-size: 80%;
  margin: 0px 1em 1em 1em;
}

legend {
  border: #000000 1px solid;
  padding: .2em;
  color: #ffffff;
  font-weight: bold;
  background-color: #663399;
}

.searchbox {
  font-size: 11px;
  font-weight: bold;
  background-color: #ccccff;
  color: #000000;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #000000;
}

.row {
  padding: 0px;
  margin: 0px;
  height: 24px;
  clear: both;
}

.lbl, .lbl3em, {
  float: left;
  text-align: right;
  font-weight: bold;
  font: Arial,sans-serif;
  color: #333333;
}

.lbl { width: 11em; }
.lbl3em { width: 3em; }

.popisek { font-weight: bold; font: Arial,sans-serif; color: #333333; }

#userform p {
  padding: 0px 5px;
}

#userform .formw {
  float: right;
  width: 29em;
  text-align: left;
}

#userform .formw3em {
  float: right;
  width: 37em;
  text-align: left;
}

.spacer {
  clear: both;
  text-align: center;
}

#jmeno, #oddil, #selectkraj, #selecttrener, #selectrozhodci { width: 200px;}

/************** sideInfo panels **************/

.sideInfo {
  background-color: transparent;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px dashed #cccccc;
  border-right: 1px dashed #cccccc;
  margin: 0px 6px 10px;
  padding-bottom: 8px;
  font-size: 85%;
  float: left;
  width: 150px;
}

.sideInfo h3 {
  background-color: #dddddd;
  border-bottom: 1px solid #cccccc;
  color: #003366;
  margin: 0px;
  padding: 2px 2px 2px 4px;
}

.sideInfo ul {
  margin: .4em .2em .4em 1.6em;
  padding: 0px;
}

.sideInfo p {
  margin: .5em 4px 0px;
}

.viewInfo ul {
  margin: .4em .2em .4em 1.6em;
  padding: 1px;
}


.login {
  color: #ffffff;
  font-weight: bold;
}

.error {
  font-size: 12px;
  color: red;
  font-weight: bold;
  text-align: center;
}

.hidden { display: none; }

.table {
  font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
  font-size: 10px;
  border-collapse: collapse;
  border: 1px solid #9999CC;
  color: #000000;
  margin-left: 5px;
}

.table th {
  font-size: 10px;
  background-color: #000080;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #9999CC;
  text-align: left;
}

