body {
	background-color: #F1EFE2;
}

#hmWrapper {
	background-color: #FFF;
	width: 1004px;
	min-height: 99.8%;
	position: absolute;
	top: 0;
	left: 0;
}

#hmHead {
}

#hmMenu {
	background: #F1EFE2 url("./../../../../../project/images/default/global/tab.png") repeat-x 0 0;
	border-color: #D0D0D0;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	width: 100%;
	text-align: right;
	height: 25px;
}

#hmMenu li {
	float: left;
	padding: 1px 0;
	cursor: pointer;
	border-left: solid 1px #D0D0D0;
	font-weight: normal;
	text-align: center;
}

#hmMenu li[class ~= "active"] {
	font-weight: bold;
}

#hmTab1 {
	width: 85px;
}

#hmTab2 {
	width: 235px;
}

#hmTab3 {
	width: 138px;
}

#hmTab4 {
	width: 200px;
}

#hmTab5 {
	width: 100px;
}

#hmTab6 {
	width: 115px;
}

#hmContent {
	margin: 15px;
}

#hmPrivacy ul {
	list-style: disc;
	margin-left: 25px;
}

div.hmText {
	line-height: 1.6em;
}

div.offerItem a {
	float: right;
	padding-right: 20px;
}

#hmOffer {
	float: left;
	border: solid 1px #D0D0D0;
	width: 73%;
	background-color: #FFF;
}

#hmOfferHead {
	border-bottom: solid 1px #D0D0D0;
	background-color: #EBEBEB;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

#hmOfferHead #leasableDate {
	float: left;
	margin-left: 10px;		
}

#hmOfferHead #offererName {
	float: left;
	margin-left: 70px;
}

#hmOfferHead #homeCode {
	float: right;
	margin-right: 10px;
}

#hmOfferContent {
	padding: 10px;
	line-height: 1.6em;
}

#hmOfferAdvertiser {
	margin-top: 30px;
}

#hmOfferActions {
	float: right;
	width: 250px;
	border: solid 1px #D0D0D0;
}

div.hmOfferActionsContent {
	margin: 3px;
}

#hmOfferActions input[type="text"], #hmOfferActions textarea {
	width: 200px;
}

#hmCommon, #hmCosts {
	float: left;
	width: 400px;
	margin-bottom: 10px;
}

textarea.wide {
	width: 600px;
}

#hmImages {
	background-color: #FFF;
	border: solid 1px #EBEBEB;
	float: left;
	width: 100px;
}

#hmImages p.header, #hmInfo p.header {
	background-color: #EBEBEB;
}

#hmImages div.preview {
	margin: 20px auto;
	text-align: center;
}

#hmImages div.preview img {
	width: 61px;
	height: 60px;
	border: solid 1px #EBEBEB;
	cursor: pointer;
}

#hmImages div.preview img.previewImageSelected {
	border: solid 1px #2D4673;
}

#hmFileUpload {
	float: left;
	padding-left: 30px;
	margin-bottom: 20px;
}


#uploadImage {
	margin-right: 5px;
}

#deleteImage {
	margin: 0 5px 0 50px;
}

#hmInfo {
	float: right;
	background-color: #FFF;
	border: solid 1px #EBEBEB;
	width: 300px;
}

ul.disc {
	padding: 5px;
	list-style: disc;
	margin-left: 20px;
}

div.hmAdActionSelect {
	border: solid 1px #D0D0D0;
	margin: 10px 0 10px;
}

div.hmAdActionSelect .topic {
	padding-left: 10px;
	font-weight: bold;
	background-color: #EBEBEB;
}

div.hmAdActionSelect .content {
	padding: 15px;
	background-color: #F6F3E5;
	border-top: solid 1px #D0D0D0;
}

div.hmAdActionSelect input[type="button"], div.hmAdActionSelect input[type="text"],
div.hmAdActionSelect input[type="submit"] {
	margin-right: 15px;
}

input[type="button"], input[type="submit"] {
	width: auto;
  	overflow: visible;
  	padding: 0 5px;
}

div.hmAdActionSelect input[disabled] {
	color: #808080;
}

div.hmResponse {
	margin: 10px 0;
	padding: 0 5px;
	background-color: #FFF;
	height: 25px;
} 
