* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 11px;
	background: #f8f8f8;
    margin-left: auto;
    margin-right: auto;
	font-family: Arial;
}

table {
    width: 100%;
    border-width: 0px;
    border-spacing: 0px;
}

table th, table td {
    padding: 10px;
}

table th {
    height: 15px;
    background-color: #9c9e9e;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

table td {
    height: 15px;
    color: #000000;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}

table thead th {
    padding-top: 3px;
    padding-bottom: 3px;
    height: 29px;
}

table tbody tr.d0 td {
	background-color: #dfe0e0;
}

table tbody tr.d1 td {
	background-color: transparent;
}

table tbody tr td:last-child {
    text-align: right;
}

.hseparator {
    display: inline-block;
    width: 10px;
    height: 0px;
}

/* Main page */

.admin-header {
    height: 15px;
    background-color: #9c9e9e;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
}

.admin-top {
    background-image: url( 'images/background-top.png' );
    height: 98px;
}

.admin-top-container {
	margin: auto;
	width: 950px;
}

.admin-title {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    float: left;
}

.admin-top-right {
    float: right;
	padding-top: 20px;
	padding-bottom: 10px;
}

.admin-login {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
	visibility: hidden;
}

.admin-top-spacer {
    height: 43px;
}

.admin-logout {
    font-size: 12px;
    color: #ffffff;
    text-align: right;
}

.admin-logout a {
	color: #ffffff;
	text-decoration: none;
}

.admin-menu {
	background-image: url( 'images/background-menu.png' );
    height: 33px;
}

.admin-menu-container {
    list-style-type: none;
	width: 950px;
	margin: auto;
}

.admin-menu-container li {
    float: left;
	height: 32px;
}

.admin-menu-container li:first-child {
    background-image: url( 'images/separator.png' );
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 2px;
}

.admin-menu-container li a {
    background-image: url( 'images/separator.png' );
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 16px;
    padding-left: 16px;
    display: block;
    line-height: 32px;
    text-decoration: none;
    font-size: 18px;
    color: #a8a8a8;
}

.selected-menu {
    color: #000000;
}

.admin-menu-container li a:hover {
    color: #000000;
}

/*.admin-menu-container li:last-child a {
    background-image: none;
}*/

.admin-content-container {
	width: 950px;
	margin: auto;
}

.category-info-container {
	padding-top: 25px;
	padding-bottom: 25px;
}

.category-info-icon {
	display: inline-block;
}

.category-info-titles {
	display: inline-block;
}

.category-info-title {
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	color: #85c4d9
}

.category-info-sub-title {
	font-family: arial;
	font-weight: bold;
	font-size: 22px;
	color: #636363 
}

.admin-content {
    padding: 10px;
}

.admin-bottom {
}

/* Blog page */

.blog-header-top * {
    margin: 5px;
}

.blog-header-top {
    height: 50px;
}

.blog-sub-header-top {
	height: 20px;
	padding-left: 10px;
}

.blog-status {
	display: inline-block;
}

.blog-error {
	color: #c32914;
}

.blog-message {
	color: #3f9118;
}

.blog-actions {
	display: inline-block;
	float: right;
	padding-bottom: 5px;
	padding-right: 9px;
}

.blog-filter-label {
    font-weight: normal;
    font-size: 12px;
	margin-left: 0px;
	padding-left: 10px;
}

.blog-filter-text {
	width: 250px;
}

.blog-reload {
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
	float: right;
}

.blog-delete {
    display: inline-block;
    vertical-align: middle;
    background-image: url( 'images/delete.png' );
    width: 13px;
    height: 19px;
}

.blog-delete:hover {
    background-image: url( 'images/delete-hover.png' );
}

.blog-check {
    margin-top: 3px;
	float: right;
}

.blog-check hover {
}

.blog-comments-contain {
    width: 100%;
}
