.ctrlDivide {
  border-bottom: 2px solid #666;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 3px;
  color: #666;
  text-align: left;
}

.ctrlHolder em, .ctrlHolderL em, .ctrlHolderFlex em {
  color: red;
  font-weight: normal;
  text-transform: none;
}

.ctrlHolderFlex label, .ctrlHolder label, .ctrlHolderL label {
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  clear: both;
  padding: 0 2px 0 0;
  display: block;
  width: 200px;
  font-size: 11px;
  float: left;
  line-height: 100%;
  margin-right: 5px;
}

.inlineLabels {
  text-transform: none ! important;
  display: inline ! important;
  float: none ! important;
  clear: none ! important;
  width: auto ! important;
  margin: 0 ! important;
}

.ctrlHolderFlex input, .ctrlHolder input {
  text-align: left;
  float: left;
}

.dir_text {
  width: 180px;
}

/* Category Drop Down Styles */
.categoryParent {
  font-weight: bold;
  color: #000;
}

.categoryChild {
}

.categoryDisabled {
  color: gray;
  margin-left: 3px;
  font-weight: normal;
  font-style: normal;
}

/* Form Styles */
.dir_button {
  margin: auto;
  width: 180px;
  text-align: center;
}

.ctrlHolderL textarea {
  width: 180px;
  float: left;
  height: 90px;
  font-size: 12px;
  line-height: 140%;
}

.ctrlHolder select, .ctrlHolderFlex select {
  text-align: left;
  float: left;
  width: 180px;
}

.ctrlHolder {
  margin: 10px 0;
  height: 30px;
}

.ctrlHolderL {
  margin: 10px 0;
  height: 100px;
}

.ctrlHolderFlex {
  margin: 10px 0;
}

.ctrlHolderFlex ol li {
  list-style: none;
}

.diroption {
  color: #06c ! important;
  display: block;
  width: 150px;
  text-align: center;
  border: 1px solid #777;
  padding: 3px;
  text-decoration: none;
  font-size: 10px;
  background: #fff;
}

.diroption:hover {
  background: #eee;
  text-decoration: none;
  color: #147;
}

/* Entry Style */	
.dir_entries {
  margin: -5px 0 0 5px;
  font-size: 11px;
  border-right: 1px solid #777;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 3px;
  display: block;
  color: #06c;
  width: 100px;
  text-align: center;
  float:right;
}

.dir_entries:hover {
  color: #147;
  text-decoration: none;
  background: #eee;
}

.errors {
	background: #eee;
	color: red;
	padding: 20px 10px;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	margin: 10px auto;
	display: block;
}

.success {
	background: #eee;
	color: green;
	padding: 20px 10px;
	border-top: 2px solid green;
	border-bottom: 2px solid green;
	margin: 10px auto;
	display: block;
}

.pagination{
  margin-bottom:10px;
  text-align:right;
}

.pagination li:before{
  content: "" ! important;
}

.pagination li {
  display:inline;
  margin-right:5px;
}

.pagination li .dir_pages{
  cursor: pointer;
  border:1px solid #333;
  padding:5px;
  text-decoration:none;
  color:#000;
}

.selected, .pagination li .dir_pages:hover{
  border: 1px solid #ccc;
  color: #ccc;
  padding: 5px;
}

.catParent li:before, .catChild li:before {
	content: "" ! important;
}

.catChild li {
  list-style-image: url(../data/images/sub_bullet.gif) ! important;
}

.catChild {
	margin-left: 10px ! important;
}

.catParent li {
	padding-left: 5px;
  list-style-image: url(../data/images/cat_bullet.gif);
}

/* set some default table styles */
table.lined {
  margin: 5px auto;
  width: 100%;
}
table.lined,table.lined td,table.lined th {
  border: 1px solid #777;
  border-collapse: collapse;
  font-size: 90%;
}
table.lined td,table.lined th {
  padding: 5px;
  vertical-align: middle;
  font-weight: normal;
  background: white;
}
table.lined thead th {
  background: #666;
  color: #fff;
}
table.lined tbody th {
  background: #777;
  color: #fff;
  font-weight: bold;
}
table.lined caption {
  text-align: left;
  font-size: 140%;
}

table.lined a {
  border: 0;
}

table.lined a:hover {
  text-decoration: none;
}
table.lined a:active {
  color: #000;
}
table.lined p{
  padding:5px;
}