body {
    font-family:'lucida grande',tahoma,arial,sans-serif;
    font-size:11px;
}

#header {
    background: #7F99BE url(header-bg.gif) repeat-x center;
}
#header h1 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
	text-align: center;
    padding: 5px 10px;
}

.app-msg {
    font-size: 16px;
    font-weight: bold;
	text-align: center;
	background: transparent;
	padding: 5px;
}

.img-photo {
	vertical-align: middle;
	margin: 0 0 0 80;
	width: 150px;
	height: 200px;
}

#cardViewPhotos.x-panel-body{
	background: white;
	font: 11px Arial, Helvetica, sans-serif;
}

#cardViewPhotos .thumb{
	background: #dddddd;
	padding: 3px;
}


#cardViewPhotos .thumb img{
	height: 200px;
	width: 150px;
}

#cardViewPhotos .thumb-wrap{
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
}

#cardViewPhotos.thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}

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

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

.upload-icon {
	background: url('image_add.png') no-repeat 0 0 !important;
}

