/* 
================================
Skin styles for DotNetNuke
================================
*/   



.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #999999;
}
.skinmaster {
	background-color: #ffffff;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
	background-color: #fbe8ff; 
}
.skingradient {
	height:30px;
	background-color: #a395c6; 
}
.controlpanel {
	background-color: #cde0f3;
}
.leftpane {
	width: 200px;
	background-color: #fbe8ff;
	padding-left: 2px;
	padding-right: 2 px;
}
.contentpane {
	width: 600px;
	background-color: #ffffff;
	padding: 5px;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
}

/* -------------------- */
/* Main Menu */
/* -------------------- */

.MainMenu_MenuContainer {
	background-color: #a395c6; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:30px;
	background-color: #a395c6;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #fbe8ff; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #a395c6;
	font-family: Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #a395c6; 
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 22px;
}
.MainMenu_SubMenu {
	background-color: #a395c6;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #a395c6; 
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-family: Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px 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;
}

/* -------------------- */
/* Diverse              */
/* -------------------- */

.StandardButton {
  background: #7994cb none; 
  color: #003366;
  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);
}

/* style for module titles */

.Head {
   font-family: Helvetica;
   font-size:  13pt;
   font-weight: Bold;
   color: #660099;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Helvetica;
    font-size:  11pt;
    font-weight:    bold;
    color: #4F4E4E;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #003366;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #003366;
}


/* text style used for most text rendered by modules */

.Normal
{
    font-family: Helvetica;
    font-size: 12pt;
    font-weight: normal;
	color: #666666;
	line-height: 17px;
}

.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Helvetica;
    font-size: 12pt;
    font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* -------------------- */
/* Side Menu */
/* -------------------- */

.MenuHdr
{ 
  	font-family: Helvetica;
	font-size: 10pt; 
	padding-left: 10px; 
	font-weight: Bold; 
	padding-bottom: 0px; 
  	background-color: #a395c6; 
	height: 30px;
	padding-top: 0px; 
	cursor: default;
	color: #fbe8ff;
	align: left;
	border-bottom: #fbe8ff 1px solid; 
	border-left: #4977B3 0px solid; 
	border-top: #abc8D2 0px solid; 
	border-right: #4977B3 0px solid;
}

.MenuHdr A:Link
{
  	text-decoration: none; 
	color: #fbe8ff; 
	width: 100%;
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer; 
}
.MenuHdr A:Visited
{
  	text-decoration: none; 
	color: #fbe8ff; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer; 
}

.MenuHdrMouseOver
{
	font-family: Helvetica;
	font-size: 10pt; 
	padding-left: 10px; 
	font-weight: Bold; 
	padding-bottom: 0px; 
  	background-color: #a395c6; 
	height: 30px;
	padding-top: 0px; 
	cursor: default;
	color: #666666;
	align: left;
	border-bottom: #fbe8ff 1px solid; 
	border-left: #4977B3 0px solid; 
	border-top: #abc8D2 0px solid; 
	border-right: #4977B3 0px solid;
}

.MenuHdrMouseOver A:Link
{
  	text-decoration: none; 
	color: #666666; 
	width: 100%;
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer; 
}

.MenuHdrMouseOver A:Visited
{
  	text-decoration: none; 
	color: #666666; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer; 
}

.MenuItem 
{
  	font-family: Helvetica;
	font-size: 10pt; 
	padding-left: 10px; 
	font-weight: bold; 
	padding-bottom: 1px;
  	background-color: #c0b8db; 
	height: 25px;
	padding-top: 2px;
	color: #fbe8ff;
	border-bottom: #fbe8ff 1px solid; 
	border-left: #4977B3 0px solid; 
	border-top: #4977B3 0px solid; 
	border-right: #4977B3 0px solid;
	line-height:13px;
}

.MenuItem A:Link
{
  	text-decoration: none; 
	color: #fbe8ff; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer; 
}

.MenuItem A:Visited
{
  	text-decoration: none; 
	color: #fbe8ff; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer;
}

.MenuItemMouseOver
{
	background-color: #c0b8db!Important;
	height: 25px;
	font-family: Helvetica;
	font-size: 10pt; 
	padding-left: 10px; 
	font-weight: bold; 
	padding-bottom: 1px;
	padding-top: 2px;
	color: #666666; 
	border-bottom: #fbe8ff 1px solid; 
	border-left: #4977B3 0px solid; 
	border-top: #4977B3 0px solid; 
	border-right: #4977B3 0px solid;
	line-height:13px;
}

.MenuItemMouseOver A:Link
{
  	text-decoration: none; 
	color: #666666; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer; 
}

.MenuItemMouseOver A:Visited
{
  	text-decoration: none; 
	color: #666666; 
	width: 100%; 
	padding-top: 0px;
  	padding-bottom: 0px; 
	cursor: default; 
	cursor: pointer;
}


.MenuItem A, 
.MenuItem A:Active, 
.MenuItem A:Hover, 
.MenuItem HR


.MenuItemMouseOver A, 
.MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, 

.MenuHdr A, 
.MenuHdr A:Active, 
.MenuHdr A:Hover, 

