/* 
    Document   : OpptakTabell
    Created on : 28.jul.2011, 23:19:48
    Author     : Vegard
    Description:
        Purpose of the stylesheet follows.
*/


#M {
    width:100% !important;
    float:left;
    padding:10px;
}

#H {
    width:0px !important;
    float:left;
    padding:10px;
}



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



/* tables */
table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;

	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {

	border: 1px solid #FFF;

	padding: 4px;
}

th.header {
    background-image: url(bg.gif);

     background-color: #d9d0c7;
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right;

}

th.headerSortDown {
    background-image: url(desc.gif);
    background-color: #6399c7;
     color: #f2f2f2;
}

th.headerSortUp {
    background-image: url(asc.gif);
    background-color: #6399c7;
     color: #f2f2f2;
}

th {

}

th.header:hover {
    color:#000000;
    background-color:#8ea3bf;
     color: #f2f2f2;
}






table.tablesorter tbody td {


	padding: 4px;


	vertical-align: top;
}

table.tablesorter tbody tr.odd {
	background-color:#FFFFFF;
}

