html, body{
	width:100%;
	height:100%;
	margin:0;
}
div#container{
	width:980px;
	margin:0 auto;
	padding:5px;
	background-color:#DFE8F6;
	border:1px solid #99BBE8;
	border-top:0;
}
	div#container div#menu{
		width:100%;
		padding:10px 0;
	}
		div#container div#menu a{
			color:#000000;
			text-decoration:none;
			padding:0 5px;
			white-space:nowrap;
		}
			div#container div#menu a.user{
				background:url("../images/fam/user.png") no-repeat;
				padding-left:18px;
			}
			div#container div#menu a.user_add{
				background:url("../images/fam/user_add.png") no-repeat;
				padding-left:18px;
			}
			div#container div#menu a.user_go{
				background:url("../images/fam/user_go.png") no-repeat;
				padding-left:18px;
			}
			div#container div#menu a.grid{
				background:url("../images/fam/grid.png") no-repeat;
				padding-left:18px;
			}
			div#container div#menu a.door_in{
				background:url("../images/fam/door_in.png") no-repeat;
				padding-left:18px;
			}
			div#container div#menu a.door_out{
				background:url("../images/fam/door_out.png") no-repeat;
				padding-left:18px;
			}
			div#container div#menu a.brick{
				background:url("../images/fam/brick.png") no-repeat;
				padding-left:18px;
			}
			div#container div#menu a.bricks{
				background:url("../images/fam/bricks.png") no-repeat;
				padding-left:18px;
			}
			div#container div#menu a.photos{
				background:url("../images/fam/photos.png") no-repeat;
				padding-left:18px;
			}
			div#container div#menu a.email{
				background:url("../images/fam/email.png") no-repeat;
				padding-left:18px;
			}
			div#container div#menu a.application_view_list{
				background:url("../images/fam/application_view_list.png") no-repeat;
				padding-left:18px;
			}
			div#container div#menu a.group{
				background:url("../images/fam/group.png") no-repeat;
				padding-left:18px;
			}
			div#container div#menu a.folder_table{
				background:url("../images/fam/folder_table.png") no-repeat;
				padding-left:18px;
			}
			div#container div#menu a.calendar{
				background:url("../images/fam/calendar.png") no-repeat;
				padding-left:18px;
			}
			div#container div#menu a.lorry{
				background:url("../images/fam/lorry.png") no-repeat;
				padding-left:18px;
			}
		div#container div#menu a:hover{
			text-decoration:underline;
		}
		
/* Login page */
	div#container div#login_user{
		margin-bottom:50px;
	}
/* Image field */
.x-form-file-wrap{
	position:relative;
	height:22px;
}
.x-form-file-wrap .x-form-file{
	position:absolute;
	right:0;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity:0;
	z-index:2;
	height:22px;
}
.x-form-file-wrap .x-form-file-btn{
	position:absolute;
	right:0;
	z-index:1;
}
.x-form-file-wrap .x-form-file-text{
	position:absolute;
	left:0;
	z-index:3;
	color:#777;
}
/* Image overview */
#images-view .x-panel-body{
	background: white;
	font: 11px Arial, Helvetica, sans-serif;
}
#images-view .thumb{
	background: #dddddd;
	padding: 3px;
}
#images-view .thumb img{
	max-width: 100px;
	max-height: 100px;
}
#images-view .thumb-wrap{
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
}
#images-view .thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}

#images-view .x-view-over{
	border:1px solid #dddddd;
	background: #efefef url(../../resources/images/default/grid/row-over.gif) repeat-x left top;
	padding: 4px;
}

#images-view .x-view-selected{
	background: #eff5fb url(images/selected.gif) no-repeat right bottom;
	border:1px solid #99bbe8;
	padding: 4px;
}
#images-view .x-view-selected .thumb{
	background:transparent;
}

#images-view .loading-indicator {
	font-size:11px;
	background-image:url('../../resources/images/default/grid/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}

#img-detail-panel .details{
    padding: 10px;
    text-align: center;
}
#img-detail-panel .details-info{
    border-top: 1px solid #cccccc;
    font: 11px Arial, Helvetica, sans-serif;
    margin-top: 5px;
    padding-top: 5px;
    text-align: left;
}
#img-detail-panel .details-info b{
    color: #555555;
    display: block;
    margin-bottom: 4px;
}
#img-detail-panel .details-info span{
    display: block;
    margin-bottom: 5px;
    margin-left: 5px;
}