/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
width: 175px
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   
{
	color: Black;
    background-color: white;  
    font-family:Arial;
    font-size: 12pt; 
    font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
	color: Black;
    background-color: white;  
    font-family:Arial;
    font-size: 10pt; 
    font-weight: normal;    
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
	color: Black;
    background-color: white;  
    font-family:Arial;
    font-size: 10pt; 
    font-weight: normal;
}

/* text style used for most text rendered by modules */
.Normal
{
	color: Black;
    background-color: white;  
    font-family:Arial;
    font-size: 10pt; 
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
	text-align:left;
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
	color :Blue;
    background-color: white;  
    text-decoration:underline;
    font-size:10pt;
}

A.CommandButton:visited  
{
	color :Blue;
    background-color: white;  
    text-decoration:underline;
    font-size:10pt;
}

A.CommandButton:active   
{
	color :Blue;
    background-color: white;  
    text-decoration:underline;
    font-size:10pt;
}

A.CommandButton:hover    
{
	color :Blue;
    background-color: white;  
    text-decoration:underline;
    font-size:10pt;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  
{
	color:Blue;
	text-decoration:none;
}

A:visited   
{
	color:Blue;
}

A:active    
{
	color:Blue;
}

A:hover 
{
	text-decoration:underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
.ABI_Header 
{
	color: Black;
    background-color: white;  
    font-family:Arial;
    font-size: 12pt; 
    font-weight: bold; 
}

A.ABI_Header:link,A.ABI_Header:visited,A.ABI_Header:active,A.ABI_Header:hover
{
	color: Black;
    background-color: white;  
    font-family:Arial;
    font-size: 12pt; 
    font-weight: bold;
    text-decoration:none;
}

A.ABI_SmallHeader:link,A.ABI_SmallHeader:visited,A.ABI_SmallHeader:active,A.ABI_SmallHeader:hover
{
color: Black;
    background-color: white;  
    font-family: "Arial";
    font-size: 10pt; 
    font-weight: bold; 
    text-decoration:none;
}



.ABI_HeaderLine
{
	color: Black;
    background-color: white;  
    font-family: "Arial";
    font-size: 12pt; 
    font-weight: bold; 
    text-decoration:underline;
}
.ABI_SmallHeader 
{
	color: Black;
    background-color: white;  
    font-family: "Arial";
    font-size: 10pt; 
    font-weight: bold; 
}
.ABI_Body 
{
	color: Black;
    background-color: white;  
    font-family: "Arial";
    font-size: 10pt; 
}
A.ABI_Body, A.ABI_Body:link, A.ABI_Body:visited
{
    color :Blue;
    background-color: white;  
    text-decoration:underline; 
}
A.ABI_Body:hover
{
	color :Blue;
    background-color: white; 
 text-decoration:underline;  	
}
.ABI_BackToTop 
{
	font-family: "Arial";
    font-size: 10pt; 
}

A.ABI_BackToTop, A.ABI_BackToTop:link, A.ABI_BackToTop:visited
{
    color :Teal;
    background-color: white;  
    text-decoration:underline; 
}
A.ABI_BackToTop:hover
{
	color :Teal;
    background-color: white;  	
}
.ABI_NavBoxTeal 
{
	color: Teal;
    background-color: white;  
    font-family: "Arial";
    font-size: 8pt; 
    border-bottom: #008F82 1px solid; 
    border-top: #008F82 1px solid; 
    border-left: #008F82 1px solid; 
    border-right: #FFFFFF 1px solid;
    
}
.ABI_NavBoxTitle 
{
	color: white;
    background-color: #007CB9;  
    font-family: "Arial";
    font-size: 10pt; 
    font-weight: bold; 
}
.ABI_HR
{
	color:Teal;
    background-color: #FFFFFF;  
    font-weight: bold; 
}
.ABI_RightNavLink 
{
	font-family: "Arial";
    color: #0000FF;
    font-size: 8pt; 
    text-decoration:underline; 
}

A.ABI_RightNavLink, A.ABI_RightNavLink:link, A.ABI_RightNavLink:visited
{
    color :#0000FF;
    background-color: white;  
    text-decoration:underline; 
}
A.ABI_RightNavLink:hover
{
	color :#0000FF;
    background-color: white;  	
}
.ABI_RightNavBody
{
	font-family: "Arial";
    font-size: 8pt; 
    color :#000000;
    background-color: white;  
     font-weight: normal; 
}
.ABI_RightNavBodyTeal
{
	font-family: "Arial";
    font-size: 8pt; 
    color:Teal;
    background-color: white;  
     font-weight: normal; 
}
.ABI_RightNavTitle
{
	font-family: "Arial";
    font-size: 8pt; 
    color :#000000;
    background-color: white;  
     font-weight: normal; 
}

.ABI_SpecialBox 
{
	color: black;
    background-color: #BDC1C2;  
    font-family: "Arial";
    font-size: 10pt; 
    font-weight: normal; 
    border-bottom: #008F82 1px solid; 
    border-top: #008F82 1px solid; 
    border-left: #008F82 1px solid; 
    border-right: #008F82 1px solid;
}
.ABI_SpecialBoxLink 
{
	font-family: "Arial";
    font-size: 10pt; 
    text-decoration:underline; 
}

A.ABI_SpecialBoxLink, A.ABI_SpecialBoxLink:link, A.ABI_SpecialBoxLink:visited
{
    color :blue;
    background-color:#BDC1C2;    
    text-decoration:underline; 
}
A.ABI_SpecialBoxLink:hover
{
	color :Blue;
    background-color:#BDC1C2;  
 text-decoration:underline;  	
}
.ABI_SpecialBoxTitle 
{
	color: white;
    background-color: Teal;  
    font-family: "Arial";
    font-size: 10pt; 
    font-weight: bold; 
}
.ABI_RightNavBodyMainBlue {
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
color: #007CB9;
}
.ABI_NavBoxMainBlue 
{
	color: Blue;
    background-color: white;  
    font-family: "Arial";
    font-size: 10pt; 
    border-bottom: #007CB9 1px solid; 
    border-top: #007CB9 1px solid; 
    border-left: #007CB9 8px solid; 
    border-right: #FFFFFF 1px solid; 
}

.ABI_RightNavTextBlack
{
	color: Black;
    background-color: white;  
    font-family: "Arial";
    font-size: 8pt; 
}

.ABI_RightNavTextBlack9
{
	color: Black;
    background-color: white;  
    font-family: "Arial";
    font-size: 9pt; 
}

.ABI_BreadCrumb {
	color: gray;
    background-color: white;  
    font-family: "Arial";
    font-size: 7pt; 
}




AABI_BreadCrumb, A.ABI_BreadCrumb:link, A.ABI_BreadCrumb:visited
{
    color :gray;
    text-decoration:underline; 
}
A.ABI_BreadCrumb:hover
{
	color :gray;
 text-decoration:underline;  	
}


ASubHead, A.SubHead:link, A.SubHead:visited, A.SubHead:hover
{
    color: blue;
 text-decoration: underline;  	
font-size: 10pt;
font-family: Arial;
font-weight: normal;
}


.Report_Header 
{
	color: Black;      
    font-family: "Arial";
    font-size: 10pt; 
    font-weight: bold;
}

.Report_Text 
{
	color: Black;    
    font-family: "Arial";
    font-size: 10pt; 
}

.Report_Error 
{
	color: Red;      
    font-family: "Arial";
    font-size: 10pt; 
    font-weight: bold;
}









