/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster
{
	margin: 0px;
	width: 100%;
	background-color: white;
}
.skinmaster
{
	border-right: #000099 thick groove;
	border-top: #000099 thick groove;
	margin: 0px;
	border-left: #000099 thick groove;
	border-bottom: #000099 thick groove;
	background-color: white;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.skinheader {
}
.skingradient
{
	background-image: url(headerBlue.gif);
	background-repeat: repeat-x;
	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%;
	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: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	height: 21px;
}
.MainMenu_MenuIcon {
	background-color: #cad5ea; 
	border-left: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=3);
	cursor: hand;
	background-color: #ccccff;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 9pt;
	cursor: hand;
	color: white;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	height: 21px;
	background-color: #000066;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  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);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

.FooterEmail
{
	font-size: 10pt;
}

.FooterCopyright
{
	font-size: 9pt;
}

.containermaster
{
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: #7994cb;
	border-bottom-width: 1px;
	border-bottom-color: #7994cb;
	width: 100%;
	border-top-color: #7994cb;
	background-color: transparent;
	border-right-width: 1px;
	border-right-color: #7994cb;
}
.containerrow2 {
	background-color: #FFFFFF
}

.ContainerTitle
{
	font-size : 1.5em;
	font-weight : bold;
	text-align : left;
	color : #330099;
}

.Colors_Container {
	width: 100%;
	margin-bottom: 4px;
}

.Colors_ContentPane {
	padding: 4px;
}

.Colors_TitleRow
{
	font-weight: bold;
	font-size: 1.25em;
	width: 100%;
	color: #000066;
	height: 25px;
}

.Colors_Title {
	padding: 5px;
}

.Colors_Actions a {
	padding: 0 2px 0 2px;
}

.Normal
{
	font-size: 1em;
	font-family: Verdana, Arial;
}

H1
{
	font-weight: normal;
	font-size: 1.3em;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
}

H2
{
	font-weight: bold;
	font-size: 1.2em;
	color: black;
}

h3
{
	font-weight: bold;
	font-size: 1em;
	color: black;
}
