a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColElsLtHdr #container {
	/*width: 80em;*/  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*margin-top:10px;*/
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.twoColElsLtHdr #header {
	
  background: #DDDDDD;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:20px;
}

.twoColElsLtHdr #sidebar1 {
	
  float: left;
	border-right:1px solid #bbb;
    width: 182px; /* since this element is floated, a width must be given */
	_width: 190px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLtHdr #mainContent {
	'background-color:#aaa;
  padding:20px; padding-top:0px;
  
  'margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
  
}
.twoColElsLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	font-size: 9px
}


.loggedDiv {
font-size:10px;
float:right;
border:0px solid black;
vertical-align: text-bottom;
width:400px;
text-align: right;
height:40px;
vertical-align:top;
}
.hvezdicka {
	color: #FF0000;
	font-size: 10px;
	vertical-align:super;
}

.text1 {
  font-size:10px;
}


.text2 {
  
  font-size:12px;
}

.text2 a {
color:blue;
}
#tab1 {
  font-size:10px;

  border:1px solid gray;
  border-right:2px solid gray;
}
#tab1 #head td{
  font-weight:bold;
  background:#a1d5e0;
  border-top:1px solid black;
  border-left:1px solid black;
}

#tab1 td{
  font-size:10px;
  /*text-align:center;*/
  padding-left:5px;

  border-top:1px solid gray;
  border-left:1px solid gray;
}



/* admin def. */
/******************************************************************************/
/*         TABULKA   VELKA                                                    */
.scrollTable {											' TABULKA'
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	width:600px;
	height: 320px;   ' <- IE '
	_height: 290px;   ' <- IE '
	overflow: auto;

	}
  div.scrollTable table { width: 600px; }
  
  html>/**/body div.scrollTable table { width: 600px; }
  html>/**/body div.scrollTable table>tbody { overflow: auto; height: 300px;  overflow-x: hidden; }
  div.scrollTable thead tr { position:relative; background: #D6DFF7;
    top: expression(offsetParent.scrollTop); /*IE5+ only*/
    /* fixes the header being over too far in IE, doesnt seem to affect FF */
    left: 0px; }
  div.scrollTable td:last-child { padding-right: 20px; }


.warning {
font-size:12px;
color:red;
}

#subsidebar {
margin-left:5px;
margin-top:5px;
color:gray;
}

#sidebar_content {
border:0px solid #ddd;
margin:4px;
padding:2px;
height:569px;
}

.subcat {
font-size:16px;
}
.submenu {
  padding:5px;
  
}

.submenu span {
  text-decoration:underline;
  cursor:pointer;
  color:blue;
  padding:0px;
  margin:0px;
}

#tab {
  margin:10px;
  margin-left:20px;
  border-left:1px solid gray ;
  border-right:2px solid gray ;
  border-top:1px solid gray ;
  border-bottom:2px solid gray ;
}
#tab td {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  padding:2px;  padding-left:5px;  padding-right:5px;  border-left:1px solid gray ;
  border-top:1px solid gray ;
}

/*#tab th {  font: 12px Verdana, Arial, Helvetica, sans-serif;  'padding:2px;  padding-left:5px;  padding-right:5px;  border-left:1px solid gray ;
  border-top:1px solid gray ;  font-weight:bold; }
  */
#tab th {font: 12px Verdana, Arial, Helvetica, sans-serif;font-weight:bold;}
#tab tr:hover td { background:#ddd; }
#tab .header td { font-weight:bold;  background:#ddd;}
#tab .header_big td {  font-weight:bold;  font-size:12px;  text-align:center;  background:#ddd;}


#tab .header_td {  font-weight:bold;  background:#ddd; }


.header_pointer {    font-weight:normal;  background:#ddd; }

.sublocus     {  border:1px solid black;  margin:0px;  font: 12px Verdana, Arial, Helvetica, sans-serif;  width:38px;  _width:38px;  }
.sublocus_ph1 {  border:1px solid orange;  margin:0px;  font: 12px Verdana, Arial, Helvetica, sans-serif;  width:38px;  _width:38px;  }
.sublocus_ph2 {  border:1px solid green;  margin:0px;  font: 12px Verdana, Arial, Helvetica, sans-serif;  width:38px;  _width:38px; margin-left:10px; }

.selectLocus {  font: 12px Verdana, Arial, Helvetica, sans-serif;  width:80px; }

#tab_form {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  padding:10px;
  width:200px;
  border:1px solid gray;
}

#tab_form2 {
  margin:10px;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  padding:10px;
  width:400px;
  border:1px solid gray;
}

#tab_form input{
  font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#tab_form2 select{
  font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#tab_form2 input{
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  width:150px;
}

.head_text {
 font-weight:bold;
  font-variant: small-caps;
}
.info_point {
  color:blue;
  cursor:pointer;
  font-weight:bold;
}

#tooltip a:hover {
  /*font-size:12.1pt; //fix for Internet Explorer: font must be different size than body font
  text-decoration:none;*/
}

.tooltipLinkInner {
  font-weight:bold;
  color:blue;
	text-decoration:none;
}

#tooltip .toolbox a:hover span {
  font-weight:normal;
  display: block! important;
  background-image: url(../images/orangeWallPaper.jpg);
  border: solid #999999 1px;
  color: black;
  position: absolute;
}

.tooltipInner {
  margin:7px;
	font-size:8pt;
	width:360px;
}
/*****************************************************************/
/*   navigator tab menu ******************************************/
#globalnav {
	position:relative;
	float:left;
	/*width:950px;*/
    width:100%;
	padding:0 0 1.75em 1em;
    
	margin:0;
	margin-top:0px;
	list-style:none;
	line-height:1em;

}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav .gap {
	float:right;
	margin-right:00px;	
}

#globalnav A {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#bbb;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#bbb;
	width:945px  ;
    width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
	
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#444;
}
/*****************************************************************/
/*   normal text on the page  ************************************/
#div_text {
  margin:20px;
  margin-top:25px;
}

#div_text .header {  font-weight:bold;}

#information ul li {
font-size:12px;
padding:3px;
border:0px solid gray;
}

#article_list li {
padding:2px;
}

#header_box {
'background-color:#aaa;
padding:0px;
margin:0px;
margin-top:10px;
list-style: none;
}

#header_box ul {
'border:1px solid gray;
list-style-type: none;
list-style: none;
margin-bottom:3px;
padding:0px;
margin:0px;
}

#header_box li {
margin-bottom:3px;
list-style-type: none;

margin-left:3px;
list-style: none;
}
.header {
    background-image: url(http://www.hlaexplorer.net/js/jquery/header-bg.png);
    background-repeat: no-repeat;
    border-left: 1px solid #FFF;
    border-right: 1px solid #000;
    border-top: 1px solid #FFF;
    padding-left: 30px;
    padding-top: 8px;
    height: auto;
}
.headerSortUp {
    background-image: url(http://www.hlaexplorer.net/js/jquery/header-asc.png);
    background-repeat: no-repeat;
    border-left: 1px solid #FFF;
    border-right: 1px solid #000;
    border-top: 1px solid #FFF;
    padding-left: 30px;
    padding-top: 8px;
    height: auto;
}
.headerSortDown {
    background-image: url(http://www.hlaexplorer.net/js/jquery/header-desc.png);
    background-repeat: no-repeat;
    border-left: 1px solid #FFF;
    border-right: 1px solid #000;
    border-top: 1px solid #FFF;
    padding-left: 30px;
    padding-top: 8px;
    height: auto;
}
th {
    text-align: left;
    padding: 5px;
    background-color: #6E6E6E;
}