/* 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 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 Tahoma;
    background-color: #FFF;
} 

#parent
{
    position:absolute;
    left: 50%; 
    width: 800px;
    padding-bottom: 1000em;
    margin-bottom: -999.5em;
    margin-left: -400px; /* half of the width */
    background-image: url(bg_edge.gif);
    background-repeat: repeat-y;
    padding: 0px 15px 0px 15px;
}

#loginlinks
{
    display: none;
}
#logo
{
    clear: both;
    padding: 10px 0px 10px 0px;
}
#menu
{
    display: none;
}
/* leftpane */
#sidebarleft
{
    display: none;
}
/* leftpane */
/* contentpane */
#content
{
    width: 100%;
}
/* contentpane */
/* rightpane */
#sidebarright
{
    display: none;
}
/* rightpane */
#footer
{
    display: none;
}
#creditpane
{
    display: none;
}
.StandardButton 
{
   background: #aaaaaa none; 
   color: #ffffff;
   font: 75% Tahoma; 
}
/* Set default font for modules */
.Normal, .NormalDisabled, .NormalRed, .NormalTextBox, .labelcell, .buttoncell, .tdtextleft, .normalleft, .normalright, .normalcenter
{
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: 70% Tahoma;
}
.NormalBold
{
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: 100% Tahoma;
}
/* Set alignment of custom module labelcells */
.labelcell, .buttoncell
{
    text-align: right;
}
/* Set styles of custom module gridhead */
th
{
    background-color: #cccccc;
    text-align: left;
    font: 75% Tahoma;
    color: #000000; 
    padding: 0px 0px 0px 0px;
}
.centertablenormal
{
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    border-collapse: collapse;
    font: 75% Tahoma;
    color: #000000;
}
/* Set defaults for peruser UI */
.UIcontrol
{
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: 70% Tahoma;
    width: 125px;
}
/* wwAdminUI */
.wwAdminUI
{
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: 70% Tahoma;
    width: 200px;
}
.wwAdminUIGrid
{
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: 100% Tahoma;
}
/* Set styles of custom module gridpager */
.centertable
{
    text-align: center;
    border-collapse: collapse;
    width: 100%;
}
/* style for content cells  */
.tdtextleft
{
    text-align: left;
}
/* style for normal left/right alignment  */
.normalleft
{
    text-align: left;
}
.normalright
{
    text-align: right;
}
.normalcenter
{
    text-align: right;
}
/* sets the detailstable styles */
#detailstable td
{
    padding: 3px 3px 3px 3px;
}
/* style for module titles  */
.Head
{
    font-family: Tahoma;
    font-size: 100%;
    font-style: normal;
    color: #222222; /* letter-spacing: 2; */
    font-weight: normal;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  75%;
    font-family: Tahoma;
    color: #222222;
    font-style: normal;
    font-weight: normal;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  75%; 
    font-style: normal;
    font-weight: normal;
}


/* =======================
 HTML Tag Styles 
=========================== */
h1, h2, h3, h4, h5, dt, h6
{
    font-family: Tahoma;
}
h1
{
    font-size: 110%;
    font-weight: normal;
    color: #000000;
    margin: 0;
}

h2
{
    font-size: 190%;
    color: #000000;
    margin-bottom: 0;
}

h3
{
    font-size: 160%;
    color: #000000;
    margin-bottom: 0;
}

h4
{
    font-size: 120%;
    color: #000000;
    margin-bottom: 0;
}

h5, dt
{
    font-size: 120%;
    font-style: italic;
    color: #000000;
    margin: 0px;
}

h6
{
    font-size: 105%;
    color: #000000;
    margin: 0px;
}
/* Links format added for opera browser */
.Normal A:link, .Normal A:visited, .Normal A:active
{
    text-decoration: none;
    color: #036;
}
.Normal A:hover, #creditpane A:hover
{
    text-decoration: underline;
    color: #F00;
}
.NormalGridLink A:hover
{
    text-decoration: underline;
    color: #F00;
}
/* Small grey Links format added for opera browser */
#creditpane A:link, #creditpane A:visited, #creditpane A:active
{
    text-decoration: none;
    color: #bbbbbb;
}
#creditpane A:hover
{
    text-decoration: underline;
    color: #F00;
}
#creditpane
{
    text-decoration: none;
    color: #bbbbbb;
}
/* This is the Date eg. any items that are not links */
.SkinItem
{
    text-decoration: none;
    color: #222222;
    font: 85% Tahoma;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #222222;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #F00;
}
/* End print styles for DotNetNuke */ 
/* Use this to call in IE5.x/Win iehacks.css file */
@media tty
{
    i(content:"\";/*" "*/}} @import 'iehacks.css'; /*";}
}/* */





























