/* ================================
	CSS STYLES FOR DotNetNuke
   ===============================

   050726(JC)adjusted for BudgePR

   Notes:
	budge PR blue   #00 42 62
	budge PR orange #FE 87 0B

	Logo font is Arial (Bold) size 26.
	
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	background-color: #FFFFFF;
}

/* background color for the content part of the pages */
Body
{
	background-color: #FFFFFF;
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: #004262;
}

.LeftPane
{
	background-color: #FFFFFF;
	border-left: #AFAFAF 0px solid;
}

.ContentPane
{
	background-color: #ffffff;
	border-left: #808080 0px solid;
}

.RightPane
{
	background-color: #ffffff;
	border-right: #AFAFAF 0px solid;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
}


/* hyperlink style for the selected tab */
A.SelectedTab:link {
	text-decoration: none;
	color:#eeeeee;
}

A.SelectedTab:visited  {
	text-decoration: none;
	color:#eeeeee;
}

A.SelectedTab:active   {
	text-decoration: none;
	color:#eeeeee;
}

A.SelectedTab:hover	{
	text-decoration: none;
	color:#cccccc;
}

/* 050113(JC)text style for the selected tab - when used by Login module  */
.SelectedTab2 {
	font-weight: bold;
	font-size: 8pt;
	color: #004262;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
}


/* hyperlink style for the selected tab */
A.SelectedTab2:link {
	text-decoration: none;
	color:#004262;
}

A.SelectedTab2:visited  {
	text-decoration: none;
	color:#004262;
}

A.SelectedTab2:active   {
	text-decoration: none;
	color:#004262;
}

A.SelectedTab2:hover	{
	text-decoration: none;
	color:#004262;
	background-color:white;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight: bold;
	font-size: 8pt;
	color: #004262;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

/* hyperlink style for the unselected tabs */
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;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #004262;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.HeadWhite   {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 66.67%;
	font-weight: bold;
	color: white;
	letter-spacing: 3px;
	text-transform: uppercase;
}

/* style of item titles on edit and admin pages */
.SubHead	{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:  11px;
	font-weight: bold;
	color: #004262;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:  11px;
	font-weight: bold;
	color: #004262;
}


/* 041219(JC)added - text style used for description underneath figures and images */
.FigureText
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	color: #004262;
}

/* 041219(JC)added - text style used for description underneath figures and images */
.SlightlyHeavyBlue
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
	color: #004262;
}
.NormalBlue
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	color: #004262;
}

.Quotation_Body
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
}
.Quotation_Attribution
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #004262;
	text-align: left;
	padding-left: 20px;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.NormalRed
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FE870B;
}

.NormalBold
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton	 {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration: underline;
	color: #004262;
}

A.CommandButton:visited  {
	text-decoration: underline;
	color: #004262;
}

A.CommandButton:active   {
	text-decoration: underline;
	color: #004262;
}

A.CommandButton:hover	{
	text-decoration: underline;
	color: #FE870B;
}

/* GENERIC */
H1  {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:  20px;
	font-weight: normal;
	color: #004262;
}

H2  {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:  20px;
	font-weight: normal;
	color: #004262;
}

H3  {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:  12px;
	font-weight: normal;
	color: #004262;
}

H4  {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:  12px;
	font-weight: normal;
	color: #004262;
}

H5, DT  {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:  12px;
	font-weight: bold;
	color: #004262;
}

H6  {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:  12px;
	font-weight: bold;
	color: #004262;
}

TFOOT, THEAD	{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:  12px;
	color: #004262;
}

TH  {
	white-space: nowrap;
	vertical-align: baseline;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:  12px;
	font-weight: bold;
	color: #004262;
}

A:link  {
	text-decoration: none;
	color:  #004262;
}

A:visited   {
	text-decoration: none;
	color:  #004262;
}

A:active	{
	text-decoration: none;
	color:  #004262;
}

A:hover {
	text-decoration: underline;
	color:  #FE870B;
}

SMALL   {
	font-size:  9px;
}

BIG {
	font-size:  15px;
}

BLOCKQUOTE, PRE {
	font-family: Lucida Console, monospace;
}

UL{
	margin-bottom: 0px;
}

UL LI   {
	list-style-type: square ;
	margin-bottom: 3px;
}

UL LI LI	{
	list-style-type: disc;
}

UL LI LI LI {
	list-style-type: circle;
}

OL{
	margin-bottom: 0px;
}

OL LI   {
	list-style-type: decimal;
	margin-bottom: 5px;
}

OL OL LI	{
	list-style-type: lower-alpha;
}

OL OL OL LI {
	list-style-type: lower-roman;
}

HR {
	color: #004262;
	height:1px;
}

B {
	font-size:  125%;
	color: #FE870B;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message	{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-size: 11px;
	background-color: #eeeeee
}

/* style of item titles by Announcements and events */
.ItemTitle	{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:  11px;
	font-weight: bold;
	color: #004262;
}

/* Menu-Styles */
/* 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:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #004262; /* #004262; */
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	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: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	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: #004262;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;

}

.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 8pt;
	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: 8pt;
	cursor: pointer;
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: #eeeeee;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 16px;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #004262;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-bottom: #eeeeee 1px solid;
	border-top: #eeeeee 1px solid;
	border-left: 0px;
	border-right: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #FE870B; /*  #ffffff; */
	cursor: pointer;
	cursor: hand;
	color: #004262;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}

.MainMenu_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;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #eeeeee;
	border: #004262 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #004262 1px solid;
	border-left: 0px;
	border-top: #004262 1px solid;
	border-right: 0px;
	background-color: White;
	height: 1px;
}

.MainMenu_MenuArrow {
	cursor: pointer;
	cursor: hand;
	font-family: webdings;
	font-size: 8pt;
	border-right: #eeeeee 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-top: 0px;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 8pt;
	cursor: pointer;
	cursor: hand;
}

/* text style for the footer links */
.FooterPane2 /* 041219(JC)added */
{
	font-size: 10px;
	color: white;
	background-color: #004262;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
A.FooterPane2:link { /* 041219(JC)added */
	text-decoration: none;
	color:white;
}

A.FooterPane2:visited  { /* 041219(JC)added */
	text-decoration: none;
	color:#eeeeee;
}

A.FooterPane2:active   { /* 041219(JC)added */
	text-decoration: none;
	color:#eeeeee;
}

A.FooterPane2:hover	{ /* 041219(JC)added */
	text-decoration: none;
	color:yellow;
}

.FooterItemStyle
{
	font-weight: bold;
	font-size: 12px;
	color: #004262;
	text-align: center;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
	background-color: #eeeeee;
	border-left: #AFAFAF 0px solid;
}
.FooterItemStyleB
{
	font-weight: bold;
	font-size: 12px;
	color: #004262;
	text-align: center;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
	background-color: #eeeeee;
	border-left: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
}
A.FooterItemStyle:link {
	text-decoration: none;
	color:white;
}

A.FooterItemStyle:visited  {
	text-decoration: none;
	color:#eeeeee;
}

A.FooterItemStyle:active   {
	text-decoration: none;
	color:#eeeeee;
}

A.FooterItemStyle:hover	{
	text-decoration: none;
	color:yellow;
}

/* Style for main tables */
.TableStyle1
{
	border-bottom: #004262 0px solid;
	border-left: #004262 0px solid;
	border-top: #004262 0px solid;
	border-right: #004262 0px solid;
}
.TableStyle2
{
	border-left: #004262 1px solid;
	border-right: #004262 1px solid;
	border-bottom: #004262 1px solid;
}

/* text style for the current date */
.CurrentDateStyle {
	font-weight: bold;
	font-size: 7pt;
	color: yellow;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

.ticker {
	background-color: #cccccc;
	padding: 1px;
	width: 95%;
}

.disclaimer { /* 041219(JC)added */
	font-size: 10px;
	color: #004262;
	text-align: center;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-style: italic;
}

/* 041219(JC)added all News sections */
.NewsHeadlines {
	text-align: left;
	padding: 0px;
}

A.NewsHeadline:link, A.NewsHeadline:visited, A.NewsHeadline:active{
	color: #004262;
	font-weight: bold;
}

A.NewsSource:link, A.NewsSource:visited, A.NewsSource:active{
	color: #004262;
	font-weight: normal;
}

A.NewsSub:link, A.NewsSub:visited, A.NewsSub:active {
	background-color: #FFCCCC;
	color: #004262;
}

A.NewsHeadline:hover,
A.NewsSource:hover,
A.NewsSub:hover {
	color: #0000FF;
}

.NewsHeadline {
	font-size: x-small;
	color: #404040;
}

.NewsSource, .NewsTime, .NewsSub {
	font-size: xx-small;
	color: #A0A0A0;
	margin-left: 2px;
}

.NewsDisclaimer {
	font-style: italic;
	font-size: xx-small;
	color: #0E047D;
	text-align: center;
}

.ImageFloatTopLeft {
	float: left;
	clear: both;
	margin-right: 8px;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.ImageFloatTopRight {
	float: right;
	clear: both;
	margin-left: 8px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.HeaderOptions{
	border: 0px;
	margin: 0px;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: xx-small;
	color: #0E047D;
}
