* {
	font-family: arial;
	font-size : 12px;
}
body {
	margin: 10px;
	background-color: #5A6573;
}
h1 {
	font-size: 18px;
	color: #DEEB31;
	font-style: normal;
	margin: 0px 0px 25px 0px;
	padding: 3px 3px 3px 10px;
	background: url(../images/h1.jpg) repeat-y left;
}
h2 {
	font-size : 12px;

	color : #006A00;
}
h3 {
	font-size : 11px;

	color : #006A00;
}
h4 {
	font-size : 11px;

	color : #006A00;
}
p {
	text-align : justify;
	margin-top: 5px;
	margin-bottom: 5px;
}
 
#top_menu {
	font-size : 12px;
	background-color : #42AE4A;
}
#top_menu td.right {
	text-align : right;
}
#top_menu td.left {
	text-align : left;
}
#top_search {
	border : 1px groove Green;
	background-color : #D2FFD2;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color : #006A00;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}

a.index {
	color : #0000EE;
	text-decoration : none;
	background-color : #D4DEB5;
	padding: 0px 3px;
}
a.index:hover {
	text-decoration : underline;
}

li {
	margin-bottom: 4px;
}
/* -------------------------*/
.mandatory {
	color : Red;
	font-weight : bold;
}
.mandatory_back {
	background-color : #FFAAAA;
}
thead {
	background-color : #F7F7F7;
}
input.text{
	border : 1px solid #B3B9C3;
}
textarea{
	border : 1px solid #B3B9C3;
}
#logo {
	width: 100%;
	font-size: 14px;
	font-style : italic;
	background-image : url(../images/top_back.jpg);
	background-position : right;
	background-repeat : repeat-x;
	height: 154px;
	vertical-align : text-bottom;
	font-weight : bold;
}
#auto {
	background-color : #21519C;
	padding: 3px;
	color : White;
	text-align : right;
}
#menu {
	width: 200px;
	text-align : left;
	font-size : 10px;
	background-image : url(../images/background.jpg);
	background-repeat : no-repeat;
	background-color : #4F8C0D;
	vertical-align : top;
	padding-bottom: 100px;
	padding-top: 20px;
}
#menu p {
	font-weight : bold;
	padding : 3px;
	margin: 0px 10px;
}
#menu p.second {
	font-weight : bold;
	padding : 2px;
	margin: 0px 5px 0px 20px;
}
#menu a {
	color: White;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu a.first {
	color: #DEEB31;
	padding: 1px 3px;
}
#menu a.first_select {
	background-color: #DEEB31;
	color : Black;
	padding: 1px 3px;
}
div.profile {
	border-top: 1px solid #4F8C0D;
	padding-top: 10px;
	padding-left: 7px;
}

#main {
	vertical-align : top;
	background-color : White;
}
#body {
	margin-left: 2px;
	text-align : left;
}


.ok {
	margin-left: 4px;
	font-weight: bold;
}
.bad {
	margin-left: 4px;
	font-weight: bold;
	color: Red;
}
p.select {
	margin: 5px 0px 5px 4px;
}
.detail {
	background-color: #f0f0f0;
}
.bold {
	font-weight: bold;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.padding5 {
  padding: 5px;
}
.normal {
  font-weight: normal;
}
.middle {
  vertical-align: middle;
}
.top {
	vertical-align: top;  
}
.copyright {
	font-size: 11px;
	color: #ffffff;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
	margin-left: 2px;
	margin-top: 30px;
	text-align: right;
	background: url(../images/h1_invert.jpg) repeat-y right;
}
.bgwhite {
	background-color : White;
}
thead.substances th {
	background: #B7B7B7;
}
tbody.substances td {
	font-size: 9px;
	vertical-align: top;
}
tbody.substances tr.r0 {
	background: #E7E7E7;
}
tbody.substances tr.r1 {
	background: #D7D7D7;
}
tbody.substances tr.r2 {
	background: #FFE0E0;
}
tbody.substances tr.r3 {
	background: #FFD0E0;
}
tbody.substances td a {
	display: block;
	color: blue;
	text-decoration: none;
}
tbody.substances td a:hover {
	color: red;
}

/*------------- */

#edit table {
	margin: 5px 0px 5px 4px;
}
.upper {
	text-transform: uppercase;
}

#obsah {
  margin: 10px;
}
#obsah td {
  padding: 3px;
}
#obsah th {
  text-align: right;
  padding: 3px 10px 3px 3px;
  background: #E0E0E0;
  vertical-align: top;
}
#obsah thead th {
  text-align: left;
  padding: 3px;
  background: #E0E0E0;
  vertical-align: top; 
}
#obsah .small_th {
  font-size: 9px;
  color: black;
  font-weight: normal;
}
#emerging_class th {
	background-color : #E0E0E0;
	text-align: left;
	padding: 2px;
}
#emerging_class td {
	padding: 0px;
	vertical-align: top; 
}
#emerging_class td div.first {
	min-height: 50px;
}
#emerging_class .r1 {
  background-color : #E0E0E0;
}
#emerging_class td div {
	margin: 2px;
}
#emerging_class td div.other {
	margin: 2px 4px;
}

.no_display {
  display: none;
}


tr.r0 {
	background: #FFFFFF;
}
tr.r0:hover {
	background: #D7D7D7;
}
tr.r1 {
	background: #E7E7E7;
}
tr.r1:hover {
	background: #D7D7D7;
}
tr.r2 {
	background: #FFF0F0;
}
tr.r2:hover {
	background: #FF9999;
}
tr.r3 {
	background: #FFD0E0;
}
tr.r3:hover {
	background: #FF9999;
}

tr.rn0 {
	background: #FFFFFF;
}
tr.rn1 {
	background: #E7E7E7;
}
tr.rn0 td {
	border-left: 1px solid #E7E7E7;
}
tr.rn1 td {
	border-left: 1px solid #FFFFFF;
}
#keywords th {
	border-left: 1px solid #FFFFFF;
}
.note {
  color: gray;
}
img {
  border: none;
}
#send_buttons {
  margin-top: 20px;
}

#obsah .item_name {
  font-weight: bold;
  margin-top: 5px;
}
#obsah .item_data {
  margin-top: 2px;
}

#obsah h2 {
	font-size : 16px;
	color : #006A00; 
}
#obsah h3 {
	font-size : 15px;
	color : #006A00; 
  margin: 10px 0px 0px 0px; 
}
#obsah h4 {
	font-size : 14px;
	color : black;
  margin: 8px 0px 0px 0px; 
}
sup, sub {
  font-size: 80%;
}
optgroup {
	background: #f0f0f0;
	font-weight: normal;
	font-style: normal;
}
optgroup option {
  background: white;
}

