/*
** Floating header for tableheader.js
*/
table.sticky-header {
	margin-top: 0;
	background: #fff;
#	text-align:left;
}



table.traditional {
	width:100%;
	border-width: 1px;	
	border-style: outset;
	border-color: rgb(153, 153, 153);
	border-collapse: collapse;
	background-color: white;
}
table.traditional th {
	border-width: 1px ;
	padding: 1px;
	border-style: inset;
	border-color: rgb(153, 153, 153);
	background-color: white;
	padding:5px;
	
}
table.traditional td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: rgb(153, 153, 153);
	background-color: white;
	padding:5px;	
	border-bottom: 1px solid #999;
}


table.standard {
}

table.standard thead th{
	text-align:left;
}

table.standard .odd, table.traditional .heading {
	background-color: #F1F1F1;
}

table.standard .selected {
	background-color:#D8D8D8;
}



table.standard .kundenr ,table.standard .ordrenr, table.standard .fakturanr{
	width: 70px;
}
table.standard .fornavn , table.standard .firma{
	width: 180px;
}


table.standard .telefon {
	width: 80px;
}

table.standard .epost {
	width: 150px;
}
table.standard .antall {
	width: 40px;
}
table.standard .reg_dato, table.standard .dato {
	width: 80px;
}

table.standard .ant_ordrer {
	width: 80px;
}



table.standard .send {
	width: 50px;
	text-align:center;
}


table.standard .endre {
	width: 40px;
}
table.standard .art {
	width:50px;
}
table.standard .status {
	width: 90px;
}
table.standard .sporing {
	width:100px;
}

table.standard .slett {
	width: 30px;
	text-align:center;
	
}


table.standard .pris {
	width:60px;
	text-align: right;
}

table.standard .total {
	text-align: right;
	
}


table.standard tbody .pris {
	text-align: right;
	padding-right:5px;
}

table.standard thead .tripletex {
	width:65px;
}

table.standard tbody .tripletex {
	text-align: center;
}


.pagination {
	text-align:center;
}

.pagination span {
	margin-left:5px;
	margin-right:5px;
	
}

.pagination  .pagination_selected{
	font-weight: bold;
}


.select-header div div{
	float:left;
	padding-right:5px;
}

.select-header select{
    background: white url(images/bakgrunn_felt.gif);	
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	height:20px;

	padding:2px;
	border: solid 1px;	
	border-color: #cccccc;
}

.pris {
	text-align: right;
	width:100%;
}




/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
//  border-bottom-width: 0;
//  border-left-width: 0;
//  border-right-width: 0;
//  margin-bottom: 50;
//  height: 1em;
}

html.js fieldset.collapsed .fieldset-wrapper {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}

html.js fieldset.collapsible legend a {
  padding-left: 15px; /* LTR */
  background: url(images/menu-expanded.png) 5px 75% no-repeat; /* LTR */
}
html.js fieldset.collapsed legend a {
  background-image: url(images/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

.filter_skrivut{
	background: url(http://24afiler90test.24nb2.srv.ip.no/admin/images/print.gif);
	background-repeat: no-repeat;
	float:left;
line-height:20px;
margin-top:2px;
text-align:left;
text-indent: 25px;
}



