#directory-demo  ol {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	border: 1px solid #123418;

}

#directory-demo li {
	list-style-type: none;
	margin-bottom: 10px;
	padding: 10px;
	height: 80px;
	width: 640px;
	font-size: 8pt;
	color: #fff;
	margin-left: -40px;
}

#directory-demo span {
	display: block;
	margin-left: 20px;
	padding-right: 10px;
}

#directory-demo span a {
	color: #9bcae9;
	text-decoration: none;
}

#directory-demo li.listing-row {
	background: url('admin/images/uploads/row-dmk.jpg');
}

.page a, .page a.page {
	display: inline-block;
	padding: 2px 5px 1px 4px;
	height: 12px;
	background: #c4dbeb;
	text-decoration:none;
	border: 1px solid #326b93;
	color: #08568e;
}

.page a.page {
	background: #c4dbeb;
	color: #08568e;
	text-decoration:none;
}

.page a:hover {
	background: #2a5778;
	color: #c4dbeb;
	text-decoration:none;
}

.text_select{
	font-size : 8pt;
	color : #000000;
}	

span.symbiosis-title {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}


hr {
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #333;
	padding-top: 5px;
}

ol#cat {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	height: auto;
	padding-left: 10px;
}


ol#cat li {
	display: inline-block;
	height: 20px;
	list-style: none;
	width: 130px;
	margin: 0;
	padding: 0px;
	margin-right: 17px;
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 2;
	/*background: url('images/category_select_BG.jpg');
	background-repeat: no-repeat; */
}

ol#cat li:hover {
	/*background-position: 0 -20px;	*/
}

ol#cat li a {
	display: block;
	width: 210px;
	height: 20px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

ol#cat li a:hover {
	color: #9bcae9;
}

a.category_select, a.category_select:hover {
	display: block; 
	width: 640px; 
	cursor: pointer; 
	padding-top: 3px;
	border: 1px solid #3989bc;
	border-left-width: 0px;
	border-right-width: 0px;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	line-height: 1.8;
	text-transform: uppercase;
}

a.category_select:hover {
	color: #3989be;
}

.button 
{
  font-size: 2em;
}
 

.txtFormLegend 
{
  color: #777777;
  font-weight: bold;
  font-size: large;
}

.txtSmall 
{
	float: left;
  color: #999999;
  font-size: smaller;
}

.hidden 
{
  display: none;
}

/* OFFICIAL SETTINGS FOR SYMBIOSIS */

form#directory-form {
	display: block;
	width: 465px;
	overflow: hidden;
	padding-left: 0px;
}

form#directory-form p {
	display: block;
	overflow: hidden;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	vertical-align: text-top;
	font-weight: bold;
}

form#directory-form label {
	display: block;
	float: left;
	height: 50px;
	width: 250px;
	clear: left;
}

form#directory-form p.annoyme {
	height: 110px !important;
}

form#directory-form .error, form#directory-form .success {
	background-position: right 3px !important;
	background-repeat: no-repeat !important;
}

form#directory-form .error {
	background-color: #F6E4E4 !important;
	background-image: url('http://www.bluesoap.com.au/directory/admin/images/error.gif') !important;
	border: 1px solid #990000 !important;
	
}

form#directory-form .success {
	background-color: #DFF6F9 !important;
	background-image: url('http://www.bluesoap.com.au/directory/admin/images/success.gif') !important;
	border: 1px solid #33CC66 !important;
	
}

form#directory-form input[type="text"], form#directory-form input[type="text"].error, form#directory-form input[type="text"].success {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 175px;
	height: 19px;
	font-size: 11px;
	border: 1px solid #666666;
	line-height: 1.7;
	padding-left: 5px;
}

form#directory-form select, form#directory-form select.error, form#directory-form select.success {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 19px;
	font-size: 11px;
	border: 1px solid #666666;
	line-height: 1.7;
	padding-left: 5px;
}

form#directory-form textarea, form#directory-form textarea.error, form#directory-form textarea.success {
	height: 100px;
	width: 156px;
	padding-right: 19px;
	overflow: auto;
}

form#directory-form input[type="submit"] {
	border: 1px solid #666666;
	height: 20px;
	background-image: url(../images/icons/submit.jpg);
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	float: right;
}

/* ANTI SPAM */
#goawaybots {
	display: none !important;
}