form {
    font-family: TIMES NEW ROMAN;
    font-weight: NORMAL;
    font-style: NORMAL;
    font-size: 10px;
    color: #000000;
    background: #FFE4B9;
}

input {
    font-family: TIMES NEW ROMAN;
    font-weight: NORMAL;
    font-size: 11px;
}

select {
    font-size: 10px;
    background: #99CC00;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000080;
}

th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #A80238;
}


li, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    
}

ul{
margin: 0 0% ; 

}

td.menu {
    color: #07B110;
    background-color: #3A6134;
}
    
 table.content {
    color: #000000;
    background-color: #FFFFFF;
    border-color:#3A6134;
    
} 

tr.dane2 {
background-color:#FFC66B;
}

tr.dane1{
background-color:#FFE4B9;
}

tr.error, td.error {
    background : #FFC66B;
}
 
hr {
    color: #A80238;
}

a:link {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 100;
}

a:visited {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 100;
}

a:active {
    text-decoration: none;
    color: #ff0000;
    font-weight: 100;
}

a:hover {
    text-decoration: underline;
    color: #ff0000;
    font-weight: 100;
}

.info:link {
	color: #3A6134;
		font-weight: bold;
	

}
.info:visited {
	color: #3A6134;

}
.info:hover {
	color: #FF9900;
}
.info:active {
	color: #3A6134;
}

.basictext {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px; color:#FFFFB1;
}
 .error {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 11px; color:#C00000; font-weight: bold;
} 

 .good {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 11px; color:#319600; font-weight: bold;
} 

/* Sortable tables */
table.sortable a.sortheader {
    background-color:#A80238;
    color:#ffffff;
    font-weight: bold;
    text-decoration: underline;
    display: block;
}
table.sortable span.sortarrow {
    color: white;
    text-decoration: none;
}

