body
{
 background-color: black; 
 color: white; 
 font-family: Arial; 
 font-size: small;
 overflow-y: scroll;
}

.reklama
{
 text-decoration: none;
 color: white;
}

a
{
 color: white;
}

div#ToolTipDiv
{
 position:absolute; 
 visibility:hidden;
 left:0; 
 top:0; 
 z-index:1000;
 width:220px; 
 padding:3px; 
 font-size:15px;
 color: black;
 text-align: justify;
 background-color:#e9e9e9;
 /* for IE */
 filter: alpha(opacity=80);
 /* CSS3 standard */
 opacity:0.80;
 /* for Mozilla */
 -moz-opacity:0.80;
 border:1px solid #000000; 
}

.admin_button
{
 background-color: black;
 color: white;
 cursor: pointer;
}

.button
{
 background-color: white;
 color: black;
 cursor: pointer;
}

.info
{
 text-decoration: none;
 text-align: center;
 font-weight: bold;
 color: red;
}

.admin_topic
{
 text-align: left;
 font-weight: bold;
 color: white;
 background-color: black; 
}

.admin_item
{
 text-align: center;
 background-color: #EEEEEE; 
}

.admin_link
{
 text-decoration: none;
 color: black;
}

.admin_selected
{
 text-decoration: none;
 font-weight: bold;
 color: brown;
}

.admin_menu_bg
{
 background-color: #EEEEEE;
}

.admin_content_bg
{
 background-color: white;
 color: rgb(0,0,0);
}

select
{
 text-align: center;
 border-style: solid;
 border-width: 1px;
 border-color: black;
 color: white;
 background-color: black;
}

input
{
 text-align: center;
 border-style: solid;
 border-width: 1px;
 border-color: black;
}

input.strona
{
 text-align: center;
 border-style: solid;
 border-width: 1px;
 border-color: black;
}

a.link_czarny
{
 text-decoration: underline;
 color: black;
 cursor:pointer;
}

.bw
{
 background-color: #000000;
 color: white;
}


