/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles 
.Head   {
    font-family: "Courier New", Arial, Helvetica;
    font-size:  15px;
    font-weight: bold;
    color: black;
}

/* background color for the content part of the pages  */
p
{
    font-family: Verdana;
    font-size: 7.5pt;
    font-weight: normal;	
}

A:link {
	font-family: Verdana;
	font-size: 7.5pt;
	text-decoration: underline;
	color: #ffffff;
} 

A:hover {
	font-size: 7.5pt;
	text-decoration: underline;
	color: navy;
}

A:active {
	font-family: Verdana;
	font-size: 7.5pt;
	text-decoration: underline;
	color: #ffffff;
}

A:visited {
	font-family: Verdana;
	font-size: 7.5pt;
	text-decoration: underline;
	color: #ffffff;
}	

td
{
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: normal;
}

Body
{
    background-color: white;
}

.LeftPane {
    background-color: #7B7C7E;
}

.ContentPane 
{
	font-family: Verdana;
    font-size: 7.5pt;
    font-weight: normal;
    background-color: #7B7C7E;
}

.RightPane {
    background-color: #7B7C7E;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 7.5pt;
    font-weight: normal;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 12px;
    color: white;
    text-decoration: none;
}

.Login {
    font-family: Verdana;
    font-weight: normal;
    font-size 7.5px;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: white;
}

/* text style for the unselected tabs 
.OtherTabs {
    font-weight: normal;
    font-size: 10px;
    color:black;
    font-family: "Courier New", Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs 
A.OtherTabs:link {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

/* Main Menu */


.MainMenu_MenuItem {
	font-family: Verdana;
	font-weight: normal;
	cursor: hand; 
	color: white; 
	font-size: 8.5pt; 
	border-bottom: 0px solid; 
	border-left: 0px solid; 
	border-top: 0px solid; 
	border-right: 0px solid;  
}


.MainMenu_MenuIcon {
	display: none;	
}

.MainMenu_SubMenu {

	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: normal;
	z-index: 1000; 
	cursor: hand; 
	background-color: #204490;
	border-bottom: 2px solid #4e77de; 
	border-left: 2px solid #4e77de; 
	border-top: 2px solid #4e77de; 
	border-right: 2px solid #4e77de;  
}


.MainMenu_MenuItemSel {
	font-family: Verdana;
	background-color: #4e77de; 
	cursor: hand; 
	color: White; 
	font-size: 8.5pt; 
	font-weight: normal; 
	border-bottom: 0px solid; 
	border-left: 0px solid; 
	border-top: 0px solid; 
	border-right: 0px solid;  
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: 0px solid; 
	border-bottom: 0px solid; 
	border-top: 0px solid;
}

