/*************************************/
/* Contex                            */
/* Niels Kristiansen                 */
/* Written february 2008             */
/*************************************/

.ver2008 table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#CCC;
	color: #b7b7b7;
}

.ver2008 caption {
	font-weight: bold;
        background-color: #4495d2;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

.ver2008 td, .ver2008 th {
	padding: 4px;
}

.ver2008 thead th {
	text-align: center;
	background: #DDD;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

.ver2008 tbody th {
	font-weight: bold;
}

.ver2008 tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
.ver2008 tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

.ver2008 tbody th a:link, tbody th a:visited{
	color:#96D030;
	background:url(http://infectedfx.net/css/tables/layout.gif) no-repeat; 
	padding:3px 0px 0px 18px;
	}
.ver2008 tbody th a:hover{
	color:#FF8601;
	}

.ver2008 tbody tr td { 
	height:50px;
	background: #F5F5F5;
	border: 1px solid #FFF;
	}

.ver2008 tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

.ver2008 table td a:link, .ver2008 table td a:visited {
	color: #1975D7;
	text-decoration: none;
}

.ver2008 table td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}

.ver2008 table a[title^="Download"] { 
	background: url(/files/billeder/Icons/bullet_arrow_down.png) no-repeat center;
	padding:20px 0px 0px 15px;
}

.ver2008 tfoot th, .ver2008 tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center;
	font-size:11px; font-weight:bold;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}  