/* css global */

body
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 34px;
	text-align: center;
	background-repeat: repeat;
	background-position: top center; 
	background-color: #ffffff;
	text-align: center;
	font-weight: normal;

}

table {
  padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-collapse: collapse;
}

div, p, a, h1, h2, h3, span, ul, li, form, label, input, select, table, td
{
	margin:0px;
	padding:0px;
}

body, p, a, h1, h2, h3, li, label, input, option, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

a         { /* text-decoration: none; */ }
a:hover   {text-decoration: underline;}
.sirka    { width: 885px; }
.st       { float: left; }

.myin {
  border: 1px solid #bfbfbf; 
  padding: 2px;
  _padding: 0px;
  /* height: 25px; */
}

.table-tab {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-collapse: collapse;
	font-size: 12px;
}

.td-tab {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	height: 20px; 
}

.small {
	font: 10px Arial, Helvetica, sans-serif;
	color: #28156E;
	text-decoration: none;
}

h1 { display: inline; font-weight: normal; font-size: 10px; }
h2 { display: inline; font-weight: normal; font-size: 10px; }
h3 { display: inline; font-weight: normal; font-size: 10px; }

#container {
  width: 980px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

#container-in {
  float: left;
  width:924px;
  padding: 0px 28px 28px 28px;
  background-color: white;
  position: relative;
}

.l{
  background-repeat: no-repeat; 
  background-position: bottom left; 
  /* background-image: url('../../ww_data/img/m_left.png'); */
}

.p{
  background-repeat: no-repeat; 
  background-position: bottom right; 
  /* background-image: url('../../ww_data/img/m_right.png'); */
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.buttona {
    background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; 
    text-decoration: none;
}

a.buttona span {
    background: transparent url('../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.buttona:active {
    background-position: bottom right;
    color: #000;
    outline: none; 
}

a.buttona:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; 
}  

/*
.formbutton {
  border: 0px solid; 
  background-color: transparent; 
  background-image: url('../img/button_pokracovat.gif'); 
  width: 209px; 
  height: 31px;
  cursor: Pointer;
}
*/

.formbutton {
  display: block;
  color: #ffffff; font-size: 10px; font-weight: normal; text-decoration: none;
  height: 23px;
  text-decoration: none;
  border: 0px; 
  cursor: pointer;
  padding: 0px 8px 0px 8px;
  background: #a6a6a6;
}

button.button {
   
    width: 93px; 
    display: block;
    color: #ffffff; font-size: 10px; font-weight: norm; text-decoration: none;
    height: 23px;
    text-decoration: none;
    border: 0px; 
    cursor: pointer;
}


/* 
button.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; 
}

button.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; 
}  */
