﻿#mainWrap h2 {
    border-bottom: 1px dashed #006b3b;
    display: inline-block;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
margin-bottom: 20px;
    text-transform: none;
    width: 100%;
}
#mainWrap h3 {
    border-bottom: 1px dashed #006b3b;
    display: inline-block;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
margin-bottom: 20px;
    text-transform: none;
    width: 100%;
}

.tabelapelet {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #b2b2b2;
	
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
	
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
	
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
	
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}.tabelapelet table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.tabelapelet tr:last-child td:last-child {
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
}
.tabelapelet table tr:first-child td:first-child {
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}
.tabelapelet table tr:first-child td:last-child {
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
}.tabelapelet tr:last-child td:first-child{
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
}.tabelapelet tr:hover td{
	
}
.tabelapelet tr:nth-child(odd){ background-color:#fafafa; }
.tabelapelet tr:nth-child(even)    { background-color:#ffffff; }.tabelapelet td{
	vertical-align:middle;
	
	
	border:1px solid #b2b2b2;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Helvetica;
	font-weight:normal;
	color:#000000;
}.tabelapelet tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tabelapelet tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tabelapelet tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tabelapelet tr:first-child td{
		background:-o-linear-gradient(bottom, #ec672a 5%, #ec672a 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ec672a), color-stop(1, #ec672a) );
	background:-moz-linear-gradient( center top, #ec672a 5%, #ec672a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ec672a", endColorstr="#ec672a");	background: -o-linear-gradient(top,#ec672a,ec672a);

	background-color:#ec672a;
	border:0px solid #b2b2b2;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Helvetica;
	font-weight:bold;
	color:#ffffff;
}
.tabelapelet tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ec672a 5%, #ec672a 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ec672a), color-stop(1, #ec672a) );
	background:-moz-linear-gradient( center top, #ec672a 5%, #ec672a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ec672a", endColorstr="#ec672a");	background: -o-linear-gradient(top,#ec672a,ec672a);

	background-color:#ec672a;
}
.tabelapelet tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tabelapelet tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}