@import url(icons.css);
@import url(menus/actionmenu.css);
@import url(skincolor.css);

Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A, .MainMenu_MenuItem, .MainMenu_MenuItemSel, .SkinObject
{
    font-family: Trebuchet MS, Arial, Sans Serif;
    font-size: 10pt;
    font-weight: normal;
}

.ControlPanel
{
    width: 100%;
    height: 64px;
}

/* fix for control panel being unable to handle relative font size */
span.control * span.SubHead
{
    font-size: 10pt;
}

A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active
{
    text-decoration: none;
    font-size: 1em;
    font-weight: normal;
}

A.SkinObject:hover
{
    text-decoration: none;
    font-size: 1em;
    font-weight: normal;
}

.Head
{
    font-size: 1.3em;
    font-weight: bold;
}

.SubHead
{
    font-size: 1.1em;
    font-weight: bold;
}

.SubSubHead
{
    font-size: 1.0em;
    font-weight: bold;
}

.NormalBold
{
    font-size: 1.0em;
    font-weight: bold;
}

.NormalRed
{
    font-size: 1.0em;
    font-weight: bold;
    color: #ff0000;
}

.NormalTextBox
{
    font-size: 0.9em;
    font-weight: normal;
}

.CommandButton
{
    font-size: 1em;
    font-weight: normal;
}

A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
    text-decoration: underline;
}


A.CommandButton:hover
{
    text-decoration: underline;
}

.StandardButton
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 1.0em;
}

H1
{
    font-size: 1.5em;
    font-weight: bold;
}

H2
{
    font-size: 1.4em;
    font-weight: bold;
}

H3
{
    font-size: 1.3em;
    font-weight: bold;
}

H4
{
    font-size: 1.2em;
    font-weight: bold;
}

H5, DT
{
    font-size: 1.1em;
    font-weight: bold;
}

H6
{
    font-size: 1.0em;
    font-weight: bold;
}

TFOOT, THEAD
{
    font-size: 1.1em;
}

TH
{
    vertical-align: baseline;
    font-size: 1.1em;
    font-weight: bold;
}

A:link, A:active, A:visited
{
    text-decoration: none;
}

A:hover
{
    text-decoration: underline;
}

SMALL
{
    font-size: 0.8em;
}

BIG
{
    font-size: 1.2em;
}

BLOCKQUOTE, PRE
{
    font-family: Lucida Console, monospace;
}


UL LI
{
    list-style-type: square;
}

UL LI LI
{
    list-style-type: disc;
}

UL LI LI LI
{
    list-style-type: circle;
}

OL LI
{
    list-style-type: decimal;
}

OL OL LI
{
    list-style-type: lower-alpha;
}

OL OL OL LI
{
    list-style-type: lower-roman;
}

HR
{
    height: 1pt;
    text-align: left;
}

/* Skin specific */

.Skinergy_MainLayout
{
    width: 768px;
}

#Skinergy_SiteToolsCell
{
    height: 32px;
}

#Skinergy_IconsCell
{
    height: 77px;
    width: 99.9%;
    background-image: url(images/header_07.gif);
    background-repeat: repeat-x;
}
#Skinergy_MenuCell
{
    width: 99.9%;
    height: 31px;
    padding-left: 5px;
}

.Help
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-weight: normal;
    font-size: 11px;
    border-style: solid;
    border-width: 1px;
    font-family: Trebuchet MS, Arial, Sans Serif;
}

/* Containers */

.ZContainer_Plain_Table, .ZContainer_Dark_Table, .ZContainer_Light_Table
{
    margin-bottom: 10px;
    padding: 5px;
}

.ZContainer_Dark_Table, .ZContainer_Light_Table
{
    border-width: 1px;
    border-style: solid;
}
.ZContainer_Plain_TopRow, .ZContainer_Dark_TopRow, .ZContainer_Light_TopRow
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.ZContainer_Plain_ContentRow, .ZContainer_Dark_ContentRow, .ZContainer_Light_ContentRow
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.ZContainer_Plain_BottomRow, .ZContainer_Dark_BottomRow, .ZContainer_Light_BottomRow
{
}
/*  start MainMenu */
.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 16px;
    background-color: Transparent;
}
.MainMenu_MenuItem
{
    cursor: pointer;
    cursor: hand;
    font-weight: normal; 
    font-style: normal;
    background-color: Transparent;
}
.MainMenu_MenuIcon
{
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 15px;
    height: 21px;
}
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
}
.MainMenu_MenuBreak
{
    height: 1px;
}
.MainMenu_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    font-weight: normal;
    font-style: normal;
}
.MainMenu_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
}
/*  end MainMenu */

.ModuleTitle_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 16;
    background-color: Transparent;
}

.ModuleTitle_MenuItem
{
    cursor: pointer;
    cursor: hand;
    color: black;
    font-size: 9pt;
    font-style: normal;
}
