/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.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; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(../_default/Skins/DNN-Blue/gradient_DkBlue.jpg); HEIGHT:30px;
}
.SkinObject  { color: #c00; font-size: 11px; font-family: Verdana, Arial, Helvetica; font-weight: normal; text-decoration: none }

A.SkinObject:link   { color: #c00; font-weight: normal; text-decoration: none }

A.SkinObject:visited   { color: #c00; font-weight: normal; text-decoration: none }

A.SkinObject:active    { color: #c00; font-weight: normal; text-decoration: none }

A.SkinObject:hover     { color: silver; font-weight: normal; text-decoration: none }


.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  { background-color: transparent; padding-top: 6px; padding-right: 4px; padding-left: 6px; width: 100% }
.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;
}

.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu  { width: 175px; border: solid 1px #7994cb; 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(../_default/Skins/DNN-Blue/gradient_LtBlue.jpg);
}
.Head ,.titel    { color: #c00; font-size: 14px; font-family: Verdana, Arial, Helvetica; font-weight: bold; line-height: 150% }


/* style of item titles on edit and admin pages */
.SubHead      { color: #c00; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none }

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal, .text,  td
   { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 150% }

.textrot
   { font-size: 11px; color:#CC0000; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 150% }


A:link    { color: #c00; font-weight: normal }

A:visited     { color: #c00; font-weight: normal }

A:active      { color: #c00; font-weight: normal }

A:hover   { color: #aaa; font-weight: normal }




UL LI     { text-indent: 20px; list-style-type: square }

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}





.MenuHdrMouseOver {
 background-color: #EBEBEB;font-family: verdana; font-size: 11px; font-weight: normal; color:#c00;
}

.MenuHdr A, .MenuHdr A:Link, .MenuHdr A:Active,  .MenuHdr A:Visited, .MenuHdr A:Hover
 { color: black; font-size: 11px; font-family: verdana; font-weight: normal; text-decoration: none; cursor: pointer;
    
 }




.MenuItem, .MenuItemMouseOver, .MenuItem HR
 {   padding-top: 2px; padding-bottom: 2px; padding-left: 20px ;}


.MenuItem A, .MenuItem A:Link, .MenuItem A:Active,  .MenuItem A:Visited, .MenuItem A:Hover
{  font-family: verdana; font-size: 11px; font-weight: normal;
  text-decoration: none; color: black; width: 100%; padding-top: 1px;
  padding-bottom: 1px; cursor: default; cursor: pointer;
}

.MenuItemMouseOver A, .MenuItemMouseOver A:Active,
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link,
.MenuItemMouseOver
{
  background-color: #EBEBEB!Important;font-family: verdana; font-size: 11px; font-weight: normal; color:#c00;
}



.MenuHdrActive  { font-size: 11px; color: #c00; }
.MenuItemActive  { font-size: 11px; color: #c00; font-weight: normal }

sup { font-size: 10px }

