/* General Overall Styles */

html { width: 100%; height: 100%; }
body { width: 100%; height: 100%; background: white; }
a    { color: #182486; }
.push { 
    height:         70px; 
}
.footer {
    width:          100%;
    height:         70px;
    text-align:     center;
    font-family:    'Arial', 'Swiss', sans-serif;
    font-size:      0.6em;
    color:          #777;
    line-height:    1.5em;
    border-top:     1px #AAA solid;
    margin-top:     5px;
    position:	    relative;
    z-index:        60;
}

.footer a {
    color:          #777;
    text-decoration:none;
}
.footer a:hover {
    color:          #444;
    text-decoration:underline;
}

div#container { 
    width:          780px; 
    min-height:     100%; 
    height:         auto !important; 
    height:         100%; 
    margin:         0 auto -76px;
    font-size:      0.9em;
    font-family:    'Arial', 'Swiss', sans-serif;
    position:       relative;
}

div#container p { margin-bottom: 10px; }

div#menu_bar        { background-color: #182486; width: 100%; height: 47px; }
div#menu_bar_spacer { height: 70px; }

div#polar_name {
    float:          right;
    margin:         -3px 10px 0 0;
    font-family:    'Times New Roman', 'Times', 'Helvetica', serif;
    font-size:      54px;
    color:          white;
    cursor:         pointer;
}

span#polar_subtitle {
    font-family:    'Arial', 'Swiss', sans-serif;
    font-size:      26px;
    color:          #777;
    position:       relative;
    top:            -25px;
}

div#polar_greenbar {
    position:       absolute;
    width:          130px;
    height:         250px;
    background:     url(/images/green_fade_bg_vert.png);
    background-repeat: repeat-x;
    behavior:       url(/iepngfix.htc);
}

.horiz_green_fade {
    width:          100%;
    height:         100%;
    background:     url(/images/green_fade_bg_horiz.png);
    background-position: top right;
    background-repeat:   repeat-y;
    behavior:       url(/iepngfix.htc);
}   

img#bear_topbar { float: left; }

ul#menu    { position: relative; left: 15px; z-index: 25; }
ul#menu p  { margin: 6px 0; }
ul#menu li {
    height:         20px;
    margin:         27px 0 0 0;
    float:          left;
    text-align:     center;
    overflow:       hidden;
    font-family:    "Arial Narrow", "Arial", "Swiss", sans-serif;
    font-size:      0.75em;
    color:          white;
    cursor:         pointer;
}
ul#menu li a       { color: #999; text-decoration: none; }
ul#menu li a:hover { color: #444; }
ul#menu li a.toplink { color: white; }
ul#menu li a.toplink:hover { color: yellow; }


li#about_tab     { width: 110px; }
li#funds_tab     { width: 110px; }
li#investors_tab { width: 110px; }
li#links_tab     { width: 80px;  }
li#contact_tab   { width: 80px;  }
li#sitemap_tab   { width: 80px;  }


.main_image {
    font-family:    'Times New Roman', 'Helvetica', serif;
    font-size:      1.7em;
    color:          #777;
    text-align:     left;
    margin-bottom:  3px;
}
.main_image img {
    float:          right;
    margin:         10px;
    margin-top:     0;
}
.centered {
    font-size:      0.8em;
    color:          #777;
    text-align:     center;
}

.error {
    color:          red;
    font-size:      1.3em;
    margin:         0 auto;
    text-align:     center;
}

.right {
    text-align:     right;
}

.bold {
    font-weight:    bold;
}

div#main_content {
    width:          75%;
    margin:         0 auto 2px;
    font-size:      0.8em;
    line-height:    1.2em;
    position:       relative;
}

.smalltext {
    font-family:    'Arial', 'Swiss', sans-serif;
    font-size:      0.7em;
    color:          #777;
}

.heading {
    font-size:      1.2em;
    color:          #182486;
}

.title {
    color:          #666;
    font-size:      0.9em;
}


a.link_top {
    font-size:      0.7em;
    color:          #182486;
}



/* Home Page Specific Styles */

div#home_associations_left_col {
    float:          left;
    width:          10%;
    text-align:     right;
    line-height:    1.5em;
}

div#home_associations_middle_col {
    float:          left;
    text-align:     left;
    padding-left:   5px;
    padding-right:  20px;
    line-height:    1.5em;
}

div#home_associations_right_col {
    float:          left;
    height:         120px;
    border-left:    1px #AAA solid;
    padding-left:   20px;
}

div#home_associations_right_col p {
    margin-top:     30px;
    line-height:    1.5em;
    vertical-align: middle;
}

.input {
    width:          80%;
    font-size:      0.8em;
}
.button {
    border:         2px #182486 solid;
    background-color: white;
    color:          #182486;
    width:          75px;
    height:         24px;
    text-align:     center;
    font-size:      20px;
    font-family:    'Times New Roman', 'Helvetica', serif;
    margin:         0 auto;
    cursor:         pointer;
}
.button_right {
    margin:         0;
}
.button p {
    position:       relative;
    top:            1px;
}



/* Team Page Specific Styles */
/* These also get used on the fund pages */

div#executives { height: 125px; }
div#north_pole { height: 170px; }
div#south_pole { height: 45px; }
div#altairis   { height: 125px; }
div#marketing  { height: 80px; }
div#operations { height: 170px; }

.team_group {
    margin-bottom:  15px;
}

.team_left {
    float:          left;
    width:          19%;
    font-weight:    bold;
    color:          #444;
}

.team_title {
    font-size:      0.95em;
}
.team_right_container {
    float:          left;
    width:          80%;
}
.team_right {
    float:          left;
    width:          49%;
    color:          #444;
    margin-bottom:  15px;
}
.team_right a {
    color:          #182486;
    line-height:    1.3em;
}

.team_profile_left {
    float:          left;
    width:          180px;
}
.team_profile_right {
    float:          left;
    width:          400px;
    font-size:      0.95em;
    margin-bottom:  15px;
}

.exec_bio {
    position:       absolute;
    width:          550px;
    background-color: white;
}
.exec_heading {
    font-size:      1.4em;
    font-family:    'Times New Roman', 'Helvetica', sans-serif;
}

.exec_photo {
    float:          left;
    margin-right:   10px;
}

.exec_name {
    margin-top:     5px;
    font-size:      1.7em;
    font-family:    'Times New Roman', 'Helvetica', sans-serif;
}
.exec_designation {
    font-size:      0.5em;
}
.exec_title {
    font-size:      0.95em;
}
.exec_quotation {
    margin-top:     15px;
    color:          #666;
    font-style:     italic;
    font-family:    'Times New Roman', 'Helvetica', sans-serif;
}


/* Article Pages Styles */

#article_container {
    width:          500px;
    margin:         0 auto;
}

#article_title {
    font-family:    'Times New Roman', 'Helvetica', sans-serif;
    font-size:      2.2em;
    color:          #182486;
    line-height:    1.0em;
}

#article_subtitle {
    font-family:    'Times New Roman', 'Helvetica', sans-serif;
    font-size:      1.6em;
    color:          #666;
}

a.article_name {
    font-size:      1.2em;
    color:          #182486;
}
.article_description {
    font-size:      1.0em;
    color:          black;
}
.article_authors {
    font-size:      0.8em;
    color:          #777;
}


/* Investor Styles */
.investor_polar {
    font-size:      38px;
    position:       relative;
    top:            6px;
    left:           -10px;
}


/* Funds Styles */

.fund_header {
    float:          right;
    font-size:      0.7em;
    color:          #777;
    margin:         0 10px -10px 0;
}
.fund_container {
    width:          33%;
    text-align:     center;
    float:          left;
    cursor:         pointer;
}
.fund_container p {
    text-decoration: underline;
    text-align:     left;
    position:       relative;
    left:           60px;
}
.fund_container span {
    position:       relative;
    left:           -6px;
    top:            -1px;
}
.fund_container a {
    font-size:      0.8em;
}
.fund_container a img {
    position:       relative;
    top:            4px;
    margin-right:   5px;
}

.fund_bar {
    background:     #182486;
    color:          white;
    width:          90%;
    height:         24px;
    text-align:     right;
    font-size:      27px;
    font-family:    'Times New Roman', 'Helvetica', serif;
    margin-bottom:  10px;
}
.fund_bar p {
    position:       relative;
    top:            6px;
    left:           -6px;
    text-align:     right;
}
.fund_bar img {
    float:          left;
}

.funds_left {
    float:          left;
    width:          19%;
    color:          #777;
}
.funds_left a {
    color:          #182486;
    margin-right:   25px;
}
.funds_right {
    float:          left;
    width:          80%;
}


/* Links Styles */

.links_section_heading {
    color:          #777;
    font-size:      1.1em;
}
.links_left {
    float:          left;
    width:          60%;
    text-align:     right;
    margin-bottom:  5px;
}
.links_right {
    float:          left;
    width:          38%;
    text-align:     left;
}
.links_right a {
    color:          #182486;
    margin-left:    15px;
}

/* Contact Styles */

.contact_left {
    float:          left;
    width:          40%;
}
.contact_right {
    float:          left;
    width:          38%;
    text-align:     left;
}

/* Sitemap Styles */

.sitemap_right_heading {
    color:          #777;
    font-size:      1.3em;
}

.sitemap_section_heading {
    color:          #777;
    font-size:      1.1em;
}

.sitemap_left {
    float:          left;
    width:          38%;
    text-align:     right;
}

.sitemap_divider {
    float:          left;
    width:          15px;
    height:         240px;
    border-right:   1px #777 solid;
}

.sitemap_right {
    float:          left;
    width:          50%;
    margin-left:    15px;
    text-align:     left;
}

.sitemap_left a, .sitemap_right a {
    color:          #182486;
}

/* Login Styles */

.login_container {
    position:       relative;
    width:          780px;
    height:         100%;
}

.login_left {
    float:          left;
    width:          510px;
    overflow-y:     auto;
    border-right:   1px #777 solid;
}

.login_right {
    float:          right;
    width:          250px;
    height:         100%;
    background-image:       url(/images/auth_login_bg.jpg);
    background-position:    top middle;
    background-repeat:      no-repeat;
}
.login_authwindow_left {
    margin-top:     80px;
    float:          left;
    width:          38%;
    text-align:     right;
    font-size:      0.8em;
}
.login_authwindow_right {
    margin-top:     75px;
    float:          right;
    width:          58%;
}

#login_pic {
    float:          right;
    margin:         15px;
    margin-top:     0;
}

.form_left {
    float:          left;
    width:          49%;
    text-align:     right;
    font-size:      0.9em;
    margin-top:     5px;
}
.form_right {
    float:          right;
    width:          50%;
    margin-bottom:  10px;
}

ul.form_canadian {
    list-style-type: lower-alpha;
}

ul.form_canadian li {
    margin-bottom:  10px;
    font-size:      0.8em;
    line-height:    1.1em;
}

ul.subform {
    font-size:      1.2em;
    list-style-type: lower-roman;
}

ul.subform li {
    margin-top:     5px;
}


/* Admin Page styles */

div#user_list {
    width:          100%;
    height:         400px;
    border:         1px #666 solid;
    overflow:       auto;
}
.user_list_header {
    height:         20px;
    background-color: #DDDDDD;
    color:          black;
    border-right:   1px #666 solid;
    border-bottom:  1px #666 solid;
    float:          left;
    text-indent:    5px;
    font-size:      1.2em;
}
.user_list_cell {
    border-right:   1px #666 solid;
    border-bottom:  1px #666 solid;
    text-indent:    3px;
    height:         20px;
    vertical-align: middle;
    text-align:     center;
}
.user_list_action {
    width:          24%;
    float:          left;
}
.user_list_cell img {
    position:       relative;
    top:            2px;
}

.user_admin {
    position:       absolute;
    top:            100px;
    left:           100px;
    z-index:        100;
    width:          400px;
    background:     #182486;
    color:          white;
    text-align:     left;
}
.unpw_heading {
    font-size:      1.4em;
    color:          yellow;
    text-align:     center;
    line-height:    1.2em;
}
.unpw_left {
    width:          150px;
    text-align:     right;
    margin-right:   10px;
}
.unpw_right {
    width:          200px;
    text-align:     left;
}
.unpw_save {
    font-weight:    bold;
    font-size:      1.4em;
    text-align:     center;
    color:          red;
}

#return_link {
    float:          right;
}
#return_link a {
    font-size:      0.8em;
    color:          #182486;
}

/* Newsletters Styles */

.news_left {
    width:          75%;
    float:          left;
}

.news_right {
    width:          24%;
    float:          right;
    font-size:      0.8em;
    margin-top:     25px;
}

.news_left a {
    font-size:      1.2em;
    color:          #182486;
}

.news_left ul {
    list-style-type: circle;
}

.news_left ul li {
    margin-top:     8px;
    padding-left:   10px;
}

.news_right a img {
    margin-right:   5px;
    position:       relative;
    top:            3px;
}

.news_header {
    font-size:      1.2em;
    font-weight:    bold;
}

.news_sml_header {
    font-weight:    bold;
    margin-top:     15px;
}

.inv_header {
    float:          right;
    font-size:      0.7em;
    color:          #777;
    margin:         0 10px -10px 0;
}
.inv_container {
    width:          33%;
    text-align:     center;
    float:          left;
    cursor:         pointer;
}
.inv_container p {
    text-decoration: underline;
    text-align:     left;
    position:       relative;
    left:           60px;
}
.inv_container span {
    position:       relative;
    left:           -6px;
    top:            -1px;
}
.inv_container a {
    font-size:      0.8em;
}
.inv_container a img {
    position:       relative;
    top:            4px;
    margin-right:   5px;
}

.inv_bar {
    background:     #182486;
    color:          white;
    width:          90%;
    height:         24px;
    text-align:     right;
    font-size:      27px;
    font-family:    'Times New Roman', 'Helvetica', serif;
    margin-bottom:  10px;
}
.inv_bar p {
    position:       relative;
    top:            6px;
    left:           -6px;
}
.inv_bar img {
    float:          left;
}


