﻿@import url("snapsisMenu/skin.css");
@import url("css/admin_page.css");
@import url("css/3column.css");
@import url("css/3columngray.css");

/* 
===================================================
Skin styles for DotNetNuke Community Site Redesign
===================================================
*/

/*Elements*/
html {height:100%; overflow: auto;}
html>body #PortalBorder {height:auto}/*for mozilla */

body
{
    behavior:url("DesktopModules/SnapsisDNN/NavMenu/csshover.htc");
    font: normal 12px arial, helvetica, sans-serif;
    padding:0;
    margin:0;
    height: 100%;
    text-align: center; /*IE needs this to center*/
    color: #000000;
    background-color: #ddd;
}

a:link,
a:visited
{
  font: bold 12px arial,helvetica,san-serif;
  color: #d6000c;
  text-decoration: none;
  padding: 2px 10px;  
}

a:hover,
a:active
{
  font: bold 12px arial,helvetica,san-serif;
  color: #000;
  font-weight:bold;
  text-decoration: underline;
  padding: 2px 10px;
}

H1  {
    
    font-size: 2em;
    font-weight: bold;    
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #b71220;
}

H2
{
    font-size: 1.7em;
    color: #666;
    font-weight: bold;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

H3
{
    color: #fff;
    line-height: 20px;
    font-weight: bold;
    background-color: #b71220;
    border: solid 1px #666;
    text-align: center;
    padding: 0;
    margin: 0;
}

H4
{
    color: #666;
    line-height: 20px;
    font-weight: bold;
    background-color: #ccc;
    border: solid 1px #b71220;
    padding: 0 0 0 5px;
    margin: 0;
}

H5
{
    color: #b71220;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

H6
{
    color: #666;
    font-size: 12px;
    font-weight: bold; 
    font-style: italic;
}

p
{
    font-size: 12px;
    padding: 5px;
}

ol 
{
    font-size: 12px;
}

table
{
   font-size: 12px;
}

td 
{
    padding: 2px;
}
/*IDs*/
#wrapper 
{
    *position: relative; /*IE needs this to position things in the center*/
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: auto; /*Firefox needs this to make sure the divs inside it expand with the content*/
}

#skinWrapper 
{
    width: 950px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background-color: #fff;
    border: solid 2px #999;
}

#masthead
{
    width: 950px;
    height: 131px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#contentWrap
{
    width: 950px;
    margin: 0;
    padding: 0;
    overflow: auto !important; /*firefox needs this so that the content does not overflow it's div*/
    overflow: visible;
}

/*=============
userfunctions*/
#userFunctions 
{
    background-color: #fff;
    border-bottom: solid 1px #000;
    height: 22px;
    padding: 5px 0 0 0;
    margin: 0;
}

#userFunctions ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    
}

#userFunctions ul li 
{
    float: left;
    width: 33%;
    list-style: none;
    padding: 0;
    margin: 0;
}

#leftb 
{
    padding: 4px 0px 0px 0px;
    text-align: left;
}

#rightb 
{
    padding: 4px 0px 0px 0px;
    text-align: right;
}
/*eof user functions
================================*/

#footerWrap 
{
    clear: both;
    background: #000;
    height: 22px;
    padding: 4px 0 0 0;
    margin: 0;
    color: #fff;
    width: 100%;
	border-top: solid 2px #d6000c;
}

#footerWrap a
{
    color: Gray;
}
/*eof IDs*/

/*Classes*/

.masthead
{
    width: 950px;
    height: 105px;
    margin: 0;
    padding: 0;
    float: left;
}

.menu_style 
{
    width: 100%;
    height: 28px;
    background-color:#d6000c;
}

.contentPane 
{
    width: 900px;
    margin: 0;
    padding: 5px;
    background-color: #fff;
}

