/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 16px;
    color: Black;
    width: 100%;
    height: 24px;
}

/* background color for the content part of the pages */
Body
{
    background-color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica;
}

.LeftPane {
    background-color: #FFFFFF;
}

.ContentPane
{
    background-color: #FFFFFF;
}

.RightPane {
    background-color: #FFFFFF;
}

.EMMELogoBar 
{
    background-color: #008080;
}

.EMMEMenuBar 
{
    background-color: #333333;
}

.CopyRight {
    font-weight: bold;
    font-size: 12px;
    color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

.TheDate {
    font-weight: bold;
    font-size: 12px;
    color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 12px;
	color: #CBCFDA;
	font-family: Verdana, Arial, Helvetica;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #CBCFDA;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #CBCFDA;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #CBCFDA;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: White;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 12px;
    color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: #CCCCCC;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #CCCCCC;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #CCCCCC;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #FFFFFF;
}

/* text style for the bottom bar links */
.BottomTabs {
    font-weight: bold;
    font-size: 12px;
    color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.BottomTabs:link {
    text-decoration:    none;
    color: #CCCCCC;
}

A.BottomTabs:visited  {
    text-decoration:    none;
    color: #CCCCCC;
}

A.BottomTabs:active   {
    text-decoration:    none;
    color: #CCCCCC;
}

A.BottomTabs:hover    {
    text-decoration:    underline;
    color: #FFFFFF;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem
{
	border-right: #333333 0px solid;
	border-top: #333333 0px solid;
	font-weight: bold;
	font-size: 13px;
	border-left: #333333 0px solid;
	cursor: pointer; 
	cursor: hand;
	color: #CBCFDA;
	border-bottom: #333333 0px solid;
	font-family: Arial, Helvetica;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #333333;
	border-left: #FFFFFF 0px solid; 
	border-right: #333333 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #333333; 
	color: #CBCFDA;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #333333 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #333333 0px solid; 
	border-left: #333333 0px solid; 
	border-top: #333333 0px solid;  
	border-right: #333333 0px solid; 
	background-color: #333333; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 13px;
	cursor: pointer; 
	cursor: hand;
	color: White;
	font-style: normal;
	font-family: Arial, Helvetica;
	background-color: #333333;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #CBCFDA; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

