/* 
    Document   : Kontakter.css
    Created on : 27.apr.2010, 19:04:50
    Author     : Vegard
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


#lokallag {
    width:960px;
    float:left;
    margin-top:20px;
    margin-left: 5px;
}
#lokallag a {
    color:#474747;
    text-decoration: underline;
}

#lokallagtabell {
    width: 100%;
}


.venstrekolonne {
    width: 120px;
     vertical-align:top;
margin-top:0;
}

.hoyrekolonne {

     vertical-align:top;
margin-top:0;
}

.overskriftrad {
    color: #D85500;
border: 2px solid #D85500;
    text-align: left;
         vertical-align:top;
margin-top:0;
margin-bottom: 10px;
font-variant: small-caps;



}
.overskriftrad th {
padding:5px;
border-bottom:  2px solid #D85500;
}

.fylke {
             vertical-align:top;
margin-top:0;
margin-left: 15px;
padding:5px;
}
.lag {
    max-width: 170px;
             vertical-align:top;
margin-top:0;
margin-left: 15px;
padding:5px;
}
.kontaktperson {
             vertical-align:top;
margin-top:0;
margin-left: 15px;
padding:5px;
}
.nestemote {
             vertical-align:top;
margin-top:0;
margin-left: 15px;
padding:5px;
}

.even {
  background-color:#cce5ff;
 /*#E8EBF0;*/
}

#lokallag tr:hover {
    background-color: #3399ff;;
    /*background-color: #0E5673;*/
    color:#FFFFFF;

}

#leirer tr:hover {
    background-color: #3399ff;;
    /*background-color: #0E5673;*/
    color:#FFFFFF;

}

#serier tr:hover {
    background-color: #3399ff;;
    /*background-color: #0E5673;*/
    color:#FFFFFF;

}


.mote {
vertical-align:top;
}


#moterkolonne tr:hover {
        background-color: #3399ff;;
    /*background-color: #0E5673;*/
    color:#FFFFFF;
}

#allemoter {
    width: 100%;
}

#allemoter tr:hover {
    background-color: #3399ff;;
    /*background-color: #0E5673;*/
    color:#FFFFFF;

}
#allemoter td {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.tid {
    width: 90px;

}
.sted {

    margin-left: 3px;
}
.snartmote {
    color:#D85500;
    text-decoration: blink;
    text-align: right;
}


.motetype {
    text-align: right;
}
.fylke {
    text-align: left;
}



