﻿html 
{ 
    /* always show firefox scrollbar, to prevent horizontal shift. */
    overflow:-moz-scrollbars-vertical; 
}

/* PNG fix for IE 6.
   target IE 6 and below by using the underscore hack. see: http://www.ejeliot.com/blog/63 */
img, div, td, a { _behavior: url(/client/iepngfix.htc) }

body 
{
    margin:0 0 10px 0;
    background: url("Images/wm_admin_background.gif") white top repeat-x;
}
body,td
{
    font-family:Verdana;
    font-size: 13px;
}
td
{
    vertical-align: top;
}

/* Page header */
#Header
{
    width: 767px;
    height: 70px;
    text-align:right;
    vertical-align:top;
    background: url("Images/Header.jpg") no-repeat;
    font-size: 85%;
}
#HeaderText
{
    padding-right: 10px;
}
.wm_loginName
{
    font-family: Trebuchet MS;
    font-size: 16pt;
    letter-spacing:-1pt;
    font-weight:bold;
    color:#005183;
}


/* Primary nav */
#PrimaryNavigation
{
    background: url("Images/Navigation.gif") #4D4D4D no-repeat;
    height:30px;
    vertical-align:bottom;
    padding-left:7px;
}

.PrimaryNavigationLink,
.PrimaryNavigationLink:visited
{
    font-family:Verdana;
    font-weight:bold;
    font-size:13px;
    color:White;
    padding-left:7px;
    padding-right:7px;
    padding-bottom:6px;
}
.PrimaryNavigationLink:hover,
a.SelectedNavigationLink
{
    background-color:#FFFFFE;
    color:#4D4D4D;
}
#LogoutLink
{
    color:#005183;
}


/* Breadcrumbs */

.BreadcrumbLink,
.BreadcrumbLink:visited
{
    color:#797F82;
    font-size:10px;
}
.BreadcrumbLink:hover
{
    color:#00DBFF; /* #A2D7E6 */
}

/* Title Bars */
.TitlebarLeft
{
    background: url("Images/Titlebar_Left.gif") right no-repeat;
    width:7px;
    height:19px;
}
.TitlebarMiddle
{
    background: url("Images/Titlebar_Middle.gif") repeat-x;
    height:19px;
    color:#005183;
    font-size:8pt;
    font-weight:bold;
    padding-left:5px;
    width:100%;
}
.TitlebarRight
{
    background: url("Images/Titlebar_Right.gif") left no-repeat;
    width:7px;
    height:19px;
}
.TitlebarBody
{
    background-color:#e7f3f8;
}

/* Content Body */
#ContentBody
{
    background-color: White;
    padding:15px;
}

a
{
    color:#00A2FF; /* #56B9D9 */
}
a:visited
{
    color:#00A2FF; /* #5E9DB1 */
}
a:hover
{
    color:#00DBFF; /* #A2D7E6 */
}

.PageTitle
{
    font-family: Trebuchet MS;
    color:#56B9D9;
    font-weight:bold;
    font-size:19px;
    text-decoration: none;
}
.PageTitle:hover
{
    color:#00DBFF; /* #A2D7E6 */
}
a.disabled,
a.disabled:link,
a.disabled:visited,
a.disabled:hover
{
    color:gray; 
}

/* this makes a nice single-pixel dotted line in 
ALL browsers (IE, Firefox, Chrome, Safari).
The white borders are needed to clear out the default
hr gutter border. */
hr
{
    border-left: 1px solid white; 
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-bottom:1px #C0C2C4 dotted;
    height:1px;
}

/* Icons */
.icon
{
    vertical-align:middle;
    border:0px;
    padding-right:5px;
    float:left;
}



/* misc */

.unselected
{
    border-right:1px #cccccc solid;
}
.selected, .unselected
{
    padding:7px;
}
.selected
{
    padding-left:20px;
}
.separator
{
    height:1px;
    background-color:#cccccc;
}



/*admin forms*/
.label_td {
    padding: 6px 1em 6px 0; 
    vertical-align: top;
}
.input_td {
    padding: 6px 0; 
    vertical-align: top;
}
