/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster
{
    width: 100%;
    height: 100%;
}
.skinmaster
{
    height: 100%;
    background-color: Transparent;
}
.header
{
    background-color: white;
}
/*
======================
Date, Breadcrumb and Login row
======================
*/
.headermenu
{
    background-color: #333;
}
/*
======================
Copyright, term, privacy
======================
*/
.footer
{
    background-color:#333;
}
/*
======================
Gradient for the links at the bottom of the page
======================
*/
.skingradient
{
    background-color: #FFFFFF;
    height: 30px;
    border: 1px solid #FF9900;
}
.controlpanel
{
    width: 100%;
    background-color: white;
}
.contentpane
{
    width: 100%;
    background-color: white;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.leftcolumn
{
    background-color: whitesmoke;
}
.leftpane
{
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
}
.rightpane
{
    background-color: whitesmoke;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}

.footerLinks
{
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    background-color: #dcdcdc;
    height:32px;
}
.footerLinks, a.footerLinks:link, a.footerLinks:active, a.footerLinks:visited
{
    text-decoration: none;
}
a.footerLinks:hover
{
    text-decoration: underline;
}

.MainMenu_MenuContainer
{
    background-color: #777;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    border: 0px solid White;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 16px;
    background-color: Transparent;
}

.MainMenu_MenuItem
{
    border-width: 0px;
    cursor: pointer;
    cursor: hand;
    color: white;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
    font-family: arial;    
    height: 20px;
}
.MainMenu_MenuIcon
{
    background-color:#666;
    border-width: 0px;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 5px;
    height: 12px;
}
.MainMenu_SubMenu
{
    background-color:#666;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=3);
}
.MainMenu_MenuBreak
{
    height: 1px;
}
.MainMenu_MenuItemSel
{
    background-color: #555;
    cursor: pointer;
    cursor: hand;
    color: white;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    height: 20px;
}
.MainMenu_MenuArrow
{
    border-width: 0px;
    font-family: webdings;
    font-size: 13px;
    cursor: pointer;
    cursor: hand;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 13px;
    cursor: pointer;
    cursor: hand;
}

.StandardButton
{
    background-color:#ccc;
    color: black;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
}
/* ================================
style for module titles
================================ */
.Head
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: black;
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead
{
    color: Black;
}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{
    color: #000;
    font-family: arial;
    font-weight: normal;
    font-size: 13px;
}
ul
{
    list-style-image: url(RedDisc.gif);
}
/* ===============================
default text style used in table cell 
================================== */
td
{
    font-family: arial;
    font-size: 13px;
}
/* ===============================
default text style used for announcements, etc 
================================== */
.NormalSmall
{
    color: #000;
    font-family: arial;
    font-weight: normal;
    font-size: 12pt;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{
    font-family: arial;
    font-weight: normal;
    font-size: 13px;
    color: black;
}
.NormalRed
{
    color: red;
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
}
.NormalOrange
{
    color: DarkOrange;
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
}
.NormalBold
{
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: black;
}
/* ==============================
 Style for the following Skin Items (You can change the css class
associated with these objects in the skin.xml file)
- SkinItems -  Login and Register links, Breadcrumb, Copyright, Date,
- Help, Hostname, Privacy, Terms, Search
================================== */

/* This is the Date eg. any items that are not links */
.SkinItem
{
    color: white;
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    color: lightyellow;
}

A.SkinItem:hover
{
    color: yellow;
}
/* This is the Date eg. any items that are not links */
.footeritem
{
    color: white;
    font-family: arial;
    font-weight: normal;
    font-size: 12px;
}
/* This sets the style for all skin items that are links */
A.footeritem:link, A.footeritem:visited, A.footeritem:active
{
    color: lightyellow;
}
A.footeritem:hover
{
    color: yellow;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1
{
    color:#000;
    font-family: Arial;
    font-size:18px;
    font-weight: bold;
}

H2
{
    color:#000;
    font-family: Arial;
    font-size:16px;
    font-weight: bold;
    font-style:italic;
}

H3
{
    color: #000;
    font-family:Arial;
    font-size:15px;
    font-weight: bold;
}

H4
{
    color: Black;
    font-family: Arial;
    font-size:14px;
    font-weight: bold;
}

H5, DT
{
    color: Black;
    font-family: Arial;
    font-size: 13pt;
    font-weight: normal;
}

H6
{
    font-family: arial;
    font-size: 13pt;
    font-weight: normal;
}
A:Active, A:link, A:visited
{
    text-decoration: none;
    color:red;
}
A:hover
{
    text-decoration: underline;
    color:#8b0000;
}
.ChildMenu
{
    font-size: 13px;
    font-weight:bold;
    padding-bottom:5px;
    text-align: left;
    color:Black;
    width:100%;
}
a.ChildMenu:link, a.ChildMenu:visited
{
    color:Black;
}
a.ChildMenu:hover, a.ChildMenu:active
{
    color:red;
}
.EventListTitleLink
{
    font-weight:bold;
    font-size: 16px;
}
.EventListTitle
{
    font-weight:bold;
    font-size: 16px;
}
.EventListDate
{
    font-weight:normal;
    font-size: 14px;
}
.EventListLocation
{
    font-size: 14px;
}
.EventListDesc
{
    font-size: 13px;
}
.EventListTitleLinkSmall
{
    font-size: 12px;
}
.EventListDateSmall
{
    font-size: 12px;
}
