/* 
================================
Upgraded and Modified by Nina Meiers - for the DNN Community
xd.com.au/ dnnskins.com/ skincovered.com
Have you seen our goodiebags? http://www.skincovered.com/ - learn how to skin your Website!
All rights remain with original designer - Original Files included in download - http://www.dnnskins.com
================================
*/ 
.skinheader {}

.logobanner { padding: 3px; }

.toppane { width: 100%; background-color: transparent; padding-left: 4px; padding-right: 4px; padding-top: 2px; }
.leftpane { width: 200px; background-repeat:repeat; padding-left: 4px; padding-right: 7px; padding-top: 2px; }
.contentpane { width: 100%; background-color: transparent; padding-left: 4px; padding-right: 4px; padding-top: 2px; }
.rightpane { width: 400px; background-color: transparent; padding-left: 2px; padding-right: 4px; padding-top: 2px; }
.bottompane { width: 100%; background-color: transparent; padding-left: 4px; padding-right: 4px; padding-top: 2px; }

/* Nav Menu - using DNN Menu for DotNetNuke 3.3 & 4.3 */
/* Modified by Nina Meiers - http://www.xd.com.au - dotnetnuke@xd.com.au */
.main_dnnmenu_bar { cursor:auto; height:22px; line-height: 20px; background-color: Transparent; }
.main_dnnmenu_rootitem  { /* Add TD if yes for tables option for menu */
	cursor:auto;
	color: #333333;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 2px 2px 2px 2px; /* creates spacing between root menu items */
	height: 22px;
	width:100px;
	text-align: center;
	border-right: #000000 1px dotted; 
}
.main_dnnmenu_icon { cursor:auto; text-align: center;  width: 3px; height: 22px; } 
.main_dnnmenu_break { height: 1px; font-size: 1px; }
.main_dnnmenu_arrow { border-right: #D1DBED 1px dotted; border-left: #D1DBED 1px dotted; font-family: webdings;  font-size: 10pt; cursor:auto; /* arrows will not display if function is not set in ascx/xml file*/ }

.main_dnnmenu_rootmenuarrow { font-family: webdings, sans-serif;  font-size: 10pt;  cursor:auto; /* arrows will not display if function is not set in ascx/xml file*/ }

.StyleIconBackColor {background-color: #000000;}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #036;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #036;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #036;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #036;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #036;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #036;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: none;
	color: #036;
}

A.CommandButton:visited
{
	text-decoration: none;
	color: #036;
}

A.CommandButton:hover
{
	text-decoration: none;
	color: #036;
}

A.CommandButton:active
{
	text-decoration: none;
	color: #036;
}

A:link
{
	text-decoration: none;
	color: #036;
}

A:visited
{
	text-decoration: none;
	color: #036;
}

A:hover
{
	text-decoration: none;
	color: #036;
}

A:active
{
	text-decoration: none;
	color: #036;
}



