/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 15px;
	color: z;
	font-family: Verdana;
}

/* background color for the content part of the pages */
Body
{
	background-color: white;
    color: #0B0D59;
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #0B0D59;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 12px;
    color: #0B0D59;
    font-family: Verdana;
    text-decoration: none;
}

/* hyperlink style for the selected tab */

A.SelectedTab:link {
    text-decoration:    none;
    color: #0B0D59;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #0B0D59;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #0B0D59;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #0B0D59;
}

.SubHead    {

    color: #0B0D59;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    color: white;
}

A:link  {
    color: white;
    text-decoration: underline;

}

A:Hover  {
    color: white;
}

A:visited  {
    color: #0B0D59;
    text-decoration: underline;

}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    color: #0B0D59;
}

A.CommandButton:visited  {
    color: #0B0D59;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-weight: strong;
    font-size: 12px;
    color:#0B0D59;
    font-family: Verdana;
    text-decoration: none;
}

/* class for login tag */
.LoginTag {
 	font-size: 9px; 
	font-weight: bold; 
   color:white;
    font-family: Verdana;
    text-decoration: none;
}    

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#0B0D59;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#0B0D59;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#0B0D59;
}

.Footer
{
	font-weight: normal;
	font-size: 10px;
	color: #0B0D59;
	font-family: Verdana;
	text-decoration: none;
}
.Date
{
	font-weight: bold;
	font-size: 10px;
	color: #0B0D59;
	font-family: Verdana;
	text-decoration: none;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color:Transparent;
}

.MainMenu_MenuBar {
	cursor: default; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	cursor:default; 
	cursor: hand; 
	color: white; 
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: bold; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: default; 
	cursor: hand; 
	background-color: White;
	border-left: #000069 1px solid; 
	border-right: #000069 1px solid; 
	border-bottom: #000069 0px solid; 
	border-top: #000069 0px solid; 
	text-align: center; 
	width: 21; 
	height: 21;
}

.MainMenu_SubMenu
{
	border-right: #000069 1px solid;
	border-top: #000069 1px solid;
	border-left: #000069 1px solid;
	border-bottom: #000069 1px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	cursor: hand;
	background-color: #003366;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	border-right: #00A1FC 0px solid;
	border-top: #00A1FC 1px solid;
	font-weight: bolder;
	border-left: #00A1FC 0px solid;
	cursor: hand;
	color: #FFFFFF;
	border-bottom: #00A1FC 1px solid;
	font-family: Verdana;
	background-color: #0099FF;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	color: white; 
	cursor: default; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: default; 
	cursor: hand;
	color:white;
}

.rootmenuitemactivecssclass
{
	border-right: #00A1FC 0px solid;
	border-top: #00A1FC 1px solid;
	font-weight: bolder;
	border-left: #00A1FC 0px solid;
	cursor: hand;
	color: #FFFFFF;
	border-bottom: #00A1FC 1px solid;
	font-family: Verdana;
	background-color: yellow;
}


