BODY{
        background-color : White;
}
A {
        /*font-family : Verdana,Tahoma, System, Arial, Helvetica, sans-serif;*/
        font-size : 13px;
        font-weight : bold;
        text-decoration : none;
        color : Black;
}
A:ACTIVE {
        color : Maroon;
}
A:HOVER {
        text-decoration : underline;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}
/*---------- end of bubble tooltip -----------*/

.strong{
        color : #C10005;
}
.wazne1{
        font-family : Verdana, Tahoma, Helvetica, Arial, sans-serif;
        font-size : 18px;
        font-weight : bold;
        color : Black;
}
.wazne2{
        font-family : Verdana, Tahoma, Helvetica, Arial, sans-serif;
        font-size : 18px;
        font-weight : bold;
        color : #C10005;
}
.tytul1{
        font-weight : bold;
        font-size : 32px;
        font-family : Verdana, Tahoma, Helvetica, Arial, sans-serif;
        color : #C10005;
}
.tytul1m{
        font-family : Verdana, Tahoma, Helvetica, Arial, sans-serif;
        font-weight : bold;
        font-size : 30px;
        color : #C10005;
}
.tytul1mm{
        font-family : Verdana, Tahoma, Helvetica, Arial, sans-serif;
        font-weight : bold;
        font-size : 26px;
        color : #C10005;
}
.tytul2{
        font-family : Verdana, Tahoma, Helvetica, Arial, sans-serif;
        font-weight : bold;
        font-size : 13px;
        color : #F2BC57;
        background-color : #1C0077;
        display : block;
        margin-left : 2px;
}
.tytul2_bak{
        font-family : Verdana, Tahoma, Helvetica, Arial, sans-serif;
        font-weight : bold;
        font-size : 12px;
        color : #F2BC57;
        background-color : #5E0F8C;
        display : block;
        margin-left : 2px;
}
.ramka {
        background-color : Blue;
}
.ramka1{
        background-color : #1393FB;
}
.tlo1{
        background-color :#DDFFD7;
}        
.tlo2{
        background-color : #E6FFFB;
}        
.tlo2_bak{
        background-color :#E6FFFB;
}        
.tlo3{
        background-color : #02EAC7;
}        
.tlo3_bak{
        background-color :#02EAC7;
}        
.tlo4{
        background-color :#E3FD8C;
}        
.tytul3{
        font-family : Verdana, Tahoma, Helvetica,Arial, sans-serif;
        font-size : 18px;
        font-weight : bold;
        color : #1C0077;
}
.witamy {
	background-color : #1C0077;
	color : #FEAC43;
	font-family : "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight : bold;
	font-variant : small-caps;
}
.text1 {
        font-family : Verdana,Tahoma, System, Arial, Helvetica, sans-serif;
        font-size : 13px;
        font-weight : normal;
        text-decoration : none;
        color : Black;
}
.text2 {
        font-family : Verdana,Tahoma, System, Arial, Helvetica, sans-serif;
        font-size : 13px;
        font-weight : bold;
        text-decoration : none;
        color : Black;
}
.pracownicy {
        font-family : Verdana,Tahoma, System, Arial, Helvetica, sans-serif;
        font-size : 13px;
        color : Black;
}
.small {
        font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : Black;
}
UL {
        list-style-type : disc;
        list-style-position : inside;
}

.pogrubienie {
 font-weight: bold;
}
 
.podkreslenie {
 text-decoration: underline;
}
 
.pochylenie {
 font-style: italic;
}

#grants table tbody tr:nth-child(odd) {
 background-color:  #E6FFFB;
}

#grants table tbody tr:nth-child(even) {
 background: #DDFFD7;
}
