#comments {
	margin-top: 15px;
}

.indented {
	margin-left: 25px;
}

.comment-unpublished {
	background-color: #fff4f4;
}

.comment-preview {
	background-color: #ffffea;
}

.dd_theme_collapsible {
	margin-bottom: 3px;
	border-top: 1px solid #dddddd;
}

.dd_theme_collapsible .dd_theme_collapsible-title {
	font-size: 18px;
	color: #666666;
	cursor: pointer;
	position: relative;
	zoom: 1;
}

.dd_theme_collapsible .dd_theme_collapsible-title strong {
	font-weight: 600;
}

.dd_theme_collapsible .dd_theme_collapsible-title .dd_theme_collapsible-title-content {
	cursor: pointer;
	display: block;
	font-weight: 300;
	float: left;
}

.dd_theme_collapsible .dd_theme_collapsible-title .dd_theme_collapsible-title-content-clear {
	padding: 38px 0 33px 0;
	float: left;
	font-size: 14px;
	line-height: 20px;
}

.dd_theme_collapsible .dd_theme_collapsible-title i {
	float: right;
	font-size: 17px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: rotate(deg);
	-moz-transform: rotate(deg);
	-ms-transform: rotate(deg);
	-o-transform: rotate(deg);
	transform: rotate(deg);
}

.dd_theme_collapsible.dd_theme_collapsible-closed>.dd_theme_collapsible-title i {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-ms-filter: "";
	color: #666666;
}

.dd_theme_collapsible.dd_theme_collapsible-closed>.dd_theme_collapsible-content {
	height: 0;
	overflow: hidden;
	padding: 0 20px !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.dd_theme_collapsible .dd_theme_collapsible-content {
	background-color: #f4f4f4;
	display: block;
	padding: 20px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.dd_theme_collapsible .dd_theme_collapsible-content .dd_theme_collapsible {
	border: none;
}

.dd_theme_collapsible .dd_theme_collapsible-content .dd_theme_collapsible .dd_theme_collapsible-title .dd_theme_collapsible-title-content {
	padding: 0;
}

.dd_theme_collapsible .dd_theme_collapsible-content .dd_theme_collapsible .dd_theme_collapsible-title i {
	position: absolute;
	left: -24px;
	top: -37px;
}

.dd_theme_collapsible .dd_theme_collapsible-content .dd_theme_collapsible .dd_theme_collapsible-content {
	background: none;
	padding: 30px 0 0 27px !important;
}

.dd_theme_collapsible .dd_theme_collapsible-content-clear {
	background: none;
	padding: 0 !important;
}

.dd_theme_collapsible-show_more {
	border-top: none;
}

.dd_theme_collapsible-show_more .dd_theme_collapsible-show_more-title {
	font-size: 14px;
	text-align: center;
}

.dd_theme_collapsible-show_more .dd_theme_collapsible-show_more-title i {
	display: inline-block;
	float: none;
	margin: 0 auto;
	color: #666666;
	padding: 0;
}

.dd_theme_collapsible-show_more .dd_theme_collapsible-show_more-title .dd_theme_collapsible-title-content {
	font-weight: 300;
	padding: 0;
	color: #666666;
	display: block;
	text-align: center;
	float: none;
}

.dd_theme_collapsible-show_more .dd_theme_collapsible-show_more-title .dd_theme_collapsible-title-content:hover {
	color: #666666;
}

.dd_theme_collapsible-show_more .dd_theme_collapsible-show_more-title .dd_theme_collapsible-title-content-show {
	display: none;
}

.dd_theme_collapsible-show_more.dd_theme_collapsible-closed .dd_theme_collapsible-show_more-title i {
	float: left;
	margin: 0 10px 0 0;
}

.dd_theme_collapsible-show_more.dd_theme_collapsible-closed .dd_theme_collapsible-show_more-title .dd_theme_collapsible-title-content {
	float: left;
	color: red !important;
}

.dd_theme_collapsible-show_more.dd_theme_collapsible-closed .dd_theme_collapsible-title-content-show {
	display: block;
}

.dd_theme_collapsible-show_more.dd_theme_collapsible-closed .dd_theme_collapsible-title-content-hide {
	display: none;
}

.dd_theme_collapsible-show_more .dd_theme_collapsible-show_more-content {
	background: none;
	padding: 0 !important;
}

.lt-ie9 .dd_theme_collapsible i:before {
	background: white;
}

.lt-ie9 .view-dd-jobs .views-row-odd i:before {
	background: #f4f4f4;
}

.lt-ie9 .dd_theme_collapsible-closed .dd_theme_collapsible-title i {
	margin-right: 0;
}

.field .field-label {
	font-weight: bold;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
	float: left;
}

form .field-multiple-table {
	margin: 0;
}

form .field-multiple-table th.field-label {
	padding-left: 0;
}

form .field-multiple-table td.field-multiple-drag {
	width: 30px;
	padding-right: 0;
}

form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
	padding-right: .5em;
}

form .field-add-more-submit {
	margin: .5em 0 0;
}

.node-unpublished {
	background-color: #fff4f4;
}

.preview .node {
	background-color: #ffffea;
}

td.revision-current {
	background: #ffc;
}

.search-form {
	margin-bottom: 1em;
}

.search-form input {
	margin-top: 0;
	margin-bottom: 0;
}

.search-results {
	list-style: none;
}

.search-results p {
	margin-top: 0;
}

.search-results .title {
	font-size: 1.2em;
}

.search-results li {
	margin-bottom: 1em;
}

.search-results .search-snippet-info {
	padding-left: 1em;
}

.search-results .search-info {
	font-size: 0.85em;
}

.search-advanced .criterion {
	float: left;
	margin-right: 2em;
}

.search-advanced .action {
	float: left;
	clear: left;
}

#permissions td.module {
	font-weight: bold;
}

#permissions td.permission {
	padding-left: 1.5em;
}

#permissions tr.odd .form-item,
#permissions tr.even .form-item {
	white-space: normal;
}

#user-admin-settings fieldset .fieldset-description {
	font-size: 0.85em;
	padding-bottom: .5em;
}

#user-admin-roles td.edit-name {
	clear: both;
}

#user-admin-roles .form-item-name {
	float: left;
	margin-right: 1em;
}

.password-strength {
	width: 17em;
	float: right;
	margin-top: 1.4em;
}

.password-strength-title {
	display: inline;
}

.password-strength-text {
	float: right;
	font-weight: bold;
}

.password-indicator {
	background-color: #C4C4C4;
	height: 0.3em;
	width: 100%;
}

.password-indicator div {
	height: 100%;
	width: 0%;
	background-color: #47C965;
}

input.password-confirm,
input.password-field {
	width: 16em;
	margin-bottom: 0.4em;
}

div.password-confirm {
	float: right;
	margin-top: 1.5em;
	visibility: hidden;
	width: 17em;
}

div.form-item div.password-suggestions {
	padding: 0.2em 0.5em;
	margin: 0.7em 0;
	width: 38.5em;
	border: 1px solid #B4B4B4;
}

div.password-suggestions ul {
	margin-bottom: 0;
}

.confirm-parent,
.password-parent {
	clear: left;
	margin: 0;
	width: 36.3em;
}

.profile {
	clear: both;
	margin: 1em 0;
}

.profile .user-picture {
	float: right;
	margin: 0 1em 1em 0;
}

.profile h3 {
	border-bottom: 1px solid #ccc;
}

.profile dl {
	margin: 0 0 1.5em 0;
}

.profile dt {
	margin: 0 0 0.2em 0;
	font-weight: bold;
}

.profile dd {
	margin: 0 0 1em 0;
}

.rteindent1 {
	margin-left: 40px;
}

.rteindent2 {
	margin-left: 80px;
}

.rteindent3 {
	margin-left: 120px;
}

.rteindent4 {
	margin-left: 160px;
}

.rteleft {
	text-align: left;
}

.rteright {
	text-align: right;
}

.rtecenter {
	text-align: center;
}

.rtejustify {
	text-align: justify;
}

.ibimage_left {
	float: left;
}

.ibimage_right {
	float: right;
}