/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	height: 100%;
	width: 747px;
	background-color: #FFFFFF;
	border-right: #FFFFFF 3px ridge; 
	border-top: #FFFFFF 3px ridge; 
	border-left: #FFFFFF 3px ridge; 
	border-bottom: #FFFFFF 3px ridge; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader 
{
	background-color: #FFFFFF;
}

.cpanelpane 
{
	width: 100%;
	background-color: #000000;
}

.skingradient {
	background-color: #FFFFFF; 
	height:30px;
	color: #000000;
}
.barlink 
{
    font-weight: bold;
    font-size: 8.5pt;
    color: gray;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.barlink:link {
    text-decoration:    none;
    color: gray;
}

A.barlink:visited  {
    text-decoration:    none;
    color: gray;
}

A.barlink:active   {
    text-decoration:    none;
    color: gray;
}

A.barlink:hover    {
    text-decoration: underline;
    color: silver;
}

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.MainMenu_MenuItem {

	border: solid 0px #FFFFFF;
	cursor: pointer; 
	cursor: hand; 
	color: #3D6C9D; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #CFEFFF;
	font-family: Verdana, Tahoma, Arial; 
	height: 25px;
}

.MainMenu_MenuIcon 
{
	border: solid 0px #000000;
	background-color: #CFEFFF; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 25px; 
	height: 25px;
}
.MainMenu_MenuContainer {
	background-color: #CFEFFF; 
	height:25px;
	border-bottom: solid 2px #6DA4DD;
	border-top: solid 2px #6DA4DD;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 25px;
	background-color: #CFEFFF;

}

.MainMenu_SubMenu 
{
	border: solid 0px #FFFFFF;
	background-color: #FFFFFF;  
	font-family: Verdana, Tahoma, Arial;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#FFFFFF', Direction=135, Strength=3); 
}
.MainMenu_MenuItemSel {
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #D31900; 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	height: 25px;
}

.MainMenu_Selected
{
    background: transparent scroll repeat 0% 0%;
    height: 25px;
}

.MainMenu_Active
{
    background: transparent scroll repeat 0% 0%;
    color: #000000;
    height: 25px;
}

.MainMenu_BreadcrumbActive
{
    background-color: transparent;
    height: 25px;
}

.MainMenu_MenuArrow 
{
	border: solid 0px #000000;
	font-family: webdings; 
	color: #000000;
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow 
{
	border: solid 0px #000000;
	font-family: webdings; 
	color: #000000;
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton {
  background: #6DA4DD 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: Bold;
   color: Black;
}


