/* 
================================
Skin styles for DotNetNuke
================================
*/   
/* Main page Settings - Page Area behind skinmaster*/
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
}
/* Main Table settings */
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border-right: #E0E080 1px solid; 
	border-top: #E0E080 1px solid; 
	border-left: #E0E080 1px solid; 
	border-bottom: #E0E080 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
/* Main Table header section - above menu - settings */
.skinheader {
}	
/* Custom Table Row settings */
.skingradient {
	height:30px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	background-image: url(Pix/LtBrownGrad.gif);
}
/* Control panel settings - only visible on admin/host page*/
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
/* Settings for all the available content panes*/
.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;
}
/* Main Menu container - changes backgournd of entire menu bar*/
.MainMenu_MenuContainer {
}
/* Main height of the table row */
.MainMenu_MenuBar {
	cursor: hand;
	height:16px;
	background-color: #FFFFFF;
}
/* Menu Item main settings - border around submenus */
.MainMenu_MenuItem {
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	cursor: hand;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
}
/* Changes icon area of the menu - far left side */
.MainMenu_MenuIcon {
	background-color: #000000; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
/* Sub Menu settings - unselected */
.MainMenu_SubMenu {
	background-color: #E0E080;  
	z-index: 1000; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
/* Unknown what this does */
.MainMenu_MenuBreak {
	height: 1px;
}
/* Selected menu settings */
.MainMenu_MenuItemSel {
	background-color: #E0E080; 
	cursor: hand; 
	color: #339900; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
/* Right part of menu area - borders */
.MainMenu_MenuArrow {
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	font-family: webdings;
	font-size: 12pt;
	cursor: hand;
	color: #000000;
	font-weight: bold;
}
/* Arrow settings*/
.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 12pt;
	cursor: hand;
	cursor: hand;
	color: #000000;
}
/* Buttons on the admin page containers - settings*/
.StandardButton {
  background: #E0E080 none; 
  color: #000000;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
/* Explorer Type Menu Settings*/
.TreeViewMenu {
	width: 175px;
	background-color: #CBB743;
	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(file://gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #000000;
}
.MenuColor {
	font-style: normal;
	font-size: 12pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	}
}
.TopLineHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	}
}
/* Link Settings copied from default.css
	Handles all the links on the pages  */
A:link  {
    text-decoration:    none;
    color:  #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

A:visited   {
    text-decoration:    none;
    color:  #000000;
}

A:active    {
    text-decoration:    none;
    color:  #000000;
}

A:hover {
    text-decoration:    underline;
    color:  #339900;
}
/* Styles for main text - copied from default.css

	Style for module titles */
.Head   {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:  16pt;
    font-weight:    normal;
    color: #000000;
}

/* style of item titles on edit and admin pages - Event Headings*/
.SubHead    {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:  12pt;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:  12pt;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}



