/*
		

	
	div.logon div.eMail input,
	div.logon div.password input {
		width: 200px;
		}
		
	div.logon span.error {
		display: block;
		color: red;
		margin: 0.5em 0 0.5em 105px;
		}
		
	div.logon form.logon *.profilerError,
	div.logon form.logon *.profilerInfo {
		margin-right: 48px;
		}
		
	div.logon div.infoMessage {
		color: #54b200;
		margin-left: 20px;
		}
		
div.userDashboard {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	text-align: right;
	padding: 15px 15px 0 0;
	height: 38px;
	line-height: 16px;
	vertical-align: middle;
	}
	
	body > div.userDashboard {
		position: fixed;
		}
	
	div.userDashboard a.options,
	div.userDashboard a.logout {
		display: block;
		width: 39px;
		height: 35px;
		float: right;
		margin: 0;
		background: url(/images/logout0.png) no-repeat center transparent;
		}
		
	div.userDashboard a.options {
		margin-left: 5px;
		background-image: url(/images/options.png);
		}
		
	div.userDashboard a.marked {
		font-weight: bold;
		}
		
	div.userDashboard a.notMarked {
		font-weight: normal;
		}
	
	div.userDashboard a.marked:link,
	div.userDashboard a.marked:visited {
		color: #fb5e03;
		}
		
	div.userDashboard a.notMarked:link,
	div.userDashboard a.notMarked:visited {
		color: #7f7f7f;
		}
	
	div.userDashboard a.marked:active,
	div.userDashboard a.marked:focus,
	div.userDashboard a.marked:hover,
	div.userDashboard a.notMarked:active,
	div.userDashboard a.notMarked:focus,
	div.userDashboard a.notMarked:hover {
		color: #fb5e03;
		}
		

div.imagesColumn {
	margin: 0;
	float: left;
	margin-right: 30px;
	}
		
	div.imagesColumn input.file {
		width: auto;
		margin: 0;
		}
		
	div.imagesColumn div.itemImage {
		padding: 7px 7px 2px 7px;
		margin: 0 2px 2px 0;
		background-color: #2c2c2c;
		float: left;
		text-align: center;
		width: 130px;
		}
		
		div.imagesColumn div.itemImage a.thumb {
			padding: 0;
			margin: 0 0 3px;
			display: block;
			}
		
			div.imagesColumn div.itemImage a.thumb img {
				}
				
	div.imagesColumn div.infoMessage,
	div.imagesColumn div.errorMessage {
		width: 205px;
		margin-bottom: 5px;
		}
*/		
/* Locations management */

div.listRow {
	clear: both;
	background-color: #2c2c2c;
	border-bottom: dotted 1px #444;
	padding: 1px 1% 1px 2%;
	width: 97%;
	}

a.label {
	display: block;
	float: left;
	clear: both;
	}

a.listOption {
	display: block;
	float: right;
	font-size: 0.8em;
	margin-left: 0.3em;
	}


form.location {
	border-style: dotted;
	border-color: #686868;
	border-width: 1px 0 1px 0;
	clear: both;
	padding: 5px 5px 5px 10px;
	margin: 0 0 5px 0;
	background-color: #3c3c3c;
	}
	
form.location label {
	display: block;
	float: left;
	clear: both;
	line-height: 22px;
	}
	
	form.location label.top {
		float: none;
		width: auto;
		}
	
	form.location label.right {
		clear: none;
		width: auto;
		}
	
	form.location label.disabled {
		color: #a7a6aa;
		}
	
form.location input.text {
	width: 200px;
	float: right;
	margin-bottom: 5px;
	}
	
form.location textarea {
	width: 280px;
	margin-bottom: 5px;
	}
	
form.location div.infoMessage,
form.location div.errorMessage {
	padding: 3px 5px 3px 5px;
	margin: 0;
	}
	
form.location div.invalidFieldMessage {
	display: block;
	clear: both;
	text-align: right;
	}
	
	form.location div.options {
		float: right;
		margin-top: -18px;
		}
		
/* join form */

form.joinForm div.errorMessage {
	margin-bottom: 15px;
	clear: both;
	}
		
/* Account settings form */

#passwords label {
	width: 145px;
	}
	
#passwords div.invalidFieldMessage {
	margin-left: 0;
	}
	
/* LocationImage */

div.locationImageListElement {
	margin: 0 0 4px 0;
	background-color: #2c2c2c;
	}
	
	div.locationImageListElement a.thumb {
		display: block;
		float: left;
		margin: 0 20px 0 0;
		}
		
	div.locationImageListElement div.title {
		margin: 10px 0 10px 0;
		padding: 5px;
		}
		
	div.locationImageListElement a.option {
		display: block;
		float: right;
		}
		
/* Accepting properties */

table.unacceptedItems {
	
	}
	
	table.unacceptedItems th {
		border-bottom: solid 1px #686868;
		background-color: #7c7c7c;
		padding: 2px 10px 2px 10px;
		text-align: left;
		min-width: 100px;
		}
		
	table.unacceptedItems td {
		border-bottom: dotted 1px #686868;
		background-color: #2c2c2c;
		padding: 2px 10px 2px 10px;
		}
		
a.option {
	font-size: 0.9em;
	}
