/* ================================
    CSS STYLES FOR DotNetNuke  File-Coder Bill's
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
    font-size: 8pt;    

}


.HeadBg {
background-color: #ffffff;
color: #ffff00;
}

/* background color for the content part of the pages */
Body
{
background-color: #ffffff;

  
    font-size: 8pt;    
    color: #000000;    /*#003366; */
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;



}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
  font-size: 8pt;
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
background-color: #ffff00;
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
color: RED;
}

/* 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    {
Color: RED;

}

/* GENERAL */
/* style for module titles */
.Head   {
    font-weight: bold;
    font-size: 9pt;    /*module container header text size */
    color: #000000;    /*#003366; */
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    height: 11px;
   background-image: url('gradient_LtBlue.jpg');

}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules  +++  Module TEXT ++++    */
.Normal
{
    font-size: 8.5pt;     

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.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 {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
   font-weight: bold;
    font-size: 11pt;    
    color: #000000;    /*#003366; */
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/*
TD {
    font-size: 8pt;    
    color: #000000;    /*#003366; */
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
} */

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
color: RED;
}

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 {

background-color: #f3f5fa;

}

.container1_contentpane{
font-size: 14pt;
}




/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
color: #003366;     /* main menu  text color */
font-size: 9pt;

}

.MainMenu_MenuIcon {
background-color: #FFFFFF; 
}

.MainMenu_SubMenu {
background-color: #FFFFFF; 
}

.MainMenu_MenuBreak {
background-color: #F00000; 
}

.MainMenu_MenuItemSel {
color: #FF0000;   /* menu select text color */
background-color:  transparent;   /* menu select background color */
   /* text-decoration:    underline;  */
}

.MainMenu_MenuArrow {
 
}

.MainMenu_RootMenuArrow {
}




.login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bolder;
}
A.login:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
   font-weight: bolder;
}
A.login:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	font-weight: bolder;
}
A.login:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: RED;
   text-decoration: none;  /*  underline;  */
	font-weight: bolder;
}
A.login:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration: none;
	font-weight: bolder;
}



/* buttons */
.StandardButton {
  background: #FFCB40 none; 
  color: #1a2a8a;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}









