/* style AdTaily */
#AdTaily_Widget_Container span {display:none !important;}
.AdTaily_Widget_Buy {display: none !important;}
#AdTaily_Widget_Container div {border:none !important;}

/* Button designer
   http://www.pagetutor.com/button_designer/index.html
   Przykładowe stylowanie
   http://www.webreference.com/programming/css_stylish/
   Wynuchaj przyciski z AdMatik tam są ładne
*/   
/*
input.btn {
  color:#050;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  background-color:#fed;
  border: 1px solid;
  border-color: #696 #363 #363 #696;
  filter:progid:DXImageTransform.Microsoft.Gradient
  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}
*/
/* Co to robi patrz: http://www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
   usuwa ogromniaste marginesy przycisków pod IE 
   letter-spacing:2px; */
/* procedura ustawiania klas przycisków :
   1) szukaj class="btnt"
   2) zmień na btns, btnm, btnb
*/   
input.btnt {
  font-family: Verdana;
  font-weight: bold;
  color: Sienna; /*  SaddleBrown Olive DarkGreen DarkOliveGreen */
  /* background: gray; */  
  font-size:100%; /* bez tego czcionka pod IR jest wielgachna ?! */
  padding-left: 5px;
  padding-right: 5px;
  width: auto;  
  overflow: visible;
}

input.btnl {
  font-family: Verdana;
  color: Sienna; /*  SaddleBrown Olive DarkGreen DarkOliveGreen */
  /* background: gray; */  
  font-size:90%; /* bez tego czcionka pod IR jest wielgachna ?! */
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 5px;
  width: auto;  
  overflow: visible;
}
input.btns {
  font-family: Verdana;
  font-weight: bold;
  color: Sienna; /*  SaddleBrown Olive DarkGreen DarkOliveGreen */
  /* background: gray; */  
  font-size:100%; /* bez tego czcionka pod IR jest wielgachna ?! */
  padding-left: 5px;
  padding-right: 5px;
  width: auto;  
  overflow: visible;
}
input.btnm {
  font-family: Verdana;
  font-weight: bold;
  color: Sienna; /*  SaddleBrown Olive DarkGreen DarkOliveGreen */
  /* background: gray; */  
  font-size:120%; /* bez tego czcionka pod IR jest wielgachna ?! */
  padding-left: 10px;
  padding-right: 10px;
  width: auto;  
  overflow: visible;
}

input.btnb {
  font-family: Verdana;
  font-weight: bold;
  color: Sienna; /*  SaddleBrown Olive DarkGreen DarkOliveGreen */
  /* background: gray; */  
  font-size:130%; /* bez tego czcionka pod IR jest wielgachna ?! */
  padding-left: 15px;
  padding-right: 15px;
  width: auto;  
  overflow: visible;
}

input.btnb1 {
  font-family: Verdana;
  font-weight: bold;
  color: Sienna; /*  SaddleBrown Olive DarkGreen DarkOliveGreen */
  /* background: gray; */  
  font-size:150%; /* bez tego czcionka pod IE jest wielgachna ?! */
  padding-left: 15px;
  padding-right: 15px;
  width: auto;  
  overflow: visible;
}

input.btnb2 {
  font-family: Verdana;
  font-weight: bold;
  color: Sienna; /*  SaddleBrown Olive DarkGreen DarkOliveGreen */
  /* background: gray; */  
  font-size:200%; /* bez tego czcionka pod IR jest wielgachna ?! */
  padding-left: 15px;
  padding-right: 15px;
  /* width: auto; */  
  overflow: visible;
}

/*
select {
  font-family: Verdana; 
  font-size: 95%; 
}
*/
/* Wycentruje pionowo wszystko co jest w komórce o tej klasie */
td.td_middle * {
  vertical-align: middle
}

input.edit_small {
  width: 20pt;
  text-align : right;
}
input.edit_small_num {
  width: 20pt;
  text-align : right;
}
input.edit_medium {
  width: 30pt;
}
input.edit_medium_num {
  width: 40pt;
  text-align : right;  
}
input.edit_large {
  width: 60pt;
}
input.edit_user_pass {
  width: 40pt;
}

div#club_header h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
div#club_header p {
  font-size: 100%;
  /* outline: solid; */
  margin-top: 0px;
  /* padding-top : 10px; */
  /* background: beige; */
}

form.stdform {
  background-color: beige;
  /* width: 0%; */
}
span.stdlegend {
  font-size:75%;
}
span.error {
  color:red;
}
span.message {
  color:red;
}

td.navon 
  {background-color: white}
td.navoff
  {background-color: bisque}
/* dodaj też display:block;width:100%;background:white jakby kto nie miał JS */
tr.navon 
  {background-color: orange}
tr.navoff
  {background-color: bisque}

a.mya:link
  {color: Indigo; text-decoration:none; }
a.mya:visited
  {color: Indigo; text-decoration:none; }
a.mya:hover
  {color: Indigo; text-decoration:none; display:block; width:100%; background:white }
/* to bedzie przydatne do menu z zakładkami */  
a.mya:active
  {color: Indigo; text-decoration:none; display:block; width:100%; } /* background:red */

/* no decoration anchor *DarkSlateBlue DarkViolet Blue*/
a.nua:link
  {color: DarkSlateBlue; text-decoration:none; }
a.nua:visited
  {color: DarkSlateBlue; text-decoration:none; }
a.nua:hover
  {color: DarkSlateBlue; text-decoration:none; background:white }

a.doc:link
  {color: Blue; text-decoration:none; }
a.doc:visited
  {color: Blue; text-decoration:none; }
a.doc:hover
  {color: Blue; text-decoration:none; background:white }

a.hint:link
  {color: Black; text-decoration:none; }
a.hint:visited
  {color: Black; text-decoration:none; }
a.hint:hover
  {color: Black; text-decoration:none; background:white }

a.simple:link
  {text-decoration:none; }
a.simple:visited
  {text-decoration:none; }
a.simple:hover
  {text-decoration:none; background:white }

#hintbox{ /*CSS for pop up hint box */
  position:absolute;
  top: 0;
  background-color: lightyellow;
  width: 250px; /*Default width of hint.*/ 
  padding: 3px;
  border:1px solid black;
  font:normal 11px Verdana;
  line-height:18px;
  z-index:100;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  visibility: hidden;
}

/* na 99% nie potrzebne */
.hintanchor { /*CSS for link that shows hint onmouseover*/
/* margin: 3px 8px; */
}

/* ważna kolejność !! 
a.menu:link 
a.menu:visited 
a.mya:hover 
a.menu:active 
*/

/* tabelka wyboru rundy */
tr.tr_runda {
  background-color: bisque;
}  
td.runda_naglowek_
  { background-color:bisque; text-align:center;}
td.runda_wybrana_
  { width:20pt; background-color:burlywood; text-align:center;}
td.runda_
  { width:20pt; text-align:center;}

table.stdtable {
  border: 1px solid black;
  border-collapse: collapse; 
}
tr.stdtrhead {
  text-align: center;
  background-color: burlywood;
  font-weight: bold;
}
tr.stdtrhead_nb {
  text-align: center;
  background-color: burlywood;
}

tr.stdtrrow1 {
  background-color: bisque;
}
tr.stdtrrow2 {
  background-color: beige;
}
td.stdtd {
  border: 1px solid black;
  padding: 5px;
}

td.td_menu_left {
  padding-top: 2px;
  padding-bottom: 2px;  
}
td.td_menu_left_ {
  padding-top:0px;
  padding-bottom:0px;  
}

/* font-size body nie lapie fontow tabel */
td {
font-size:75%;
}     
body {
  font-size:85%; /* nie wplywa na wielkosc tekstow w table.td */
  font-family:Verdana;
  /* background-color:MediumAquaMarine; */ 
  margin: 0;
  padding:0; 
}  
/* background Lavender, WhiteSmoke Gainsboro */

