/**
 * List.css
 *
 * Formatterer visning av lister.
 */
 
 
.list, .subList, .subList2 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #A4A4A4;
	font-size: 11px;
	font-family: verdana;
}


.list th {
	background: url("../pics/th_bg.png") repeat-x 0 50%;
	color: #C0C0C0;
	padding: 8px 12px 8px 6px;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #383838;
	border-bottom-style: outset;
	/*border-bottom: 1px solid #A4A4A4;*/
	font-weight: normal;
}


.list td {
	padding: 8px 12px 8px 6px;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #D0D0D0;
}


.subList td {
	line-height: 16px;
	padding: 2px 5px 2px 5px;
	vertical-align: middle;
	border-left: 1px solid #A4A4A4;
	border-right: 1px solid #A4A4A4;
	word-wrap: break-word;
	color: #303030;
}


.list img, .subList img {
	vertical-align: middle;
}


.list select, .list input {
    font-size: 11px;
}


.list tfoot td {
	border-top: 1px solid #A4A4A4;
}


.odd {
	background: url("../pics/odd.png") repeat-x 0 50%;
}


.even {
	background: url("../pics/even.png") repeat-x 0 30%;
}



.subList {
    border-bottom: 1px solid #A4A4A4;
    /*font-size: 10px;*/
}

.subList td {
    border-left: 1px solid #A4A4A4;
	border-right: 1px solid #A4A4A4;
}

.subList th {
    background: url("../pics/th_bg_sub.png") repeat-x 0 50%;
    border: 1px solid #A4A4A4;
	line-height: 16px;
	font-weight: bold;
	/*padding: 1px 1px 1px 4px;*/
	color: #555555;
}


.subList2 th {
	background-image: none;
	background-color: #E0E0E0;
	line-height: 8px;
	border: 1px solid #A4A4A4;
	color: #454545;
}


.subList2 td {
	line-height: 16px;
	padding: 2px 5px 2px 5px;
	vertical-align: middle;
	border-left: 1px solid #A4A4A4;
	border-right: 1px solid #A4A4A4;
	word-wrap: break-word;
	color: #303030;
}



.dottedList {
	width: 100%;
}


.dottedList th, .dottedList td {
	text-align: left;
	padding: 5px;
}


.stripeLightGrey {
	background-color: #F8F8F8;
}




.hpnList th {
	text-align: left;
	vertical-align: text-top;
	padding: 5px;
}


.hpnList td {
	vertical-align: text-top;
	padding: 5px;
}
 
 