/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

.Help
{
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none;
color: #555555;
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
color: #555555;
}

/* 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 */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
}

.NormalRed
{
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	color: #F58220; 
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	color: #555555; 
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #555555; 
}

A.CommandButton:visited  {
	color: #555555; 
}

A.CommandButton:hover    {
	color: #555555; 
}
    
A.CommandButton:active   {
	color: #555555; 
}


/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */

/*dnn menu */


/* 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 {
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
	vertical-align: middle; 
	background-color: transparent; 
}

.MainMenu_MenuBar {
	cursor: hand;
	vertical-align: middle; 
}

.MainMenu_MenuItem {
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	color: #ffffff;
	background-color: Transparent;
	vertical-align: middle;
	border: none;
	height: 25px;
   	padding: 0px 0px 0px 13px; /*  explicitly set padding for root menu items */
}

.MainMenu_MenuIcon {
	z-index: 1000; 
	background-color: Transparent;
	background-image: url(menu_arrow.gif);
	border: none;
	width: 15px;
	display: none;
}

.MainMenu_SubMenu {
	background-color: #4E484A;
	z-index: 1000; 
	cursor: hand;
}

.MainMenu_MenuBreak {
	height: 0px;
}

.MainMenu_MenuItemSel {
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	color: White;
	vertical-align: middle; 
	background-color: #f5821f;
	background-position: bottom left;
 	border: none;
}

.MainMenu_MenuArrow {
	border: none;
	display: block;
	background-image: url(null.gif);
	background-position: bottom right;
	width: 15px;
}

.MainMenu_RootMenuArrow {
	cursor: hand;
	display: none;
}



/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


/* Announces CSS */

.announceHead{
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	color: #555555; 

}
.announceDescription{
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 9pt;
	color: #555555; 
	font-weight: normal; 
	font-style: normal;
}

a.announceLink:visited {
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 8pt;
	color: #F58220; 
	font-weight: bold; 
	font-style: normal;
}
a.announceLink {
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 8pt;
	color: #F58220; 
	font-weight: bold; 
	font-style: normal;
}

a.announceLink:link {
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 8pt;
	color: #F58220; 
	font-weight: bold; 
	font-style: normal;
}
a.announceLink:hover {
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 8pt;
	color: #000000; 
	font-weight: bold; 
	font-style: normal;
	text-decoration: none;
}


a.announceLink:active {
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 8pt;
	color: #F58220; 
	font-weight: bold; 
	font-style: normal;
}

A.langbar
{
	text-decoration: none;
	color: white;
}
A.langbar:link
{
	text-decoration: none;
	color: white;
}

A.langbar:visited
{
	text-decoration: none;
	color: white;
}

A.langbar:hover
{
	text-decoration: underline;
	color: white;
}

A.langbar:active
{
	text-decoration: none;
	color: white;
}

table.baseTable
{
	color: #555555;
	width: 100%;
	font-size: 12px;
	font-family: 'BPG Glaho Arial';
	border: none;
	text-align: center;
}
tr.baseTableTR
{
	background-color: #f58220;
}
tr.baseTableTRGray
{
	background-color: #cccccc;
}
th.baseTableTH
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	color: #ffffff;
	padding-top: 5px;
}
td.baseTableTD
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
td.baseTableTD_LA
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
}
td.statementTableTD
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 50%;
}
td.baseTableTDFooter
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}
a.finstatements
{
	font-size: 12px;
	color: #555555;
	font-family: 'BPG Glaho Arial';
	text-decoration: none;
}
a.finstatements:active
{
	font-size: 12px;
	color: #555555;
	font-family: 'BPG Glaho Arial';
	text-decoration: none;
}
a.finstatements:hover
{
	font-size: 12px;
	color: #555555;
	font-family: 'BPG Glaho Arial';
	text-decoration: underline;
}
a.finstatements:link
{
	font-size: 12px;
	color: #555555;
	font-family: 'BPG Glaho Arial';
	text-decoration: none;
}

.SearchHead
{
	font-size: 12px;
	color: white;
	font-weight: bold;
	font-family: 'BPG Glaho Arial';
}

.SearchText
{
	font-size: 12px;
	color: #555555;
	font-weight: normal;
	font-family: 'BPG Glaho Arial';
}

A.SearchHead
{
	font-size: 12px;
	color: white;
	font-weight: bold;
	font-family: 'BPG Glaho Arial';
	text-decoration: none;
}

A.SearchHead:active
{
	font-size: 12px;
	color: white;
	font-weight: bold;
	font-family: 'BPG Glaho Arial';
	text-decoration: none;
}

A.SearchHead:visited
{
	font-size: 12px;
	color: white;
	font-weight: bold;
	font-family: 'BPG Glaho Arial';
	text-decoration: none;
}

A.SearchHead:link
{
	font-size: 12px;
	color: white;
	font-weight: bold;
	font-family: 'BPG Glaho Arial';
	text-decoration: none;
}

A.SearchHead:hover
{
	font-size: 12px;
	color: white;
	font-weight: bold;
	font-family: 'BPG Glaho Arial';
	text-decoration: underline;
}

tr.calcResultHead
{
	font-family: BPG Glaho Arial;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #f58220;
}
td.calcResultHead
{
	font-family: BPG Glaho Arial;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #f58220;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
td.calcResultItem
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	background-color: white;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
td.calcResultItemAlt
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	background-color: #cccccc;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
tr.calcResultItem
{
	background-color: white;
}
tr.calcResultItemAlt
{
	background-color: #cccccc;
}
table.Calculators
{
	font-family: BPG Glaho Arial;
	font-size: 12px;
}
select.ddlCaclulators
{
	color: White;
	background-color: #555555;
	height: 20px;
}
.btCalculators
{
	color: White;
	background-color: #808285;
	font-family: BPG Glaho Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 7px 2px 3px;
	text-align: center;
	vertical-align:middle;
	height: 20px;
	width: 120px;
}
.btCalculators:active
{
	color: White;
	background-color: #808285;
}
.btCalculators:hover
{
	color: White;
	background-color: #808285;
}
.btCalculators:link
{
	color: White;
	background-color: #808285;
}
.btCalculators:visited
{
	color: White;
	background-color: #808285;
}

.btCalculatorsPassive
{
	color: white;
	background-color: #f58220;
	font-family: BPG Glaho Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	width: 100px;
	padding: 2px 7px 2px 3px;
	text-align: center;
	vertical-align:middle;
}
.btCalculatorsPassive:active
{
	color: white;
	background-color: #f58220;
}
.btCalculatorsPassive:hover
{
	color: white;
	background-color: #f58220;
}
.btCalculatorsPassive:link
{
	color: white;
	background-color: #f58220;
}
.btCalculatorsPassive:visited
{
	color: white;
	background-color: #f58220;
}
tr.RateResultHead
{
	font-family: BPG Glaho Arial;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #f58220;
}
td.RateResultHead
{
	font-family: BPG Glaho Arial;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #f58220;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
.btRateResults
{
	color: White;
	background-color: #f58220;
	font-family: BPG Glaho Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 7px 2px 3px;
	text-align: center;
	vertical-align:middle;
}
.btRateResults:active
{
	color: White;
	background-color: #f58220;
}
.btRateResults:hover
{
	color: White;
	background-color: #f58220;
}
.btRateResults:link
{
	color: White;
	background-color: #f58220;
}
.btRateResults:visited
{
	color: White;
	background-color: #f58220;
}

a.currRateView
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: none;
}
a.currRateView:active
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal;
	color: black;
	text-decoration: none;
}
a.currRateView:hover
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: underline;
}
a.currRateView:link
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: none;
}
a.currRateView:visited
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: none;
}
.chartTitle
{
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold;
	color: #F58220; 
	font-style: normal; 
}
.chartTitle:active
{
	color: #F58220;
}
.chartTitle:hover
{
	color: #F58220;
}
.chartTitle:link
{
	color: #F58220;
}
.chartTitle:visited
{
	color: #F58220;
}

/* text style for buttons and link buttons used in the portal admin pages */
.InvCommandButton     {
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none;
	background-color: #77787b;
	background-image: url(/portals/0/commandbutton.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: none;
	color: white;
	padding: 2px 10px 2px 7px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.InvCommandButton:link {
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none;
	background-color: #77787b;
	background-image: url(/portals/0/commandbutton.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: none;
	color: white;
	padding: 2px 10px 2px 7px;
}

A.InvCommandButton:visited  {
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none;
	background-color: #77787b;
	background-image: url(/portals/0/commandbutton.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: none;
	color: white;
	padding: 2px 10px 2px 7px;
}

A.InvCommandButton:hover    {
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: underline;
	background-color:  #77787b;
	background-image: url(/portals/0/commandbutton.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: none;
	color: white;
	padding: 2px 10px 2px 7px;
}
    
A.InvCommandButton:active   {
	font-family: BPG Glaho Arial, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none;
	background-color: #77787b;
	background-image: url(/portals/0/commandbutton.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: none;
	color: white;
	padding: 2px 10px 2px 7px;
}
a.orangelinks
{
font-family: BPG Glaho Arial;
color: #f58220;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}
a.orangelinks:active
{
font-family: BPG Glaho Arial;
color: #f58220;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}
a.orangelinks:link
{
font-family: BPG Glaho Arial;
color: #f58220;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}
a.orangelinks:visited
{
font-family: BPG Glaho Arial;
color: #f58220;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}
a.orangelinks:hover
{
font-family: BPG Glaho Arial;
color: #f58220;
font-size: 13px;
font-weight: bold;
text-decoration: underline;
}

