/* style table */
.table{
	width:100%;
    border:1px solid #bebebe;
    font-size: 10px;
}
.table tr{
	background:#fff;
}
.table tr:hover{
	background-color:#f5fafa;
}
.table th {
	border-bottom:solid 1px #e5eff8;
	border-left:solid 1px #e5eff8;
    background:#eee;
    text-align:center;
    font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    color:#333;
}
.table td{
    color:#333333;
    border-bottom:1px solid #ddd;
    border-left:1px solid #e5eff8;
    padding:.3em 1em;
    text-align:left;
}
.table td h5{
	font-weight:normal;
	text-align:left;
}
.table td:hover,.table tr:hover{
	color:#333333;
}
.table td a{
	text-decoration:none;
	color:#006699;	
}
.table td a:hover{
	text-decoration:underline;
	color:#FF0000;
}
.table td li{
	list-style-image:url(../images/img_css/liststyle.png);
	list-style-position:inside;
	width:400px;
	float:right;
}

/* style table */
.tabel{
	width:99%;
    border:1px solid #bebebe;
    margin:5px 3px 5px 5px;
}
.tabel tr{
	background:#fff;
}
.tabel tr:hover{
	background-color:#f5fafa;
}
.tabel th {
	border-bottom:solid 1px #e5eff8;
	border-left:solid 1px #e5eff8;
    background:#eee;
    text-align:center;
    font:bold 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    color:#333;
}
.tabel td{
    color:#333333;
    border-bottom:1px solid #ddd;
    border-left:1px solid #e5eff8;
    padding:.3em 1em;
	font-size:10px;
    text-align:left;
}
.tabel td h5{
	font-weight:normal;
	text-align:left;
}
.tabel td:hover,.tabel tr:hover{
	color:#333333;
}
.tabel td a{
	text-decoration:none;
	color:#006699;	
}
.tabel td a:hover{
	text-decoration:underline;
	color:#FF0000;
}
.tabel td li{
	list-style-image:url(../images/img_css/liststyle.png);
	list-style-position:inside;
	width:400px;
	float:right;
}

/* style tabell */
.tabell{
	width:100%;
    border:1px solid #bebebe;
	margin:0px 5px 5px 0px;
}
.tabell tr{
	background:#fff;
}
.tabell tr:hover{
	background-color:#f5fafa;
}
.tabell th {
	border-bottom:solid 1px #e5eff8;
	border-left:solid 1px #e5eff8;
    background:#eee;
    text-align:center;
    font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    color:#333;
}
.tabell td{
    color:#333333;
    border-bottom:1px solid #ddd;
    border-left:1px solid #e5eff8;
    padding:.3em 1em;
    text-align:left;
}
.tabell td h5{
	font-weight:normal;
	text-align:left;
}
.tabell td:hover,.tabell tr:hover{
	color:#333333;
}
.tabell td a{
	text-decoration:none;
	color:#006699;	
}
.tabell td a:hover{
	text-decoration:underline;
	color:#FF0000;
}
.tabell td li{
	list-style-image:url(../images/img_css/liststyle.png);
	list-style-position:inside;
	width:400px;
	float:right;
}