body {
	margin: 0;
	padding: 0;
	background-image: url('/images/bg_pattern.jpg');
	background-repeat: repeat;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
    height:100%;	
}

#top {
	background-color: #000;
	text-align: center;
	height: 149px;
	width: 100%;
}

#shadow1 {
	background-color: #868686;
	margin: 0 auto;
	width: 962px;
	padding: 0 1px 1px 1px;
    height:100%;
}

#shadow2 {
	background-color: #6b6b6b;
	margin: 0 auto;
	width: 960px;
	padding: 0 1px 1px 1px;
    height:100%;   
}

#page {
	width: 960px;
	background-color: #fff;
	text-align: left;	
	/* JS Hax */
	height: 2000px;
}

#content {
	margin: 0 180px 0 220px;
	padding: 0;
	position: absolute;
	width: 570px;	
}
#content1 {
    margin: 0 180px 0 220px;
    padding: 0;
    position: absolute;
    width: 570px;    
}
#menu {
	float: left; 
	width: 210px;
	padding-left: 10px;
	/* Fixer Firefox fall down problem */
	position: absolute;
}

#menu ul {
	margin: 0;
	padding: 0;
	background-image: url('/images/left_menu_tile.png');
	background-repeat: repeat-y;
	width: 202px;
}

#menu ul li {	
	list-style-type: none;
}

#menu ul li a {
	display: block;
	margin-right: 5px;
	color: #000;
	margin-left: 20px;
}

#menu ul li a:hover {
	background-color: #e5edf0;
}

.menu_header {
	background-image: url('/images/menu_header_tile.jpg');
	background-repeat: repeat-x;
	width: 193px;
	height: 23px;
	font-weight: bold;
	font-size: 1.0em;
	color: #889c1f;
	text-transform: uppercase;
	padding: 4px 0 0 4px;
	margin-top: 8px;
}

#right {
	float: right; 
	width: 150px;
	padding: 10px 10px 0 0;
	
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a img {
	vertical-align: bottom;
	margin-right: 5px;
}

.validationError {
	color: red;
	font-weight: bold;
}

.status {
	background-color: #D6E8F2;
	border: 1px solid #C0D6E2;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 1px;
	display: block;
	width: 99%;
}

table.listview {
	width: 99%;
}

table.listview tr.header td, table.listview tr.header th {
	font-weight: bold;
	color: gray;
	font-weight: bold;
	border-bottom: 1px dotted gray;
	line-height: 1.2em;
	cursor: pointer;
	text-align: left;                       
}

table.listview td {
	border-bottom: 1px solid #eee;
	line-height: 1.5em;
	font-weight: normal;
}

table.listview tr.odd td {
	background-color: #F7F7F0;
	border-bottom: 1px solid #eee;
}


.floatstop {
	float: none;
	clear: both;
}

.buttonarea {
	width: 200px;
	text-align: center;
}

.textfield {
	background-color: #eee;
	border: 1px solid silver;
	width: 200px;
}

.button {
	
}

.status {
	margin: 8px 0;
	background-color: #eee;
	border: 1px solid #8CACBB;
	padding: 3px;
	font-weight: bold;
}

h1 {
	font-size: 1.4em;
}

h1.listview, h2.listview {
	margin: 0;	
	float: left;
	display: inline;
}

h2 {
	font-size: 1.2em;
}

h2.listview {
	margin: 0;
}

div.listview {
	border-bottom: 1px solid #829521;
	width: 99%;
}

th.headerSortAsc { 
    background-image: url('/images/icons/asc.gif'); 
    background-repeat: no-repeat;
	background-position: center right;
} 

th.headerSortDesc { 
    background-image: url('/images/icons/desc.gif'); 
    background-repeat: no-repeat;
	background-position: center right;	
} 

th.headerSortSimpleAsc, th.headerSortSimpleDesc { 
	text-decoration: underline;
}

div.searchfield {
	float: right;
	display: inline;	
}

input.searchfield {
	background-color: #fff;
	border: 1px solid #8CACBB;
	font-size: 12px;

	margin: 0 0 0 15px;
}

a, a:visited {
	color: #829521;	
}

a:hover {
	color: #000;
}
a.blacklink, a.blacklink:visited {
    color: black;    
}

a.blacklink:hover {
    color: #000;
    text-decoration: underline;
}
a.hvidlink {
    text-decoration: none;
    color:white;
    font-family: verdana;
    font-size: 8pt;
    
    }

.feeditem {
	padding-bottom: 10px;
}
