﻿body
{
}


.clear
{
	/* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

.buttonDoc
{
	display: block;
}

a.docPrint
{
	background: transparent no-repeat scroll top right;
	color: #444;
	display: block;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding ;*/
	text-decoration: none;
	background-image: url('../../../App_Themes/PharmaBe/Images/PRINT.BMP');
}

a.docPrint:active
{
	/* background-position: bottom right;	*/
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.wordExport
{
	background: transparent no-repeat scroll top right;
	color: #444;
	display: block;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding ;*/
	text-decoration: none;
	background-image: url('../../../App_Themes/PharmaBe/Images/WORD.ICO');
}

a.wordExport:active
{
	/* background-position: bottom right;	*/
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.pdfExport
{
	background: transparent no-repeat scroll top right;
	color: #444;
	display: block;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding ;*/
	text-decoration: none;
	background-image: url('../../../App_Themes/PharmaBe/Images/office_convert2.gif');
}

a.pdfExport:active
{
	/* background-position: bottom right;	*/
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

.leafletLink
{
	font-size: 10px;
	font-weight: bold;
	color: #00008B;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	width: 100%;
}
