/***************************** GENERAL SETTINGS ***********************/

#directory-demo  ol {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;

}

#directory-demo  li {
	list-style-type: none;
	font-weight: bold;
	font-size: 8pt;
	margin-left: -30px;
	padding: 10px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 8pt;
	font-weight: normal;
	height: 80px;
	width: 610px;
}

#directory-demo span  {
	display: block;
	width: 90%;
	padding-left: 20px;
	text-decoration: none;
}

#directory-demo span a {
	color: #0e7fcd;
	text-decoration: none;
}

#directory-demo span a:hover {
	color: #0066CC;
	text-decoration: none;
}

#directory-demo li.listing-row {
	background: url('admin/images/uploads/row-thl.jpg');
}

#directory-demo  li a {
	color: #0e7fcd;
}

.page a, .page a.page, .page b.page{
	display: inline-block;
	padding: 2px 5px 1px 4px;
	height: 12px;
	background: #e3edf6;
	text-decoration:none;
	border: 1px solid #444;
	color: #0e7fcd;
}

.page a.page {
	background: #c4dbeb;
	color: #0e7fcd;
}

.page a:hover, .page b.page {
	background: #c4dbeb;
}
.text_select{
	font-size : 8pt;
	color : #000000;
}	

span.symbiosis-title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	padding-top: 4px;
	margin-bottom: 0;
	font-weight: bold;
	color : #a6a6a6;
}

hr {
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #333;
	padding-top: 5px;
	background: #FFFFFF;
}


ol#cat {
	margin: 0px;
	margin-left: 15px;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 0px;
	height: auto;
}

ol#cat li {
	display: inline-block;
	height: 20px;
	list-style: none;
	width: 195px;
	padding-left: 20px;
	line-height: 2;
}

ol#cat li:hover {
	background: #c4dbeb;
}

ol#cat li a {
	cursor: pointer;
}

fieldset {
	border: 0px;
	width: 650px;
	height: auto;
	padding: 0px;
}

label 
{
  float: left;
  width: 220px;
  padding-left: 90px;
  font-weight: bold;
  height: 50px;

}

.input_field {
	float: left;
	width: 270px;
	height: 50px;
}

input.field_box, textarea.field_box, select.field_box
{
  float: left;
  margin-bottom: 3px;
  width: 200px;

}

textarea.field_box {
	height: 70px;
	width: 200px;
}

.button 
{
  font-size: 2em;
}
 

.txtFormLegend 
{
  color: #777777;
  font-weight: bold;
  font-size: large;
}

.txtSmall 
{
  float: left;
  color: #666666;
  font-size: 8pt;
}

.hidden 
{
  display: none;
}

.error 
{
  display: block;
  float: left;
  color: #ff0000;
  padding-left: 10px;
  padding-top: 2px;
}

.success 
{
  display: block;
  float: left;
  color: #009900;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 2px;
}

input.buttons {
	position: relative;
	right: 160px;

}
