/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    background-color: white;
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
}

.ControlPanel {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}

/* style for module titles */
.Head   {
    color: Brown;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight:    bold;
    color: Brown;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal, p, td.Normal p
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
 color: #000333;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #FF823A;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: Brown;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: Brown;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: Brown;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #FF823A;
}


/* 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: Verdana, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
 color: Brown;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: Brown;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: Brown;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: Brown;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #FF823A;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: Brown;
}

H2  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: Brown;
}

H3  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: Brown;
}

H4  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: Brown;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: Brown;
}

H6  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: Brown;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    color: Brown;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: Brown;
}

A:link  {
    text-decoration:    none;
    color:  Brown;
}

A:visited   {
    text-decoration:    none;
    color:  Brown;
}

A:active    {
    text-decoration:    none;
    color:  Brown;
}

A:hover {
    text-decoration:    underline;
    color:  #FF823A;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: Brown 0px solid; 
	border-left: Brown 0px solid; 
	border-top: Brown 0px solid; 
	border-right: Brown 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, 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: Verdana, 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;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}


/*
    MY STYLES
*/


.TopNav {
 text-align: right;
 color: Brown;
 font-family: Verdana, Arial, Sans-serif;
 font-size: 12px;
 font-weight: bold;
}

.TopNav a, .TopNav a:link, .TopNav a:visited {
 color: Brown;
 font-family: Verdana, Arial, Sans-serif;
 font-size: 12px;
 font-weight: bold;
}

.TopNav a:hover, .TopNav a:active {
 color: #000;
}


.TopBanner
{
	border-top: Brown 2px solid;
	border-bottom: Brown 2px solid;
	background-color: white;
    height: 64px;
}

.TopMenu
{
 border-bottom: 2px solid Brown;
 height: 16px;
}

.BreadCrumb {
 color: Brown;
 font-family: Verdana, Arial, Sans-serif;
 font-size: 9pt;
 font-weight: normal; 
 font-style: normal; 
}

.BreadCrumb a, .BreadCrumb a:link, .BreadCrumb a:visited {
 color: Brown;
 font-family: Verdana, Arial, Sans-serif;
 font-size: 9pt;
}

.BreadCrumb a:hover, .BreadCrumb a:active {
 color: #000;
}

.BottomNav
{
 border-top: 2px solid Brown;
 height: 32px;
}


/* Main Menu */
.MM_MenuContainer{
 background-color: Transparent;
}
.MM_MenuBar {
 cursor: pointer;
 cursor: hand;
 padding: 3px 5px 2px 2px;
}
.MM_MenuItem {
 cursor: pointer;
 cursor: hand; 
 color: Brown; 
 font-family: Verdana, Arial, Helvetica; 
 font-size: 9pt;
 font-weight: normal; 
 font-style: normal; 
 border-top: 1px solid #EBEBE0;
 border-bottom: 1px solid #EBEBE0;
 padding: 1px;
}
.MM_MenuItemSel {
 cursor: pointer; 
 cursor: hand; 
 color: #fff;
 font-family: Verdana, Arial, Helvetica; 
 font-size: 9pt;
 font-weight: normal; 
 font-style: normal; 
 background-color: #D6D6C2;
 border-top: 1px solid #EBEBE0;
 border-bottom: 1px solid #EBEBE0;
 padding: 1px 1px 1px 1px;
}
.MM_MenuIcon {
 display: none;
}
.MM_SubMenu {
 margin-top: 2px;
 margin-left: 2px;
 z-index: 1000; 
 cursor: pointer; 
 cursor: hand; 
 background-color: #EBEBE0; 
 border: 1px solid #D6D6C2;
 padding: 1px;
}
.MM_MenuBreak {
}
.MM_MenuArrow {
 font-family: webdings; 
 font-size: 9pt; 
 cursor: pointer; 
 cursor: hand; 
 border-top: 1px solid #EBEBE0;
 border-bottom: 1px solid #EBEBE0;
 color: #D6D6C2;
 padding-left: 6px;
}
.MM_RootMenuArrow {
}
.MM_Separator {
 font-family: Verdana, Arial, Helvetica; 
 font-size: 9pt;
 font-weight: normal; 
 font-style: normal; 
 color: Brown;
}



/* ================================
    Css for Document Exchange
   ================================
*/
table.DMX_header 
{
 width: 100%;
 background-color: #eee;
 margin: 4px 0px 20px 0px;
}

.DMX_header td
{
 padding: 4px;
}

.DMX_categories
{
 font-family: Verdana, Arial, Sans-Serif;
 font-weight: normal;
 font-size: 10pt;
}

.DMX_categories td
{
 padding: 0px 5px 0px 4px;
}

.level1
{
 padding-left: 0px;
 font-weight:bold;
}
.level2
{
 padding-left: 6px;
}
.level3
{
 padding-left: 12px;
 font-style: italic;
}
table.DMX_CategoryBox
{
 border: 1px solid #999;
}
.DMX_CategoryBox td
{
 font-family: Verdana, Arial, Sans-Serif;
 font-weight: bold;
 font-size: 10pt;
 padding: 4px;
}
.SubHead2
{
 color: Red;
 font-family: Verdana, Arial, Sans-Serif;
 font-weight: bold;
 font-size: 10pt;
 padding: 0px 2px 4px 0px; 
}
.DMX_breadcrumbs
{
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 8pt;
}

a.DMX_NB_Button, a.DMX_NB_Button img
{
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 7pt;
 margin: 2px;
 vertical-align: middle;
}
a.DMX_NB_Button:link, a.DMX_NB_Button:visited
{
 text-decoration: none;
}
a.DMX_NB_Button:hover
{
 text-decoration: none;
 color: Black;
}
.DMX_Status
{
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 8pt;
 color: #666;
}

/* ================================
   FileGrid CSS Classes
   ================================
*/

.FileGrid_Container
{
 -moz-box-sizing: border-box;
 font-weight:  normal;
 font-size: 8pt;
 font-family: Verdana, Arial, Helvetica;
 margin-bottom: 30px;
 border-style: none;
 border-collapse: collapse;
}

.FileGrid_Container td
{
 padding: 2px 4px 2px 2px;
 height: 28px;
 color: #333;
 white-space: nowrap;
 overflow: hidden;
}

.FileGrid_Item
{
 background-color: #ffffff;
}
.FileGrid_Container a, .FileGrid_Container a:link, .FileGrid_Container a:visited
{
 color: #333;
 text-decoration: none;
}
.FileGrid_Container a:hover, .FileGrid_Container a:active
{
 color: #000;
 text-decoration: underline;
}
.FileGrid_AlternatingItem
{
 background-color: #EBEBE0;
}
.FileGrid_HighlightedItem
{
 background-color: #D6D6C2;
}
.FileGrid_MouseOverRow
{
 background-color: #D6D6C2;
}


.FileGrid_Header
{
 background-color:Brown;
 color: #fff;
}
.FileGrid_Header a:link, .FileGrid_Header a:visited
{
 color: #fff;
 text-decoration: none;
}
.FileGrid_Header a:hover, .FileGrid_Header a:active
{
 color: #000;
 text-decoration: none;
}
.FileGrid_Header td
{
 padding: 4px 4px 4px 2px;
 font-weight: bold;
 color: #fff;
}

.FileGrid_Pager
{
}



/* ComponentArt Menu (Jul/2006) */
.CAMenuTopGroup
{
    border:1px solid white;
    background-color: white;
}

.CAMenuTopItem
{
    font-size: 9pt;
    cursor: hand;
    color: Brown;
    font-style: normal;
    font-family: Tahoma, Arial, Helvetica;
    background-color: white;
    border-right: Brown 2px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;

}

.CAMenuTopItemHover
{
    border-right: Brown 2px solid;
    border-top: white 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: white 1px solid;
    font-size: 9pt;
    cursor: hand;
    color: white;
    font-style: normal;
    font-family: Tahoma, Arial, Helvetica;
    background-color: #D6D6C2;
}

.CAMenuTopItemDown
{
    border-right: Brown 2px solid;
    border-top: white 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: white 1px solid;
    font-size: 9pt;
    cursor: hand;
    color: Brown;
    font-style: normal;
    font-family: Tahoma, Arial, Helvetica;
    background-color: #D6D6C2;
}

.CAMenuGroup
{
  background-color:#EBEBE0;
  border:outset 1px #E7E7E7; 
}


.CAMenuItem
{
    font-size: 9pt;
    cursor: hand;
    color: Brown;
    font-style: normal;
    font-family: Tahoma, Arial, Helvetica;
    font-weight:normal; 
    background-color: #EBEBE0;
    border:solid 1px #EBEBE0; 
  
}

.CAMenuItemHover
{
    font-size: 9pt;
    cursor: hand;
    color: white;
    font-style: normal;
    font-weight:normal; 
    font-family: Tahoma, Arial, Helvetica;
    background-color: #D6D6C2;
    border:solid 1px #EBEBE0; 
}

.CAMenuItemDown
{
    font-size: 9pt;
    cursor: hand;
    color: Brown;
    font-style: normal;
    font-weight:normal; 
    font-family: Tahoma, Arial, Helvetica;
    background-color: #EBEBE0;
    border:solid 1px #EBEBE0; 
}                                     


