/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Arial, Helvetica, times new roman, tahoma;
}
/* background color for the content part of the pages */
Body
{
width: 100%;
height: 100%;
background-color: #1e274b;
}

/* Portal Links */
A {
   font-family: Arial, Helvetica, times new roman, tahoma;
   font-size: 11px;
 
}
A:link {
   color: #BBDDF3;
   text-decoration: none;
}
A:visited {
   color: #BBDDF3;
   text-decoration: none;
}
A:active {
   color: #BBDDF3;
   text-decoration: none;
}
A:hover {
   color: #FFFFFF;
   text-decoration: none;
   font-size: 11px;
   font-weight: bold;
}
/* Portal Text */
.Normal {
	font-family: Arial, Helvetica, times new roman, tahoma;
	font-size: 11px;
	font-weight: normal;
}

/* [USER] */
.dnnUSER {
	font-family: Arial, Helvetica, times new roman, tahoma;
	font-size: 11px;
	font-weight: normal;
}
A.dnnUSER:link {
	color: #BBDDF3;
	text-decoration: none;
}
A.dnnUSER:visited {
	color: #BBDDF3;
	text-decoration: none;
}
A.dnnUSER:active {
	color: #BBDDF3;
	text-decoration: none;
}
A.dnnUSER:hover {
   color: #FFFFFF;
   text-decoration: none;
}
/* [LOGIN] */
.dnnLOGIN {
	font-family: Arial, Helvetica, times new roman, tahoma;
	font-size: 12px;
	font-weight: normal;
}
A.dnnLOGIN:link {
	color: #BBDDF3;
	text-decoration: none;
}
A.dnnLOGIN:visited {
   color: #BBDDF3;
   text-decoration: none;
}
A.dnnLOGIN:active {
	color: #BBDDF3;
	text-decoration: none;
}
A.dnnLOGIN:hover {
   color: #FFFFFF;
   text-decoration: none;
}
/* [CURRENTDATE] */
.dnnCURRENTDATE {
	font-family: Arial, Helvetica, times new roman, tahomal;
	font-size: 11px;
	font-weight: normal;
	color: #BBDDF3;
}
/* [COPYRIGHT] */
.dnnCOPYRIGHT {
	font-family: Arial, Helvetica, times new roman, tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #BBDDF3;
}
/* [TERMS] */
.dnnTERMS {
	font-family: Arial, Helvetica, times new roman, tahoma;
	font-weight: normal;
	font-size: 11px;
}
A.dnnTERMS:link {
	color: #BBDDF3;
	text-decoration: none;
}
A.dnnTERMS:visited {
   color: #BBDDF3;
   text-decoration: none;
}
A.dnnTERMS:active {
	color: #BBDDF3;
	text-decoration: none;
}
A.dnnTERMS:hover {
   color: #FFFFFF;
   text-decoration: none;
}
/* [PRIVACY] */
.dnnPRIVACY {
	font-family: Arial, Helvetica, times new roman, tahoma;
	font-weight: normal;
	font-size: 11px;
}
A.dnnPRIVACY:link {
	color: #BBDDF3;
	text-decoration: none;
}
A.dnnPRIVACY:visited {
   color: #BBDDF3;
   text-decoration: none;
}
A.dnnPRIVACY:active {
	color: #BBDDF3;
	text-decoration: none;
}
A.dnnPRIVACY:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* ********** Container Style ************** */
.Head { font-size:12px;font-weight:bold;color: white;}
.SubHead	{font-size:12px; color: white;}
.SubSubHead	{ font-size:11px; color: white; }
.Normal { font-family: Tahoma, Geneva, sans-serif;font-size:11px;line-height:14px;color:white;}
.NormalBold,.DataGrid_Item ,.DataGrid_Header { color: white;}

/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
   font-weight: bold;
   color: white;
}

a.CommandButton:hover {
   font-weight: bold;
   color: aqua;
   text-decoration: none;
}

.Banner 
{
}
.LeftPane {
}
.ContentPane {
}
.ContentPane2 {
}
.RightPane {
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica, times new roman, tahoma;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    font-size: 12px;
    color: white;
}

A.SelectedTab:visited  {
    text-decoration: none;
    font-size: 12px;
    color: white;
}

A.SelectedTab:active   {
    text-decoration: none;
    font-size: 12px;
    color:white;
}

A.SelectedTab:hover    {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: aqua;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-size: 12px;
    color: white;
    font-family: Arial, Helvetica, times new roman, tahoma;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    font-size: 12px;
    color: white;
}

A.OtherTabs:visited  {
    text-decoration: none;
    font-size: 12px;
    color: white;
}

A.OtherTabs:active   {
    text-decoration: none;
    font-size: 12px;
    color: white;
}

A.OtherTabs:hover    {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #ff8000;
}

/* text style used for most text rendered by modules */
.Normal
{font-weight:regular;
 font-size:12px;
 color: white;
 font-family: Arial, Helvetica, times new roman, tahoma;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* [SOLPATRMENU] */
/* Vertical Menu */
.MainMenu_MenuContainer_Vert {
   font-size: 0px;
   background-color: black;
   filter:alpha(opacity=90,FinishOpacity=60,Style=4, StartX=50, StartY=50, FinishX=70, FinishY=100), progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=150, Strength=4) ;
   border-top: 1px solid #6086a1;
   width: 150px;
   height:auto;
}
.MainMenu_MenuBar_Vert {
	background-color: transparent;
	text-align: left;
}
.MainMenu_MenuItem {
   border-style: none;
   font-family: Arial, Helvetica, times new roman, tahoma;
   font-size: 11px;
   font-weight: normal;
   color: white;
   height: 20px;
}
.MainMenu_MenuItemSel {
   border-style: none;
   font-family: Arial, Helvetica, times new roman, tahoma;
   font-size: 11px;
   font-weight: bold;
   color: #FFFFFF;
   background: url(menu.png);
   height: 20px;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuArrow {
display: none;
}
.MainMenu_MenuBreak {
	border-style: none;
	background-color: transparent;
}
.MainMenu_SubMenu {
   margin: 0px 0px 0px -1px;
   border-style: solid;
   border-color: #6086a1;
   border-width: 1px;
   background-color: #1e2446;
filter:alpha(opacity=95,FinishOpacity=70,Style=3, StartX=50, StartY=50, FinishX=70, FinishY=100), progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=150, Strength=4) 
}
.MainMenu_SubMenuItemSel {
	border-style: none;
	font-family: Arial, Helvetica, times new roman, tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-position: center bottom;
	background-image: url(menu.png);
	background-repeat: repeat-x;

	height: 20px;
}
.MainMenu_RootMenuArrow {
	display: none;
}
.MainMenu_RootMenuItem_Vert TD {
   border: 1px solid #6086A1;
   font-family: Arial, Helvetica, times new roman, tahoma;
   font-size: 12px;
   font-weight: normal;
   color: white;
   background-color: #1e2446;
   width: 100%;
   height: 20px;
}
.MainMenu_RootMenuItemSel_Vert TD {
	border: 1px solid #6086A1;
	font-family: Arial, Helvetica, times new roman, tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-position: center bottom;
	background-image: url(menu.png);
	background-repeat: repeat-x;
	background-color: #1e2446;
	width: 100%;
	height: 20px;
}
.MainMenu_RootMenuItemActive_Vert TD {
	border: 1px solid #6086A1;
	font-family: Arial, Helvetica, times new roman, tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-position: center bottom;
	background-image: url(menu.png);
	background-repeat: repeat-x;
	background-color: #1e2446;
	width: 100%;
	height: 20px;
}
.MainMenu_MenuIcon_Admin {
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-color: #6086A1;
	background-color: #1e2446;
	width: 0px;
}
.LabelEditOverClass {
	text-decoration: none;
   background-color: #1e2446;
}
/* MENU */
#TdMenuVert {
	padding: 4px 4px 4px 4px;
}
#TableMenuVert {
	text-align: center;
	width: 100%;
}
#TableSprtrVert {
	background-color: #1e2446;
	height: 1px;
}

