#outfitDispDesc p { padding-top: 10px; padding-bottom: 10px; }
#revNoteArea {
	margin-bottom: 5px;
}
#revNoteArea2 {
	border: 0px;
	background-color: #d4e2e5;
	padding: 5px;
	margin: 0px 10px 25px 10px;
	margin-bottom: 5px;
}

#myOutWardBoxC .headFilterSec table {
	margin-top: 0px; 
	padding-top: 2px;
	text-align: center;
}

#myOutWardBoxC .headFilterSec select {
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 80px;
	margin: 1px;
}

#myOutWardBoxC .headFilterSec input {
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 72px;
	margin: 1px;
	padding-left: 4px;
}

#Palette {
	width: 487px;
	height: 82px;
	margin: auto;
	background: url(images/palette.png);
	background-repeat: no-repeat;
	position: relative;
}

#Palette li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 80px;
	height: 80px;
	position: absolute;
	cursor: move;
	background-position: center;
	background-repeat: no-repeat;
}

.thumbnail {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: move;
}

.thumbnail:hover {
}

.thumbnail div.text {
	text-align: center;
	height: 14px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.dummy {
	height: 18px;
	width: 1px;
	float: right;
}

.cancel {
	float: right;
	height: 18px;
	width: 18px;
	margin-bottom: -18px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	background-color: #fff;
	background-image: url(images/delete.png);
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

.crop {
	float: right;
	height: 18px;
	width: 18px;
	margin-bottom: -18px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	background-color: #fff;
	background-image: url(images/crop.png);
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

.zoom {
	float: right;
	height: 18px;
	width: 18px;
	margin-bottom: -18px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	background-color: #fff;
	background-image: url(images/zoom.png);
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

.cancel:hover, .crop:hover, .zoom:hover {
	background-color: #ddd;
}

.thumbnail:hover .cancel, .thumbnail:hover .crop, .thumbnail:hover .zoom, .mini:hover .cancel {
	display: block;
}

#OutfitThumbnail {
	border: 1px solid black;
	height: 50px;
	width: 50px;
	background-position: center;
	background-repeat: no-repeat;
}

#SelectThumb {
	display: none;
	height: 186px;
	width: 268px;
	background-color: #f0f0f0;
	border: 1px solid silver;
	position: absolute;
	z-index: 100;
	overflow-y: auto;
}

#SelectThumb .thumbnail {
	height: 50px;
	width: 50px;
	cursor: pointer;
	float: left;
	margin: 6px;
	background-position: center;
	background-repeat: no-repeat;
}

#Loading {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	z-index: 350;
}

#Loading div {
	height: 80px;
	width: 400px;
	border: 1px solid silver;
	background: #808080;
	margin: auto;
	margin-left: 250px;
	font-size: 30px;
	color: #eee;
	margin-top: 250px;
	padding: 10px;
	text-align: center;
}