/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    /*  background-color: #2b8eD0;*/
		font-family: Tahoma,Verdana, Arial, Helvetica; 
		font-size: 12px;
		font-weight: normal;
}
.pagemaster {
	width: 800px;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	width: 800px;
	background-image: url(blue_gradient.png);
    background-repeat: repeat-y;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
	font-weight: bold;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane 
{
	width:208px;
	background-image: url(side_menu_back.png);
	background-repeat: repeat-y;
	border-right  : rgb(100,100,100) 1px solid;
	border-bottom  : rgb(100,100,100) 1px solid;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane2 {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MediaFlashBackground {
	background-image:  url(static_flashimage.jpg);
	width: 800px;
	height: 105px;
    padding-left: 0px;
	padding-right: 0px;
	background-repeat: no-repeat;
}
/* Copyright*/
.SkinObject {
    font-weight: normal;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma,Verdana, Arial, Helvetica;
    text-decoration: none;
}
/*Search & Register*/
A.SkinObject:link 
{
    font-weight:  bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma,Verdana, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:visited  {
   	
 font-weight:  bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma,Verdana, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:active   {
 font-weight:  bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma,Verdana, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:hover    {
  font-weight : bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma,Verdana, Arial, Helvetica;
    text-decoration: none;
}

/* style for module titles */
.Head
{ 
	text-transform:none;
    font-size:16px;
    font-weight:normal;
    font-style:normal;
    color: #606060;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size: 12px;
    font-weight: bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  12px;
    font-weight:   normal;
    color: black;
}


/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:0px;
	padding-bottom:0px;
	font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  12px;
	line-height: 1.5;
    /*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: Verdana,Tahoma, Arial, Helvetica;
    font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma,Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* 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 */
P
{
	font-family: Verdana,Tahoma, Arial, Helvetica;	
    font-size:  12px;
	line-height: 1.5;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:0px;
	padding-bottom:0px;
}
H1  {
    font-family: Tahoma,Verdana, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color:rgb(0,51,133);
    line-height:normal;
    margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:14px;
	padding-bottom:4px;
}

H2  
{
	font-family: Tahoma,Verdana, Arial, Helvetica;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:14px;
	padding-bottom:4px;
    font-size:  14px;
    font-weight:    normal;
    color: rgb(0,51,133);
    line-height:normal;
}

H3  
{  
	font-family: Tahoma,Verdana, Arial, Helvetica;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:8px;
	padding-bottom:4px;
    font-size:  12px;
    font-weight:    bold;
    color: rgb(0,51,133);
}

H4  
{
	font-family: Tahoma,Verdana, Arial, Helvetica;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:8px;
	padding-bottom:4px;
    font-size:  12px;
    font-weight:  normal;
    color: rgb(0,51,133);
}

H5, DT  {
    font-family: Tahoma,Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: rgb(0,0,0);
}

H6  {
    font-family: Tahoma,Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: rgb(0,0,0);
}

TFOOT, THEAD    {
    font-family: Tahoma,Verdana, Arial, Helvetica;
    font-size:  12px;
    color: rgb(0,0,0);
}

TH  {
    font-family: Tahoma,Verdana, Arial, Helvetica;
    vertical-align: baseline;
    font-size:  12px;
    font-weight:    bold;
    color: rgb(0,0,0);
}

A:link  {
    text-decoration:    none;
    color:  rgb(0,102,152);
}

A:visited   {
    text-decoration:    none;
    color: rgb(0,102,152);
}

A:active    {
    text-decoration:    none;
    color:  rgb(0,102,152);
}

A:hover {
    text-decoration:    underline;
    color: rgb(0,102,152);
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
/*TABLE
{
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:0px;
	padding-bottom:0px;
	font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  12px;
    line-height: 1.5;
}*/
/* Bullet */
UL
{
	font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  12px;
	padding-right: 0px;
	padding-left: 2em;
	padding-bottom:6px;
	padding-top:6px;
	margin: 0px;
}
UL LI   
{
    list-style-type:    disc;
}

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;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: #a0a0a0;
    height:1pt;
    text-align:left
}

/* 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;
}

/* Main Menu */
.MainMenu_Background
{	
	border: solid 0px Transparent;
	height: 30px;
	width: 800px;
}
.MainMenu_MenuContainer 
{
	border: solid 0px Transparent;
	background-image:  url(main_menu_back.png);
	padding-top: 0px;
	padding-left: 2px;
	height: 30px;
	width: 800px;
	background-color: Transparent;
}
.MainMenu_MenuBar 
{
	border: solid 0px Transparent;
	padding-top: 0px;
	padding-left: 2px;
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #303030; 
	font-family: Tahoma,Verdana, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	padding-right:20px;
	padding-left:20px;
	padding-top:1px;
	padding-bottom:1px;
	border-bottom: Transparent 0px solid; 
    border-left: Transparent 0px solid; 
    border-top: Transparent 0px solid; 
    border-right: Transparent 0px solid;
    height: 24px;
}

.MainMenu_MenuIcon 
{
	display: none;
}
.MainMenu_MenuArrow
{
	display: none;
}

.MainMenu_SubMenu {
	background-color: #f0f0f0;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	border: #808080 1px solid; 
	background-image: url(side_menu_back.png);
    	background-repeat   : repeat-y;
    	filter: none;
}

.MainMenu_MenuBreak {
	border: solid 0px Transparent;
	background-color:Transparent;
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #f4fae4; 
	cursor: pointer; 
	cursor: hand; 
	color: #303030; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	border-bottom: #bbd990 1px solid; 
    border-left: #bbd990 0px solid; 
    border-top: #bbd990 1px solid; 
    border-right: #bbd990 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
	text-decoration:none;
}
.MainMenu_RootMenuItem,.MainMenu_RootMenuItemSelected,.MainMenu_RootMenuItemActive
{
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right:5px;
	color:white;
	border:solid 1px Transparent;
    background-color: Transparent;
	font-size: 10pt; 
	font-weight:normal; 
	font-style:normal;
	height: 24px;
}
.MainMenu_RootMenuItemSelected
{
	background-image: url(root_menu_selected.png);
    background-repeat: repeat-x;
}

/* 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: Tahoma,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: Tahoma,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;
}
.PagingTable {
    height: 33px;
}

.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	border: solid 0px red;
	background-color: Transparent;
}
.bottomside
{
	color:White;
	background-color:Transparent;
	background-image: url(blue_gradient_bottom.png);
    background-repeat: repeat-y;
}

/*Inventua Side Menu */
.MenuHdr
{ 
  font-family : Tahoma, Verdana, Arial, Helvetica; 
  font-size: 10pt; 
  font-weight: normal; 
  padding-left: 10px; 
  padding-bottom: 2px; 
  background-color: Transparent; 
  padding-top: 2px; 
  cursor: default;
  color: rgb(0,98,151);  
  width:200px;
}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
  width:200px;
  font-family : Tahoma, Verdana, Arial, Helvetica; 
  font-size: 10pt; 
  font-weight: normal; 
  padding-left: 20px; 
  padding-bottom : 2px;
  background-color: Transparent; 
  padding-top: 2px;
  color: rgb(150,150,150); 
}
.MenuItem A, .MenuItem A:Hover, .MenuItem A:Visited, 
.MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, 
.MenuItemMouseOver A:Link, .MenuHdr A,  .MenuHdr A:Hover, 
.MenuHdr A:Visited, .MenuItem A:Active,.MenuHdr A:Active,
.MenuHdr A:Link 
{
  color: rgb(0,98,151);  
  width: 100%; 
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: default; 
  cursor: pointer; 
}
.currentItemHighlight
{
	text-decoration:underline; 
}
.currentHeaderHighlight
{
	text-decoration:underline; 
}
.MenuItemMouseOver
{
  text-decoration: underline; 
}