/* 
 * All elements have the same font.
 */

* {
	font-family: "Lucida Grande", tahoma, sans-serif;
	font-size: 12px;
}

/*
 * Default behaviour for all elements of certain
 * types, such as removing margins.
 */

html {
	height: 100%;
}

body {
	background-color: #eeeeee;
}

div, span, h1, h2, form, fieldset, img, table, tbody, tr, td, html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;	
}

/*
 * General classes, such as left and right.
 */

.left {
	float: left;
}

.right {
	float: right;
}

/* 
 * The top and left menu, at fixed positions.
 */

.topmenu {
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #cccccc;
	background-image: url(img/topmenu.png);
	border-bottom: 1px solid #666666;
	height: 57px;
	overflow: hidden;
}

.topmenu > .container {
	text-align: center;
	font-size: 11px;
	text-shadow: white 1px 1px;
	margin: 8px;
	white-space: nowrap;
}

.topmenu > .container .icon {
	display: inline;
	margin-top: 3px;
	margin-bottom: 3px;
	cursor: pointer;
}

.topmenu > .container a {
	text-decoration: none;
	color: black;
	font-size: 11px;
}

.leftmenu {
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	width: 20%;
	min-width: 160px;
	overflow: hidden;
	background-color: #c0ccdb;
	border-right: 1px solid #666666;
	padding-top: 70px;
	height: 100%;
}

.leftmenu > .title {
	text-transform: uppercase;
	color: #555555;
	text-shadow: white 1px 1px;
	font-size: 11px;
	font-weight: bold;
	margin-left: 7px;
	margin-bottom: 2px;
}

.leftmenu > .filter {
	padding: 3px;
	font-size: 11px;
	text-shadow: white 1px 1px;
	height: 14px;
}

.leftmenu > .filter a {
	font-size: 11px;
	color: black;
	text-decoration: none;
	border: 0;
}

.leftmenu img {
	float: left;
	padding-left: 10px;
	padding-right: 5px;
}

.leftmenu .selected {
	background-color: #176ced;
	background-image: url(img/selected.png);
	font-weight: bold;
	color: white;
	text-shadow: black 1px 1px;
}

.leftmenu .selected a {
	color: white;
}

/*
 * The page, which contains the toppush and
 * leftpush divs, as well as the content.
 */

.page {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 800px;
}

/* 
 * Placeholders for the top and left menu. Whereas
 * the menues are fixed, these move with scrolling.
 */

.toppush {
	width: 100%;
	height: 58px;
	clear: both;
}

.leftpush {
	width: 20%;
	height: 80%;
	float: left;
}

/*
 * Table list styles.
 */

.page .list {
	background-color: white;
	margin: 0;
	padding: 0; 
	border-spacing: 0;
	float: left;
}

.page .list .header td {
	border-bottom: 1px solid #999999;
	background-color: #e6e6e6;
	font-size: 11px;
}

.page .list td {
	margin: 0;
	padding: 2px;
	border-bottom: 1px solid #cccccc;
}

.page .list td div {
	height: 17px;
	overflow: hidden;
}

.page .list td img {
	padding: 1px;
	margin: 0;
	float: left;
}

.page .list .empty td {
	color: #999999;
	border: 0;
	background-color: #eeeeee;
	text-align: center;
	padding-top: 10px;
	font-size: 15px;
}

.page .listcontainer .list .empty td {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

/*
	Applies to all form elements, inside
	a FORM context, even the login window.
*/

form .fieldset {
	margin: 0px;
	padding: 5px;
	background-color: #e9e9e9;
	border-top: 1px solid #aaaaaa;
	clear: both;
}

form .prefset {
	margin: 0px;
	padding: 5px;
	background-color: #e9e9e9;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	clear: both;
}

form fieldset label {
	width: 9em;
	float: left;
	font-size: 11px;
	margin: 5px;
}

form fieldset input {
	margin: 3px;
	font-size: 11px;
	clear: right;
}

form fieldset .input {
	width: 15em;
}

form fieldset select {
	margin: 3px;
	font-size: 11px;
	clear: right;
	width: 15em;
}

form fieldset .checkbox {
	margin: 0px;
	margin-left: 3px;
	clear: none;
}

form fieldset .checklabel {
	clear: none;
	float: none;
}

/* 
 * Panel styles. The container adds "margins"
 * to the panel, in order for us to use dynamic
 * (percentage) widths. Since the leftmenu is
 * 20%, a panel can be made full-page by a width
 * of 80%.
 */

.page > .container {
	float: left;
	width: 30em;
}

.page > .container > .panel {
	margin-top: 20px;
	margin-left: 20px;
	border: 1px solid #aaaaaa;
	border-bottom: 0;
	background-color: white;
	overflow: hidden;
}

.page > .container > .panel > .title {
	text-align: right;
	background-image: url(img/h1.png);
	width: 100px;
	height: 100px;
	float: right;
}

.page > .container > .panel > .title > span {
	font-family: "Helvetica Neue", sans-serif;
	color: #075cdd;
	font-size: 14px;
	font-weight: bold;
	width: 55px;
	margin: 10px;
	display: block;
	float: right;
	text-align: right;
	overflow: hidden;
}

.page > .container > .panel > h2 {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #666666;
}

.page > .container > .panel p {
	margin: 10px;
	padding-top: 10px;
}

.page > .container > .panel .note {
	font-size: 11px;
	font-weight: bold;
	color: #666666;	
}

.page > .container > .panel .error {
	color: #075cdd;
	font-size: 11px;
	font-weight: bold;
}

.page > .container > .panel > .listcontainer {
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc; 
	overflow: hidden;
}
