/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster
{
    width: 100%;
    height: 100%;
}
.skinmaster
{
    height: 100%;
    background-color: Transparent;
}
.header
{
    background-color: maroon;
}
/*
======================
Date, Breadcrumb and Login row
======================
*/
.headerdate
{
    background-color: #333;
    height: 25px;
}
/*
======================
Copyright, term, privacy
======================
*/
.footer
{
    background-color:Maroon;
}
/*
======================
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: #ccc;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}

.footerLinks, a.footerLinks:link, a.footerLinks:active, a.footerLinks:visited
{
    font-family: verdana;
    font-size: 11px;
    color: #3333CC;
    text-decoration: none;
    font-weight: normal;
    background-color: #dcdcdc;
}
a.footerLinks:hover
{
    color: blue;
    text-decoration: none;
    font-weight: normal;
}
.MainMenu_MenuContainer
{
    background-color: #777;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border: 0px solid White;
}
.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: white;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
    font-family: Verdana, Verdana, Arial, Helvetica;
    height: 20px;
}
.MainMenu_MenuIcon
{
    background-color:#666;
    border-left: #fff 1px solid;
    border-bottom: #cad5ea 0px solid;
    border-top: #cad5ea 0px solid;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 1px;
    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: 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;
}
/***** vertical menu *****/

#HouseMenuNav {
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

#HouseMenuNav li {
width:140px;
padding:0;
line-height:1.4em;
display:inline;
}

#HouseMenuNav a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:130px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

#HouseMenuNav li a:hover, #HouseMenuNavCurrentItem a {
background-color:#eaeaea;
border-left:4px solid #903;
color:#505050;
}

#HouseMenuNav ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

#HouseMenuNav ul a {
padding:3px 1px 3px 5px;
font-weight:normal;
width:115px;
}

#HouseMenuNav ul ul {
width:113px;
}

#HouseMenuNav ul ul a {
width:100px;
}

.StandardButton
{
    background-image: url(copper.jpg);
    color: black;
    font-family: verdana, sans-serif;
    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;
}
/* ===============================
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;
}
/* ==============================
 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: 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
{
    color: lightyellow;
}

A.SkinItem: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
{
    color: #000;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    height: 22px;
    text-align: left;
}

H2
{
    color: #000;
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    text-align: left;
}

H3
{
    color: #000;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    text-align: left;
}

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: DarkSlateBlue;
}

A, A:hover
{
    text-decoration: underline;
    color: Blue;
}

/* style of table cell for news article head */
.NewsArticleHead    
{
    background-color: lightyellow;
    font-family: Verdana, Arial;
    font-size: 12px;
}
.ClubArticleHead    
{
    background-color: lavenderblush;
    font-family: Verdana, Arial;
    font-size: 12px;
}
.BlogArticleHead    
{
    background-color: AliceBlue;
    font-family: Verdana, Arial;
    font-size: 12px;
}
/* Form Master Classes */

.mainReport
{     
border: black 1px solid;
border-left: black 1px solid;
width: 600px;
border-collapse: collapse;
background:whitesmoke;
}

.frmReport
{     
border: black 1px solid;
width: 500px;
border-collapse: collapse;
}

.frmPadding
{     
padding:3px 3px 3px 3px;
}

.addressInfo
{     
background:#eeeeee;
padding:3px 0px 6px 6px;
}

.frmSeparator
{     
background:transparent;
border-bottom:0px black solid;      
height:10px;
}

.HeadingBrown
{     
background:brown;
padding:3px 3px 3px 8px;
}

.frmWheat
{     
background:wheat;
padding:5px;
}

.frmSilver
{     
background:silver;
padding:5px;
}

.frmBlanchedAlmond
{     
background:BlanchedAlmond;
padding:5px;
}

.frmLavender
{     
background:Lavender;
padding:5px;
}

.frmLightYellow
{     
background:LightYellow;
padding:5px;
}

.frmAliceBlue
{     
background:AliceBlue;
padding:5px;
}

.frmWhiteSmoke
{     
background:WhiteSmoke;
padding:5px;
}

.frmLightPink
{     
background:LightPink;
padding:5px;
}

.frmMistyRose
{     
background:MistyRose;
padding:5px;
}

.frmLightBlue
{     
background:LightBlue;
padding:5px;
}
/* text style used for most text rendered by modules */
.RSSNews
{
    font-family: Verdana, Arial;
    font-size: 11px;
}
.Title  {
    font-family: verdana, Arial;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;    
}

.SubTitle  {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;

}