/* use import without a media type so that IE can import the style sheets
    skinall - is the overall styling for the skin */
@import url("skinall.css");

/* screen media section, media allows IE to import the styles and to assign it
 to screen. We need to do this for sIFR to allow the print.css stylesheet to work */
@media screen
{
    /* sIFR section */
    /* These are standard sIFR styles... do not modify */

.sIFR-flash {
        visibility: visible !important;
        margin: 0;
}

.sIFR-replaced {
        visibility: visible !important;
}

span.sIFR-alternate {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        display: block;
        overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash .Head, h2 {
        visibility: hidden;
        font-size: 190%;
}

.sIFR-hasFlash h1 {
        visibility: hidden;
        font-size: 110%;
}

.sIFR-hasFlash h3 {
        visibility: hidden;
        font-size: 160%;
}

.sIFR-hasFlash h4, h5 {
        visibility: hidden;
        font-size: 120%;
}

.sIFR-hasFlash h6 {
        visibility: hidden;
        font-size: 105%;
}
/* end of sIFR */
}

/* print media section, media allows IE to import the styles and to assign it
to print. We need to do this for sIFR to allow the print stylesheet to work */
@media print
{
    /* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
        display: none !important;
        height: 0;
        width: 0;
        position: absolute;
        overflow: hidden;
}

span.sIFR-alternate {
        visibility: visible !important;
        display: block !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
}

/*
================================
Print styles for DotNetNuke
================================
*/
body {/* set default font size for skin (Titles etc. will then use
a percentage to specify their sizes) */
        margin: 0;
        padding: 0;
        line-height: 1.1;
    font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #FFF;
}
#wrap
{
        padding: 0 5 0 5;
}
/* remove tagline, login links from print page */
.tagline
{
    display: none;
}

#loginlinks
{
    display: none;
}

#logo
{
    padding:  2px 0 10px 10px;
}
#logo h1
{
    font: bold 300% Verdana, Tahoma, Helvetica, Arial, sans-serif;
    color: #CC0000;
    letter-spacing: 2;
    /* adjusts how close the title is to the top tag line */
    margin-top: 0px;
}

#content
{
    width: 100%;
    top: 41px;
    left: 0px
}

#sidebar
{
    display: none;
}

#date
{
    clear: both;
    padding-top: 10px;
    color: #CC0000;
}
#footer
{
    color: #CC0000;
}
/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox {
        margin: 0;
        padding: 0;
        line-height: 1.1;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
}

/* ================================
style for module titles
================================ */
.Head {
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   font-size:  150%;
   font-weight: bold;
   color: #C00;
   /* letter-spacing: 2; */
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  85%;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  85%;
}

/* ===============
button style for standard HTML buttons
================== */
.StandardButton
{
        font-size: 90%;
}
/* =======================
 HTML Tag Styles
=========================== */
h1, h2, h3, h4, h5, dt, h6
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h1
{
    font-size: 100%;
    font-weight: normal;
    color: #868686;
    margin: 0;
}

h2
{
    font-size: 150%;
    font-weight: bold;
    color: #C00;
    margin-bottom: 0;
}

h3
{
    font-size: 140%;
    font-weight: bold;
    color: #868686;
    margin-bottom: 0;
}

h4
{
    font-size: 100%;
    font-weight: bold;
    color: #868686;
    margin-bottom: 0;
}

h5, dt
{
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
    color: #868686;
    margin: 0px;
}

h6
{
    font-size: 85%;
    font-weight: bold;
    color: #C00;
    margin: 0px;
}
/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================

not required for print version

*/



/* ------------------------
Links format added for opera browser
----------- */
.Normal A:link, .Normal A:visited, .Normal A:active {
    text-decoration:    none;
    color:  #036;
}
.Normal A:hover {
    text-decoration:    underline;
    color:  #F00;
}

/* This is the Date eg. any items that are not links */
.SkinItem {
        text-decoration:    none;
    color:  #036;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active {
        text-decoration:    none;
    color:  #036;
}
A.SkinItem:hover    {
        text-decoration:    underline;
    color:  #F00;
}
/* end of print media section */
}

/* Use this to call in IE5.x/Win iehacks.css file */
@media tty
{
    i(content:"\";/*" "*/}} @import 'iehacks.css'; /*";}
}/* */