/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-image: url(background.gif); 
}
.skinmaster {
	background-color: #FFFFFF;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	height: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: #E6EFFF;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family : Verdana, Arial;
	font-size : x-small;
	font-style : normal;
}

.bottomlink{ 
	font-family : Verdana, Arial;
	font-size : x-small;
	font-style : normal;
 }

.toplinks
{ 
	font-family : Verdana, Arial;
	font-size : xx-small;
	font-style : normal;
	color: #FFFFFF;
 }
 
 A.toplinks:link {
    text-decoration:    none;
    color:white;
}

A.toplinks:visited  {
    text-decoration:    none;
    color:silver;
}

A.toplinks:active   {
    text-decoration:    none;
    color:red;
}

A.toplinks:hover    {
    text-decoration:    none;
    color:#E6EFFF;
}

.StandardButton {
  background: #015A9E none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}







