/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #669900;
	background-image: url('logo_tile_green.gif');
}
.skinmaster {
	width: 770px;
	height: 100%;
	background-color: #fff; 
	border-right: solid 1px #77797d;
	border-left: solid 1px #77797d;
	text-align: left;
}
.skinheader {
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: white;
	margin: 0;
	padding-left: 13px;
	padding-top: 15px;
}
.skinbtnbar 
{

}
.breadcrumbtb 
{
}
.smallTxt {
	font-size: x-small;
}
A:link  {
    text-decoration:    underline;
    color:  #003366;
    font-weight: bold;
}
A:visited  {
    text-decoration:    underline;
    color:  #003366;
    font-weight: bold;
}
A:hover {
    text-decoration:    underline;
    color:  #003366;
    font-weight: bold;
}
.headerImage {
	float: left; 
	width: 142px;
	cursor: hand;
	text-align: center;
	padding: 2px;
}
.headerImage a.headerBtnGreen {
	color: #666;
	font:  bold 18px arial;
	text-decoration: none;
}
.headerImage a.headerBtnLightGreen {
	color: #666;
	font:  bold 18px arial;
	text-decoration: none;
}
.headerImage a.headerBtnBlue {
	color: #666;
	font:  bold 18px arial;
	text-decoration: none;
}
.headerImage a.headerBtnRed {
	color: #666;
	font:  bold 18px arial;
	text-decoration: none;
}
.headerImage a.headerBtnOrange {
	color: #666;
	font:  bold 18px arial;
	text-decoration: none;
}
.headerImage a.headerBtnYellow {
	color: #666;
	font:  bold 18px arial;
	text-decoration: none;
}
.headerImage a.headerBtnPurple {
	color: #666;
	font:  bold 18px arial;
	text-decoration: none;
}
.headerImage a.headerBtnPink {
	color: #666;
	font:  bold 18px arial;
	text-decoration: none;
}
.headerImage a.headerBtnGreen:hover {
	color: #669900;
	text-decoration: none;
}
.headerImage a.headerBtnLightGreen:hover {
	color: #00e094;
	text-decoration: none;
}
.headerImage a.headerBtnBlue:hover {
	color: #2297e1;
	text-decoration: none;
}
.headerImage a.headerBtnRed:hover {
	color: #CC0000;
	text-decoration: none;
}
.headerImage a.headerBtnOrange:hover {
	color: #f46f03;
	text-decoration: none;
}
.headerImage a.headerBtnYellow:hover {
	color: #f4cf03;
	text-decoration: none;
}
.headerImage a.headerBtnPurple:hover {
	color: #c13fb9;
	text-decoration: none;
}
.headerImage a.headerBtnPink:hover {
	color: #ff70f3;
	text-decoration: none;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 6px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 200px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.footer 
{
	background-color: #CC0000;
	color: #fff;	
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
}
.footer a:link
{
	color: #fff;
}
.footer a:Visited
{
	color: #fff;
}
.footer a:hover
{
	color: #fff;
}
.separator 
{
	background-color: #000;
	color: #FFF;
	padding: 0;
}
.StandardButton {
  background: #7994cb none; 
  color: #fff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	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;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.currentDate 
{
	color: #666;
	font-family: Arial;
	font-size: 10px;
}
#wrapperLeftShadow {
	position: absolute;
	top: 0;
	left: 0;
	background: url('bg-wrapleftshadow.jpg') no-repeat;
	overflow: hidden;
	height: 685px;	
}

#wrapperRightShadow {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	height: 685px;
}
/* style for module titles */
.Head   {
    font-family:  Arial, Helvetica;
    font-size:  large;
    font-weight:    normal;
    color: #000;
}
H1  {
    font-family:  Arial, Helvetica;
    font-size: x-large;
    font-weight:    normal;
    color: #000;
}

H2  {
    font-family:  Arial, Helvetica;
    font-size:  large;
    font-weight:    normal;
    color: #333;
}

H3  {
    font-family:  Arial, Helvetica;
    font-size: medium;
    font-weight:    normal;
    color: #333;
}

H4  {
    font-family:  Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}




