/* -------------------------------------------------------------- 
   
   pagetools.css
   
-------------------------------------------------------------- */


#pagetools, #pagetools_rss  { float: right; _overflow: hidden; margin-top: 12px; height: 16px; }

#pagetools { width: 350px; }
#pagetools_rss { width: 401px;  }

.share, .print, .email, .rss, #font_size_links .title   { font-size: 11px; line-height: 15px; float: left; height: 16px;}

.share a, .print a, .email a, .rss a, .share a:visited, .print a:visited, .email a:visited, .rss a:visited { font-weight: bold; color: #e9f0f5; display: block; height: 16px; _overflow: hidden; }

.print a { width: 66px; background: url('http://www.ncpanow.org/assets/img/pgtools_print.png') no-repeat left 0;}
.email a { width: 70px; background: url('http://www.ncpanow.org/assets/img/pgtools_email.png') no-repeat left 0;}
.share a { width: 84px; background: url('http://www.ncpanow.org/assets/img/pgtools_link.png') no-repeat left 0;}
.rss a { width: 51px; background: url('http://www.ncpanow.org/assets/img/pgtools_rss.png') no-repeat left 0;}

.share a:hover, .print a:hover, .email a:hover, .rss a:hover { color: white; background-position: left -39px;}

#pagetools a span, #font_size_links .title span { display:none;}

#etaf {
    background: url('http://www.ncpanow.org/assets/img/etaf_tile_alpha.png') no-repeat left top;
    _background: url('http://www.ncpanow.org/assets/img/etaf_tile.png') no-repeat left top;
    width: 449px;
    height: 323px;
    padding: 8px;
    margin: 0 auto;
    text-align: left;
    position:absolute;
    top: 210px;
    left: 440px;
    z-index: 1000010;
    }

#etaf .title {
    background: url('http://www.ncpanow.org/assets/img/etaf_title_tile.png') repeat-x left top;
    height: 18px;
    padding: 8px;
    margin: 0;
    overflow: hidden;
    }

#etaf .title a img {
    float: right;
    margin: 2px 2px 0 0;
    }


/* Font Controls*/

#font_size_links { font-size: 10px; line-height: 15px; float: left; height: 16px; margin-right: 8px; color: white;}

#font_size_links div.title, #font_size_links div.size { float: left; }

#font_size_links .title { width: 67px; background: url('http://www.ncpanow.org/assets/img/pgtools_title_fontsize.png') no-repeat left 0; margin:0; padding: 0;}

#font_size_links div.s { width: 13px; }
#font_size_links div.m { width: 15px; }
#font_size_links div.l { width: 16px; }

#font_select:link,
#font_select:visited { 
    width:13px;
    height:15px;
    background: url('http://www.ncpanow.org/assets/img/pgtools_font_small.png') no-repeat center -15px;
    display:block;
    }

#font_select_med:link,
#font_select_med:visited { 
    width:14px;
    height:15px;
    background: url('http://www.ncpanow.org/assets/img/pgtools_font_med.png') no-repeat center top;
    display:block;
    }

#font_select_large:link,
#font_select_large:visited { 
    width:14px;
    height:15px;
    background: url('http://www.ncpanow.org/assets/img/pgtools_font_large.png') no-repeat center top;
    display:block;
    }

#font_select_small:hover,
#font_select_med:hover,
#font_select_large:hover,
.med #font_select_med,
.large #font_select_large { 
    background-position: center -15px; 
    }

.med #font_select,
.large #font_select { background-position: center 0px; }