/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	/*height: 100%;*/
	background-color: #993300;
}
.skinmaster {
	height: 100%;
	background-color: #333333; 
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; */
}
.skinheader {
}
/*
======================
Gradient for the links at the bottom of the page
======================

.skingradient {
	background-image: url(gradient_copyright.jpg);
	background-color: #FFFFFF; 
	background-repeat: repeat-y;
	height:30px;
	border: 1px solid #FF9900;
}*/
.controlpanel {
	width: 100%;
	background-color: #FF9900;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 12px;
	padding-top: 6px;
}
.toppanese {
	width: 100%;
	background-color: transparent;
}
/* ===============
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;
}
.leftpane {
	width: 175px;
	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;
}
========================================
*/
.menupane {
    padding-top: 6px;
    padding-right: 6px;
}    
   
.MainMenu_MenuContainer {
	background-color: #993300;
	background-image: url(menu_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 100%;
	height: 100px;
	border: 0px solid #FF9900;	
}
/* 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: #FFCC66; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	Background-color: Transparent;
	font-family: Arial, Helvetica;
	height: 27px;
}
.MainMenu_MenuItemSel {
	background-color: #FF6600;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
	height: 27px;
}
.MainMenu_MenuIcon {
	background-color: #990000; 
	border-left: #990000 0px solid; 
	border-bottom: #990000 0px solid; 
	border-top: #990000 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 27px;
}
.MainMenu_SubMenu {
	background-color: #990000;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #FF6600;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.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;
}

/*=================
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: #FF9900 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
/* ================================
style for module titles
================================ */
.Head {
   font-family: Arial, Helvetica;
   font-size:  14px;
   font-weight: bold;
   color: #FFFFFF;
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead    {
color: #FFFFFF;
}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{color: #FFFFFF;
	font-family: Arial, helvetica, verdana, tahoma;
	font-weight: normal;
	font-size: 12px;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{	font-family: Arial, helvetica, verdana, tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}
.NormalRed
{color: #CC0000;
	font-family: Arial, helvetica, verdana, tahoma;
	font-weight: bold;
	font-size: 11px;
}
.NormalBold
{	font-family: Arial, helvetica, verdana, tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
/* ==============================
 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: #FFFFFF;
	font-family: arial, helvetica;
	font-weight: none;
	font-size: 11px;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link {
	color: #FF9933;
	font-family: arial, helvetica;
	font-weight: bold;
/*	font-size: 11px;*/
}

A.SkinItem:visited  {
	color: #FF9933;
	font-family: arial, helvetica;
	font-weight: bold;
/*	font-size: 11px;*/
}

A.SkinItem:active   {
	color: #FF9933;
	font-family: arial, helvetica;
	font-weight: bold;
/*	font-size: 11px;*/
}

A.SkinItem:hover    {
	color: #FFFFFF;
	font-family: arial, helvetica;
	font-weight: bold;
/*	font-size: 11px;*/
}
/* =======================
 HTML Tag Styles 
=========================== */
H1  {font-family: arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

H2  {font-family: arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

H3  {font-family: arial, helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

H4  {font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

H5, DT  {font-family: arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

H6  {font-family: arial, helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
A:link {
	color: #FF9933;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 11px;
}

A:visited  {
	color: #FF9933;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 11px;
}

A:active   {
	color: #FF9933;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 11px;
}

A:hover    {
	color: #FFFFFF;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 11px;
}
