/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #F1F6D6;
}
.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 {

}
.leftpane {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.contentpane {
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 2px;
}
.rightpane {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.bottompane {

}
.StandardButton     {
    background: #CFCFCF none; 
    color: #596B75;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
BODY {
	background-color: #ffffff;
	color: #577180;
	margin-top: 5px;
	padding-left: 5px;   
	background-image: url(deco.jpg);
	background-repeat: no-repeat;
	background-position: left top;	 
}

TD
{
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
}

#EventCalendar TD
{
    FONT-FAMILY: Arial, Helvetica;
    font-size: 9px;
}

.Head, H1 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10pt;
    font-weight: bold;
    color: #577180;
}

.SubHead, H2 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10pt;
    font-weight: bold;
    color: #577180;
}

.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: normal;
    color: #005B8B;
}

.NormalLight
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  8pt;
    font-weight: bold;
    color: #002A5C;
}
.NormalLight:link, .NormalLight:visited, .NormalLight:active, .NormalLight:hover
{
    color: #7B7B7B;
}

a:link, A:link.SkinObject   {
    text-decoration:    underline;
    color:  #577180;
    font-weight: bold;    
}

a:visited, a:visited.SkinObject   {
    text-decoration:    underline;
    color:  #577180;
    font-weight: bold;    
}

A:active , A:active.SkinObject   {
    text-decoration:    underline;
    color:  #577180;
    font-weight: bold;    
}

A:hover, A:hover.SkinObject {
    text-decoration:    none;
    color:  #577180;
    font-weight: bold;    
}