.adminMootabs_title {
	list-style-image: 		none;
	list-style-type:		none;
	margin: 				0;
	padding: 				0;
	height: 				24px;
	text-align: 			center;
	float: 					left;
}

.adminMootabs_title li{
	color: 					#fff;
	font-size: 				10px;
	background-image: 		url(images/admin/tab.jpg);
	background-position: 	top left;
	background-repeat: 		no-repeat;
	width: 					105px;
	line-height: 			28px;
	height: 				29px;
	padding: 				5px 0;
	float:					left;
	margin-right: 			2px;
}

.adminMootabs_title li.active {
	display: 				block;
	font-size: 				10px;
	float: 					left;
	background-image: 		url(images/admin/tab.jpg);
	background-position: 	bottom left;
	background-repeat: 		no-repeat;
	width: 					105px;
	line-height: 			28px;
	height: 				29px;
	padding: 				5px 0;
	margin-right:			2px;
	color: 					#000;
}

.adminMootabs_panel {
	padding-top: 			17px;
	display: 				none;
	position: 				relative;
	clear: 					both;
}

.adminMootabs_panel.active { display: block; }

.adminMootabs_title li.over {
	cursor: 				pointer;
	color: 					#000;
	font-size: 				10px;
	float: 					left;
	background-image: 		url(images/admin/tab.jpg);
	background-position: 	bottom left;
	background-repeat:		no-repeat;
	width: 					105px;
	line-height: 			28px;
	height: 				29px;
	padding: 				5px 0;
	margin-right:			2px;
}


.listingtitle {
	color: #F6014F;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

.deleteInfo {
	float: right;
}
.userInfo {
	float: left;	

}
.userInfo a{
	color: #000000;
}

.userInfo a:hover{
	color: #F6014F;
}

#profile {
	width: 360px;
}
/* 
============================================================================================================================
FORM BOX STYLES
============================================================================================================================
*/

label {
	font-weight: 			bold;
}

.formRow {
	margin-bottom: 11px;
}
.formbox {
	color: #333;
	font: 12px "Lucida Grande", Verdana, sans-serif;
	margin-top: 3px;
	padding: 4px;
	border-top: 2px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 350px;
	margin-bottom: 8px;
}
.formtextarea {
	color: #333;
	font: 12px "Lucida Grande", Verdana, sans-serif;
	margin-top: 3px;
	padding: 4px;
	border-top: 2px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 350px;
	margin-bottom: 8px;
	height: 180px;
}
.formtextareashort {
	color: #333;
	font: 12px "Lucida Grande", Verdana, sans-serif;
	margin-top: 3px;
	padding: 4px;
	border-top: 2px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 350px;
	margin-bottom: 8px;
	height: 50px;
}

.formtextarealarge {
	color: #333;
	font: 12px "Lucida Grande", Verdana, sans-serif;
	margin-top: 3px;
	padding: 4px;
	border-top: 2px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 550px;
	margin-bottom: 8px;
	height: 350px;
}
/* 
============================================================================================================================
BUTTON STYLES
============================================================================================================================
*/

ul#buttons {
	margin:0;
	list-style:none;
	margin-top: 10px;
	float: right;
	margin-bottom: 10px;
}

#buttons li {
	float:left;
	margin-left: 10px;
}

#buttons li a {
	display: block;
	height: 27px;
	margin:0;
	padding:0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 25px;
	background: url(images/member/button.gif) no-repeat 0 -27px;
	width: 94px;
	font-weight: normal;
}

#buttons li a:hover  {
	background: url(images/member/button.gif) no-repeat 0 0;
}
/* 

/* 
============================================================================================================================
MOOTABS // CREATE LISTING SECTION
============================================================================================================================
*/

#mootabarea {
	height:auto;
	float: left;
	padding-bottom: 15px;
}


#mootabcontent {
	font-size: 10px;
	line-height: 18px;
	text-align: justify;
	padding: 15px;
}

.listingtitle {
	color: #F6014F;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	text-align: center;
}

.mootabs_title li {
	color: #fff;
	font-size: 10px;
	background-image: url(images/member/tab.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 105px;
	line-height: 28px;
	height: 29px;
	padding: 5px 0;
	float: left;
	margin-right: 2px;
}

.mootabs_title li.active {
	display: block;
	font-size: 10px;
	float: left;
	background-image: url(images/member/tab.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 105px;
	line-height: 28px;
	height: 29px;
	padding: 5px 0;
	margin-right: 2px;
	color: #FFFFFF;
}

.mootabs_panel {
	display: none;
	position: relative;
	clear: both;
}

.mootabs_panel.active {
	display: block;
}

.mootabs_title li.over {
	cursor: pointer;
	color: #FFFFFF;
	font-size: 10px;
	float: left;
	background-image: url(images/member/tab.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 105px;
	line-height: 28px;
	height: 29px;
	padding: 5px 0;
	margin-right: 2px;
}
