/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}


Body {
    background: rgb(0, 55, 104);
    color: #000;
    margin-top: 10px;
    font-size: 1.0em;
    font-family: Arial, Helvetica, sans-serif;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */

.Page {
    width: 958px;
    background: #fff;
    /*position: relative;*/
    /*margin-left: -479px;*/
    /*left: 50%;*/
    margin: 0 auto;
}

#dnn_BottomPane p {
    font-size: 0.8em;
}


.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

.BottomPane {
}

/* 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 */

.TitleHead {
    border-bottom: 1px solid rgb(159, 49, 80);
    color: rgb(0, 55, 104);
    font-size: 1.1em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.Head   {
}

/* 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 */
.Normal
{
    font-size: 0.9em;
    color: #666;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
    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 */

p {
    margin: 10px 10px 10px 0px;
    font-size: 1.0em;
    line-height: 1.5em;
    text-align: left;
}

H1  {
    font-size: 1.5em;
    font-weight: bold;
}

H2  {
    font-size: 1.4em;
    font-weight: bold;
}

H3  {
    font-size: 1.3em;
    font-weight: bold;
}

H4  {
    font-size: 1.2em;
    font-weight: bold;
}

H5, DT  {
    font-size: 1.1em;
    font-weight: bold;
}

H6  {
    font-size: 1.0em;
    font-weight: bold;
}

TFOOT, THEAD    {
}

TD {
    font-size: 1.0em;
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

strong {
    font-weight: bold;
}

SMALL   {
    font-size: 0.9em;
}

BIG {
    font-size: 1.1em;
}

BLOCKQUOTE, PRE {
}

UL {
}

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 {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}


/*************/
/* Main Menu */
/*************/

.MainMenu_MenuContainer
{
    background: url(/Portals/_default/Skins/fimc%20-%20vert/images/nav_bg.jpg) repeat-y top left;
    width: 200px;
    /*position: relative;*/
    height: 0px;
    /*left: -100px;*/
}

.MainMenu_MenuContainer td {
    padding: 0px 0px 8px 7px;
    background-color: transparent;
}

.MainMenu_MenuBar
{
    cursor: pointer;
    background-color: transparent;
    width: 200px;
}

.MainMenu_MenuItem
{
    cursor: pointer;
    color: #003366;
    font-size: 12px;
    font-weight: bold;
    padding: 6px;
    border: 0px;
    background-color: transparent;
}


.MainMenu_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px;
    background-color: transparent;
}

A.MainMenu_MenuItem, A.MainMenu_MenuItem:link, A.MainMenu_MenuItem:visited, A.MainMenu_MenuItem:active, A.MainMenu_MenuItem:hover
{
    text-decoration: none;
}

a.MainMenu_MenuItem:hover {
    color: #fff;
}

.MainMenu_SubMenu
{
    background-color: rgb(198, 216, 240);
    z-index: 950;
    cursor: pointer;
    cursor: hand;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969' ,Direction=135,Strength=3);
    margin-left: -10px;
}

.MainMenu_MenuBreak
{
    height: 0px;
}

.MainMenu_MenuIcon, .MainMenu_MenuArrow, .MainMenu_RootMenuArrow
{
    display: none;
    visibility: hidden;
    width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}


.login
{
    background: url(/Portals/_default/Skins/fimc%20-%20vert/images/nav_bg.jpg) repeat-y top left;
    width: 200px;
    /*position: relative;*/
    /*left: -100px;*/
    height: auto;
    text-align: left;
    padding: 0px 0px 10px 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.navBottom {
    background: url(/Portals/_default/Skins/fimc%20-%20vert/images/nav_bottom.jpg) repeat-y top left;
    height: 25px;
    width: 200px;
    /*position: relative;*/
    /*left: -100px;*/
}


/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


/* hide register/forgot password link on login page */
#dnn_ctr_Login_tdRegister,
#dnn_ctr_Login_tdPassword,
#dnn_ctr495_Login_cmdPassword {
    display: none;
}



/**************************************/
/*                                    */
/* NEW MEMBER SITE - 08.01.2010       */
/* Created by: Dr. Alexander Schuster */
/*                                    */
/**************************************/


.Page1 {
    width: 1024px;				/* Web page width */
    background-color: transparent;		/* Web page background color */
    /*position: relative;*/
    /*margin-left: -479px;*/
    /*left: 50%;*/
    margin: 0 auto;				/* Centering web page */
    /* height: 700px; */
    /* border: 1px solid yellow; */
}

#HeaderBackground {
    width: 1024px;
    height: 219px;
    text-align: center;
    background: white url(/Portals/0/New_HA/Header_Background.jpg) center no-repeat;
}

#HeaderBack1 {
    /* background: white;
    -moz-opacity: 0.75;
    filter:alpha(opacity=75);
    opacity: 0.75; */
    width: 1000px;
    margin: 0 auto;
}

#Header1 {
    background: transparent url(/Portals/0/New_HA/Header_transparent_solidlogo.png) center no-repeat;
    /* -moz-opacity: 1.00;
    filter:alpha(opacity=100);
    opacity: 1.00; */
    width: 1000px;
    height: 125px;
    margin: 0 auto;
}

.Content1 {
    background-color: #FFFFFF;			/* web page background color, except for header */
    overflow: auto;
    /* height: 950px; */
    position: relative;
    width: 1000px;
    padding: 0px 12px 0px 12px;
}

#Footer1 {
	background: transparent url(/Portals/_default/Skins/LE/images/NEW-1000-footer_3-blank.jpg) center no-repeat;
	height: 47px;
	width: 1000px;
	padding: 0px 12px 0px 12px;
	/* border: 2px solid blue; */
}

.TitleHead1 {
    border-bottom: 1px solid rgb(57,181,43);		/* Module title underline */
    color: #666;					/* Module title text color */
    font-family: "Times New Roman";
    font-size: 1.0em;					/* Module title font size */
    font-style: italic;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.Normal1
{
    font-size: 0.9em;				/* Default font size for text used within modules */
    color: #666;				/* Default text color within modules */
}

.LoginItem, A.LoginItem, A.LoginItem:link, A.LoginItem:visited, A.LoginItem:active
{
    cursor: pointer;
    color: #666;				/* color of login menu item */
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    border-top: 0px solid white;		/* top border doesn't work */
    border-bottom: 0px;				/* bottom border of login menu item */
    border-right: 0px;				/* right border of login menu item */
    border-left: 0px;				/* left border of login menu item */
    background-color: transparent;		/* background color of login menu item */
    text-decoration: none;
}

A.LoginItem:hover
{
    color: 333;					/* color of login menu item on hover */
    background-color: transparent;		/* background color of login menu item on hover */
    text-decoration: underline;
}

.LoginItemOut, A.LoginItemOut, A.LoginItemOut:link, A.LoginItemOut:visited, A.LoginItemOut:active
{
    cursor: pointer;
    color: red;				/* color of login menu item */
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    background-color: transparent;		/* background color of login menu item */
    text-decoration: none;
    /* border: 1px solid yellow; */
}

A.LoginItemOut:hover
{
    color: 333;					/* color of login menu item on hover */
    background-color: transparent;		/* background color of login menu item on hover */
    text-decoration: underline;
}

.LoginDiv {
    padding: 10px 0px 0px 0px;
    /* border: 1px solid blue; */
    height: 40px;
}

#MenuBackground1
{
    background-color: transparent;
    /* border: 2px solid green; */
    width: 1000px;
    margin: 0 auto;
    overflow: auto;
    /* -moz-opacity: 0.75;
    filter:alpha(opacity=75);
    opacity: 0.75; */
}

#HorizMenu, #HorizMenuOut
{
    color: #FFFFFF;
    height: 32px;
    font: bold 100% Tahoma, Arial, Sans-Serif;
    text-transform: capitalize;
    /* padding: 10px 12px 0px 12px; */
    margin-top: 0px;
    /* border: 2px solid blue; */
}

/* CSSNodeRoot */

.HorizNavMenu .root, .HorizNavMenuOut .root
{
    float: left;
    color: #FFFFFF;								/* places menu inside #HorizMenu */
    /* border: 1px solid orange; */
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
}

.HorizNavMenu .root .txt, .HorizNavMenuOut .root .txt
{
    display: none;								/* Removes text from menu items */
}

.HorizNavMenu .mi0, .HorizNavMenuOut .mi0					/* root first menu item */
{
    background: transparent url(/Portals/0/New_HA/Home_noclick.png) center no-repeat;
    width: 200px;
    height: 32px;
    vertical-align: middle;

}

.HorizNavMenu .mi0.hov, .HorizNavMenuOut .mi0.hov				/* root first menu item on hover */
{
    background: transparent url(/Portals/0/New_HA/Home_rollover.png) center no-repeat;
    width: 200px;
    height: 32px;
    vertical-align: middle;
}

.HorizNavMenu .mi1, .HorizNavMenuOut .mi1					/* root second menu item */
{
    background: transparent url(/Portals/0/New_HA/AboutUS_noclick.png) center no-repeat;
    width: 200px;
    height: 32px;
    /* -moz-opacity: 0.75;
    filter:alpha(opacity=75);
    opacity: 0.75; */
}

.HorizNavMenu .mi1.hov, .HorizNavMenuOut .mi1.hov				/* root second menu item on hover */
{
    background: transparent url(/Portals/0/New_HA/AboutUS_rollover.png) center no-repeat;
    width: 200px;
    height: 32px;
}

.HorizNavMenu .mi1.sel, .HorizNavMenuOut .mi1.sel				/* root second menu item when active */
{
    background: transparent url(/Portals/0/New_HA/AboutUS_noclick.png) center no-repeat;
    width: 200px;
    height: 32px;
}

.HorizNavMenu .mi2, .HorizNavMenuOut .mi2					/* root third menu item */
{
    background: transparent url(/Portals/0/New_HA/Testimonials_noclick.png) center no-repeat;
    width: 200px;
    height: 32px;
    /* -moz-opacity: 0.75;
    filter:alpha(opacity=75);
    opacity: 0.75; */
}

.HorizNavMenu .mi2.hov, .HorizNavMenuOut .mi2.hov				/* root third menu item on hover */
{
    background: transparent url(/Portals/0/New_HA/Testimonials_rollover.png) center no-repeat;
    width: 200px;
    height: 32px;
}

.HorizNavMenu .mi2.sel, .HorizNavMenuOut .mi2.sel				/* root third menu item when active */
{
    background: transparent url(/Portals/0/New_HA/Testimonials_noclick.png) center no-repeat;
    width: 200px;
    height: 32px;
}

.HorizNavMenu .mi3, .HorizNavMenuOut .mi3					/* root fourth menu item */
{
    background: transparent url(/Portals/0/New_HA/FAQ_noclick.png) center no-repeat;
    width: 200px;
    height: 32px;
    /* -moz-opacity: 0.75;
    filter:alpha(opacity=75);
    opacity: 0.75; */
}

.HorizNavMenu .mi3.hov, .HorizNavMenuOut .mi3.hov				/* root fourth menu item on hover */
{
    background: transparent url(/Portals/0/New_HA/FAQ_rollover.png) center no-repeat;
    width: 200px;
    height: 32px;
}

.HorizNavMenu .mi3.sel, .HorizNavMenuOut .mi3.sel				/* root fourth menu item when active */
{
    background: transparent url(/Portals/0/New_HA/FAQ_noclick.png) center no-repeat;
    width: 200px;
    height: 32px;
}

.HorizNavMenu .mi4, .HorizNavMenuOut .mi4					/* root fifth menu item */
{
    background: transparent url(/Portals/0/New_HA/JoinToday_noclick.png) center no-repeat;
    width: 200px;
    height: 32px;
    -moz-opacity: 0.75;
    filter:alpha(opacity=75);
    opacity: 0.75;
}

.HorizNavMenu .mi4.hov, .HorizNavMenuOut .mi4.hov				/* root fifth menu item on hover */
{
    background: transparent url(/Portals/0/New_HA/JoinToday_rollover.png) center no-repeat;
    width: 200px;
    height: 32px;
}

.HorizNavMenu .mi4.sel, .HorizNavMenuOut .mi4.sel				/* root fifth menu item when active */
{
    background: transparent url(/Portals/0/New_HA/JoinToday_noclick.png) center no-repeat;
    width: 200px;
    height: 32px;
}

.HorizNavMenu .mi5, .HorizNavMenuOut .mi5					/* root sixth menu item */
{
    background: transparent url(/Portals/0/New_HA/TopMenuBackground1.jpg) center no-repeat;
    width: 200px;
    height: 32px;
    /* -moz-opacity: 0.75;
    filter:alpha(opacity=75);
    opacity: 0.75; */
}

.HorizNavMenu .mi5.hov, .HorizNavMenuOut .mi5.hov				/* root sixth menu item on hover */
{
    background: transparent url(/Portals/0/New_HA/TopMenuBackground_hover1.jpg) center no-repeat;
    width: 200px;
    height: 32px;
}

.HorizNavMenu .mi5.sel, .HorizNavMenuOut .mi5.sel				/* root sixth menu item when active */
{
    background: transparent url(/Portals/0/New_HA/TopMenuBackground1.jpg) center no-repeat;
    width: 200px;
    height: 32px;
}

/* enable display of text on admin and host root menus */
/* id 41 = admin menu, id 7 = host menu */
.HorizNavMenu .id41 .txt, .HorizNavMenu .id7 .txt
{
    display: block;
    background-color: #fff;
    padding: 8px 10px;
    margin-top: 1px;
    margin-bottom: 2px;
    color: #666666;
    font-size: 18px;
    width: 50px;
}

/* Submenu */
.HorizNavMenu .m
{
    border: 1px solid #777;
    border-top: 0;
    font-size: 14px;
    z-index: 2000;
}

.HorizNavMenu .m td
{
    background-color: #999;
    padding: 4px;
    z-index: 1000;
    text-align: left;
}

.HorizNavMenu .m .hov td
{
    background-color: #CCC;
}

#HorizMenu2, #HorizMenu2Out {
    background: transparent;
    color: #FFFFFF;
    height: 54px;
    width: 1000px;
    padding: 0px 12px 0px 12px;
    font: bold 100% Tahoma, Arial, Sans-Serif;
    text-transform: capitalize;
    margin-top: 0px;
    /* border: 1px solid purple; */
}

.ul_menu, #HorizMenu2 .ul_menu, #HorizMenu2Out .ul_menu {
    list-style: none;
    margin: 0;
    padding: 1px 0px 0px 0px;
}

.li_menu, #HorizMenu2 .li_menu, #HorizMenu2Out .li_menu {
    list-style: none;
    float: left;
    padding: 0px 0px 0px 0px;
    line-height: 27px;
    text-align: center;
}

a.HorizMenu2_Item1, a.HorizMenu2_Item1_Out, a.HorizMenu2_Item1_Out:hover {
    width: 300px;
    height: 40px;
    display: block;
    background: white;
    /* border: 1px solid red; */
    padding: 10px 0px 0px 0px;
    font-size: 20px;
    color: #666;
    background: transparent url(/Portals/0/New_HA/Benefits_noclick.png) center no-repeat;
    -moz-opacity: 0.75;
    filter:alpha(opacity=75);
    opacity: 0.75;
    color: #FFFFFF;
}

a.HorizMenu2_Item1_Out:hover {
    background: transparent url(/Portals/0/New_HA/Benefits_rollover.png) center no-repeat;
}

a.HorizMenu2_Item2, .HorizMenu2_Item2_Out, a.HorizMenu2_Item2_Out:hover {
    width: 400px;
    height: 50px;
    display: block;
    /* border: 1px solid red; */
    text-align: center;
    background: transparent url(/Portals/0/New_HA/MemberLogin_noclick_middle.png) center no-repeat;
    -moz-opacity: 0.75;
    filter:alpha(opacity=75);
    opacity: 0.75;
    color: #FFFFFF;
}

a.HorizMenu2_Item2_Out:hover, .HorizMenu2_Item2_Out:hover {
    background: transparent url(/Portals/0/New_HA/MemberLogin_rollover_middle.png) center no-repeat;
}


a.HorizMenu2_Item3, a.HorizMenu2_Item3_Out, a.HorizMenu2_Item3_Out:hover {
    width: 300px;
    height: 40px;
    display: block;
    background: white;
    /* border: 1px solid red; */
    padding: 10px 0px 0px 0px;
    font-size: 20px;
    color: #666;
    background: transparent url(/Portals/0/New_HA/ContactUs_noclick.png) center no-repeat;
    -moz-opacity: 0.75;
    filter:alpha(opacity=75);
    opacity: 0.75;
    color: #FFFFFF;
}

a.HorizMenu2_Item3_Out:hover {
    background: transparent url(/Portals/0/New_HA/ContactUs_rollover.png) center no-repeat;
}

#Spacer1 {
    height: 10px;
    width: 1024px;
    background: white;
    /* border: 1px solid orange; */
}

#FlashContent, #FlashContentOut {
    padding: 0px 12px 0px 12px;
    width: 1000px;
    height: 352px;
    /* border: 1px solid yellow; */
    z-index: 100;
    background: white url(/Portals/0/sph_banner.swf) center no-repeat;
}

.BenefitLink, a.BenefitLink, a.BenefitLink:link, a.BenefitLink:visited, a.BenefitLink:active {
    font-weight: bold;
}

a.BenefitLink:hover {
	font-weight: bold;
	text-decoration: underline;
}

.SubHeadBenefits {
    font-weight: bold;
    font-size: 16px;
}

.RightDivBenefitsTop1 {
	background: transparent url(/Portals/0/images/rt-econ-auto-top.jpg) center no-repeat;
	height: 30px;
}

.RightDivBenefitsMid {
	background: transparent url(/Portals/0/images/rt-econ-auto-mid.jpg) center repeat-y;
	padding: 10px 15px 10px 20px;
}

.RightDivBenefitsBottom {
	background: transparent url(/Portals/0/images/rt-econ-auto-bottom.jpg) center no-repeat;
	height: 12px;
}




