/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {

font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {



}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}



/* Main Menu */

.MainMenu_RootMenuItem td
{
    padding-left: 10px;
    padding-right: 4px;
}

.MainMenu_RootMenuItemSelected
{

    background-color: transparent;
    height: 16px;
}


.MainMenu_MenuBar {
 cursor: pointer;
 
 height:16px;
}

.MainMenu_MenuItem {
 cursor: pointer;

 color: #72347a;

 font-family: Arial, Helvetica;
 font-size: 13px;
 font-weight: bold;
 font-style: normal;

 border-left: #FFFFFF 0px solid;
 border-bottom: #FFFFFF 0px solid;
 border-top: #FFFFFF 0px solid;
 border-right: #FFFFFF 0px solid;
}

.MainMenu_MenuIcon
{
    
	display: none;
	}



.MainMenu_SubMenu {
 z-index: 1000;
    cursor: pointer;
    cursor: hand;
  background-color: #f4f7ff;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
    border-bottom: black 0px solid;
    border-left: red 0px solid;
    border-top: purple 0px solid;
    border-right: blue 0px solid;

}

.MainMenu_SubMenuItemActive
{
    border: solid 0px #f4f7ff;
    background-color: #f4f7ff;
    height: 14px;
    padding: 3px;
}

.MainMenu_SubMenuItemSelected
{
   
    background-color: #f4f7ff;
    height: 12px;
}


.MainMenu_MenuBreak {
 border-bottom: #404040 0px solid;
 border-left: #FF8080 0px solid;
 border-top: #FF8080 0px solid; 
 border-right: #404040 0px solid;
 height: 0px;
}

.MainMenu_MenuItemSel {
 cursor: pointer; 
 background-color: transparent;
 color: black;
 font-family: Arial, Helvetica;
 font-size: 13px;
 font-weight: bold;
 font-style: normal;

border-left: #000000 0px solid;
 border-right: #000000 0px solid;
 border-bottom: #000000 0px solid;
 border-top: #000000 0px solid;
}

.MainMenu_MenuArrow
{
    font-family: verdana;
    font-size: 10px;
    cursor: pointer;
   
    border-right: red 0px solid;
    border-bottom: purple 0px solid;
    border-top: blue 0px solid;
    background-color: #f4f7ff;
    width: 0px;
}

.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 30px;
    cursor: pointer;
    cursor: hand;
    background-color: #f4f7ff;
    border-right: red 0px solid;
    border-left: yellow 0px solid;
    border-bottom: purple 0px solid;
    border-top: blue 0px solid;
}



.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #72347a;
}
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #72347a;
font-weight: bold;

}
.footer a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #72347a;
font-weight: bold;
}
.footer a:hover {

        font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
font-weight: bold;
}

img { border: none; } 










