﻿/*@import url("Menu/menu.css");*/
@import url("snapsisMenu/skin.css");
@import url("css/admin_page.css");
@import url("css/fckfixes.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: #4a4f5e;
    background: #ccd5f3 url(images/general/background_stripes.gif) repeat left top;
}

a:link,
a:visited
{
  font: bold 14px arial,helvetica,san-serif;
  color: #4a4f5e;
  text-decoration: underline;
}

a:hover,
a:active
{
  font: bold 14px arial,helvetica,san-serif;
  color: #dcf77e;
  font-weight:bold;
  text-decoration: underline;
}

H1  {
    
    font-size: 2em;
    text-align: left;
    font-weight: bold;    
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #4a4f5e;
}

H2
{
    font-size: 1.7em;
    color: #666;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

H3
{
    color: #4a4f5e;
    line-height: 20px;
    font-weight: bold;
    background-color: #edf0fa;
    border: solid 1px #4a4f5e;
    text-align: center;
    padding: 0;
    text-align: left;
    margin: 0;
}

H4
{
    color: #666;
    line-height: 20px;
    font-weight: bold;
    background-color: #ccc;
    border: solid 1px #4a4f5e;
    text-align: left;
    padding: 0 0 0 5px;
    margin: 0;
}

H5
{
    color: #4a4f5e;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    text-align: left;
    margin: 0;
}

H6
{
    color: #666;
    font-size: 12px;
    font-weight: bold; 
    text-align: left;
    font-style: italic;
}

p
{
  font-size: 14px;
  margin-bottom: 5px;
  text-align: left;
}

ol 
{
    font-size: 12px;
}

table
{
   font-size: 14px;
}

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: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background-color: #fff;
    border-left: solid 2px #a3b1d8;
    border-right: solid 2px #a3b1d8;
}

#masthead
{
    width: 1000px;
    height: 129px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#footerWrap 
{
    clear: both;
    width: 1000px;
    background: #edf0fa;
    padding: 4px 0 0 0;
    margin: 0;
    color: #a2adcd;
    border-top: solid 1px #a2adcd;
    border-bottom: solid 3px #a2adcd;
    font-size: 12pt;      
}

#footerWrap a
{
    color: #a2adcd;
}
/*eof IDs*/

/*Classes*/

.1colcontentpane 
{
    background-color: #fff;
}