/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

.ThinBottomBorder
{
	border-bottom: solid 1px Black;
}

.LoginFrame
{
	border: 2px solid #D2A31F;
	background-color: #F1EEE8;
}

.LoginHeader
{
	border-bottom:2px solid #D2A31F;
	background-color:#D2A31F;
	color:white;
	font-weight:bold;
	text-align:left;
}

/* 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-color: #91B0C1;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 15px;
}

.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   {
	color: Black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color: Black;
}

/* 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
{
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

tbody
{
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

p
{
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  
{
	font-weight: bold;
	font-size: 22px;
	color: Black;
}

H2  {
	font-weight: bold;
	font-size: 18px;
	color: Black;
}

H3  {
	font-weight: bold;
	font-size: 16px;
	color: Black;
}

H4  {
	font-weight: bold;
	font-size: 14px;
	color: Black;
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
    color: Black;
	font-weight: bold;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A:visited   {
	font-weight: bold;
	color:Black;
}

A:hover {
	font-weight: bold;
	color:#9E3A35;
	text-decoration: underline;
}

A:active    {
	font-weight: bold;
	color:#9E3A35;
	text-decoration: underline;
}

.NavLink:link  {
    color: Black;
	font-weight: bold;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.NavLink:visited   {
	font-weight: bold;
	color:Black;
}

.NavLink:hover {
	font-weight: bold;
	color:#A44138;
	text-decoration: underline;
}

.NavLink:active    {
	font-weight: bold;
	color:#A44138;
	text-decoration: underline;
}


/* Buzz */
.BuzzLink:link  {
    color: Black;
    font-weight: bold;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.BuzzLink:visited   {
    font-weight: bold;
    color:Black;
    text-decoration: none;
}

.BuzzLink:hover {
    font-weight: bold;
    color:#A44138;
    text-decoration: underline;
}

.BuzzLink:active    {
    font-weight: bold;
    color:#A44138;
    text-decoration: none;
}

/* FAQ's */

.FaqLink
{
    color: Blue;
    font-weight: bold;
    font-size: 11pt;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.FaqLinkHeader
{
    color: Green;
    font-weight: bold;
    font-size: 11pt;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

SMALL   
{
	font-size: 10px;
}

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 */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
	background-color: #E9E4E1;
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

.HeadingText
{
	font-weight: bold;
	color: #686260;
}

/* Bread Crumb */
.BreadCrumb
{
    color: #328284;
	font-weight: bold;
	font-size: 12px;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.BreadCrumb:link
{
    color: #328284;
	text-decoration: underline;
}

.BreadCrumb:visited
{
    color:#647F90;
	text-decoration: underline;
}

.BreadCrumb:active
{
    color:#307D2E;
	text-decoration: underline;
}

.BreadCrumb:hover
{
    color:#007EB4;
	text-decoration: underline;
}

/* Document Link */
.DocumentLink
{
    color: #328284;
	font-weight: normal;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.DocumentLink:link
{
	font-weight: normal;
    color: #004D53;
	text-decoration: underline;
}

.DocumentLink:visited
{
	font-weight: normal;
    color:#647F90;
	text-decoration: underline;
}

.DocumentLink:active
{
	font-weight: normal;
    color:#439B3C;
	text-decoration: underline;
}

.DocumentLink:hover
{
	font-weight: normal;
    color:#0096D7;
	text-decoration: underline;
}

/* Strong Document Link */
.StrongDocumentLink
{
    color: #2E78AF;
	font-weight: bold;
	font-size: 12px;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.StrongDocumentLink:link
{
	font-weight: bold;
    color: #004D53;
	text-decoration: underline;
}

.StrongDocumentLink:visited
{
	font-weight: bold;
    color:#647F90;
	text-decoration: underline;
}

.StrongDocumentLink:active
{
	font-weight: bold;
    color:#439B3C;
	text-decoration: underline;
}

.StrongDocumentLink:hover
{
	font-weight: bold;
    color:#2E78AF;
	text-decoration: underline;
}

.ScrollerText {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: white; FONT-FAMILY: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif
}

.ScrollerContainer {
	BACKGROUND-POSITION: center 50%; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(Image/EQAgt_ScrollBKGD.gif); COLOR: white; BACKGROUND-REPEAT: repeat-x; FONT-FAMILY: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; HEIGHT: 20px
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

.DisclamerText
{
    font-size:10px;
}

.OuterTable
{
    width:100%;
}

.HeaderTable
{
    width:100%;
}

.HeaderExpand
{
    background-repeat: no-repeat;
    background-color: #0d6570;
}

.HeaderBorder
{
    height: 5px;
    background-repeat: no-repeat;
    background-color: #0d6570;
    font-size: 4px;
}

.HeaderLeft
{
    width:260px;
}

.HeaderFace
{
    width:100px;
    text-align:right;
    background-color: #0d6570;
}

.HeaderRight
{
    width:200px;
    text-align:right;
    background-color: #0d6570;
}

<!-- NAV Menu Styles -->

.LeftSubMenuContainer {
	background-color: #E5DFDC;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#686260', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;
}

.LeftSubMenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #E5DFDC;
	font-family: Arial, Helvetica; 
	white-space: nowrap;
	padding: 1px 3px 3px 1px;	
}

.LeftMenuContainer {
	background-color: white; 
    background-image:url(Image/columnsnav.jpg);
}

.LeftMenuIcon {
	cursor: pointer; 
	cursor: hand; 
	width: 0px;
}

.LeftMenuHeaderContainer
{
	width:165px;
	background-image:url(Image/MenuHeader.jpg);
	height:20px;
}

.LeftMenuHeaderText
{
	color:white;
	font-weight:bold;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.LeftMenuLink
{
    color:Black;
    text-decoration:none;
}

.LeftMenuLinkOver
{
    color:Black;
    text-decoration:none;
	background-color:#A2B3A9;
}

.LeftMenuItem  { 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;	    
	height: 18px;
	padding: 3px 0px 0px 5px;	
}

.LeftMenuItemHover {  
	background-color: #A2B3A9; 
}

.SectionHeading{
	font-size:18px;
	font-weight:bold;
}

/* Green Link */
.GreenLink
{
    color: Green;
	font-weight: normal;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.GreenLink:link
{
	font-weight: normal;
    color: Green;
	text-decoration: underline;
}

.GreenLink:visited
{
	font-weight: normal;
    color:Green;
	text-decoration: underline;
}

.GreenLink:active
{
	font-weight: normal;
    color:Green;
	text-decoration: underline;
}

.GreenLink:hover
{
	font-weight: normal;
    color:Green;
	text-decoration: underline;
}

/* White Link */
.WhiteLink
{
    color: White;
	font-weight: normal;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.WhiteLink:link
{
	font-weight: normal;
    color: White;
	text-decoration: underline;
}

.WhiteLink:visited
{
	font-weight: normal;
    color:White;
	text-decoration: underline;
}

.WhiteLink:active
{
	font-weight: normal;
    color:White;
	text-decoration: underline;
}

.WhiteLink:hover
{
	font-weight: normal;
    color:White;
	text-decoration: underline;
}

A.adLink {
	FONT-SIZE: 9px; CURSOR: hand; COLOR: #ffffff; FONT-STYLE: normal; FONT-FAMILY: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.adLink:hover {
	FONT-SIZE: 9px; CURSOR: hand; COLOR: #ffffff; FONT-STYLE: normal; FONT-FAMILY: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.adLink:visited {
	FONT-SIZE: 9px; CURSOR: hand; COLOR: #ffffff; FONT-STYLE: normal; FONT-FAMILY: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}


/* ================================
    CSS STYLES FOR Life Illustrations (kind of... Initially used for fancy Jquery applications like Income Power Illustration)
   ================================
*/   

.format-Percentage
{
}
.format-Currency
{
}
.format-Int
{
}
.format-Double
{
}
div#divIncomePowerIllustrationArea
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.lifeIllustrationDropDown
{
}
.lifeIllustrationTextBox
{
	font-size: 10pt;
	width: 150px;
}
.lifeIllustrationTextBoxSmall
{
	font-size: 10pt;
	width: 40px;
}
.lifeIllustrationButton
{
}
.lifeIllustrationCheckBox
{
}
.lifeIllustrationRadio
{
}
.lifeIllustrationVisualOuterContainer
{
	text-align: center;
}
.lifeIllustrationVisualContainer
{
	text-align: center;
	border-style: solid;
	border-color: #AAAAAA;
	border-width: 2px;
	padding: 5px 5px 5px 5px;
}
.lifeIllustrationVisualContainerLabel
{
	text-align: right;
	padding: 0px 3px 0px 0px;
	font-weight: normal;
	font-size: 10pt;
}
.lifeIllustrationVisualContainerData
{
	text-align: left;
	padding-right:3px;
	padding-left:3px;
	font-size: 10pt;
}
.lifeIllustrationVisualContainerText
{
	font-size: 10pt;
}
.lifeIllustrationVisualContainerSubscriptNote
{
	padding-right:3px;
	padding-left:3px;
	font-size: 8pt;
	color:#888888;
}
.lifeIllustrationResultsTable
{
	border-style:solid;
	border-color: #BBBBBB;
	border-width: 1px;
}
.lifeIllustrationResultsTable th
{
	width:20%;
	font-weight: bold;
	font-size: 10pt;
	color:#01646A;
	border-style:solid;
	border-color: #BBBBBB;
	border-width: 1px;
}
.lifeIllustrationResultsTable td
{
	font-weight: normal;
	font-size: 10pt;
	border-style:solid;
	border-color: #BBBBBB;
	border-width: 1px;
}
.lifeIllustrationButtonCell
{
	text-align: center;
	padding-top:8px;
	padding-bottom:4px;
	vertical-align:middle;
}
.lifeIllustrationVisualContainerHeader
{
	text-align: left;
	font-weight: bold;
	font-size: 11pt;
	color:#01646A;
	vertical-align: top;
	padding: 0px 0px 3px 0px;
}
.WorkInProgressPopup
{
	text-align:center; 
	vertical-align:middle;
	font-size:12pt;
	font-weight: bold;
	color:Black;
}
.WorkInProgressPopup .ui-dialog-titlebar
{
	display: none;
}
.lifeIllustrationSummaryBarValue 
{
}
.popupContainer
{
	border-style: solid;
	border-color: #BBBBBB;
	border-width: 2px;
	background-color: #ffffff;
}
.popupTable
{
	width: 100%;
}
.popupTable th
{
	text-align: right;
    width:100px;
}
.popupTable td
{
	text-align: left;
	padding: 2px 5px 2px 15px;
}
.popupTitle
{
	font-size: 16pt;
	font-weight: bold;
	color: Navy;
	text-align: center;
}

/* ================================
    Validation
   ================================
*/   
.validationError
{
	border-color: Red;
}
.validationErrorMessage
{
	color: Red;
	font-size: 8pt;	
}


	


