/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster
{
    width: 100%;
    height: 100%;
}
.skinmaster
{
    height: 100%;
    background-color: Transparent;
}
.headersearch
{
    background-color: black;
}
.headerright
{
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
    font-family: Arial;
    color: crimson;
}
.headerlogo
{
    background-color: #fff;
}
.headerdate
{
    background-color: black;
}
/*
======================
Copyright, term, privacy
======================
*/
.footer
{
    background-color: black;
}
/*
======================
Gradient for the links at the bottom of the page
======================
*/
.skingradient
{
    background-color: #FFF;
    height: 30px;
    border: 1px solid #F90;
}
.controlpanel
{
    width: 100%;
    background-color: white;
}
.contentpane
{
    z-index: 0;
    width: 100%;
    background-color: white;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.menusmall
{
    color: whitesmoke;
    font-family: verdana;
    font-weight: normal;
    font-size: 11px;
}
.menubig
{
    color: whitesmoke;
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
}
.leftcolumn
{
    background-color: red;
}
.leftpane
{
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
}
.rightpane
{
    background-color: #ccc;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.bottompane
{
    background-color: #fff;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*
======================
Footer links
======================
*/
.footerlinks
{
    font-family: verdana;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    background-color: #dcdcdc;
}
a.footerLinks:link, a.footerLinks:active, a.footerLinks:visited
{
    color: red;
    text-decoration: none;
}
a.footerLinks:hover
{
    color: darkred;
    text-decoration: underline;
}
/*
======================
Footer copyright etc.
======================
*/
.footer
{
    background-color: #000;
}

.MainMenu_MenuContainer
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border: 0px solid White;
    width: 100%;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 16px;
    background-color: Transparent;
}

.MainMenu_MenuItem
{
    border-left: #000000 0px solid;
    border-bottom: #000000 0px solid;
    border-top: #000000 0px solid;
    border-right: #000000 0px solid;
    cursor: pointer;
    cursor: hand;
    color: lightyellow;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
    font-family: Verdana, Verdana, Arial, Helvetica;
    height: 20px;
}
.MainMenu_MenuIcon
{
    visibility: hidden;
    width: 0;
}
.MainMenu_SubMenu
{
    background-color: red;
    position: absolute;
    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: black;
    cursor: pointer;
    cursor: hand;
    color: yellow;
    font-family: Verdana, Verdana, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    height: 20px;
}
.MainMenu_MenuArrow
{
    border-right: #cad5ea 0px solid;
    border-bottom: #cad5ea 0px solid;
    border-top: #cad5ea 0px solid;
    font-family: webdings;
    font-size: 9pt;
    cursor: pointer;
    cursor: hand;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 9pt;
    cursor: pointer;
    cursor: hand;
}

.StandardButton
{
    background-color: red;
    color: white;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
}
/* ================================
style for module titles
================================ */
.Head
{
    font-family: Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: Black;
}
/* ================================
style for module titles
================================ */
.HeadWhite
{
    font-family: Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: white;
}
/* ===============================
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: verdana, Verdana, arial;
    font-weight: normal;
    font-size: 12px;
}
/* ===============================
product no. and title 
================================== */
.producttitle
{
    color: #fff;
    font-family: verdana, Verdana, arial;
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
}
/* ===============================
default text style used in table cell 
================================== */
td
{
    font-family: verdana, Verdana, arial;
    font-size: 12px;
}
/* ===============================
default text style used for announcements, etc 
================================== */
.NormalSmall
{
    color: #000;
    font-family: verdana, Verdana, arial;
    font-weight: normal;
    font-size: 10px;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{
    font-family: verdana, Verdana, arial;
    font-weight: normal;
    font-size: 12px;
    color: black;
}
.NormalRed
{
    color: red;
    font-family: verdana, Verdana, arial;
    font-weight: bold;
    font-size: 12px;
}
.NormalOrange
{
    color: DarkOrange;
    font-family: verdana, Verdana, arial;
    font-weight: bold;
    font-size: 12px;
}
.NormalBold
{
    font-family: verdana, Verdana, arial;
    font-size: 12px;
    font-weight: bold;
    color: black;
}
.newstitle
{
    font-family: verdana, Verdana, arial;
    font-size: 12px;
    font-weight: bold;
}
a.newstitle:link, a.newstitle:active
{
    color: red;
}
a.newstitle:hover
{
    color: blue;
}
/* ==============================
 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, .SkinObject
{
    color: whitesmoke;
    font-family: Verdana, arial;
    font-weight: bold;
    font-size: 10px;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active, A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active
{
    color: lightyellow;
}

A.SkinItem:hover, A.SkinObject:hover
{
    color: yellow;
}

/* This is the Date eg. any items that are not links */
.footeritem
{
    color: white;
    font-family: Verdana, arial;
    font-weight: normal;
    font-size: 11px;
}
/* This sets the style for all skin items that are links */
A.footeritem:link
{
    color: lightyellow;
    font-family: verdana, arial;
    font-weight: normal;
    font-size: 11px;
}

A.footeritem:visited
{
    color: lightyellow;
    font-family: verdana, arial;
    font-weight: normal;
    font-size: 11px;
}

A.footeritem:active
{
    color: yellow;
    font-family: verdana, Verdana, arial;
    font-weight: normal;
    font-size: 11px;
}

A.footeritem:hover
{
    color: yellow;
    font-family: verdana, Verdana, arial;
    font-weight: normal;
    font-size: 11px;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #000;
}

H2
{
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #000;
}

H3
{
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    text-align: left;
    color: #000;
}

H4
{
    color: Black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
}

H5, DT
{
    color: Black;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
}

H6
{
    font-family: verdana, Verdana, arial;
    font-size: 12px;
    font-weight: normal;
    color: Black;
}
A:link, A:visited
{
    text-decoration: none;
    color: red;
}

A, A:hover
{
    text-decoration: underline;
    color: darkred;
}

