﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFF;
}	
.skinmaster {
	height: 100%;
	background-color: #FFF;
}
.skinheader {
}
.breadcrumbback{
	background-image:url(bcback.gif);
	height: 117px;
	background-repeat: no-repeat;
	background-position: center;
}
.skingradient {
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
}
.leftpane {
	background-color: transparent;
}
.contentpane {
	width: 100%;
	background-color: transparent;
}
.rightpane {
	background-color: transparent;	
}
.bottompane {
	width: 100%;
	background-color: transparent;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	color: #999; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	color: #999; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	text-transform: lowercase;
	background-color: Transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #FFF;
  color: #000; 
}

.main_dnnmenu_itemhover td {  
	background-color: #FFF; 
	color: #000;
}

td.section {
	color: #999;
	font-size: 9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}	 
	
.main_dnnmenu_icon {
	cursor: pointer; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	color: #999;
    background-color: #FFF;
	z-index: 1000; 
	cursor: pointer; 
	padding: 1px 1px 1px 1px;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer;  
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.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; 
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:  18px;
   font-weight: normal;
   color: #333;
}

.SkinObject2
{
	font-weight: normal;
	font-size: 14pt;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.SkinObject2:link
{
	text-decoration: none;
	color: #999;
}

A.SkinObject2:visited
{
	text-decoration: none;
	color: #999;
}

A.SkinObject2:hover
{
	text-decoration: none;
	color: #000;
}

A.SkinObject2:active
{
	text-decoration: none;
	color: #333;
}

.clearLinks
{
	color: #FFF;
}

A.clearLinks:link
{
	color: #FFF;
}

A.clearLinks:visited
{
	color: #FFF;
}

A.clearLinks:hover
{
	color: #FFF;
}

A.clearLinks:active
{
	color: #FFF;
}

A.learn:link
{
	text-decoration: none;
	color: #999;
}

A.learn:visited
{
	text-decoration: none;
	color: #999;
}

A.learn:hover
{
	text-decoration: none;
	color: #9cfe0b;
}

A.love:link
{
	text-decoration: none;
	color: #999;
}

A.love:visited
{
	text-decoration: none;
	color: #999;
}

A.love:hover
{
	text-decoration: none;
	color: #ff47e7;
}
A.live:link
{
	text-decoration: none;
	color: #999;
}

A.live:visited
{
	text-decoration: none;
	color: #999;
}

A.live:hover
{
	text-decoration: none;
	color: #fda036;
}

A.home:link
{
	text-decoration: none;
	color: #999;
}

A.home:visited
{
	text-decoration: none;
	color: #999;
}

A.home:hover
{
	text-decoration: none;
	color: #000;
}
.mygodpodNav{
	position: absolute;
	z-index:1000;
	top: 550px;
	left: 10px;
}

