/* 
================================
Skin styles for DotNetNuke
================================
*/   

.body
{
	width: 100%;
	height:100%;
	background-color: #ffffff;
}
.topPane
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #3A297B;
    text-decoration: none;
}
.topPane A:link
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #3a297b;
    text-decoration: none;
}
.topPane A:visited
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #3a297b;
    text-decoration: none;
}
.topPane A:active 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #3a297b;
    text-decoration: none;
}
.topPane A:hover 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #c50829;
    text-decoration: overline, underline;
}
.leftPane 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}
.leftPane A:link
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
    color: #f0f0f0;
    text-decoration: none;
}
.leftPane A:visited
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #f0f0f0;
    text-decoration: none;
}
.leftPane A:active
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #f0f0f0;
    text-decoration: none;
}
.topRight A:hover
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #3a297b;
    text-decoration: underline;
}
.contentPane
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.contentPane A:link
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #3a297b;
    text-decoration: none;
}
.contentPane A:visited
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #3a297b;
    text-decoration: none;
}
.contentPane A:active
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #3a297b;
    text-decoration: none;
}
.contentPane A:hover
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #c50829;
    text-decoration: underline;
}
.footer
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.footer A:link
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #3a297b;
    text-decoration: none;
}
.footer A:visited
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #3a297b;
    text-decoration: none;
}
.footer A:active
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #3a297b;
    text-decoration: none;
}
.footer A:hover
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #c50829;
    text-decoration: underline;
}
/* Main Menu Styles */

/* Menu Container CSS Class */
.MainMenu_MenuContainer 
{
    background-color: transparent;
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
/* Menu Bar CSS Class */
.MainMenu_MenuBar 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
	color: white;
    text-decoration: none;
    background-color: Transparent;
}
/* Menu Item CSS Class */
.MainMenu_MenuItem 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
	color: white;
    text-decoration: none;
	border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
	background-color: transparent;
}
/* Menu Icon CSS Class */
.MainMenu_MenuIcon 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    background-color: Transparent;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}
/* SubMenu CSS Class */
.MainMenu_SubMenu 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
	background-color: #3a297b;
}
/* Menu Break CSS Class */
.MainMenu_MenuBreak 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    background-color: Transparent;
}
/* Menu Item CSS Class for mouse-over */
.MainMenu_MenuItemSel 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
    color: #c50829;
    text-decoration: none;
	background-color: Transparent; 
}
/* Menu Arrow CSS Class */
.MainMenu_MenuArrow 
{
    font-family: Tahoma, Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    background-color: Transparent;
	border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}
/* Menu Root Arrow CSS Class */
.MainMenu_RootMenuArrow 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    background-color: Transparent;
}
