/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 800px;
	font-family: Verdana, Arial, Helvetica;; 
    font-size: 11px;
    font-weight: normal;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}

.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    Bold;
    color: black;
}

.StandardButton     {
    background: #434b4d none; 
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica;; 
    font-size: 11px;
    font-weight: normal;
}
.Footer {
color: #ffffff; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: normal; 
}

 a.Footer:link, a.Footer:visited, a.Footer:active {
 color: #ffffff; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: normal; 
	font-style: underline;
 }

.OtherTabs {
color: #666666; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
}



/* -- Menu Styles -- */


.TopMenuGroup
{
  background-color: transparent;
}

.MenuGroup
{
  border:solid 1px #333333;
  background-color: #f8f8f8;
}

.TopMenuItem
{	
 	color: white;
 	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
    cursor:pointer;
}

.TopMenuItemHover
{
	border-bottom: #9a9a9a solid 0px;
    background-color:#424242;
	color: white;
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
    cursor:pointer;
}

.MenuItem
{
  background-color: #666666;
  color: #ffffff;
  font-family:verdana;
  font-size:10px;
  cursor:pointer;
}

.MenuItemHover
{
  background-color:#424242;
  color: white;
  font-family:verdana;
  font-size:10px;
  cursor:pointer;
}




