/* 
================================
Skin styles for DotNetNuke
================================
*/
BODY {
	background-color: #ffffff;
}
.Skin_Master
{
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 6px;
	padding-top: 6px;
	margin-top: 15px;
}
.Skin_Margin
{
	width: 25px;
}
.Skin_Logo
{
	width: 700px;
}
.Skin_Top
{
	width: auto;
}
.Skin_Tables {
	width: 100%;
}
.Skin_Spacer
{
	height: 12px;
}
.Skin_Login
{
	width: 160px;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 0px;
}

.Skin_Leftpane
{
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 170px;
	background-color: transparent;
	
}
.Skin_Contentpane
{
	padding-top: 26px;
	padding-left: 20px;
	padding-right: 12px;
	padding-bottom: 0px;
	width: auto;
	background-color: transparent;
	
}
.Skin_Rightpane
{
	padding-top: 26px;
	width: 160px;
	background-color: transparent;
	
}
.Skin_Bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.AdminHeaderStyle, td.AdminHeaderStyle {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #000099;
	color: white;
}

.AdminItemStyle, td.AdminItemStyle {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
}

/* style for module titles */
.Head {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

A:link
{
	text-decoration: none;
	color: #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}


/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: #f0f8ff;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
	background-color: #bfdbff;
	color: #073570;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	height: 22px;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: #0000FF;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
.TreeViewMenu
{
	width: 185px;
	color: #404040;
	background-color: #ffffff;
	border-right: #6392CE 1px solid;
	border-top: #6392CE 1px solid;
	border-left: #6392CE 1px solid;
	border-bottom: #6392CE 1px solid;
}

.TreeViewMenu_Header
{
	height: 35px;
	background-color: #bfdbff;
}
.TreeViewMenu_HeaderText
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 4px;
	padding-bottom: 4px;
}
.TreeViewMenu_Icon
{
	margin-left: 4px;
	margin-right: 4px;
}
.TreeViewMenu_Body
{
	border-right: #BFDBFF 5px solid;
	border-left: #BFDBFF 5px solid;
	border-bottom: #BFDBFF 5px solid;
}

/* When menu doesnt use table the width and padding are necessary to make room for the arrow background-image and allow them to all be aligned together  */
.NodeDefault	/*Root menu since Horizontal does not want width set */
{
	padding-right: 20px;
}
.DisabledNode
{
}

.ChildNodeDefault,
.SpecialNode,
.SpecialNodeHover
{
	padding-right: 20px;
	width: 100%;
}
.NodeDefault
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 11px;
	height: 20px;
}

.SelClass
{
	background-color: Navy;
	color: White;
}

/* DNN LINKS */
.Links
{
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
    
A.Links:link
{
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

A.Links:visited
{
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

A.Links:active
{
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

A.Links:hover
{
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica;
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}

.SkinObject
{
	font-weight: normal;
	font-size: 8.5pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #000000;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #000000;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #000000;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #0066ff;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #003366;
	text-decoration: none;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #003366;
	text-decoration: none;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #003366;
	text-decoration: none;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
    text-decoration: none;
}

/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}
.Hand
{
	cursor: hand;
}

.SuggestBarClass
{
	background-color: #DFE5F2;
	border: outset 1px;
	width: 160px;
	text-align: left;
	padding: 2px;
	margin-top: 2px;
}

.SuggestHoverClass
{
	background-color: #c0c0c0;
	cursor: hand;
}

.SuggestChildNodeDefault
{
	padding-right: 20px;
	width: 100%;
}

.SuggestNodeDefault
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 11px;
	height: 20px;
	vertical-align: middle;
}
.SuggestSelClass
{
	background-color: #808080;
	cursor: hand;
	color: #ffffff;
}

/* Nav Menu - using DNN Menu for DotNetNuke 3.3 & 4.3 */
.main_dnnmenu_container {
background-color: transparent; 
width: auto;
}
.main_dnnmenu_bar
{
	cursor: auto;
	width: 160px;
	height: 20px;
	background-color: Transparent;
}

.main_dnnmenu_itemhoverroot td{
}


.main_dnnmenu_item
{
	/* Add TD if yes for tables option for menu */
	cursor: auto;
	color: #304A7E;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
	font-family: 'Arial Black', Arial;
	white-space: nowrap; /*Optional - Word wrapping menu item*/
	height: 20px;
	width: 160px;
	padding-left: 0px;
}


.main_dnnmenu_rootitem {
	/* Add TD if yes for tables option for menu */
	cursor: auto;
	color: darkgray;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
	font-family: 'Arial Black' , Arial;
	white-space: nowrap; /*Word wrapping menu item now optional*/ /* creates spacing between root menu items */
	height: 20px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.main_dnnmenu_itemhover
{
	color: #000000;
	background-color: transparent;
	height: 20px;
	padding-left: 4px;
}

.main_dnnmenu_itemhover td {
	background-color: #d3d3d3;
	height: 20px;
	color: #FFFFFF;
}

.main_dnnmenu_icon {
	cursor: auto;
	text-align: center;
	width: 10px;
	height: 20px;
	background-color: #d3d3d3;
}

.main_dnnmenu_submenu {
	background-color: #ffffff;
	z-index: 1000;
	cursor: auto;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#696969, Direction=135, Strength=3);
	padding: 2px 3px 2px 1px; /* creates spacing between sub-menu items */
}

.main_dnnmenu_break
{
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #D1DBED 1px solid;
	border-bottom: #D1DBED 1px solid;
	border-top: #D1DBED 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: auto; /* arrows will not display if function is not set in ascx/xml file*/
}
.main_dnnmenu_rootmenuarrow
{
	font-family: webdings, sans-serif;
	font-size: 10pt;
	cursor: auto; /* arrows will not display if function is not set in ascx/xml file*/
}