/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: white;
}
.skinmaster {
	height: 100%;
	background-color: transparent; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.controlpanel {
	width: 100%;
	background-color: snow;
}
/*
======================
Logo & SE Phrase
======================
*/
.skinheader {
	background-color: White; 
}
/*
======================
Date, Breadcrumb and Login row
======================
*/
.skinheader2 {
	background-color: WhiteSmoke; 
}
/*
======================
Copyright, term, privacy
======================
*/
.skinfooter {
	background-color: whitesmoke; 
}
.leftcolumn {
    background-image: url(MenuBG.jpg)
}
.contentpane {
	width: 100%;
	background-color: white;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.toppanese {
	width: 100%;
	background-color: transparent;
}
.menupane {
    padding-top: 16px;
    padding-right: 6px;
	background-color: transparent;
}    
.leftpane {
	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;
}
/* ===============
Content Panes - not yet implemented 
Do Not Delete - keep for future use
==================

.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
========================================
*/
   
.MainMenu_MenuContainer {
	background-color: transparent; 
	padding-left: 5px;
	padding-right: 7px;
	padding-top: 0px;
    width: 140px;
	height: 100px;
	border: 0px solid transparent;	
}
/* Don't need menu bar in vertical menu
=====================
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
======================
*/
.MainMenu_MenuItem {
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	cursor: pointer; 
	cursor: hand; 
    color: White;
    font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  18px;
    font-weight: bold;
    line-height: 24px;
}
.MainMenu_MenuIcon {
	background-color: whitesmoke; 
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 10px; 
	height: 12px;
}
.MainMenu_SubMenu {
	background-color: darkgreen;  
	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: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: oldlace; 
    font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  18px;
    font-weight: bold;
    line-height: 24px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
    font-size:  18px;
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
    font-size:  18px;
	cursor: pointer; 
	cursor: hand;
}

/*=================
Don't need treemenu on this skin
============================
.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);
}
===========================
*/
.StandardButton {
  background: darkgreen none; 
  color: white;
  font-family: verdana, sans-serif; 
  font-size: 12px;
  font-weight: bold;
}
/* ================================
style for module titles
================================ */
.Head
{
    color: DarkGreen;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    HEIGHT: 35px;
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead    {
color: DarkGreen;
}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{
    color: black;
	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: 12px;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: 12px;
	color: black
}
.NormalSmall
{
    color: black;
	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: 10px;
}
.NormalRed
{color: #FF0000;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	font-size: 12px;
}
.NormalOrange
{color: DarkOrange;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	font-size: 12px;
}
.NormalBold
{	font-family: verdana, tahoma, arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
/* ==============================
 Style for the following Skin Items (You can change the css class
associated with these objects in the skin.xml file)
- SkinItems -  Login and Register links, Breadcrumb, Copyright, Date,
- Help, Hostname, Privacy, Terms, Search
================================== */

/* This is the Date eg. any items that are not links */
.SkinItem {
	color: #333333;
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 10px;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link {
	color: #333333;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	font-size: 10px;
}

A.SkinItem:visited  {
	color: #333333;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	font-size: 10px;
}

A.SkinItem:active   {
	color: #333333;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}

A.SkinItem:hover    {
	color: black;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	font-size: 10px;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1  {
    color: saddlebrown;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    background-color: oldlace;
    line-height: 22px;
}

H2  {
    color: Black;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    background-color: HoneyDew;
    line-height: 20px;
}

H3  {
    color: Black;
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
}

H4  {
    color: Black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
}

H5, DT  {
    color: Black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
}

H6  {font-family: verdana, tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	color: Black;
}
A:link, A:visited
{
    text-decoration: underline;
    color:  Navy;
}

A, A:hover {
    text-decoration: underline;
    color:  Blue;
}