#footer {
	min-height: 100px;
}

.loginpage #header #header-design {
    background: transparent url('../images/ezcms_logo.png') no-repeat center 80%;
}

#header-logo a, #header-logo span {
    float: left;
    width: 260px;
    height: 65px;
    display: block;
    text-align: left;
    text-decoration: none;
    color: #f4f4f4;
    font-size: 11px;
    background: transparent url('../images/ezcms_logo.png') 5px 11px no-repeat;
    padding-left: 11px;
    padding-right: 11px;
}


.dashboard-item {
    border-top: none !important;
    border-bottom: none !important;
}

div.tab-content {
	height: 40em;
	resize: vertical;
}

table.admin-preview th {
	background: #444;
	border-radius: 5px;
	border-left: none;
	border-bottom: none;
	color: #f5f3dd;
}
table.admin-preview table th {
	background: #6f6e6b;
	border-left: 1px solid #a9a9a9;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	color: #fff;
}

table.users_list {
	border-collapse: collapse;
	font-size: 0.85em;
}
table.users_list th {
	text-align: left;
	background-color: #777;
	border: none;
	border-right: 1px solid #fff;
	color: #fff;
	padding: 3px;
	padding-right: 16px;
}
table.users_list th:first-child {
	border-left: 1px solid #777;
}
table.users_list th:last-child {
	border-right: 1px solid #777;
}
table.users_list td {
	border: 1px solid #aaa;
	padding: 3px;
	vertical-align: top;
}
table.users_list tr.table_row_dark td {
	background: #f0f0f0;
}
table.users_list tr.table_row_light:hover,
table.users_list tr.table_row_dark:hover,
table.users_list tr.table_row_dark:hover td {
	background: #e0e0e0;
}

ol.abc_lower {
	list-style-type: lower-alpha;
}
ol.abc_upper {
	list-style-type: upper-alpha;
}
ol.roman_nums {
	list-style-type: upper-roman;
}

div.collapsible {
	border: 1px solid #aaa;
	padding: 3px 10px;
}

div.float_panel {
	width: 200px;
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.align_left {
	float: left;
	margin-right: 20px;
}
div.align_right {
	float: right;
	margin-left: 20px;
}
div.float_panel div.panel-heading {
	background: #6f6e6b;
	padding: 10px;
	color: #eee;
	font-weight: bold;
}
div.float_panel div.panel-body {
	padding: 10px;
}
div.float_panel div.panel-footer {
	background: #6f6e6b;
	padding: 10px;
	color: #eee;
}

span.classattribute-description {
	font-size: 1em;
	font-style: italic;
}

kbd {
	padding: 2px 4px;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
}