﻿@import "/App_/ROOT/PageFrame/StyleSheetBase.css";

@media screen
{
    body
    {
        background: #82786F;
        font-size: 12px;
    }
    .printOnly
    {
        display: none !important;
    }
}
@media print
{
    #printTagline
    {
        top: 60px;
    }
}
.clear
{
    clear: both;
}
.contentPane, body.contentPane, body.leftPane
{
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 0;
}
a, a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

@media screen
{
    h1
    {
        font-size: 21px;
    }
    h2
    {
        font-size: 16px;
    }
    h3
    {
        font-size: 14px;
    }
    h4
    {
        font-size: 12px;
    }
}
h1
{
    display: inline-block;
    font-weight: normal;
    margin: 0 0 6px;
    text-decoration: none;
}
h2
{
    font-weight: bold;
}
h3
{
    font-weight: bold;
}
h4
{
    font-weight: normal;
    font-style: italic;
}
.backCommand
{
    clear: both;
    float: right;
}
.listFilterContainer
{
}
.listFilter
{
    color: #fff;
    background-color: #82786f;
}
.listFilter td
{
    vertical-align: middle !important;
    padding: 8px !important;
    font-weight: bold;
    font-size: 1.2em;
}
.listFilter span
{
    font-weight: bold;
    font-family: "Arial Narrow" , Arial;
    font-size: 1.2em;
}
.pagination
{
    text-align: right;
    padding: 5px;
}

/* FRAME */
#leftShadow
{
    background: url(Command/left_side_sync.jpg) repeat-y;
    width: 37px;
}
#pageFrame
{
    width: 995px;
}
#rightShadow
{
    background: url(Command/right_side_sync.jpg) repeat-y;
    width: 37px;
}

/* HEADER */
#headerPane
{
    /*padding-top: 5px;*/
    position: relative; /*padding-top: 35px;*/
}
#headerPane .topNav
{
    padding-top: 18px;
}
#searchPane
{
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 5px 7px 5px;
    margin-right: 15px;
    vertical-align: middle;
}
#searchPane *
{
    vertical-align: middle;
}
#searchPane img
{
    margin: 0 5px;
}
#searchPane input
{
    border: 1px solid #555;
    background: url(/App_/ROOT/PageFrame/Union_/StandardPartial/Command/InputBg.gif) top left no-repeat;
}
#languagePane
{
    float: right;
    clear: both;
    margin: 5px 25px 0 0;
    padding: 0;
}
#languagePane li
{
    border-left: 1px solid black;
    float: left;
    list-style-type: none;
    padding: 0 5px 0 5px;
    margin: 0;
}
#languagePane li.firstItem
{
    border-left: 0;
}
#languagePane li a
{
    color: black;
    font-size: 12px;
}
#logo
{
    float: left;
}

ul#navMenu
{
    margin: 0;
    padding-left: 0px;
    text-align: right;
}
ul#navMenu li
{
    list-style-type: none;
    display: inline;
    padding: 0;
    margin: 0;
}
ul#navMenu li img
{
    vertical-align: bottom;
    margin-top: 10px;
}

/* FOOTHER */
#footerPane
{
    color: white;
    font-size: 11px;
    clear: both;
    text-align: center;
    padding: 3px;
}
#footerPane a
{
    color: white;
}
#footerPane ul
{
    padding: 0;
    margin: 7px 45px 7px 0;
}
#footerPane li
{
    border-left: 1px solid white;
    display: inline;
    list-style-type: none;
    padding: 0 5px 0 5px;
}
#footerPane li.firstItem
{
    border-left: 0;
}

#wireCoBrandLogo 
{
    clear : both;
}

/*alternating table rows*/
table.pagerFrame tr.even {}
table.pagerFrame tr.odd { background-color: #EEE; }

/*filter pane multiline fix*/
.filter-pane { width: 727px; }
.filter-pane label { height: 30px; display: block; vertical-align: bottom; }
