﻿@charset "utf-8";
/* CSS Document */

.button { border-color: #c5cac5; outline: none; }
.whiteback a:hover {background:#F00;}

#articleTools {padding: 0 0 0 0; margin-bottom:30px;}

#articleTools a.social { display:block; width:22px; height:22px; text-indent: -10000px; margin-right: 8px; border-style: solid; border-width: 1px; background-repeat: no-repeat; background-position: top left; outline: none }

#articleTools a.social:active { background-position: bottom left }


#articleTools a.mail { background: url(/mpics/buttons/sharemail.png) }

#articleTools a.twitter {  background: url(/mpics/buttons/sharetwitter.png) }

#articleTools a.facebook {  background: url(/mpics/buttons/sharefb.png) }

#articleTools .fbApiButton { float: left; margin-top: 2px }

#articleTools a.fbApiButton:hover { background-color:#fff;}

#articleTools a.social { float: left; }

#share { display:block; font-size: 1.1em; text-transform: uppercase; letter-spacing: 1px; padding-bottom: 6px }

#articleTools #printButton {
	display: block; width: 22px; 	height: 22px; 	float:right; text-indent: -10000px;
	background: url(/mpics/buttons/print.png) no-repeat top left; 	border-style: solid; 
	border-width: 1px; 	cursor:pointer; 	cursor:hand;
}

#articleTools #printButton:active { background-position: bottom left }


