﻿/*Print Email buttons for Article pages*/
.print_email_buttons .print_email {
	width: 175px;
	float: right;
}

.print_email li {
	margin-left:10px;
	float:left;
}

.print_email ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10pt;
	vertical-align:baseline;
}
.print_email .print_page {
    background-image: url(/images/icon_comments.gif);
    background-repeat:no-repeat;
    width: 77px;
    height: 42px;
    visibility:hidden;
    position:relative;
    left:50px;
    top:5px;
    padding: 2px 2px 2px 7px;
    float:left;
}

.print_email .email {
    background-image: url(/images/icon_comments.gif);
    background-repeat: no-repeat;
    width: 77px;
    height: 42px;
    visibility:hidden;
    position:relative;
    left:-10px;
    top:5px;
    padding: 2px 2px 2px 7px;
    float:left;
}

.print_email .share {
    background-image: url(/images/icon_comments.gif);
    background-repeat: no-repeat;
    width: 77px;
    height: 42px;
    visibility:hidden;
    position:relative;
    left:100px;
    top:5px;
    padding: 3px 2px 2px 7px;
    float:left;
    margin-top:-47px;
}

.print_email .twitter {
    background-image: url(/images/icon_comments.gif);
    background-repeat: no-repeat;
    width: 77px;
    height: 42px;
    visibility:hidden;
    position:relative;
    left:130px;
    top:5px;
    padding: 9px 2px 2px 7px;
    float:left;
    margin-top:-47px;
    cursor:pointer;
    }
.print_email p {
    width: 60px;
    color:white;
    font-size:9pt;
    text-align:center;
}

/*Print Email buttons for News pages*/

.description-block .news_top {
    width: 100%; 
}
.news_top .news_icon {
	width: 185px;
	float: right;
    height:81px; 
}

.news_icon li {
	margin-left:10px;
	float:left;
}

.news_icon ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10pt;
	vertical-align:baseline;
}
.news_icon .print_page {
    background-image: url(/images/icon_comments.gif);
    background-repeat:no-repeat;
    width: 77px;
    height: 42px;
    visibility:hidden;
    position:relative;
    left:-20px;
    top:5px;
    padding: 2px 2px 2px 7px;
    float:left;
}

.news_icon .email {
    background-image: url(/images/icon_comments.gif);
    background-repeat: no-repeat;
    width: 77px;
    height: 42px;
    visibility:hidden;
    position:relative;
    left:-75px;
    top:5px;
    padding: 2px 2px 2px 7px;
float:left;
}

.news_icon .share {
    background-image: url(/images/icon_comments.gif);
    background-repeat: no-repeat;
    width: 77px;
    height: 42px;
    visibility:hidden;
    position:relative;
    left:42px;
    top:5px;
    padding: 3px 2px 2px 7px;
    float:left;
    margin-top:-47px;
}

.news_icon .twitter {
    background-image: url(/images/icon_comments.gif);
    background-repeat: no-repeat;
    width: 77px;
    height: 42px;
    visibility:hidden;
    position:relative;
    left:68px;
    top:5px;
    padding: 9px 2px 2px 7px;
    float:left;
    margin-top:-47px;
}

.news_icon .linked {
    background-image: url(/images/icon_comments.gif);
    background-repeat: no-repeat;
    width: 77px;
    height: 42px;
    visibility:hidden;
    position:relative;
    left:14px;
    top:5px;
    padding: 9px 2px 2px 7px;
    float:left;
    margin-top:-47px;
}


.news_icon p {
    width: 60px;
    color:white;
    font-size:9pt;
    text-align:center;
}
/*Print Email buttons for Content Pages*/

    .content_icon li {
	    margin-left:10px;
	    float:left;
	    
    }

    .content_icon ul {
	    float: right;
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    font-size: 10pt;
	    vertical-align:top;
        padding-right:18px;    	
    }
    .content_icon .print_page {
        background-image: url(/images/icon_comments.gif);
        background-repeat:no-repeat;
        width: 77px;
        height: 42px;
        visibility:hidden;
        position:relative;
        left:157px;
        top:-43px;
        padding: 2px 2px 2px 7px;
        float:left;
    }

    .content_icon .email {
        background-image: url(/images/icon_comments.gif);
        background-repeat: no-repeat;
        width: 77px;
        height: 42px;
        visibility:hidden;
        position:relative;
        left:97px;
        top:-42px;
        padding: 2px 2px 2px 7px;
    float:left;
    }

    .content_icon .share {
        background-image: url(/images/icon_comments.gif);
        background-repeat: no-repeat;
        width: 77px;
        height: 42px;
        visibility:hidden;
        position:relative;
        left:36px;
        top:5px;
        padding: 3px 2px 2px 7px;
        float:left;
        margin-top:-47px;
    }

    .content_icon .twitter {
        background-image: url(/images/icon_comments.gif);
        background-repeat: no-repeat;
        width: 77px;
        height: 42px;
        visibility:hidden;
        position:relative;
        left:61px;
        top:5px;
        padding: 9px 2px 2px 7px;
        float:left;
        margin-top:-47px;
    }

    .content_icon p {
        width: 60px;
        color:white;
        font-size:9pt;
        text-align:center;
    }

