/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
}
.skinheader {
	padding-top: 0px;
	padding-bottom: 0px;
}
.skinmenu {
	height: 25px;
	background-color: #990000;
}
.skinfooter {
	height: 40px;
	background-color: #ffffff;
}
.controlpanel {
	width: 100%;
	background-color: #ffffff;
}
.contentpane {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	font-family: Verdana, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #000000
}
.leftpane {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	font-family: Verdana, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #000000;
}
.statuspane {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	font-family: Verdana, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #000000;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: hand;
	height:25;
	background-color: #990000;
}
.MainMenu_MenuItem {
	border-left: #990000 0px solid; 
	border-bottom: #990000 0px solid; 
	border-top: #990000 0px solid; 
	border-right: #990000 0px solid;
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Helvetica; 
	font-size: 16px; 
	font-style: normal; 
	background-color: Transparent;
	padding-left: 3px;
	padding-right: 3px;
}
.MainMenu_MenuIcon {
	background-color: #990000 ; 
	border-left: #990000 0px solid; 
	border-bottom: #990000 0px solid; 
	border-top: #990000 0px solid; 
	cursor: hand; 
	text-align: center; 
	width: 21; 
	height: 21;
}
.MainMenu_SubMenu {
	background-color: #990000 ; 
	z-index: 1000; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #990000; 
	cursor: hand; 
	color: #FFF000; 
	font-family: Verdana, Helvetica; 
	font-size: 16px; 
	font-style: normal;
	padding-left: 3px;
	padding-right: 3px;
}
.MainMenu_MenuArrow {
	border-right: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 0px solid; 
	border-top: #CCCCCC 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
}
.StandardButton     {
    background: #A223A2 none; 
    color: #FFFFFF;
    font-family: Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.Head   {
    font-family: Verdana, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #FFCC66;
}
.footer   {
    font-family: Verdana, Helvetica;
    font-size:  10px;
    font-weight:    normal;
    color: #333333;
}
.date   {
    font-family: Verdana, Helvetica;
    font-size:  10px;
    font-weight:    normal;
    color: #ffffff;
    padding-left: 3px;
    padding-right: 12px;
    
}
.Login {
	border-left: #990000 0px solid; 
	border-bottom: #990000 0px solid; 
	border-top: #990000 0px solid; 
	border-right: #990000 0px solid;
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Helvetica; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold;
	background-color: Transparent;
	padding-left: 3px;
	padding-right: 12px;
}
A:link  {
    text-decoration:    none;
    color:  #A223A2;
}

A:visited   {
    text-decoration:    none;
    color:  #A223A2;
}

A:active    {
    text-decoration:    none;
    color:  #333333;
}

A:hover {
    text-decoration:    underline;
    color:  #008A7B;
}
A.footer:link  {
    text-decoration:    none;
    color:  #A223A2;
}

A.footer:visited   {
    text-decoration:    none;
    color:  #A223A2;
}

A.footer:active    {
    text-decoration:    none;
    color:  #333333;
}

A.footer:hover {
    text-decoration:    underline;
    color:  #990000;
}
A.login:link  {
    text-decoration:    none;
    color:  #ffffff;
}

A.login:visited   {
    text-decoration:    none;
    color:  #ffffff;
}

A.login:active    {
    text-decoration:    none;
    color:  #ffffff;
}

A.login:hover {
    text-decoration:    underline;
    color:  #FFF000;
}
