﻿/*@import url("Menu/menu.css");*/
@import url("snapsisMenu/skin.css");
@import url("css/admin_page.css");
@import url("css/search.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: #000000 url(images/general/background_image.jpg) repeat-x left top;
}

a:link,
a:visited
{
  font: bold 12px arial,helvetica,san-serif;
  color: #990000;
  text-decoration: none;
  padding: 2px 10px;  
}

a:hover,
a:active
{
  font: bold 12px arial,helvetica,san-serif;
  color: #990000;
  font-weight:bold;
  text-decoration: underline;
  padding: 2px 10px;
}

H1  {
    
    font-size: 2em;
    font-weight: bold;    
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #990000;
}

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: #990000;
    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 #990000;
    padding: 0 0 0 5px;
    margin: 0;
}

H5
{
    color: #990000;
    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;
}

/*ul
{
    font-size: 12px;
    border: solid 1px #666;
    background-color: #ccc;
    list-style-type: disc;
    list-style-position: inside;
    color: #272626;
    width: 50%;
    *margin: 10px;
    padding: 10px;
}*/

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*/
}

#skinWrapperShadow 
{
    width: 1010px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background: transparent url(images/general/shadow.png) repeat-y left top;
}

#skinWrapper 
{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background-color: #fff;
}
#skinWrapper_BRACKETS 
{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background-color: #fff;
}
#mastheadSearch
{
    width: 1000px;
    height: 105px;
    margin: 0;
    padding: 0;
    background: transparent url(images/general/logo_bkgd.jpg) repeat-x left top;
    text-align: left;
}
#mastheadSearch_BRACKET
{
    width: 1200px;
    height: 105px;
    margin: 0;
    padding: 0;
    background: transparent url(images/general/logo_bkgd.jpg) repeat-x left top;
    text-align: left;
}


#loginAd
{
    width: 1000px;
    height: 90px;
    margin: 0;
    padding: 0 0 1px 0;
    border-bottom: solid 10px #000;
    background-color: #fff;
}
#loginAd_BRACKET
{
    width: 1200px;
    height: 90px;
    margin: 0;
    padding: 0 0 1px 0;
    border-bottom: solid 10px #000;
    background-color: #fff;
}
#contentWrap
{
    width: 1000px;
    margin: 0;
    padding: 0;
    background: #fff url(images/general/content_bkgd_interior.gif) repeat-y left top;
    overflow: auto !important; /*firefox needs this so that the content does not overflow it's div*/
    overflow: visible;
}
#contentWrap_BRACKET
{
    width: 1200px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow: auto !important; /*firefox needs this so that the content does not overflow it's div*/
    overflow: visible;
}


#footerWrap 
{
    clear: both;
    background: #000;
    height: 22px;
    padding: 4px 0 0 0;
    margin: 0;
    color: #fff;    
}

#footerWrap a
{
    color: Gray;
}
/*eof IDs*/

/*Classes*/

.masthead
{
    width: 551px;
    height: 105px;
    margin: 0;
    padding: 0;
    float: left;
}

.searchPane
{
    width: 440px;
    height: 105px;
    margin: 0;
    padding: 0;
    float: right;
}

.googlePane
{
    width: 728px;
    height: inherit;
    margin: 0;
    padding: 0;
    float: left;
}

.login
{
    width: 262px;
    height: 90px;
    margin: 0;
    padding: 0;
    background: url(images/general/login_bckground.gif) no-repeat left top;
    float: right;
}

.logon
{
    width: 150px;
    height: 30px;
    position: relative;
    top: 20px;
    left: 80px !important;
    left: 20px;
    text-align: left;
}

.user
{
    width: 150px;
    height: 30px;
    position: relative;
    top: 20px;
    left: 80px !important;
    left: 20px;
    text-align: left;
}

.menu_style 
{
    width: 100%;
    height: 28px;
    background-color:#bd1a1a;
}

.contentPane 

{

    width: 680px;

    margin: 0;

    padding: 0;

    float: left;

}

.ContentPane_BRACKET {
    width: 1195px;
    margin: 0;
    padding: 0px;
    float: left;
}

.rightPane

{

    width: 310px;

    margin: 0;

    padding: 0;

    text-align: center;

    background-color: #ccc;

    float: right;

}

/*eof 2 column Interior Page*/



.weather_wrapper 

{

    float: right;

    width: 262px;

    margin: 0px auto;

}



.weather_box

{

    background-color: Transparent;

    margin: 0;

    padding: 0;

    width: 262px;

}



.weather_xml 

{

    width: 200px;

    padding: 0;

    margin: 0;

}



.weather

{

    padding: 2px 0px 2px 2px;

    margin: 0;

    font: 10pt arial, sans-serif;

    text-align: left;

}



.weather_title

{

    margin: 0;

    padding: 0;

    *font: bold 10pt arial, san-serif;/*for IE browsers*/

    font: bold 9pt arial, san-serif;

    color: #990000;

    text-align: center;

}

