﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {

}
.contentpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.rightpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {

}
.StandardButton     {
    background: #CFCFCF none; 
    color: #000000;
  font-family: Arial, Helvetica, sans-serif ; 
    font-size: 11px;
    font-weight: normal;
}
BODY {
	background-color: #FFFFFF;
    color: #000000;
	margin-top: 0px;
	padding-left: 0px;    
}

TD
{
  font-family: Arial, Helvetica, sans-serif ;
    font-size: 8.5pt;
}

/* Setting Text Throughout the skin      */ table, tr, td, p {font-family: tahoma; font-size: 11px; line-height: 1.4em; margin: 0;}

#EventCalendar TD
{
    FONT-FAMILY: Arial, Helvetica;
    font-size: 9px;
}
.Head, H1 {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif ;
  color:#c70000;
  font-weight: bold;

}

.SubHead, H2 {
  color:#5D5B59;
  background-color: transparent;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif ;
}

.SubSubHead {
  font-family: Arial, Helvetica, sans-serif ;
    font-size:  12px;
    font-weight: normal;
    color: #000000;
}

.NormalLight
{
  font-family: Arial, Helvetica, sans-serif ;
    font-size:  8pt;
    font-weight: bold;
    color: #000000;
}
.NormalLight:link, .NormalLight:visited, .NormalLight:active, .NormalLight:hover
{
    color: #000000;
}

a:link, A:link.SkinObject   {
    text-decoration:    none;
    color:  #5D5B59;
    font-weight: bold;
}

a:visited, a:visited.SkinObject   {
    text-decoration:    none;
    color:  #5D5B59;
    font-weight: bold;
}

A:active , A:active.SkinObject   {
    text-decoration:    none;
    color:  #5D5B59;
    font-weight: bold;
}

A:hover, A:hover.SkinObject {
    text-decoration:    underline;
    color:  #5D5B59;
    font-weight: bold;
}