﻿/* 
================================
Skin styles for DotNetNuke
================================
*/
/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

* {
	margin: 0;
}

html, body
{
    height: 100%;
}

.wrapper
{
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: -1 auto -180px; 
}

.Footer, .push {
	height: 180px; /* .push must be the same height as .footer */
}

/* IE6 and under treat height as min-height anyway */

/* Root Level Table */
.tablecontents
{
    width: 100%;
    background-color: transparent;
}

/* DNN Admin panel*/
.controlpanel
{
    width: 100%;
    background-color: white;
}



/* Changes the Login and User Controls Font style */
.Footer .SkinObject
{
    color: Black;
    font-weight: bold;
}

/* Changes the Login and User Controls Font style */
.Footer a.SkinObject:link
{
    position: relative;
    top: -4px;
    color: Black;
    font-weight: bold;
}

/* Changes the Login and User Controls Font style */
.Footer a.SkinObject:visited
{
    position: relative;
    top: -4px;
    color: Black;
    font-weight: bold;
}

/* Changes the Login and User Controls Font style */
.Footer a.SkinObject:active
{
    position: relative;
    top: -4px;
    color: Black;
    font-weight: bold;
}

/* Changes the Login and User Controls Font style */
.Footer a.SkinObject:hover
{
    position: relative;
    top: -4px;
    color: Black;
    font-weight: bold;
}

/* SolPartMenu Root Menu Container */
.MainMenu_MenuContainer
{
    background-color: #1C1C1C;
    width: 180px;
    padding:6px 6px 0px 6px;
}

/* SolPartMenu Root Menu Item Container */
.MainMenu_MenuBar
{
    background-color: transparent;
    padding-top: 10px;
    _padding-bottom:6px;
}

/* SolPartMenu Root Menu Item */
.MainMenu_MenuItem
{
    color: white;
    padding-bottom:4px;
    border: 0px;
    font-family: Arial, Times New Roman, Helvetica;
    font-size: 18px;
	text-decoration:underline;
}
.MainMenu_MenuItem tr
{
    padding-left: 36;
    background-image: url('images/menuimage.jpg');
    background-repeat: no-repeat;
    height: 28px;
}

/* SolPartMenu Root Menu Icon */
.MainMenu_MenuIcon
{
    background-color: transparent;
    text-align: center;
    display: none;
}

/* SolPartMenu Sub Menu Container */
.MainMenu_SubMenu
{
    background-color: #F7F3E8;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    border-top: black 1px solid;
    border-right: black 1px solid;
    padding: 2px;
    z-index: 1000;
}
.MainMenu_BottomSpacer
{
   display:none;
}
/* SolPartMenu Seleceted Root Menu Item */
.MainMenu_MenuItemSel
{
    color: white;
    padding-bottom:4px;
    border: 0px;
    font-family: Arial, Times New Roman, Helvetica;
    font-size: 18px;
text-decoration:underline;
}

/* SolPartMenu Seleceted Root Menu Arrow */
.MainMenu_MenuArrow
{
    color: white;
    border-right: #cad5ea 0px solid;
    border-bottom: #cad5ea 0px solid;
    border-top: #cad5ea 0px solid;
    font-family: webdings;
}

/* SolPartMenu Seleceted Root Menu Arrow */
.MainMenu_RootMenuArrow
{
    color: Black;
    font-family: webdings;
    display: none;
}

#HouseMenuNav li,
#HouseMenuNav li a:link,
#HouseMenuNav li a:visited {
text-align: center;
list-style-type: none;
color:white;
text-decoration:underline;
font-weight:bold;
font-family: Arial, Times New Roman, Helvetica;
font-size: 15px;   
 padding-bottom:17px;
}
 #HouseMenuNav 
 {
 padding: 0px;
 }
 #HouseMenuNav li ul {
	padding: 20 0 0 0px;
}

#HouseMenuNav ul li,
#HouseMenuNav ul li a:link,
#HouseMenuNav ul li a:visited {
text-align: center;
list-style-type: none;
color:white;
text-decoration:underline;
font-size: 12px;
font-weight:normal;
 padding-bottom:20px;
}


#HouseMenuNavLink3576
{
padding-top:3px;
padding-bottom:20px;
}


