﻿

#admin_header 
{
    background: url(admin_images/header_background.gif);
    height: 89px;
    border-top: solid 12px white;
    border-left: solid 12px white;
    border-right: solid 12px white;
    overflow: hidden;
}

#admin_header a 
{
    text-decoration: none;
    font-weight: bold;
    color: Black;
}

#admin_header a:hover
{
    color: #0768B2;
}

#admin_header_title h1
{
    display: none;
}

#admin_header_subtitle 
{
    clear: left;
    padding: 12px 0px 0px 14px;
    color: #B4DBDD;
    font-weight: bold;
}

#admin_header_logo 
{
    float: right;
    background: url(admin_images/header_logo.jpg);
    height: 89px;
    width: 195px;
    border-left: solid 10px white;
}

#admin_header_title 
{
    background: url(admin_images/header_title.gif);
    float: left;
    width: 275px;
    height: 45px;
}

.admin_header_button_spacer 
{
    background: url(admin_images/header_button_spacer.gif);
    height: 89px;
    width: 2px;
    float: right;
}

.admin_header_button 
{
    background: url(admin_images/header_button.gif);
    height: 89px;
    float: right;
    padding: 58px 8px 0px 8px;
}

#admin_header_logo h2 
{
    display: none;
}

#admin_header h1 
{
    color: White;
    font-size: 14px;
}

h1.admin_title 
{
    color: #67A3D0;
    font-size: 14px;
}

#admin_content 
{
    margin-left: 230px;
    padding: 10px;
}

#admin_left 
{
    position: absolute;
    border: solid 1px #67A3D0;
    left: 12px;
}

#admin_left_header h2
{
    display: none;
}

#admin_left_header 
{
    background: url(admin_images/menu_header.gif);
    display: block;
    width: 210px;
    height: 40px;
    border: solid 1px white;
}

.admin_menuitem
{
    width: 210px;
    background: #DBE9F4;
    border-bottom: solid 1px white;
    border-left: solid 1px white;
}

a:hover
{
    color: black;
    
}

.selected 
{
    background: #F9F7CB;
}

.admin_row_1 
{
    background: #F0F4F7;
}

.admin_row_1 td, .admin_row_2 td 
{
    border-bottom: solid 1px white;
}

.admin_row_2 
{
    background: #FBFCFC;
}

a
{
    color: #0768B2;
    font-weight: bold;
    text-decoration: none;
}

.admin_table_header 
{
    background: #C4D3DE;
    color: white;
    font-weight: bold;
    padding: 2px;
    
}
.admin_table_header th
{
    text-align: left;
}

.column td, .column th
{
    border-right: solid 1px #C4D3DE;
    padding: 0px 4px 0px 4px;
}
.admin_alert 
{
    color: Red;
    font-weight: bold;
}

.admin_alert_box 
{
    background: #F0F8F9 url(admin_images/alert.gif) no-repeat;
    background-position: 4px 4px;
    border: solid 1px #67A3D0;
    padding: 5px 5px 10px 30px;
    margin-top: 20px;
}

.admin_table 
{
    border-collapse: collapse;
}

h1.admin 
{
    font-size: 12px;
}

.admin_pageitem
{
    margin: 10px 0px 10px 0px;
    border: solid 1px #67A3D0;
}

.admin_pageitem_tools 
{
    background: #67A3D0;
    padding: 5px;    
}

.admin_pageitem_preview 
{
    padding: 5px;
}

.admin_pageitem_preview div.page_text_block_header 
{
    font-weight: bold;
    font-size: 120%;
    color: #67A3D0;
}

.admin_pageitem_preview  div.page_text_block
{
    margin: 0px;
}

.admin_pageitem_tools a 
{
    color: #D4E5F2;
}

.admin_pageitem_tools a:hover
{
    color: white;
}

a.admin_divided_link 
{
    border-right: solid 2px #D4E5F2;  
}

a.admin_link 
{  
    padding-right: 10px;
    padding-left: 5px;
}

    