#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;
}

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;
}



table.table-two-rows {
	width: 100%;
}
table.table-two-rows td {
	width: 50%;
	padding: 0 10px;
}