/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: "Arial Black", Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
    color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.Normal, TD{font-size:12px;}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 14px;
    color: blue;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: blue;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: blue;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: blue;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: blue;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:blue;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:blue;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:blue;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:blue;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:blue;
}

.SkinObject {
    font-weight: bold;
    font-size: 14px;
    color: blue;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SkinObject:link {
    text-decoration:    none;
    color: blue;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: blue;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: blue;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color: blue;
}

/* Main Menu */
.MainMenu_MenuContainer, .MainMenu_MenuContainer TD, .MainMenu_MenuContainer TR, .MainMenu_MenuBar, .MainMenu_MenuBar TD, .MainMenu_MenuBar TR,.MainMenu_SubMenu, .MainMenu_MenuBreak, .MainMenu_RootMenuArrow{
	border-left: #000000 0px solid; border-bottom: #000000 0px solid; border-top: #000000 0px solid; border-right: #000000 0px solid; 
	background-color:transparent; background-image:none; width:auto; height:auto; filter:none;
}

.MainMenu_SubMenu{
	border-left: #000000 1px solid; border-bottom: #000000 1px solid; border-top: #000000 1px solid; border-right: #000000 1px solid;;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='Blue', Direction=135, Strength=1);; 
}

.MainMenu_SubMenu .MainMenu_MenuItem, .MainMenu_SubMenu .MainMenu_MenuIcon , .MainMenu_SubMenu .MainMenu_MenuArrow{
	border-left: #94CFF3 1px solid; 
	border-bottom: #94CFF3 1px solid; 
	border-top: #94CFF3 1px solid; 
	border-right: #94CFF3 1px solid; 
	background-color: #94CFF3;
	color: blue;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel{
	border-left: blue 1px solid; 
	border-bottom: blue 1px solid; 
	border-top: blue 1px solid; 
	border-right: blue 1px solid; 
	background-color: blue;
	color:white;
}

.ModuleTitle_MenuBreak{
	background-color: blue;
}

TR.MainMenu_MenuBar TD, TR.MainMenu_MenuBar TD.MainMenu_RootMenuArrow{
	border-left: #000000 0px solid; border-bottom: #000000 0px solid; border-top: #000000 0px solid; border-right: #000000 0px solid; ;
	color:blue;
	background-color: Transparent;;
}

TR.MainMenu_MenuItemSel TD, TR.MainMenu_MenuItemSel TD.MainMenu_RootMenuArrow{
	border-left: #000000 0px solid; border-bottom: #000000 0px solid; border-top: #000000 0px solid; border-right: #000000 0px solid; ;
	color:white;
	background-color: Blue;;
}

.MainMenu_MenuContainer TD{
	font-family: "Arial Black", Arial, Helvetica; font-size: 13px; font-weight:normal;;
}

.MainMenu_SubMenu TD{
	font-family: "Arial Black", Arial, Helvetica; font-size: 13px; font-weight:normal;;
}

TD.MainMenu_MenuIcon{
	width:10px;
	text-align: left;
	display:none; ;
}
TD.MainMenu_RootMenuArrow, TD.MainMenu_MenuArrow{
	width:10px;
	text-align: right;
}

.MainMenu_MenuContainer TABLE{
	width:;
	height:23px;
}

.MainMenu_SubMenu TABLE{
	width:130px;
}

.MainMenu_SubMenu TD{
	height:auto;
}

/*ACTIONS*/

.ModuleTitle_MenuContainer, .ModuleTitle_MenuContainer TD, .ModuleTitle_MenuContainer TR, .ModuleTitle_MenuBar, .ModuleTitle_MenuBar TD, .ModuleTitle_MenuBar TR,.ModuleTitle_SubMenu, .ModuleTitle_MenuBreak, .ModuleTitle_RootMenuArrow{
	border-left: #000000 0px solid; border-bottom: #000000 0px solid; border-top: #000000 0px solid; border-right: #000000 0px solid; 
	background-color:transparent; background-image:none; width:auto; height:auto; filter:none;
}

.ModuleTitle_SubMenu{
	border-left: #000000 1px solid; border-bottom: #000000 1px solid; border-top: #000000 1px solid; border-right: #000000 1px solid;;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='Blue', Direction=135, Strength=1);; 
}

.ModuleTitle_SubMenu .ModuleTitle_MenuItem, .ModuleTitle_SubMenu .ModuleTitle_MenuIcon , .ModuleTitle_SubMenu .ModuleTitle_MenuArrow{
	border-left: #94CFF3 1px solid; 
	border-bottom: #94CFF3 1px solid; 
	border-top: #94CFF3 1px solid; 
	border-right: #94CFF3 1px solid; 
	background-color: #94CFF3;
	color: blue;
}

.ModuleTitle_SubMenu .ModuleTitle_MenuItemSel{
	border-left: blue 1px solid; 
	border-bottom: blue 1px solid; 
	border-top: blue 1px solid; 
	border-right: blue 1px solid; 
	background-color: blue;
	color:white;
}

.ModuleTitle_MenuBreak{
	background-color: #94CFF3;
}

.ModuleTitle_SubMenu TD{
	font-family: "Arial Black", Arial, Helvetica; font-size: 13px; font-weight:normal;;
}

TD.ModuleTitle_MenuIcon{
	width:10px;
	text-align: left;
}

TD.ModuleTitle_RootMenuArrow, TD.ModuleTitle_MenuArrow{
	width:10px;
	text-align: right;
}

.ModuleTitle_SubMenu TABLE{
	width:130px;
}



