

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

A:link
{
    color: #000066;
}

A:visited
{
    color: #000066;
}
A:hover
{
    text-decoration: underline;
    color: #000066;
}
A:active
{
    text-decoration: underline;
    color: #000066;
}


/* Artis text styles*/

.ArtisTitle
{
    font-weight: normal;
    font-size: 13pt;
    color: #000066;
    font-family: Arial;
}
.ArtisTitleBold
{
    font-weight: bold;
    font-size: 13pt;
    color: #000066;
    font-family: Arial, Helvetica, sans-serif;
}

.ArtisBody
{
    font-weight: normal;
    font-size: 9pt;
    color: #000066;
    font-family: Arial;
}
.ArtisBodyBold
{
    font-weight: bold;
    font-size: 9pt;
    color: #000066;
    font-family: Arial;
}

a.ArtisBodyBold:link
{
    text-decoration: none;
    color: #000066;
}
a.ArtisBodyBold:visited
{
    text-decoration: underline;
    color: #000066;
}
a.ArtisBodyBold:hover
{
    text-decoration: underline;
    color: #000066;
}
a.ArtisBodyBold:active
{
    text-decoration: underline;
    color: #000066;
}

.ArtisPageTitleGreen
{
    font-weight: normal;
    font-size: 25pt;
    color: #00ff00;
    font-family: Arial;
    margin-bottom: 40px;
}
.ArtisPageTitleBlue
{
    font-weight: normal;
    font-size: 25pt;
    color: #00ffff;
    font-family: Arial;
    margin-bottom: 40px;
}
.ArtisPageTitleFushia
{
    font-weight: normal;
    font-size: 25pt;
    color: #ff00ff;
    font-family: Arial;
    text-decoration: none;
    margin-bottom: 40px;
}
.ArtisPageTitleOrange
{
    font-weight: normal;
    font-size: 25pt;
    color: #ff6600;
    font-family: Arial;
    text-decoration: none;
    margin-bottom: 40px;
}
.ArtisPageTitleViolet
{
    font-weight: normal;
    font-size: 25pt;
    color: #bd24ef;
    font-family: Arial;
    text-decoration: none;
    margin-bottom: 40px;
}
.TableFullHeight
{
    height: 100%;
}

/* GENERAL */
/* style for module titles */
.Head
{
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

/* style of item titles on edit and admin pages - ALSO AFFECTS FAQ*/
.SubHead
{
    font-family: Arial !important;
    font-size: 9pt !important;
    font-weight: bold !important;
    color: #000066 !important;
}

a.SubHead
{
    font-size: 9pt !important;
    font-family: Arial !important;
    font-weight: bold !important;
    text-decoration: none !important;
    color: #000066 !important;
}
a.SubHead:hover
{
    font-size: 9pt !important;
    font-family: 'Arial !important';
    font-weight: bold !important;
    text-decoration: underline;
    color: #000066 !important;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000066;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial;
    font-size: 9pt;
    color: #000066;
    font-size: 9pt;
}
a.Normal:link
{
    font-family: Arial;
    color: #000066;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial;
    font-size: 9pt;
    color: #000066;
}

.NormalRed
{
    font-family: Arial;
    font-size: 9pt;
    color: #ff0000;
}

.NormalBold
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #000066;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    border: 1px;
    border-color: #000033;
    border-style: solid;
    border-width: 1px; /* change - JPS 05 Nov 2004 - removed colour coding of FFCC00 */
    background-color: #CCCCCC;
}
/*	background-color: #FFCC00;        */
/* GENERIC */
H1
{
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
    color: #000066;
}

H2
{
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
    color: #000066;
}

H3
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000066;
}

H4
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000066;
}

H5, DT
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000066;
}

H6
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000066;
}

TFOOT, THEAD
{
   
}

TH
{
    
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer
{
    border-bottom: blue 0px solid;
    border-left: blue 0px solid;
    border-top: blue 0px solid;
    border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 16px;
    background-color: Transparent;
}

.ModuleTitle_MenuItem
{
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border-left: white 0px solid;
    border-bottom: white 0px solid;
    border-top: white 0px solid;
    border-right: white 0px solid;
    background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
    cursor: pointer;
    cursor: hand;
    background-color: #EEEEEE;
    border-left: #EEEEEE 1px solid;
    border-bottom: #EEEEEE 1px solid;
    border-top: #EEEEEE 1px solid;
    text-align: center;
    width: 15;
    height: 21;
}

.ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background-color: #FFFFFF;
    border-bottom: #FFFFFF 0px solid;
    border-left: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak
{
    border-bottom: #EEEEEE 1px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 1px solid;
    border-right: #EEEEEE 0px solid;
    background-color: #EEEEEE;
    height: 1px;
}

.ModuleTitle_MenuItemSel
{
    cursor: hand;
    cursor: hand;
    color: black;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #7F7FB2;
}

.ModuleTitle_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer
{
    border-bottom: #404040 0px solid;
    border-left: #FF8080 0px solid;
    border-top: #FF8080 0px solid;
    border-right: #404040 0px solid;
    background-color: #FFFFFF;
    border: 0px solid #FF9900;
    text-align: left;
}

.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 16;
}

.MainMenu_MenuItem
{
    cursor: pointer;
    cursor: hand;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: #000066;
    border-left: #FFFFFF 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
    height: 32px;
    letter-spacing: .02em;
}

.MainMenu_MenuIcon
{
    cursor: pointer;
    cursor: hand;
    background-color: #FFFFFF;
    border-left: #FFFFFF 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
    text-align: center;
    width: 15;
    height: 20;
}

.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background-color: #FFFFFF;
    border-bottom: #404040 0px solid;
    border-left: #FF8080 0px solid;
    border-top: #FF8080 0px solid;
    border-right: #404040 0px solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}

.MainMenu_MenuBreak
{
    border-bottom: #FFFFFF 0px solid;
    border-left: #FF8080 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #404040 0px solid;
    background-color: White;
    height: 0px;
}

.MainMenu_MenuItemSel
{
    background-color: #FFFFFF;
    cursor: hand;
    color: #000066;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    height: 32px;
}

.MainMenu_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
    border-right: #FFFFFF 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #000000 0px solid;
    color: #000000;
}

.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
    color: #000000;
}


td.leftpane
{
}
td.rightpane
{
    width: 250px;
}


.LeftPane
{
    width: 150px;
}

.TopPane
{
}

.ContentPane
{
}
.RightPane
{
    width: 157px;
}
.menupane
{
    padding-right: 0px;
    padding-left: 6px;
}

/* GENERAL */
/* style for module titles */
/*changed Karen Jones 31 Oct 2004*/
.Head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000066;
}





SMALL
{
    font-size: 9px;
}

BIG
{
    font-size: 16px;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000033;
}
.Footer
{
    font-weight: normal;
    font-size: 10px;
    color: #000066;
    font-family: Arial, Helvetica, sans-serif;
    height:5px;
}

A.Footer:link
{
    font-weight: normal;
    font-size: 10px;
    color: #000066;
    font-family: Arial, Helvetica, sans-serif;
}

A.Footer:visited
{
    font-weight: normal;
    font-size: 10px;
    color: #000066;
    font-family: Arial, Helvetica, sans-serif;
}
A.Footer:hover
{
    font-weight: normal;
    font-size: 10px;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
}
.BreadCrumbStyleNavy
{
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000066;
    text-decoration: none;
}
a.BreadCrumbStyleNavy:link
{
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000066;
    text-decoration: none;
}
a.BreadCrumbStyleNavy:visited
{
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000066;
    text-decoration: none;
}
a.BreadCrumbStyleNavy:hover
{
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #808080;
    text-decoration: underline;
}

a.BreadCrumbStyleNavy:active
{
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000066;
    text-decoration: none;
}
/* text style for the selected tab */
.SelectedTab
{
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
}

A.SelectedTab:visited
{
}

A.SelectedTab:active
{
}

A.SelectedTab:hover
{
}
