* {
	padding:0;
	margin:0;
}

.tooltip
{
  text-decoration:none;
  position:relative;
}
 
 
.tooltip span
{
  display:none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:white;
  background:white; 
}
 
 
.tooltip span img
{
  float:left;
  margin:0px 8px 8px 0;
}
 
 
.tooltip:hover span
{
  display:block;
  position:fixed;
  top:0;
  right:0;
  z-index:10000;
  width:auto;
  max-width:620px;
  max-height:620px;
  border:0px solid #CACACA;
  margin-top:12px;
  margin-left:32px;
  overflow:hidden;
  opacity: 0.9;
  padding:8px;
  box-shadow: -4px 4px 18px 0px lightblue;
}
 

.tooltip:active span
{
  display:none;
}
 


#source_example {
    font-family: "Courier New", "Courier", serif;
    font-size: 12px;
    margin: 20px 0px;
}


a {
	text-decoration: none;
}


#br_dok {
	font-size: 12px;
	text-align: right; 
}

#m_text {
	font-size: 12px;
	text-align: center;
	vertical-align: text-top; 
}

.button_on {
   width:50px;
   height:16px;
   margin:8px; 
   padding: 0px 0px 0px 40px;
   font-weight: normal;
   background-color:transparent;
   border: 0px ;
   text-align:right;
   background: url(../images/on_16.png) 0px 0px no-repeat;
   outline-style: none;
}

.button_off {
   width:50px;
   height:16px;
   margin:8px; 
   padding: 0px 0 0px 40px;
   font-weight: normal;
   background-color:transparent;
   border: 0px ;
   text-align:right;
   background: url(../images/off_16.png) 0px 0px no-repeat;
   outline-style: none;
}

#button_srt {
   width:20px;
   height:20px;
   margin:0px; 
   padding: 00px 0 00px 0;
   font-weight: normal;
   border: 0px solid #eee;
   background-color:transparent;
}

#button_srt:hover {
   width:20px;
   height:20px;
   margin:0px; 
   padding: 00px 0 00px 0;
   font-weight: normal;
   border: 1px solid #eee;
   background-color:transparent; 
}


#neutral {
   margin:0px; 
   padding: 5px 5px 5px 15px;
   font-weight: normal;
   border: 0px;
   background-color:#ffffff;
}

