﻿@import "admin.css";

body 
{
    background-image: url(images/bg_main.gif);
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 8pt;
}


.headnote
{
    color: #5B6064;
    font-size: 7pt;
}

.text ul 
{
list-style-type: none;
padding: 0;
margin: 0;
}

.text li
{
background-image: url(images/logistics_bullet.gif);
background-repeat: no-repeat;
background-position: 0 .7em;
padding-left: 1.1em;
margin: 0 0.7em;
}

/*
.headnote a:link
{
    color: #64686a;
    font-size: 7pt;
}

.headnote a:visited
{
    color: #64686a;
    font-size: 7pt;
}

.headnote a:hover
{
    color: #9d0053;
    font-size: 7pt;
	color: #ee7d11;
	color: #9d0053;
	color: #dfd200;    
}
*/
.active_panelbar
{
	font: normal 12px Arial, Verdana, Sans-serif;
	color: #569FD3;
}

.crumbs
{
    color: #5b6064;
    font-size: 7pt;
}

.adr
{
    color: White;
    font-size: 7pt;
}

.frame_div
{
    background-image: url(images/frame_bg.gif);
    background-position: bottom;
    background-repeat:repeat-x;
}

.frame_topleft
{
    background-image: url(images/frame_top_corner.gif);
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: top
}


.frame_border
{
    background-image: url(images/frame_border_bg.gif);
    background-position: top;
    background-repeat:repeat-y;
    background-color: #b2b2b2;
    width: 1px
}


#content 
{
    width:990px;
    left:50%;
    margin-left:-495px;
    position:absolute;
    margin-top: 15px;
    min-height: 400px;
    overflow: visible;
 
}

#top_table
{
     border: none;
     font-size:9pt;
     color:#a2abb2;
}
#top_table a
{
     color:#ffffff;
}
#top_table a:hover
{
     color:#5B6064;
}

#main_table
{
     width: 989px;  
     background-color: White;
     border: none;
     background-image: url(images/bg_body.gif);
     background-repeat: repeat-y;
}

#top_menu_td_left
{
    background-image: url(images/bg_menu_top.gif);
    width: 520px; 
    height: 30px;
}

#top_menu_td_right
{
    background-image: url(images/bg_menu_top.gif);
    width: 140px; 
    height: 30px; 
    vertical-align: middle;
    text-align: right;
}
#top_menu_td
{
    background-image: url(images/bg_menu_top.gif);
    height: 30px; 
    vertical-align: middle;
}
.search
{
    height: 15px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: solid 1px #b2b2b2;
    font-family: Verdana;
    font-size: 7pt;
    color: #5b6064;
}

.add											{ background: url(images/add.png) no-repeat; height:16px; padding:3px 0px 3px 20px; margin-bottom:10px }
.delete											{ background: url(images/delete.png) no-repeat; height:16px; padding-left:20px}

/* Table */
.tabledata 										{ clear:both }

.tabledata th									{ color: #6D929B; border-right: 1px solid #cac7b6; border-bottom: 1px solid #cac7b6; border-top: 1px solid #cac7b6; background: #f4f5f2 url(images/tableheader_bg.gif) no-repeat; letter-spacing: 2px; text-transform: uppercase; text-align: left; padding: 6px 6px 6px 12px; }
.tabledata td									{ border-right: 1px solid #cac7b6; border-bottom: 1px solid #cac7b6; padding: 6px 6px 6px 12px; color: #6D929B; }
.tabledata td.nobg								{ border-right: 0; border-top: 0; border-left: 0; border-bottom: 0px solid #cac7b6; background: none; }
.tabledata tr.odd								{ background: white; }
.tabledata tr.even								{ background: #f5f5f3; color: #B4AA9D; }