.clear {
	clear: both;
}

.error_box {
	width: 100%;
	color: #fff;
	text-transform: lowercase;
	background-color: #abadbf;
	border-bottom: 6px solid #f2e3d7;
	text-align: center;
	vertical-align: middle;
	padding: 4px 0 10px 0;
}

.hidden {
	background-color: #f2e3d7;
}

.members {
}

.unpublished {
	background-color: #abadbf;
}

/*-----------------------------------
 cms classes
-----------------------------------*/

.container {
	width: 100%;
	clear: both;
}

.container_submenu {
	width: 100%;
	border-top: 1px #ccc dotted;
	border-bottom: 1px #ccc dotted;
	margin: 1em 0;
	padding: 0.3em 0;
	clear: both;
}

.container_submenu_left {
	float: left;
}

.container_submenu_right {
	float: right;
	text-align: right;
}

.container_submenu_right ul {
	display: inline;
}

.container_submenu_right li {
	display: inline;
	padding: 0 0 0 0.5em;
}

.container_submenu_right a, .container_submenu_right a:hover {
	text-decoration: none;
	border: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.float_center {
	text-align: center;
	display: block;
	margin: 4px 0;
}

img.float_left {
	float: left;
	margin: 0 8px 4px 0;
}

img.float_right {
	float: right;
	margin: 0 0 4px 8px;
}

div.float_right {
	text-align: right;
	width: 100%;
	display: block;
	margin: 4px 0;
}

div.float_left {
	text-align: left;
	width: 100%;
	display: block;
	margin: 4px 0;
}

.hidden td{
	border: 1px #000 solid;
}

.tcd, .tcd1 {
	clear: both;
	vertical-align: center;
	width: 470px;
	float: left;
	padding: 0.4em;
	background-color: #f2e3d7;
}

.user_details {
	margin: 1em 0;
}

.tcd1 {
	background-color: #e8d6c7;
}

.tcd_left {
	width: 160px;
	float: left;
	text-align: left;
	font-weight: bold;
}

.tcd_right {
	width: 300px;
	float: right;
	text-align: left;
}

.admin_sub_menu {
	width: 100%;
	list-style: none;
	text-indent: 0;
	margin: 2em 0 0.2em -2px;
	padding: 0;
}

.admin_sub_menu_content {
	padding: 1em;
	background-color: #f2e3d7;
	float: left;
	width: 480px;
}

.admin_sub_menu_content h3 {
	padding: 10px 0;
}

.admin_sub_menu li {
	display: inline;
	padding: 2px 10px;
	font-weight: bold;
	background-color: #f8f3ee;
	margin: 0 2px;
}

.admin_sub_menu li.active {
	border-left: none;
	background-color: #f2e3d7;
}

.admin_sub_menu a {
	font-weight: normal;
}

.text_input_div {
}

.text_input_div input {
	width: 250px;
}

.input_text, .input_checkbox {
	border: 1px solid #abadbf;
	background-color: #fbf4ee;
}

.input_checkbox {
	margin: 0 0 1em 0;
}

.select_div, .text_input_div, .textarea_div, .file_input_div {
	clear: both;
	vertical-align: top;
}

.select_div .label_span, .text_input_div .label_span, .datetime_div .label_span, .textarea_div .label_span, .file_input_div .label_span {
	width: 100px;
	float: left;
	text-align: left;
	font-weight: bold;
}

.select_div .select_span, .text_input_div .text_input_span, .datetime_div .date_select_div, .textarea_div .textarea_span, .file_input_div .file_span, , .file_input_div .checkbox_span {
	width: 350px;
	float: right;
	text-align: left;
}

.select_div .select_span select, .text_input_div .text_input_span input, .textarea_div textarea {
	margin: 0;
	padding: 0;
}

.textarea_div textarea {
	width: 250px;
	font-size: 100%;
}

.input_file {
	border: none;
	border: 1px solid #abadbf;
	background-color: #fbf4ee;
}

.date_select_div select, .select_div select {
	border: 1px solid #abadbf;
	background-color: #fbf4ee;
	margin: 0 0.3em 0 0;
}

.input_submit_update, .cancel_button {
	border: 1px solid #abadbf;
	background-color: #fbf4ee;
	color: #000;
	margin: 2em 0 0 0;
}

.group_div_left {
	float: left;
	width: 150px;
}

.group_div_right {
	float: right;
	text-align: left;
	width: 250px;
}

.swf_placeholder {
	background-image: url('../img/ubiedit/flash_back.jpg');
}

.video_placeholder {
	background-image: url('../img/ubiedit/video_back.jpg');
}

img.news_headline {
	float: right;
}

h2 {
	color: #fff;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.admin_div h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	border-bottom: none;
}