/* 
================================
Skin styles for DotNetNuke
================================
*/   


.skinpagemaster {
	font-family:Verdana;
	font-size:8pt;

}


.skinmenu
{
	font-size:8pt;	
	color:#e6f1cd;
	font-family:Verdana;
	background-color: #336600;
}

.skinmenu a.SkinObject:link
{
	font-family:Verdana;
	font-size:8pt;	
	color:#e6f1cd;
	

}

.skinmenu a.SkinObject:hover
{
	font-family:Verdana;
	font-size:8pt;	
	color:#b0d754;
	

}


.skininfo {
    font-size: 8pt;
    color: #336600;
	background-color: #e6f1cd;
}

.skininfo a.SkinObject:link
{
	font-family:Verdana;
	font-size:8pt;	
	color:#336600;
	
}
.skininfo a.SkinObject:hover
{
	font-family:Verdana;
	font-size:8pt;	
	color:#b0d754;
	
}
.skininfo .SkinObject
{
	font-family:Verdana;
	font-size:8pt;	
	color:#336600;
	
}


.toppane
{
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
}

.rightpane {
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


.leftpane
{
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	}

.contentpane {
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.copyright{
	
	background-color:#b0d754;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	
}
.copyright .SkinObject{
	
	font-family:Verdana;
	font-size:8pt;	
	color:#336600;
}



/* menu */
.MainMenu_MenuContainer {
	background-color: #336600; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color:#336600;
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
}

.MainMenu_MenuItem {
	cursor: hand; 
	color:#E7F3FF; 
	
	font-family: verdana; 
	font-size: 8pt; 

	font-style: normal; 
	background-color: #336600;
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
}

 .MainMenu_MenuIcon {
	background-color: #336600;
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: hand;
	background-color: #336600;
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
}
.MainMenu_MenuBreak {
	height: 1px;
	background-color: #336600;
border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
}

/*o over do menu*/
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color:#b0d754; 
	font-family: verdana; 
	font-size: 8pt; 
	font-style: normal;
	background-color:  #336600;
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
}

.MainMenu_MenuArrow {
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
}
.MainMenu_RootMenuArrow {
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
}
.StandardButton     {
	background-color: transparent;
    color: #000000;
    font-family:Verdana, sans-serif; 
    font-size: 12px;
    font-weight: normal
}


.Head   {
    font-family: verdana;
    font-size:  8pt;
    font-weight:    normal;
    color: #333333;
}

.SkinObject {
    font-weight: bold;
    font-size: 8pt;
	color:#003366;
    font-family: verdana;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}


