/* Page and Skin Backgrounds */
.pagemaster
{
    width: 100%;
    height: 100%;
    background-image: url(skinimages/bg.gif);
    background-repeat: repeat;
    background-color: #7b756b;
}
.skinmaster
{
    width: 775px;
}
Body
{
    scrollbar-face-color: #FF6508;
    scrollbar-highlight-color: #E79E08;
    scrollbar-3dlight-color: #C0C0C0;
    scrollbar-darkshadow-color: #000000;
    scrollbar-shadow-color: #E79E08;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #7B756B;
    color: black;
    font-family: tahoma, arial, verdana;
    font-size: 10px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.ContentBG
{
    background-color: #ffffff;
}
.Footer
{
    font-family: tahoma, arial, verdana;
    text-decoration: none;
    color: White;
    font-size: 8.5pt;
    font-weight: normal;
}

.ControlPanel
{
    border-right: #424242 1px solid;
    border-top: #424242 1px solid;
    border-left: #424242 1px solid;
    width: 100%;
    border-bottom: #424242 1px solid;
    height: 64px;
    background-color: #ffffff;
}
/* standard hyperlinks for the tokens eg. currentdate, language, search, copyright, terms, privacy */
.SkinObject
{
    text-decoration: none;
    color: #3B3B3B;
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
}
A.SkinObject
{
    text-decoration: none;
    color: #3B3B3B;
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
}
A.SkinObject:link
{
    text-decoration: none;
    color: #3B3B3B;
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
}
A.SkinObject:visited
{
    text-decoration: none;
    color: #3B3B3B;
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
}
A.SkinObject:active
{
    text-decoration: none;
    color: #3B3B3B;
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
}
A.SkinObject:hover
{
    text-decoration: none;
    color: #E7A242;
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
}
/* custom hyperlinks for the login, user tokens as it has a different coloured background */
.Login
{
    text-decoration: none;
    color: #3B3B3B;
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
    padding-bottom: 5px;
}
A.Login:link
{
    text-decoration: none;
    color: #3B3B3B;
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
    padding-bottom: 5px;
}
A.Login:visited
{
    text-decoration: none;
    color: #3B3B3B;
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
    padding-bottom: 5px;
}
A.Login:active
{
    text-decoration: none;
    color: #3B3B3B;
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
    padding-bottom: 5px;
}
A.Login:hover
{
    text-decoration: none;
    color: #FFA500;
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
    padding-bottom: 5px;
}
/* Links Module links on Page-------------------------------*/
a.Normal:link, a.Normal:visited
{
    color: #3B3B3B;
    font-family: verdana, tahoma, arial;
    font-weight: Bold;
    font-size: 11px;
    text-decoration: none;
}
a.Normal:hover
{
    color: #000066;
    font-family: verdana, tahoma, arial;
    font-weight: Bold;
    font-size: 11px;
    text-decoration: underline;
}
/* Links Menu items*/
.CommandButton
{
    color: #b22222;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    font-family: tahoma, arial, verdana;
}
A.CommandButton:link
{
    color: black;
    text-decoration: underline;
}
A.CommandButton:visited
{
    color: black;
    text-decoration: underline;
}
A.CommandButton:active
{
    color: black;
    text-decoration: underline;
}
A.CommandButton:hover
{
    color: #ec9a00;
    text-decoration: underline;
}
/* Other Links on Page*/
.SubHead
{
    font-family: tahoma, arial, verdana;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    padding: 0;
}
a.SubHead:link, a.SubHead:visited
{
    color: #0000FF;
    text-decoration: none;
    font-family: tahoma, arial, verdana;
    font-size: 11px;
    font-weight: normal;
}
a.SubHead:hover
{
    color: #0000FF;
    text-decoration: underline;
    font-family: tahoma, arial, verdana;
    font-size: 11px;
    font-weight: normal;
}
/* Portal Links on Page ---------------------------------------------------*/
a:link
{
    color: #0000FF;
    font-weight: bold;
    text-decoration: underline;
    font-family: verdana, tahoma, arial;
    font-size: 10pt;
}
a:visited
{
    color: #0000FF;
    font-weight: bold;
    text-decoration: underline;
    font-family: verdana, tahoma, arial;
    font-size: 10pt;
}
a:hover
{
    color: #EC9A00;
    font-weight: bold;
    text-decoration: underline;
    font-family: verdana, tahoma, arial;
    font-size: 10pt;
}

.txtwhite
{
    font-weight: normal;
    font-size: 9pt;
    color: Gray;
    font-family: tahoma, arial, verdana;
    text-decoration: none;
}
A.txtwhite:link
{
    color: #EC9A00;
    text-decoration: none;
}
A.txtwhite:visited
{
    color: Gray;
    text-decoration: none;
}
A.txtwhite:active
{
    color: #000000;
    text-decoration: none;
}
A.txtwhite:hover
{
    color: Black;
    text-decoration: none;
}
/* Module Container Headings on Page----------------------------*/
.Head
{
    font-size: 16pt;
    color: #000066;
    font-family: verdana, tahoma, arial;
}

.Head2
{
    font-weight: bold;
    font-size: 11px;
    font-family: verdana, arial, tahoma;
    color: #EC9A00;
}

.SubHead
{
    font-weight: bold;
    font-size: 11px;
    color: #EC9A00;
    font-family: tahoma, arial, verdana;
}

.SubSubHead
{
    font-weight: bold;
    font-size: 11px;
    color: black;
    font-family: tahoma, arial, verdana;
}

.Normal
{
    font-family: tahoma, arial, verdana;
    font-size: 10px;
    font-weight: normal;
    text-align: justify;
    color: #000000;
}

.NormalBold
{
    font-weight: bold;
    font-size: 10px;
    font-family: tahoma, arial, verdana;
    color: #424242;
}

.NormalRed
{
    font-weight: bold;
    font-size: 12px;
    color: #EC9A00;
    font-family: tahoma, arial, verdana;
}

.NormalTextBox
{
    font-weight: normal;
    font-size: 11px;
    border: 1 solid #EC9A00;
    background-color: #FFFFFF;
    font-family: tahoma, arial, verdana;
    color: Black;
}

.TreeMenu_Node
{
    font-weight: normal;
    font-size: 12px;
    font-family: tahoma, arial, verdana;
    background-color: #dcdcdc;
}

.TreeMenu_NodeSelected
{
    font-weight: normal;
    font-size: 12px;
    font-family: tahoma, arial, verdana;
    background-color: #dcdcdc;
}

A.TreeMenu_Node:link
{
    color: Black;
    text-decoration: none;
}

A.TreeMenu_NodeSelected:link
{
    color: Gray;
    text-decoration: none;
}

A.TreeMenu_Node:visited
{
    color: #EC9A00;
    text-decoration: none;
}

A.TreeMenu_NodeSelected:visited
{
    color: #EC9A00;
    text-decoration: none;
}

A.TreeMenu_Node:active
{
    color: #EC9A00;
    text-decoration: none;
}

A.TreeMenu_NodeSelected:active
{
    color: Black;
    text-decoration: none;
}

A.TreeMenu_Node:hover
{
    color: #EC9A00;
    text-decoration: none;
}

A.TreeMenu_NodeSelected:hover
{
    color: #EC9A00;
    text-decoration: none;
}

.FileManager
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    height: 400px;
}

.FileManager_ToolBar
{
    border-bottom: black 1px solid;
    height: 25px;
}

.FileManager_Explorer
{
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    margin: 2px;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
    height: 100%;
    background-color: white;
}

.FileManager_FileList
{
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    margin: 2px;
    overflow: auto;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
    height: 100%;
    background-color: white;
}

.FileManager_MessageBox
{
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    vertical-align: middle;
    padding-top: 25px;
    background-color: white;
    text-align: center;
}

.FileManager_Header
{
    font-weight: bold;
    font-size: 11px;
    color: White;
    border-bottom: dimgray 1px solid;
    font-family: tahoma, arial, verdana;
    height: 25px;
    background-color: Silver;
}

.FileManager_Pager
{
    border-top: dimgray 1px solid;
    font-weight: bold;
    font-size: 11px;
    font-family: tahoma, arial, verdana;
    height: 25px;
    background-color: #eeeeee;
}

.FileManager_StatusBar
{
    font-weight: normal;
    font-size: 11px;
    margin: 2px;
    font-family: tahoma, arial, verdana;
    height: 25px;
    background-color: #dedfde;
}

.FileManager_Item
{
    border-top: black 1px dashed;
    font-weight: normal;
    font-size: 11px;
    color: black;
    border-bottom: black 1px dashed;
    font-family: tahoma, arial, verdana;
    background-color: #f8f8f8;
}

.FileManager_AltItem
{
    font-weight: normal;
    font-size: 11px;
    color: black;
    border-top-style: none;
    font-family: tahoma, arial, verdana;
    border-right-style: none;
    border-left-style: none;
    background-color: #eeeeee;
    border-bottom-style: none;
}

.FileManager_SelItem
{
    font-weight: bold;
    font-size: 11px;
    color: white;
    border-top-style: none;
    font-family: tahoma, arial, verdana;
    border-right-style: none;
    border-left-style: none;
    background-color: Gray;
    border-bottom-style: none;
}

.FileManagerTreeNode
{
    font-weight: normal;
    font-size: 11px;
    font-family: tahoma, arial, verdana;
}

.FileManagerTreeNodeSelected
{
    font-weight: normal;
    font-size: 11px;
    font-family: tahoma, arial, verdana;
    background-color: #dcdcdc;
}

A.FileManagerTreeNode:link
{
    color: Black;
    text-decoration: none;
}

A.FileManagerTreeNodeSelected:link
{
    color: Black;
    text-decoration: none;
}

A.FileManagerTreeNode:visited
{
    color: Black;
    text-decoration: none;
}

A.FileManagerTreeNodeSelected:visited
{
    color: Black;
    text-decoration: none;
}

A.FileManagerTreeNode:active
{
    color: Black;
    text-decoration: none;
}

A.FileManagerTreeNodeSelected:active
{
    color: Black;
    text-decoration: none;
}

A.FileManagerTreeNode:hover
{
    color: #B50000;
    text-decoration: none;
}

A.FileManagerTreeNodeSelected:hover
{
    color: #B50000;
    text-decoration: none;
}

.Wizard
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    width: 650px;
    border-bottom: black 1px solid;
    height: 400px;
}

.WizardButton
{
    border-right: dimgray 1px solid;
    padding-right: 2px;
    border-top: dimgray 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: dimgray 1px solid;
    padding-top: 2px;
    border-bottom: dimgray 1px solid;
}

.WizardHeader
{
    background: #EC9A00;
    border-bottom: 1px solid Silver;
    height: 40px;
}

.WizardFooter
{
    border-top: black 1px solid;
    background: Silver;
    height: 25px;
    text-align: right;
}

.WizardBody
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 325px;
}

.WizardHelp
{
    padding-right: 5px;
    padding-left: 5px;
    font-size: 9pt;
    padding-bottom: 5px;
    border-left: black 1px solid;
    width: 180px;
    padding-top: 5px;
    background-color: #EC9A00;
}

.WizardHelpText
{
    font-size: 8pt;
    overflow: auto;
    width: 180px;
    color: black;
    font-family: tahoma, arial, verdana;
    height: 300px;
}

.WizardText
{
    font-size: 9pt;
    color: black;
    font-family: tahoma, arial, verdana;
}

.Help
{
    border-right: black 1px solid;
    padding-right: 2px;
    border-top: black 1px solid;
    padding-left: 2px;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 2px;
    border-left: black 1px solid;
    color: black;
    padding-top: 2px;
    border-bottom: black 1px solid;
    font-family: tahoma, arial, verdana;
    background-color: #EC9A00;
}

.StandardButton
{
    border-right: #808080 1px solid;
    border-top: #808080 1px solid;
    font-size: 11px;
    border-left: #808080 1px solid;
    border-bottom: #808080 1px solid;
    font-family: tahoma, arial, verdana;
    background-color: #F2F2F2;
    color: #484848;
}

H1
{
    font-weight: normal;
    font-size: 18px;
    color: Black;
    font-family: tahoma, arial, verdana;
}

H2
{
    font-weight: normal;
    font-size: 16px;
    color: Black;
    font-family: tahoma, arial, verdana;
}

H3
{
    font-weight: normal;
    font-size: 14px;
    color: Black;
    font-family: tahoma, arial, verdana;
}

H4
{
    font-weight: normal;
    font-size: 12px;
    color: Black;
    font-family: tahoma, arial, verdana;
}

H5
{
    font-weight: bold;
    font-size: 11px;
    color: #EC9A00;
    font-family: tahoma, arial, verdana;
}

DT
{
    font-weight: bold;
    font-size: 11px;
    color: Black;
    font-family: tahoma, arial, verdana;
}

H6
{
    font-weight: bold;
    font-size: 10px;
    color: Black;
    font-family: tahoma, arial, verdana;
}

TFOOT
{
    font-size: 12px;
    color: Black;
    font-family: tahoma, arial, verdana;
}

THEAD
{
    font-size: 12px;
    color: Black;
    font-family: tahoma, arial, verdana;
}

TH
{
    font-weight: bold;
    font-size: 12px;
    vertical-align: baseline;
    color: Black;
    font-family: tahoma, arial, verdana;
}

SMALL
{
    font-size: 8px;
}

BIG
{
    font-size: 14px;
}

BLOCKQUOTE
{
    font-family: Lucida Console, monospace;
}

PRE
{
    font-family: Lucida Console, monospace;
}

UL LI
{
    list-style-image: url(/eingtech/Portals/0/ul-li.gif);
    list-style-position: inherit;
    font-family: tahoma, arial, verdana;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #424242;
    padding: 4px;
}

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;
}

.ModuleTitle_MenuContainer
{
    border-right: 0px solid Black;
    border-top: 0px solid Black;
    border-left: 0px solid Black;
    border-bottom: 0px solid Black;
    text-align: center;
}

.ModuleTitle_MenuBar
{
    cursor: hand;
    height: 16px;
}

.ModuleTitle_MenuItem
{
    border-right: white 0px solid;
    border-top: white 1px solid;
    font-weight: bold;
    font-size: 9pt;
    border-left: white 0px solid;
    cursor: hand;
    color: black;
    border-bottom: white 1px solid;
    font-style: normal;
    font-family: tahoma, arial, verdana;
    background-color: White;
}

.ModuleTitle_MenuIcon
{
    border-top: #eeeeee 1px solid;
    border-left: #eeeeee 1px solid;
    width: 15px;
    cursor: hand;
    border-bottom: #eeeeee 1px solid;
    height: 21px;
    background-color: #eeeeee;
    text-align: center;
}

.ModuleTitle_SubMenu
{
    border-right: #ffffff 0px solid;
    border-top: #ffffff 0px solid;
    z-index: 1000;
    border-left: #ffffff 0px solid;
    cursor: hand;
    border-bottom: #ffffff 0px solid;
    background-color: White;
}

.ModuleTitle_MenuBreak
{
    border-right: #eeeeee 0px solid;
    border-top: #eeeeee 1px solid;
    border-left: #eeeeee 0px solid;
    border-bottom: #eeeeee 1px solid;
    height: 1px;
    background-color: #eeeeee;
}

.ModuleTitle_MenuItemSel
{
    font-weight: bold;
    font-size: 9pt;
    cursor: hand;
    color: black;
    font-style: normal;
    font-family: tahoma, arial, verdana;
    background-color: Silver;
}

.ModuleTitle_MenuArrow
{
    border-right: #ffffff 1px solid;
    border-top: #ffffff 0px solid;
    font-size: 10pt;
    cursor: hand;
    border-bottom: #ffffff 1px solid;
    font-family: webdings;
}

.ModuleTitle_RootMenuArrow
{
    font-size: 10pt;
    cursor: hand;
    font-family: webdings;
}
.HeadBg
{
    background-color: #cccccc;
}

.TabBg
{
    background-color: black;
}

.SelectedTab
{
    font-weight: normal;
    font-size: 8.5pt;
    color: White;
    font-family: tahoma, arial, verdana;
    text-decoration: none;
}

A.SelectedTab:link
{
    text-decoration: none;
    color: #ffffff;
}

A.SelectedTab:visited
{
    text-decoration: none;
    color: #ffffff;
}

A.SelectedTab:active
{
    text-decoration: none;
    color: #ffffff;
}

A.SelectedTab:hover
{
    color: Black;
    font-family: tahoma, arial, verdana;
}

.OtherTabs
{
    font-weight: normal;
    font-size: 10px;
    color: #ffffff;
    padding-bottom: 5px;
    font-family: tahoma, arial, verdana;
    text-decoration: none;
}

A.OtherTabs
{
    font-weight: normal;
    font-size: 8.5pt;
    padding-bottom: 5px;
    color: #ffffff;
    font-family: tahoma, arial, verdana;
    text-decoration: none;
}

A.OtherTabs:link
{
    text-decoration: none;
    font-size: 8.5pt;
    color: #ffffff;
    padding-bottom: 5px;
    font-family: tahoma, arial, verdana;
}

A.OtherTabs:visited
{
    text-decoration: none;
    font-size: 8.5pt;
    color: #ffffff;
    padding-bottom: 5px;
    font-family: tahoma, arial, verdana;
}

A.OtherTabs:active
{
    text-decoration: none;
    font-size: 8.5pt;
    color: #000000;
    padding-bottom: 5px;
    font-family: tahoma, arial, verdana;
}

A.OtherTabs:hover
{
    text-decoration: underline;
    font-size: 8.5pt;
    color: #efefef;
    padding-bottom: 5px;
    font-family: tahoma, arial, verdana;
}

/* Main Menu-----------------------------------------------*/
.MainMenu_MenuContainer
{
    padding-left: 0px;
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.MainMenu_MenuBar
{
    cursor: hand;
    height: 16px;
    width: 100%;
    font-size: 11px;
    color: #FF6508;
    font-weight: bold;
    font-family: tahoma, verdana, arial;
    padding: 6px 1px 6px 1px;
}

.MainMenu_MenuItem
{
    font-weight: bold;
    font-size: 11px;
    cursor: hand;
    color: #000066;
    font-family: tahoma, verdana, arial;
    padding-left: 1px;
    height: 24px;
    width: 85px;
}

.MainMenu_MenuIcon
{
    display: none;
}

.MainMenu_SubMenu
{
    z-index: 0;
    cursor: hand;
}

.MainMenu_MenuBreak
{
    background-color: Black;
}

.MainMenu_MenuItemSel
{
    font-weight: bold;
    font-size: 11px;
    cursor: hand;
    color: #0000CC;
    font-weight: bold;
    font-family: tahoma, verdana, arial;
    padding-left: 1px;
    height: 24px;
    width: 85px;
    background: transparent;
}

.MainMenu_MenuArrow
{
    display: none;
}

.MainMenu_RootMenuArrow
{
    display: none;
}

