/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster
{
    width: 100%;
    height: 100%;
}
.skinmaster
{
    height: 100%;
    background-color: #660067;
}
.skinheader
{
    background-color: black;
    background-image: url(TopMenubar.JPG);
}
body
{
    background-attachment: fixed;
    background-image: url(GrayBack.jpg);
    background-color: #CCCCCC;
    background-repeat: repeat-x;
}

.left_menu_fill
{
    width: 165px;
    background-color: #660067;
}

.skingradient
{
    height: 31px;
    background-color: black;
}
.skingradient_top
{
    height: 30px;
    background-color: black;
    background-image: url(TopBar.JPG);
}

.skingradient_middle
{
    height: 30px;
    background-repeat: repeat-x;
    background-color: black;
    background-image: url(MiddleBar.JPG);
}

.content_table
{
    background-image: url(ContentFill.JPG);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}

.skingradient_bottom
{
    height: 30px;
    background-repeat: repeat-x;
    background-color: black;
    background-image: url(BottomBar.JPG);
}

/* The overall font sizing for Search, Date, Breadcrumbs, Copyright, Terms, Privacy. The font colour for Date, Copyright (They are not links). */
.SkinObject
{
    color: #FFFFFF;
}

/*The font colour for links: Search, Breadcrumbs, Terms, Privacy */
A.SkinObject:link
{
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
}

/* Changes the colour if you have visited the link (see the Home link in the breadcrumbs) */
A.SkinObject:visited
{
    text-decoration: none;
    color: #CC0066;
}

/* Changes the colour whenever you hover over a link (see the logout link) */
A.SkinObject:hover
{
    text-decoration: none;
    color: #CC6699;
}

/*Changes the colour when you click the link */
A.SkinObject:active
{
    text-decoration: none;
    color: white;
}

.SelectedTab
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.OtherTabs
{
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.OtherTabs:link
{
    text-decoration: none;
    color: white;
}
A.OtherTabs:visited
{
    text-decoration: none;
    color: #eeeeee;
}
A.OtherTabs:active
{
    text-decoration: none;
    color: #EEEEEE;
}
A.OtherTabs:hover
{
    text-decoration: none;
    color: #cccccc;
}

.controlpanel
{
    width: 955px;
    background-color: #E4CAFF;
}
.toppane
{
    width: 100%;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}

.content
{
    height: 100%;
}


.leftpane
{
    width: 175px;
    height: 100%;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.contentpane
{
    width: 745px;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.rightpane
{
    width: 175px;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.bottompane
{
    width: 100%;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.MainMenu_MenuContainer
{
    background-color: transparent;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    height: 16px;
    background-color: Transparent;
}
.MainMenu_MenuItem
{
    cursor: pointer;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    border-left: red 10px solid;
    border-bottom: orange 10px solid;
    border-top: purple 10px solid;
    border-right: blue 10px solid;
    border-color: #990099;
    border-width: 1px;
}

.MainMenu_MenuIcon
{
    border-style: solid;
    border-width: 1px;
    border-color: #990099 #CC99FF #990099 #990099;
    font-family: Tahoma, Arial, Helvetica;
    font-size: x-small;
    background-color: #990099;
    cursor: pointer;
    text-align: center;
    width: 15px;
    height: 21px;
    font-weight: normal;
    font-style: normal;
}
.MainMenu_SubMenu
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: x-small;
    background-color: #990099;
    z-index: 1000;
    cursor: pointer;
}

.MainMenu_MenuItemSel
{
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    background-color: #CC99FF;
}

.MainMenu_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: #CC99FF 1px solid;
    border-bottom: #CC99FF 1px solid;
    border-top: #990099 0px solid;
    border-color: #990099 #CC99FF #990099 #CC99FF;
}

.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
}
.StandardButton
{
    background-position: #990099 none;
    background: #990099 none;
    color: #FFFFFF;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu
{
    width: 175px;
    background-color: #DFE5F2;
    border-right: #7994CB 1px solid;
    border-top: #7994CB 1px solid;
    border-left: #7994CB 1px solid;
    border-bottom: #7994CB 1px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header
{
    background-image: url(gradient_LtBlue.jpg);
}

.Head
{
    font-family: 'Times New Roman';
    font-size: 20px;
    font-weight: bold;
    color: #990099;
    font-style: italic;
}


H1
{
    font-size: 24pt;
    color: black;
    font-family: 'Times New Roman';
    line-height: 150%;
    font-weight: normal;
    font-style: italic;
}

H6
{
    font-size: 10pt;
    color: black;
    font-family: Arial;
    line-height: 150%;
    font-weight: normal;
}






/* Inventura SideMenu */

.MenuHdr
{
    font-size: x-small;
    padding-left: 10px;
    font-weight: bold;
    padding-bottom: 2px;
    background-color: #993399;
    padding-top: 2px;
    cursor: default;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}
.MenuItem HR
{
    background-color: #f1f1f1;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #999999;
    margin-right: 5px;
    border-style: none;
    border-width: medium;
    border-color: inherit;
}

.MenuItemMouseOver
{
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #993399;
    background-image: url(images/menuarrow-bg.gif);
}

.MenuItem, .MenuItemMouseOver
{
    font-size: x-small;
    font-weight: normal;
    padding-bottom: 1px;
    padding-top: 1px;
    font-family: Arial, Helvetica, sans-serif;
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
    text-decoration: none;
    color: black;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
    display: block;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
    display: block;
    padding-left: 20px;
    padding-bottom: 1px;
    cursor: pointer;
    color: #FFFFFF;
    padding-top: 1px;
    text-decoration: none;
    width: 100%;
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
}

.MenuCurrentPage
{
    color: #696969;
}




