.center {
text-align: center; 
vertical-align: middle; }

#stappen UL {
width: 738px;
float: left;
list-style-type: none;
padding: 0px;
margin: 0px 0 10px 0; }

#stappen UL LI {
display: block;
width: 100px;
float: left;
margin: 2px;
text-align: center;
font-family: Arial, Helvetica, Verdana;
font-weight: bold;
text-transform: uppercase;
font-size: 9pt;
letter-spacing: 0.1em; 
padding: 5px 9px; }

#stappen UL LI.gedaan {
 } 

#stappen UL LI.gedaan A {
background-image: url('/images/vote_aan_kl.gif');
background-repeat: no-repeat;
background-position: left top; } 

#stappen UL LI.nietgedaan {
 } 

#stappen UL LI.nietgedaan A {
background-image: url('/images/vote_uit_kl.gif');
background-repeat: no-repeat;
background-position: top left; } 

#stappen UL LI.laatste {
padding-right: 15px; }

#stappen UL LI A {
background-image: url('/images/vote_uit_kl_actief.gif');
background-repeat: no-repeat;
background-position: left top;
padding: 4px 0 0 17px; } 

#stappen UL LI A:hover {
 }

#overzicht td {
padding: 5px; 
vertical-align: bottom; }

#uploads, #expenses {
width: 100%; }

#uploads ul {
margin-top: 0px; 
margin-bottom: 0px; }

#uploads td {
valign-top;
padding: 2px 0px; }

#uploads .actions {
padding: 0 10px 0 0;
text-align: right; }

#part {
padding: 7px; }

#part H2 {
margin-top: 5px; }

.eerste { 
width: 30px; }

.amount {
width: 80px;
padding: 10px; }

.total {
font-weight: bold; }

.button {
height: 20px;
text-transform: uppercase; 
background-image: url('/images/pijl-kl-w.gif');
background-repeat: no-repeat;
background-position: 4px 6px;
font-size: 8pt;
padding: 0 0 0 7px; }

.back {
background-image: url('/images/pijl-kl-w-t.gif');
background-repeat: no-repeat;
background-position: 4px 6px; }

.disabled {
 }
 
/* -------------- tooltips */

a.tip {
    position: relative; /*this is the key*/
    z-index: 24; 
    text-decoration:none; }

a.tip:hover {
	z-index: 25; }

a.tip span {
	display: none; }

a.tip:hover span { /*the span will display just on :hover state*/
	background-image: url('/images/tip.gif');
	background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: -50px; 
    left: 0px; 
    width: 169px;
    height: 52px;
    padding-top: 2px;
    color:#000;
    text-align: center}