/* -------------------------------------------------------------------------------------------

 * Filename:        global.css
 * Description:     Important Global defaults
 * Version:         1.0.0 (2009-09-01)
 * Website:         http://www.roycefunds.com
 * Author:          Christian, Kristen and Charlene

== STRUCTURE ==================================================================================

    ----- Key to Colors and Fonts ----- 

    -- Background Colors --
    Light grey, #d1d1d1
    White, #ffffff
    Light green, #dfe8c4
    Light blue, #cfe1ec
    Lighter blue, #e1ecf3
    Bright blue, #bbe2e9

    -- Content Colors --
    Dark blue, #2d699b
    Darker blue, #073269
    Darkest blue (Royce blue), #1f3363
    Bright green (Royce green), #96b43c
    Dark grey, #676767

    -- Fonts --
    font-family: 'verdana', 'arial', 'sans-serif';
    font-family: 'georgia', 'times', 'serif';
    
    White, #ffffff
    Light green, #dfe8c4
    Light blue, #cfe1ec
    Lighter blue, #e1ecf3
    Bright blue, #bbe2e9
    
    
    -- Fund Category Colors --
    Core:
    100%: #3382B6 - Bright Blue
    65%: #79ABCC - Light Blue
    15%: #E0ECF4 - Lighter Blue
    
    Core + Dividends:
    100%: #CB912D - Bright Orange
    65%: #DDB777 - Light Orange
    15%: #F7EEE0 - Lighter Orange
    
    Quality + Focused:
    100%: #5F8D2E - Bright Green
    65%: #93B174 - Light Green
    15%: #E7EEE0 - Lighter Green
    
    Micro-Cap/Opportunistic:
    100%: #CE513C - Bright Red
    65%: #DD8D80 - Light Red
    15%: #F8E5E2 - Lighter Red
    
    Global/International:
    100%: #6AC3BB - Bright Aqua
    65%: #9ED8D3 - Light Aqua
    15%: #E9F6F5 - Lighter Aqua
    
    Qualified Investor:
    100%: #8B816B - Bright Brown
    65%: #B3AD9F - Light Brown
    15%: #EEECE9 - Lighter Brown
    

    ----- IMPORTANT GLOBAL DEFAULTS -----
---------------------------------------------------------------------------------------------*/

body {
    background:#d1d1d1;
    font-family:'verdana', 'arial', 'sans-serif';
    font-size:12px;
    line-height:20px;
    margin:0 auto;
}
div.main {
    width:930px;
    
}
.mainbody {
    background: url('../images/designelements/background.gif') repeat-y; 
    /*margin-top: -14px;*/

}
#main_body{
    background:#ffffff;
    width:935px; 
    padding: 0 15px 0 15px;
    
    /*background: url('../images/topgray.gif') right top no-repeat; */
}

#maincolumn {
    width: 495px;
    padding:0px 5px 0px 10px;
}


div.section {
    padding-bottom:15px;
    width:100%;
}
div.section2 {
    padding-bottom:25px;
    padding-left:20px;
}
div.section3 {
    padding-bottom:25px;
}
div.subsection {
    padding-bottom:15px;
    width:100%;
}
img {
    border:0;
}
sup {
    font-size:8px;
    vertical-align:text-top;
}
p {
    margin:0;
    padding:0 0 5px 0;
}

a:link, a:visited, a:active {
    color:#2d699b;
    text-decoration:none;
}
a:hover {
    color:#2d699b;
    text-decoration:underline;
}

.rtalign { 
    float:right; 
}
.disclosure {
    font-style:italic;
    line-height:1.1;
    width:98%;
}
.disclosure2 {
    line-height:1.1;
    width:98%;
}
.inline { 
    display:inline; 
}
.fade { 
    color:#676767; 
}
.footnote {
    color:#676767;
    font-size:10px;
    line-height:1.1;
    padding-top:10px;
}
.footnote h3 { 
    font-size:10px; 
}
.caption {
    font-size:11px;
    line-height:13px;
}
.title { margin-top:14px; }
dl, dt, dd {
    margin:0;
    padding:0;
}

/* Lists */
ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
ul.liststyle {
    list-style-image:url('../images/icons/go.gif');
    padding:10px 10px 10px 25px;
}

ul.liststyle li {
    /*border:1px solid red;*/
    padding:2px 0 2px 0;
    line-height:14px; 
}

ul.arrowlist {
    list-style-type:none;
    margin:0;
    padding:0 15px 0 15px;
    list-style-image:url('../images/icons/go.gif');
}
ul.arrowlist2 {
    list-style-type:none;
    margin-left:15px;
    padding:0 2px 0 5px;
    list-style-image:url('../images/icons/go.gif');
}

ul.arrowlist2 li {
    line-height:12pt;
}

ul.arrowlist3 {
    list-style-type:none;
    margin-left:15px;
    padding:2px 2px 2px 2px;
    list-style-image:url('../images/icons/go.gif');
}

ul.arrowlist3 li {
    font-size:11px;
    line-height:10pt;
    margin:0 0 4px 0;
}

ul.subnav-liststyle {
    list-style-image:url('../images/icons/go.gif');
    padding:0 10px 10px 25px;
}
ul.subnav-liststyle li {
    margin-top: 7pt;
    line-height:12pt;
}
ul.home-liststyle {
    list-style-image:url('../images/icons/go.gif');
    list-style-position:outside;
    padding:0 0 10px 7px;
}

ul.home-liststyle li {
    margin-top: 6pt;
    line-height:12pt;
}



ul.longitems li { 
    padding:10px; 
    line-height:14px;
}
ul.bullets li {
    background-position:0px 0.4em;
    padding-left:0.8em;
    background-image:url('../images/designelements/bullet.gif');
    background-repeat:no-repeat;
}


/* Headers */
h1, h2, h3, h4, h5, h6 { 
    margin: 0; 
    padding: 0 0 5px 0; 
    font-weight: 400; 
    color: #1f3363; 
    font-family: 'georgia', 'times', 'serif'; 
}
h1 { 
    font-size: 21px; 
}
h2 { 
    font-size: 16px; 
}
h3 { 
    font-size: 12px; 
    font-weight: 800; 
    color: #676767; 
    font-family: 'verdana', 'arial', 'sans-serif'; 
    padding: 0 0 0 0; }
h4 { 
    font-size: 12px; 
}
h5 { 
    font-size: 12px; 
    font-weight: 800; 
    font-family: 'verdana', 'arial', 'sans-serif'; 
    padding: 0 0 0 0; }
h6 { 
    font-size: 14px; 
    font-weight: 800; 
    padding: 10px 0 5px 0; 
    font-family: 'verdana', 'arial', 'sans-serif'
}


/* ----- SECONDARY GLOBAL DEFAULTS ----- */
.worktitle { 
    font-style:italic; 
}
img.thumbnail {
    border:#d1d1d1 1px solid;
    float:left;
    margin-right:5px;
}

img.thumbnail-home {
    border:#d1d1d1 1px solid;
    float:left;
    margin-top:15px;
}

img.thumbnail-news-home {
    border:#d1d1d1 1px solid;
}

img.wrapright {
    border:#d1d1d1 1px solid;
    margin-bottom:5px;
    margin-right:10px;
}

/* Dividers */
img.divider { 
    display:block; 
}
div.divider {
    display:block;
    float:left;
    margin-bottom:3px;
}
div.divider294 {
    display:block;
    float:left;
    padding-bottom:10px;
}
img.divider-vert {
    margin:0 5px;
    vertical-align:middle;
}

/* Forms */
input, select {
    font-family:'verdana', 'arial', 'sans-serif';
    font-size:11px;
    font-weight:400;
    height:18px;
    line-height:13px;
    vertical-align:middle;
}
input.shorttext {
    border:#676767 1px solid;
    font-size:11px;
    height:14px;
    margin-right:2px;
    width:99px;
}
input.shorttextsearch {
    border:#676767 1px solid;
    font-size:11px;
    height:14px;
    margin-right:2px;
    width:99px;
}
.button { }
input.advisortext {
    border: #676767 1px solid; 
    font-size: 11px; 
    margin-right: 2px; 
    height:14px;
}

input.text {
    border: solid #999999 1pt;
    background-color:#cccccc;
    color:#073269;
    padding:2px;
    height:22px;
    font-weight:bold;
}


/* Fund Status */
.open {
    color:#96b43c;
    font-weight:800;
    text-transform:uppercase;
}
.closed {
    color:#900;
    font-weight:800;
    text-transform:uppercase;
}
.positive { 
    color:#96b43c; 
}
.negative { 
    color:#900; 
}

.search-outer {
    left:732px;
    position:absolute;
    top:44px;
    width:200px;
}

/*-- Fund Category --*/

/*Core:
100%: #3382B6 - Bright Blue
65%: #79ABCC - Light Blue
15%: #E0ECF4 - Lighter Blue
*/
.cat-core-1 {
    background-color:#3382B6;
}
.cat-core-2 {
    background-color:#79ABCC;
}
.cat-core-3 {
    background-color:#E0ECF4;
}

.cat-color-core-1 {
    color:#3382B6;
}
.cat-color-core-2 {
    color:#79ABCC;
}
.cat-color-core-3 {
    color:#E0ECF4;
}

/*Core + Dividends:
100%: #CB912D - Bright Orange
65%: #DDB777 - Light Orange
15%: #F7EEE0 - Lighter Orange
*/
.cat-core-div-1 {
    background-color:#CB912D;
}
.cat-core-div-2 {
    background-color:#DDB777;
}
.cat-core-div-3 {
    background-color:#F7EEE0;
}

.cat-color-core-div-1 {
    color:#CB912D;
}
.cat-color-core-div-2 {
    color:#DDB777;
}
.cat-color-core-div-3 {
    color:#F7EEE0;
}

/*Quality + Focused:
100%: #5F8D2E - Bright Green
65%: #93B174 - Light Green
15%: #E7EEE0 - Lighter Green
*/
.cat-qual-foc-1 {
    background-color:#5F8D2E;
}
.cat-qual-foc-2 {
    background-color:#93B174;
}
.cat-qual-foc-3 {
    background-color:#E7EEE0;
}

.cat-color-qual-foc-1 {
    color:#5F8D2E;
}
.cat-color-qual-foc-2 {
    color:#93B174;
}
.cat-color-qual-foc-3 {
    color:#E7EEE0;
}

/*Micro-Cap/Opportunistic:
100%: #CE513C - Bright Red
65%: #DD8D80 - Light Red
15%: #F8E5E2 - Lighter Red
*/
.cat-micro-oppt-1 {
    background-color:#CE513C;
}
.cat-micro-oppt-2 {
    background-color:#DD8D80;
}
.cat-micro-oppt-3 {
    background-color:#F8E5E2;
}

.cat-color-micro-oppt-1 {
    color:#CE513C;
}
.cat-color-micro-oppt-2 {
    color:#DD8D80;
}
.cat-color-micro-oppt-3 {
    color:#F8E5E2;
}

/*Global/International:
100%: #6AC3BB - Bright Aqua
65%: #9ED8D3 - Light Aqua
15%: #E9F6F5 - Lighter Aqua
*/
.cat-global-intl-1 {
    background-color:#6AC3BB;
}
.cat-global-intl-2 {
    background-color:#9ED8D3;
}
.cat-global-intl-3 {
    background-color:#E9F6F5;
}

.cat-color-global-intl-1 {
    color:#6AC3BB;
}
.cat-color-global-intl-2 {
    color:#9ED8D3;
}
.cat-color-global-intl-3 {
    color:#E9F6F5;
}

/*Qualified Investor:
100%: #8B816B - Bright Brown
65%: #B3AD9F - Light Brown
15%: #EEECE9 - Lighter Brown
*/
.cat-qual-invest-1 {
    background-color:#8B816B;
}
.cat-qual-invest-2 {
    background-color:#B3AD9F;
}
.cat-qual-invest-3 {
    background-color:#EEECE9;
}

.cat-color-qual-invest-1 {
    color:#8B816B;
}
.cat-color-qual-invest-2 {
    color:#B3AD9F;
}
.cat-color-qual-invest-3 {
    color:#EEECE9;
}

/*Mid-Cap:
100%: #4b2682 - Bright Purple
65%: #7157a1 - Light Purple
15%: #dad4e5 - Lighter Purple
*/
.cat-mid-cap-1 {
    background-color:#4b2682;
}
.cat-mid-cap-2 {
    background-color:#7157a1;
}
.cat-mid-cap-3 {
    background-color:#dad4e5;
}

.cat-color-mid-cap-1 {
    color:#4b2682;
}
.cat-color-mid-cap-2 {
    color:#7157a1;
}
.cat-color-mid-cap-3 {
    color:#dad4e5;
}

/*Opportunistic Themes:
100%: #e7d100 - Bright Yellow
65%: #f1e27c - Light Yellow
15%: #fdfcf0 - Lighter Yellow
*/
.cat-oppt-theme-1 {
    background-color:#e0bf00;
}
.cat-oppt-theme-2 {
    background-color:#e8d054;
}
.cat-oppt-theme-3 {
    background-color:#f8f1cc;
}

.cat-color-oppt-theme-1 {
    color:#e0bf00;
}
.cat-color-oppt-theme-2 {
    color:#e8d054;
}
.cat-color-oppt-theme-3 {
    color:#f8f1cc;
}

/**************************/

/*  RSS */
#imgrss {
    position:relative;
    top:4px;
}

.bluebanner {
    background:#e1ecf3;
    border-bottom:#676767 4px double;
    padding-bottom:20px;
    padding-left:20px;
    padding-top:20px;
    padding-right:20px;
    width:650px;
}
.bluebannerlong {
    background:#e1ecf3;
    border-bottom:#676767 4px double;
    padding-bottom:20px;
    padding-left:20px;
    padding-top:20px;
    width:900px;
}
.padding-top { 
    padding-top:20px; 
}
.padding20 {
    padding-left:20px;
    padding-top:20px;
}
.navsearchfunction {
    padding-left:40px;
    position:relative;
    top:-50px;
}


/* ----- MAIN NAVIGATION ----- */
div.mainnav-outerwrapper {
    background:#073269;
    font-size:11px;
    margin-bottom:1px;
    padding-left:0;
    width:921px;
}
div.mainnav-innerwrapper { 
    padding:0; 
}

/* All Lists */
#nav, #nav ul {
    line-height:1;
    list-style-type:none;
    margin:0;
    padding:0;
}
#nav a {
    color:#ffffff;
    display:block;
    /*padding:8px 7px 7px 6px;*/
    padding:8px 6px 7px 5px;
    text-decoration:none;
}

#nav a.navtab {
    color:#ffffff;
    display:block;
    padding:8px 7px 7px 6px;
    text-decoration:none;
}

/* First-Level lists */
#nav li {
    background: url('../images/corners/t_r.gif') right top no-repeat;
    border-right:#ffffff 1px dotted;
    float:left;
    margin-left:0;
    text-transform:uppercase;
}
#nav li.last { 
    /*background: #073269 url('/images/corners/t_r.gif') right top no-repeat;
    width:144px; */
    color:#ffffff;
    display:block;
/*  padding:8px 2px 7px 3px;*/
    text-decoration:none;
    width:144px;
    border-right:none;
}

/*#nav li.last ul#last {
    border:1px solid red;
    list-style-image:url('../images/icons/lock.png');
    list-style-position:inside;
    padding-left:5px;

}*/


/* Second-Level Lists */
#nav li ul {
    background:#cfe1ec;
    border-bottom:#073269 1px solid;
    border-top:#073269 1px solid;
    left:-999em;
    position:absolute;
    width:205px;
    z-index:100;

}

#nav li ul li a {
    border-left:#073269 1px solid;
    border-right:#073269 1px solid;
    color:#073269;
    
}
#nav li ul li a:hover {
    background:#073269;
    color:#cfe1ec;
}
#nav li ul li {
    background:#cfe1ec;
    border:0;
    margin-left:0;
    margin-right:-10px;
    padding:0;
    text-transform:none;
    width:205px;
}

/* Third-and-Above-Level Lists */
#nav li ul ul { 
    /*margin:-28px 0 0 204px; */
    margin:-23px 0 0 195px; 
    
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { 
    left:-999em; 
}
#nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
    left:auto; 
}
#container { }


/* ----- FINANCIAL ADVISOR LOGIN ----- */

.falogin-innerwrapper h3 {
    font-size:11px;
    line-height:13px;
    padding-bottom:10px;
    width:300px;
}
dl.falogin {
    display:block;
    float:left;
    width:157px;
}
.falogin dt {
    float:left;
    padding:0;
    text-align:left;
    width:157px;
}
.falogin dd {
    float:left;
    padding-bottom:5px;
    width:157px;
}
div.close {
    padding-bottom:2px;
    text-align:right;
}

/* ----- FUND RECENT NEWS ----- */
div.recent-outerwrapper {
    background-color:#ffffff;
    layer-background-color:#ffffff;
    left:600px;
    position:absolute;
    top:220px;
    visibility:hidden;
    width:250px;
    z-index:99;
}
div.recent-innerwrapper {
    background-color:#fffff;
    border:#676767 1px solid;
    font-size:10px;
    padding:3px 3px 25px 20px;
}
.recent-innerwrapper h3 {
    font-size:11px;
    line-height:13px;
    padding-bottom:10px;
    width:250px;
}
div.recentclose {
    background-color:#fff;
    padding-bottom:10px;
    text-align:right;
    width:200px;
}

/* ----- OVERLAY ----- */
div.over-outerwrapper {
    background-color:#ffffff;
    layer-background-color:#ffffff;
    left:50px;
    position:absolute;
    top:180px;
    visibility:hidden;
    width:200px;
    z-index:99;
}
div.over-innerwrapper {
    background-color:#fff;
    border:1px solid #676767;
    font-size:10px;
    padding:3px 3px 25px 20px;
}


div.overclose {
    background-color:#fff;
    padding-bottom:10px;
    text-align:right;
    width:200px;
}

div.archive-outerwrapper {
    background-color:#EAF0DB;
    border:0;
    left:200px;
    padding:0;
    position:absolute;
    top:200px;
    visibility:hidden;
    width:640px;
    z-index:99;
}
div.archive-innerwrapper {
    border:1px solid #676767;
    font-size:10px;
    padding:20px;
}
div.archivediv {
    display:block;
    float:left;
    width:250px;
}
div.archiveclose {
    padding-top:10px;
    text-align:left;
    width:600px;
}

div.recent, div.overdiv {
    background-color:#fff;
    display:block;
    float:left;
    width:250px;
}
.over-innerwrapper h3, .archive-innerwrapper h3 {
    font-size:11px;
    line-height:13px;
    padding-bottom:10px;
    width:200px;
}


/* ----- FUND CATEGORIES ----- */
div.category-outerwrapper {
    left:685px;
    position:absolute;
    top:195px;
    width:250px;
    z-index:30;
}
div.category-innerwrapper {
    border:#676767 1px solid;
    font-size:10px;
    padding:10px 10px 20px 10px;
    line-height:13px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    visibility:hidden;
    display:none;
}
.category-innerwrapper h3 {
    font-size:11px;
    line-height:13px;
    padding-bottom:10px;
    width:157px;
}
div.categoryclose {
    padding-bottom:2px;
    text-align:right;
    width:157px;
    float:right;
}

.tl_core, .tl_core-div, .tl_qual-foc, .tl_micro-oppt, .tl_global-intl, .tl_qual-invest, .tl_mid-cap, .tl_oppt-theme {
    width: 6px;  
    height: 6px; 
    float: left;  
    padding:0px;
    margin:0px;
    overflow:hidden;
}

.tl_core {  
    background: url('../images/category/core_l.gif') no-repeat top left;  
}  

.tl_core-div {  
    background: url('../images/category/core-div_l.gif') no-repeat top left;  
}  

.tl_qual-foc {  
    background: url('../images/category/qual-foc_l.gif') no-repeat top left;  
}  

.tl_micro-oppt {  
    background: url('../images/category/micro-oppt_l.gif') no-repeat top left;  
}  

.tl_global-intl {  
    background: url('../images/category/glob-intl_l.gif') no-repeat top left;  
}  

.tl_qual-invest {  
    background: url('../images/category/qual-invest_l.gif') no-repeat top left;  
}  

.tl_mid-cap {  
    background: url('../images/category/mid-cap_l.gif') no-repeat top left;  
}  

.tl_oppt-theme {  
    background: url('../images/category/oppt-theme_l.gif') no-repeat top left;  
}  
  
.tm_core, .tm_core-div, .tm_qual-foc, .tm_micro-oppt, .tm_global-intl, .tm_qual-invest, .tm_mid-cap, .tm_oppt-theme {
    width: 238px;  
    height: 6px;  
    float: left;  
    padding:0px;
    margin:0px;
    overflow:hidden;
}  
  
.tm_core {  
    background: url('../images/category/core.gif') repeat;
}  

.tm_core-div {  
    background: url('../images/category/core-div.gif') repeat;
}  

.tm_qual-foc {  
    background: url('../images/category/qual-foc.gif') repeat;
}  

.tm_micro-oppt {  
    background: url('../images/category/micro-oppt.gif') repeat;
}  

.tm_global-intl {  
    background: url('../images/category/glob-intl.gif') repeat;
}  

.tm_qual-invest {  
    background: url('../images/category/qual-invest.gif') repeat;
}  
.tm_mid-cap {  
    background: url('../images/category/mid-cap.gif') repeat;
}  
.tm_oppt-theme {  
    background: url('../images/category/oppt-theme.gif') repeat;
}  
  
.tr_core, .tr_core-div, .tr_qual-foc, .tr_micro-oppt, .tr_global-intl, .tr_qual-invest, .tr_mid-cap, .tr_oppt-theme {
    width: 6px;  
    height: 6px; 
    float: left;  
    padding:0px;
    margin:0px;
    overflow:hidden;
}   
  
.tr_core {  
    background: url('../images/category/core_r.gif') no-repeat top right;  
}  

.tr_core-div {  
    background: url('../images/category/core-div_r.gif') no-repeat top right;  
} 

.tr_qual-foc {  
    background: url('../images/category/qual-foc_r.gif') no-repeat top right;  
} 

.tr_micro-oppt {  
    background: url('../images/category/micro-oppt_r.gif') no-repeat top right;  
} 

.tr_global-intl {  
    background: url('../images/category/glob-intl_r.gif') no-repeat top right;  
} 

.tr_qual-invest {  
    background: url('../images/category/qual-invest_r.gif') no-repeat top right;  
} 
.tr_mid-cap {  
    background: url('../images/category/mid-cap_r.gif') no-repeat top right;  
} 
.tr_oppt-theme {  
    background: url('../images/category/oppt-theme_r.gif') no-repeat top right;  
} 
  
.contentcat_core, .contentcat_core-div, .contentcat_qual-foc, .contentcat_micro-oppt, .contentcat_global-intl, .contentcat_qual-invest, .contentcat_mid-cap, .contentcat_oppt-theme {
    margin:0px;
    width: 240px;  
    clear: left;   
    text-align:left;
    color:#ffffff;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:12px;
    padding:2px 0px 5px 10px;
    height:15px;
}   
  
.contentcat_core {  
    background: url('../images/category/core.gif') repeat;
} 
.contentcat_core-div {  
    background: url('../images/category/core-div.gif') repeat;
} 
.contentcat_qual-foc {  
    background: url('../images/category/qual-foc.gif') repeat;
} 
.contentcat_micro-oppt {  
    background: url('../images/category/micro-oppt.gif') repeat;
} 
.contentcat_global-intl {  
    background: url('../images/category/glob-intl.gif') repeat;
} 
.contentcat_qual-invest {  
    background: url('../images/category/qual-invest.gif') repeat;
} 
.contentcat_mid-cap {  
    background: url('../images/category/mid-cap.gif') repeat;
} 
.contentcat_oppt-theme {  
    background: url('../images/category/oppt-theme.gif') repeat;
} 
  
a#fundcatlink:link {    text-decoration:none; color:#ffffff; }
a#fundcatlink:visited { text-decoration:none; color:#ffffff; }
a#fundcatlink:active {  text-decoration:none; color:#ffffff; }
a#fundcatlink:hover {   text-decoration:none; color:#ffffff; }  
  
.fund-guide {
    width:670px;
}

/* ----- POP PAGE ----- */
div.poppage-outerwrapper { 
    background:#fff; 
}
div.poppage-innerwrapper { 
    padding:25px 15px; 
}

.hidden {
    visibility:hidden;
    display:none;
}

.shadetabs{
    padding: 0 0 0 0;
    margin: 0;
    font: bold 12px Verdana;
    list-style-type: none;
    text-align: left; 
}

#fplogin-td {
    border:0;padding:0;
    font-size:9px;
}

#account-header {
    margin: 0; 
    padding: 0 0 5px 0; 
    font-weight: 400; 
    color: #1f3363; 
    font-family: 'georgia', 'times', 'serif'; font-size: 16px;
}

#account-info {
    padding:10px;
}

#lock {
    padding:0;
}

.lockimg {
    margin: 0px 5px 5px 0px; float:left;
}

.line-height-12 {
        line-height:12px;
}
.line-height-13 {
        line-height:13px;
}

#SubscribeEMailAddress {
    color:#868686;
}

/*  IMAGE PROGRESS FOR AJAX */  
#idprogressajax {
    position: fixed; 
    border: 0px; 
    z-index: 100; 
    left:510px; 
    top:300px; 
    visibility:hidden; 
    display:none;
}

#errorheader {
    font-size:16px; 
    font-weight: 400; 
    color: #1f3363; 
    font-family: 'georgia', 'times', 'serif';
    padding-left:5px;
}

#newscomment-info {
    visibility:hidden;
    display:none;   
}

.subh { font-size: 12px; color: #676767; }


* html #idprogressajax { /*\*/position: absolute; top: expression((176 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((20 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ } 


/*  This is Registration Button Style*/

.button-register {
    cursor:pointer;
    font-weight:bold;
    background-color:#073285;
    color:#CCCCCC;
    padding:5px 5px 18px 5px;
    margin-top:5px;
}

.button-register-home {
    cursor:pointer;
    font-weight:bold;
    background-color:#073285;
    color:#CCCCCC;
    padding:5px 5px 18px 5px;
    margin-top:2px;
}

/**/

/* This is for Force Download Impact Style */

div.overdivimpact {
    background-color:#fff;
    width:350px;
    border:1px solid green;
}

div.over-outerwrapperimpact {
    background-color:#d1d1d1;
    layer-background-color:#d1d1d1;
    position:relative;
    left:20px;
    top:-110px;
    visibility:hidden;
 
    width:300px;
    z-index:99;
}
 
div.over-innerwrapperimpact {
    background-color:#d1d1d1;
    border:1px solid #676767;
    font-size:10px;
    padding:0;
}

div.archive-outerwrapperimpact {
    background-color:#d1d1d1;
    border:0;
    left:200px;
    padding:0;
    position:absolute;
    top:100px;
    visibility:hidden;    
    width:300px;
    z-index:99;
}
div.archive-innerwrapperimpact {
    border:1px solid #676767;
    font-size:10px;

}
  

/* */

<!-------------BEGIN Footer Site Nav------------------->

div#footersitenav {
    height:auto;
    width:920px;
    text-align:left;
}
div.footernavcol {
    width:20%; 
    float:left;
}
p.footernavhead {
    padding:3px 5px 6px 10px;
    font-size:10px;
    font-family:Verdana, Geneva, sans-serif;
    font-weight:bold;
    height:10px;
    color:#1f3363;
}
ul.footnavlinks {
    padding:4px 5px 4px 10px;
    font-size:9px;
    font-family:Verdana, Geneva, sans-serif;
}
ul.footnavlinks li {
    padding-top: 0px;
    padding-bottom: 0px;
    margin:0;
    line-height: 160%;
}

<!-------------END Footer Site Nav------------------->
