/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
.dnnd{display:none;}

.SkinImage{background-image:url(header/bluesky.jpg);}
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana,Arial,Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: darkblue;
}

.Normal, TD {font-size: 12px;}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab, .SkinObject {
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-family: Verdana,Arial,Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link, A.SkinObject:link {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:visited ,A.SkinObject:visited  {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:active ,A.SkinObject:active   {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:hover  ,A.SkinObject:hover    {
    text-decoration:    none;
    color: white;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:blue;
    font-family: Verdana,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;
}

/* 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: #5982AE 1px solid; 
	border-bottom: #5982AE 1px solid; 
	border-top: #5982AE 1px solid; 
	border-right: #5982AE 1px solid; 
	background-color: #5982AE;
	color: #ffffff;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel{
	border-left: #000066 1px solid; 
	border-bottom: #000066 1px solid; 
	border-top: #000066 1px solid; 
	border-right: #000066 1px solid; 
	background-color: #000066;
	color:#ffffff;
}

.ModuleTitle_MenuBreak{
	background-color: #000066;
}

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:#ffffff;
	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:#ffffff;
	background-color: #000066;;
}

.MainMenu_MenuContainer TD{
	;
}

.MainMenu_SubMenu TD{
	;
}

TD.MainMenu_MenuIcon{
	width:10px;
	text-align: left;
	;
}
TD.MainMenu_RootMenuArrow, TD.MainMenu_MenuArrow{
	width:10px;
	text-align: right;
}

.MainMenu_MenuContainer TABLE{
	width:;
	height:20px;
}

.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: #5982AE 1px solid; 
	border-bottom: #5982AE 1px solid; 
	border-top: #5982AE 1px solid; 
	border-right: #5982AE 1px solid; 
	background-color: #5982AE;
	color: #ffffff;
}

.ModuleTitle_SubMenu .ModuleTitle_MenuItemSel{
	border-left: #000066 1px solid; 
	border-bottom: #000066 1px solid; 
	border-top: #000066 1px solid; 
	border-right: #000066 1px solid; 
	background-color: #000066;
	color:#ffffff;
}

.ModuleTitle_MenuBreak{
	background-color: #5982AE;
}

.ModuleTitle_SubMenu TD{
	;
}

TD.ModuleTitle_MenuIcon{
	width:10px;
	text-align: left;
}

TD.ModuleTitle_RootMenuArrow, TD.ModuleTitle_MenuArrow{
	width:10px;
	text-align: right;
}

.ModuleTitle_SubMenu TABLE{
	width:130px;
}


