html * {
	margin: 0;
	/*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */
.spinner {
	padding: 5px;
	position: absolute;
	right: 0;
}

#appList {
	width: 650px;
	height: 800px;
	border: 1px purple;
	float: left;
	font-size: 60px;
	overflow: scroll
}

#appItem {
	width: 500px;
	height: 800px;
	border: 1px purple;
	float: right;
	font-size: 60px;
	overflow: scroll;
	display: inline;
}

.small {
	line-height: 90%;
}

.big {
	line-height: 120%;
	font-size: 20px;
	color: DarkBlue;
}

#topbar {
	display: none;
}

#footer {
	display:none
	/*clear: both;
	text-align: center;
	padding: 3px;
	border-top: 1px solid #333;
	position: relative;
	bottom: 5px;
	position: relative;
	left: 15px;*/
}

body {
	background: #fff;
	color: #333;
	text-align: center;
	font: 15px calibri, calibri, calibri, sans-serif;
}

/*a:link,a:visited,a:hover {
	display: none;
}*/

h1 {
	color: #206E47;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	margin: .8em 0 .3em 0;
}

h3 {
	color: #mmm;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	margin: .8em 0 .3em 0;
}

ul {
	padding-left: 15px;
}

input,select,textarea {
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	font: 15px calibri, calibri, calibri, sans-serif;
	margin: 2px 0;
	padding: 2px 4px;
}

select {
	padding: 2px 2px 2px 0;
}

textarea {
	width: 300px;
	height: 100px;
	vertical-align: top;
	display: inline;
}

input:focus,select:focus,textarea:focus {
	border: 1px solid #b2d1ff;
}

.body {
	float: left;
	margin: 0 15px 10px 15px;
}

/* NAVIGATION MENU */
.nav {
	display: none;
}

.menuButton {
	font-size: 20px;
	padding: 0 5px;
}

.menuButton a {
	color: #333;
	padding: 4px 6px;
}

.menuButton a.home {
	background: url(../images/skin/house.png) center left no-repeat;
	color: #663399;
	padding-left: 25px;
}

.menuButton a.list {
	background: url(../images/skin/database_table.png) center left no-repeat;
	color: #663399;
	padding-left: 25px;
}

.menuButton a.create {
	background: url(../images/skin/database_add.png) center left no-repeat;
	color: #663399;
	padding-left: 25px;
}

/* MESSAGES AND ERRORS */
.message {
	background: #f3f8fc url(../images/skin/information.png) 8px 50%
		no-repeat;
	border: 1px solid #b2d1ff;
	color: #006dba;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 30px
}

div.errors {
	background: #fff3f3;
	border: 1px solid red;
	color: #cc0000;
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 0;
}

div.errors ul {
	list-style: none;
	padding: 0;
}

div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
	line-height: 16px;
	padding-left: 30px;
}

td.errors select {
	border: 1px solid red;
}

td.errors input {
	border: 1px solid red;
}

/* TABLES */
table {
	border: 2px solid #ccc;
	width: 100%
}

tr {
	border: 0;
}

th {
	font: 18px calibri, calibri, calibri, sans-serif;
	line-height: 12px;
	padding: 5px 6px;
	text-align: left;
	vertical-align: top;
}

td {
	font: 18px calibri, calibri, calibri, sans-serif;
	line-height: 12px;
	padding: 5px 6px;
	text-align: left;
	vertical-align: top;
}

th {
	background: #fff url(../images/skin/shadow.jpg);
	color: #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 17px;
	padding: 2px 6px;
}

th a:link,th a:visited,th a:hover {
	color: #333;
	display: block;
	font-size: 16px;
	text-decoration: none;
	width: 100%;
}

th.asc a,th.desc a {
	background-position: right;
	background-repeat: no-repeat;
}

th.asc a {
	background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
	background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
	background: #f7f7f7;
}

.even {
	background: #fff;
}

/* LIST */
.list table {
	border-collapse: collapse;
}

.list th,.list td {
	border-left: 1px solid #ddd;
}

.list th:hover,.list tr:hover {
	background: #b2d1ff;
}

.list li {
	font-size: 48px;
}

/* PAGINATION */
.paginateButtons {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	border-top: 0;
	color: #666;
	font-size: 10px;
	overflow: hidden;
	padding: 10px 3px;
}

.paginateButtons a {
	background: #fff;
	border: 1px solid #ccc;
	border-color: #ccc #aaa #aaa #ccc;
	color: #666;
	margin: 0 3px;
	padding: 2px 6px;
}

.paginateButtons span {
	padding: 2px 3px;
}

/* DIALOG */
.dialog table {
	padding: 5px 0;
}

.prop {
	padding: 5px;
}

.prop .name {
	text-align: left;
	width: 15%;
	white-space: nowrap;
}

.prop .value {
	text-align: left;
	width: 85%;
}

/* ACTION BUTTONS */
.buttons {
	display: none;
}

.buttons print_button {
	background: #fff;
	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	margin-left: 3px;
	overflow: visible;
	padding: 2px 6px;
}

.buttons input {
	background: #fff;
	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	margin-left: 3px;
	overflow: visible;
	padding: 2px 6px;
}

.buttons input.delete {
	background: transparent url(../images/skin/database_delete.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.buttons input.edit {
	background: transparent url(../images/skin/database_edit.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.buttons input.save {
	background: transparent url(../images/skin/database_save.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}
/*

COLORING

For ease of colortheming, the color selectors are grouped together with descriptive comments.
Just change the color-values to apply your own color-scheme.

*/

/* Main navigation */
.navigation li a {
	background-color: #aaa
} /* Background-color */
.navigation li.navigation_active a {
	background-color: #555;
} /* Background-color of active item */
.navigation li.navigation_active a:hover {
	background-color: #555;
} /* Background-color of hovered active item */
.navigation li a:hover {
	background-color: #999;
} /* Background-color of hovered item */
.navigation li a {
	color: #fff;
} /* Text color */
.navigation li a:hover {
	color: #fff;
} /* Text color on hovering */
.navigation li {
	border: 1px solid #888;
} /* Border color */
.navigation li.navigation_first {
	border-left-color: #888;
} /* Border color. Typically same as above */
.navigation li {
	border-left-color: #bbb;
} /* Highlight border-color */
.navigation li.navigation_active {
	border-left-color: #555;
} /* Highlight border-color of active item */

/* Sub navigation */
.subnavigation li {
	background-color: #555;
} /* Background-color */
.subnavigation li a {
	border-color: #555;
} /* Should be set to the same as the above */
.subnavigation li a {
	color: #fff;
} /* Text color */
.subnavigation li a:hover {
	border-color: #fff;
} /* Markings color of hovered item */
.subnavigation li a:hover {
	color: #e0e0e0;
} /* Text color of hovered item */
.subnavigation li.subnavigation_active a {
	color: #e0e0e0;
} /* Text color of active item */
.subnavigation li.subnavigation_active a {
	border-color: #e0e0e0;
} /* Markings color of active item */
.navigation {
	display: none;
}

.navigation li {
	float: left;
	/* border: 1px solid #888; */
	/* border-left-color: #bbb; */
}

.navigation li.navigation_first { /* border-left-color: #888; */
	
}

.navigation li.navigation_active { /* border-left-color: #555; */
	
}

.navigation li a {
	padding: 0.5em 1em;
	display: block;
	text-decoration: none;
	/* background-color: #aaa; */
	/* color: #fff; */
}

.navigation li a:hover { /* background-color: #999; */
	
}

.navigation li.navigation_active a { /* background-color: #555; */
	color: #fff;
	cursor: default;
}

.subnavigation {
	list-style-type: none;
	clear: both;
	margin: 1em 0;
	font-size: 12px;
	overflow: auto; /* Clearing floats */
}

.subnavigation li {
	float: left;
	/* background-color: #555; */
	padding: 0.35em 1.5em;
	border-width: 1px 0;
}

.subnavigation li a {
	display: block;
	/* color: #fff; */
	padding: 2px 0;
	/* border-color: #555; */
	border-style: solid;
	border-width: 1px 0;
	text-decoration: none;
}

.subnavigation li a:hover { /* border-color: #fff; */
	border-width: 1px 0;
}

.subnavigation li.subnavigation_active a { /* color: #e0e0e0; */
	cursor: default;
	/* border-color: #e0e0e0; */
}