body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	background: #fff;
}

.textfield {
	background-color: #388D70;
	border: 1px solid #006D4A;
	width: 200px;
	color: white;
}

.button {
	background-color: #388D70;
	border: 1px solid #006D4A;
	color: white;
	font-weight: bold;
	cursor: pointer;
	font-size: 80%;
}



.buttonarea {
	width: 200px;
	text-align: center;
}

.status {
	color: maroon;
	margin: 10px 0;
	padding: 3px;
	font-weight: bold;
	border: 1px solid silver;
	background-color: #eee;
}

.search_suggestion_box {
	display: none;
	position: absolute;
	width: 200px;
	/*background-color: #eee;	
	border: 1px solid silver;*/
	border-top-width: 0;
	padding: 1px;	
	background-color: #388D70;
	border: 1px solid #006D4A;
	cursor: pointer;
	color: #fff;
}

.search_suggestion_item_selected {
	background-color: #043728;
}

.search_highlight {
	background-color: #eee;
	color: black;
}

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;
}

h1.listview, h2.listview, h3.listview {
	margin: 0;	
	float: left;
	display: inline;
}

td.left, th.left {
	text-align: left;
}

td.center, th.center{
	text-align: center;
}

td.right, th.right {
	text-align: right;
}

th.headerSortAsc { 
    background-image: url('/nsnproject/images/icons/asc.gif'); 
    background-repeat: no-repeat;
	background-position: center right;
} 

th.headerSortDesc { 
    background-image: url('/nsnproject/images/icons/desc.gif'); 
    background-repeat: no-repeat;
	background-position: center right;	
} 

th.headerSortSimpleAsc, th.headerSortSimpleDesc { 
	text-decoration: underline;
}

.floatstop {
	float: none;
	clear: both;
	font-size: 0;
}

.icon {
	border: 0;
	vertical-align: middle;
	margin-right: 5px;
}

#main a {
	font-size: 0.9em;
	text-decoration: none;
	color: #378D72;
}

tr th {
	background-color: #388D70;
	color: #fff;
}
