table.tablesorter {
	background-color: #CDCDCD;
	margin:10px 0pt 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
    border-collapse: collapse;
}

table.notpaginated {
	border-bottom:1px solid #cccccc;
}

table.tablesorter thead tr, table.tablesorter tfoot tr {
	border-left:1px solid #84a0d4;
	border-top:1px solid #84a0d4;
	border-right:1px solid #2d4b82;
	border-bottom:1px solid #2d4b82;
	background-color: #5e7fbc;
	background-image: url(/images/fondhtable.png);
	background-repeat: repeat-x;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border: 0px;
	color: #fff;
	font-size: 9pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	cursor: pointer;
	padding-right:25px;
}
table.tablesorter tbody tr {
	color: #3D3D3D;
	background-color: #FFF;
}
table.tablesorter tbody td {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}
table.tablesorter tbody tr.odd {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/tablesorter/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/tablesorter/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #5070b0;
}
table.tablesorter tbody tr.hovered {
	cursor: pointer;
	cursor: hand;
}
table.tablesorter tbody tr.hovered:hover, table.tablesorter tbody tr.hoverednolink:hover {
    background-color: #e0e5ed;
}

.dialogclose {
}

#popup {
   font-size: 11px;
   margin: 12px;
   padding: 0px;
}

#popupcontent {
   margin: 0 0 12px 10px;
   padding: 0;
   padding-bottom: 5px;
   font-size: 13px;
}

#popupcontent p {
	font-size: 13px;
}

a.dialogclose {
   margin: 10px;
   text-align: center;
   border-top:1px solid #EEE;
   border-left:1px solid #EEE;
   border-bottom:1px solid #AAA;
   border-right:1px solid #AAA;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 5px;
   padding-bottom: 7px;
}

a.dialogclose:link {
   color: #000;
}
a.dialogclose:hover {
   text-decoration: none;
   background: #DDD;
   color: #000;
}
a.dialogclose:link {
   color: #000;
}
.waittab {
	text-align: center;
	margin-top: 30px;
}

.ui-tabs-nav-item {
 
}

.ui-tabs-nav {
  height: 32px;
}

.ui-tabs {
  padding: 2px;
}

#newstab fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

#newstab label {
  float: left;
  width: 100px;
  margin-top: 6px;
  text-align: right;
  margin-right: 6px;
}

#newstab dt {
  margin: 0 0 6px 0;
  padding: 0;
  border: 0;
}

#newstab dd, dl {
  margin: 0;
  padding: 0;
  border: 0;
}

#newstab input {
  border: 1px solid #aaa;
  margin: 0px;
  padding: 1px;
  width: 300px;
}
