/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster
{
    width: 100%;
    height: 100%;
    background-color:#f9f9f9
}
.skinmaster
{
    height: 100%;
    background-color: Transparent;
}
.header
{
    background-color: white;
}
/*
======================
Date, Breadcrumb and Login row
======================
*/
.headerdate
{
    background-image: url(colour1.jpg);
    height: 25px;
}
.headerlogo
{
}
/*
======================
Copyright, term, privacy
======================
*/
.footer
{
    background-image: url(colour1.jpg);
}
/*
======================
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: 6px 6px 3px 6px;
}
.rightpane
{
    background-color:#f0f8ff;
    padding: 6px 6px 3px 6px;
}
.bottompane
{
    width: 100%;
    background-color: white;
    padding: 3px 6px 3px 6px;
}
.leftcolumn
{
    background-color:#f5f5f5;
}
.leftpane
{
    padding: 6px 6px 6px 6px;
}
.tdfooterLinks
{
    padding: 3px 6px 6px 6px;
    background-color:#fff;
}
.footerLinks, a.footerLinks:link, a.footerLinks:active, a.footerLinks:visited
{
    font-family: Comic Sans MS, verdana;
    font-size: 11px;
    color: #33C;
    text-decoration: none;
    font-weight: normal;
}
a.footerLinks:hover
{
    color: blue;
    text-decoration: none;
    font-weight: normal;
}

/***** Main 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:2px;
padding:2px 1px 2px 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: Comic Sans MS, verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
/* ================================
style for module titles
================================ */
.Head
{
    font-family: Comic Sans MS, arial, Helvetica;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
/* ================================
style for module titles
================================ */
.HeadWhite
{
    font-family: Comic Sans MS, arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: white;
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead
{
}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{
    color: #000;
    font-family: Comic Sans MS, verdana, arial;
    font-weight: normal;
    font-size: 13px;
}
/* ===============================
default text style used for announcements, etc 
================================== */
.NormalSmall
{
    color: #000;
    font-family: Comic Sans MS, verdana, Verdana, arial;
    font-weight: normal;
    font-size: 10px;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{
    font-family: Comic Sans MS, verdana, Verdana, arial;
    font-weight: normal;
    font-size: 12px;
    color: black;
}
.NormalRed
{
    color: red;
    font-family: Comic Sans MS, verdana, Verdana, arial;
    font-weight: bold;
    font-size: 12px;
}
.NormalOrange
{
    color: DarkOrange;
    font-family: Comic Sans MS, verdana, Verdana, arial;
    font-weight: bold;
    font-size: 12px;
}
.NormalBold
{
    font-family: Comic Sans MS, 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: Comic Sans MS, 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: Comic Sans MS, 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: Comic Sans MS, verdana, arial;
    font-weight: normal;
    font-size: 11px;
}

A.footeritem:visited
{
    color: lightyellow;
    font-family: Comic Sans MS, verdana, arial;
    font-weight: normal;
    font-size: 11px;
}

A.footeritem:active
{
    color: yellow;
    font-family: Comic Sans MS, verdana, Verdana, arial;
    font-weight: normal;
    font-size: 11px;
}

A.footeritem:hover
{
    color: yellow;
    font-family: Comic Sans MS, verdana, Verdana, arial;
    font-weight: normal;
    font-size: 11px;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1
{
    color: #000;
    font-family: Comic Sans MS, arial;
    font-size: 16px;
    font-weight: bold;
}

H2
{
    color: #000;
    font-family: Comic Sans MS, arial;
    font-size: 15px;
    font-weight: bold;
}


H3
{
    color: #000;
    font-family: Comic Sans MS, arial;
    font-size: 14px;
    font-weight: bold;
}

H4
{
    color: #000;
    font-family: Comic Sans MS, verdana, Arial;
    font-size: 12px;
    font-weight: bold;
}

H5, DT
{
    color: Black;
    font-family: Comic Sans MS, verdana, Arial;
    font-size: 12px;
    font-weight: normal;
}

H6
{
    font-family: Comic Sans MS, verdana, Verdana, arial;
    font-size: 12px;
    font-weight: normal;
    color: Black;
}
A:link, A:visited, a:active
{
    text-decoration: none;
    color: #483d8b;
}
/* ===============================
default text style used in table cell 
================================== */
td
{
    font-family: Comic Sans MS, verdana, Verdana, arial;
    font-size: 12px;
}
A, A:hover
{
    text-decoration: underline;
    color: Blue;
}
.faqquestion
{
    width:100%;
    font-family: Comic Sans MS, arial;
    font-size: 14px;
    font-weight: bold;
    text-align:left;
}
A.faqquestion:link, A.faqquestion:visited, A.faqquestion:active
{
    text-decoration: none;
    color: #483d8b;
}
A.faqquestion:hover
{
    text-decoration: none;
    color:#00f;
}

A, A:hover
{
    text-decoration: underline;
    color: Blue;
    cursor:pointer;
}
.faqanswer
{
    width:100%;
    text-align:left;
}
