﻿
body.manage table.wrapper
{
    background: top left repeat-y url(/Manage/Assets/content_bg_no_side.jpg);
}

/***** Menu *****/
div.managemenu 
{
    background: #eeeeee;
    height: 32px;
    margin: 0 2px;
    border-bottom: solid 1px #cccccc;
}

div.leftmenu
{
    float: left;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
    padding-top: 8px;
    height: 32px;
}

div.rightmenu
{
    float: right;
    vertical-align: middle;
    text-align: right;
    padding-right: 5px;
    padding-top: 8px;
}

div.leftmenu select
{
    padding-top: -8px;
}

div.leftmenu input
{
    margin-top: -3px;
}

/***** Content Area *****/

div.content
{
    height: auto;
    float: none;
    width: 900px;
    margin: 10px auto;
}

/***** Home Page *****/

body#home p
{
    margin-bottom: 2.0em;
}

body#home a.task
{
    display: block;
    width: 550px;
    height: 32px;
    padding: 7px 7px;
    margin: .25em Auto;
    vertical-align: middle;
    border: 1px solid #be9898;
    color: #000000;
    background-color: #f6eeee;
}

body#home a.task:hover
{
    border: 1px solid #eb151c;
    color: #880000;
}

body#home a.task img
{
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

body#home a.task span
{
    float: left;
    line-height: 32px;
    cursor: pointer;
}

/***** The Editor *****/

body#specials form
{
    display: inline;
}

body#specials iframe
{
    display: inline;
}

/***** Secure Form *****/
table.secure { width: 100%; }
td.formdate { width: 175px; text-align: center; }
td.formclose, td.formopen, td.formdelete { width: 100px; text-align: center; padding: 2px 10px; }
table.secure th { font-weight: bold; }
table.secure td { border: 1px solid #ccc; padding: 2px 5px; }
table.secure th.month { text-align: center; }

/***** Ghost Sites *****/
.ghost th { font-weight: bold; }

/***** Print *****/

@media print {

    body {
        margin: 0 0 !important;
        padding: 0 0 !important;
    }

    td.topnav,
    div.managemenu,
    td.footer,
    .no-print {
        display: none !important;
    }

    div.content {
        width: 100%;
        margin: 0 auto !important;
        padding: 0 0 !important;
    }

}