/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
}
.skinmaster {
	background-color: #FFFFFF; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}

/*
======================
Gradient for the links at the bottom of the page
======================
*/

.leftright {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: D6D5D6;
	border-left-color: D6D5D6;
}
.solpartmenu {
	background-color: #000000;
	height: 27px;
}
.controlpanel {
	width: 800px;
	background-color: #ffffff;
	border: 0px solid #FF9900;
}
.contentpane {
	background-color: #FFFFFF;
}

 ===============
Content Panes - not yet implemented 
Do Not Delete - keep for future use
==================

.toppane {
	width: 100%;
	background-color: red;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* .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: transparent; 
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 0px;
	border: 0px solid #FF9900;
	width: 644px;	
}
/* 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: #ffffff; 
	font-size: 8pt; 
	font-weight: normal; 
	background-color: Transparent;
	font-family: Arial, Verdana, Tahoma, Arial, Helvetica;
	height: 27px;
}
.MainMenu_MenuIcon {
	background-color: #FFC702; 
	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: 27px;
}
.MainMenu_SubMenu {
	background-color: #FFC702;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
    background-color: Transparent;
    border: none;
}
.MainMenu_MenuItemSel {
	background-color: #FFC702; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Verdana,Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	height: 27px;
}
.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, Verdana, Tahoma, Arial, Helvetica;
	font-size:  12px;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead    {
color: #666;
}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{
	font-family: arial, verdana, tahoma, arial;
	font-weight: normal;
	font-size: 11px;
	color:#666666;
	line-height: 16px;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: 11px;
	color: #000
}
.NormalRed
{color: #FF0000;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}
.NormalBold
{	font-family: verdana, tahoma, arial;
	font-size: 11px;
	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: #FF9900;
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}
/* This sets the style for all skin items that are links */
A:link {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

A:visited  {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
		text-decoration: underline;
}

A.active   {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
		text-decoration: underline;
}

A:hover    {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
		text-decoration: underline;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1  {font-family: verdana, tahoma, arial;
	font-size: 13px;
	font-weight: bold;
	color: #CCC;
}

H2  {font-family: verdana, tahoma, arial;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

H3  {font-family: verdana, tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
}

H4  {font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
}

H5, DT  {font-family: verdana, tahoma, arial;
	font-size: 10px;
	font-weight: normal;
	color: #CCC;
}

H6  {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.footerbg {
	background-image: url(images/footer-bottom.jpg);
	height: 68px;
	width: 800px;
	background-repeat: no-repeat;

}

