/* 
================================
Skin styles for DotNetNuke
================================
*/   

.controlpanel 
{
	width: 100%;
	background-color: #fefefe;
}
.toppane 
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane 
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 1px;
}
.rightpane 
{
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 1px;
}
.bottompane 
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.skinheader 
{
  
}

.MainMenu_MenuBreak /*fixes background color over memnu seperators*/
{
   background-color: Transparent; 
   border-top: none;
   border-bottom: none;
}

.pagemaster 
{
	width: 100%;
	height: 100%;	
	background-color:#DCE7ED;
}
.skinmaster {
	height: 100%;
	background-color: #DCE7ED;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.leftpane 
{
	background-color:Transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
}

.BreadCrumb
{
  color:#FFFFFF;
  font-family:Arial;
  font-size:10pt;
}
A.BreadCrumb:link
{
  color:#FFFFFF;
  text-decoration:none;
  font-family:Arial;
  font-size:10pt;
}
A.BreadCrumb:active
{
  color:#FFFFFF;
  text-decoration:none;
  font-family:Arial;
  font-size:10pt;
}
A.BreadCrumb:visited
{
  color:#FFFFFF;
  text-decoration:none;
  font-family:Arial;
  font-size:10pt;
}
A.BreadCrumb:hover
{
  color:#FFFFFF;
  text-decoration:none;
  font-family:Arial;
  font-size:10pt;
}
.plaintext
{
   color:#FFFFFF;
}
.skingradient 
{
    background-color: #5E6F9B;
}

.Backgroundcolor 
{
    background-color: #8F98A3;
}

.TableTransparent
{
   background-color:Transparent;
}

.MainMenu_MenuBar
{
  padding-top:3px;
  background-color:Transparent;
}
.MainMenu_RootMenuItem
{
   background-color:Transparent;
   border-width:0px; /*Removes White border around items*/

}
.MainMenu_MenuContainer
{
    
}
.MainMenu_RootMenuItem TD
{
   vertical-align:middle;
   text-align:left;
   background-color:Transparent;
   color:#FFFFFF;
   font-family:Arial;
   font-size:11pt;
   font-weight:lighter;
   white-space:nowrap;
}

.MainMenu_RootMenuItemActive TD
{
   vertical-align:middle;
   text-align:left;
   background-color: Transparent;
   color:#FEFFE0;
   font-family:Arial;
   font-size:11pt; 
   font-weight:bold;
   white-space:nowrap;
}

.MainMenu_RootMenuItemSelected TD
{
   vertical-align:middle;
   text-align:left;
   background-color:Transparent;
   color:#FEFFE0;
   font-family:Arial;
   font-size:11pt; 
   white-space:nowrap;
}

.MainMenu_SubMenuItem
{
    font-family:Arial;
    font-size: 11pt;
    font-style: normal;
    background-color:Transparent;
    color:#FFFFFF;
}

.MainMenu_SubMenuItemSel
{
    color:#FFFFFF;
    font-family:Arial;
    font-size: 11pt;
    font-style: normal;
    background-color:#486172;
}
.MainMenu_SubMenu
{
   background-color:#58778C;
}

.MainMenu_MenuIcon
{
    background-color: #C7C7C7;
    width: 6px;
}

.rightseparatorclass
{
  background-color: #5E6F9B; 
  white-space:normal;
  vertical-align:middle;
  padding-right:1px;
}

.MyDate
{
  color: #FFFFFF;              /*90BDD0;*/
  font-family:Arial;
  font-size:10pt;
  
}
.MyLinkColor
{
  font-family:Arial;
  color: #ffffff; 
  font-size:10pt;
}
.MyLinkColor:link
{
  color: #ffffff; 
  text-decoration:none;
}
.MyLinkColor:active
{
  color: #ffffff; 
  text-decoration:none;
}
.MyLinkColor:visited
{
  color: #ffffff; 
  text-decoration:none;
}
.MyLinkColor:hover
{
  color: #ffffff; 
  text-decoration:underline;
}

/***********************************************
                CAMW!C Skin CSS 
***********************************************/


/*A.SkinObject:link 
{
color:#0a4600;
}
A.SkinObject:active 
{
color:#0a4600;
}
A.SkinObject:visited
{
color:#0a4600;
}
A.SkinObject:hover
{
color:#19b509;
}
Span.SkinObject
{
color:#0a4600;
}*/

.Head 
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}

