body {
	background-color: #ffffff;
}

a {
    color: #e60000;
    transition-duration: 0.05s;
    transition-property: border, background, color;
    transition-timing-function: ease-in-out;
}
a:active, a:hover {
    color: #e60000;
}

.wp-core-ui .button-primary {
    background: none repeat scroll 0 0 #e60000;
    border-color: #E8112D;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
}

span.post-state {
	color: #aa0000;
}

th.column-expirationdate, td.expirationdate, td.column-expirationdate {
	background-color: #ffd ! important;
}

span.44-46-admin-footer {
	color: #e60000;
}

a.44-46-admin-theme-edit {
	color: #e60000 ! important;
}

body.login {
	background-image: url(44-46-bg.png); background-repeat: repeat-x; margin: 0; padding: 0;
}

div#login h1 {
	/*display: none;*/
}



#tabs-panel-posttype-page-most-recent,
#tabs-panel-posttype-page-most-recent,
#tabs-panel-posttype-page-search,
.tabs-panel,
.tabs-panel-view-all,
.tabs-panel-active {
  height: 600px ! important;
  min-height: 600px ! important;
  max-height: 600px ! important;
}