﻿/* CSS Document */

/*
.EMVoicesBody
{
    height:100%;
	color: #000000; 
	font-size: x-small; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0;
	margin-right: 0;
	background-color: #ffffff;
	background:"#FFFFFF";
}
*/

/* center content */

body 
{
    height:100%;
    text-align: center;
	min-width: 890px;
	background-color: #eeeeee;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	
}

#wrapper {
	margin:0 auto;
	width:890px;
	text-align: left;
    border: 1px #c0c0c0 solid;	
	background-color: #ffffff; 
	padding: 5px;
}

h1  		{ font-size:  small; margin:0; }
h2 			{ font-size: small; margin:0;}

.EMVoicesInput   
{
	color:#787878; 
	font-size: 9px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 160px; 
	height:20px;
}

.EMVoicesInput.radio  	{	width: 20px; }
.EMVoicesInput.check  	{	width: 25px; }
.EMVoicesInput.image	{	width: 43px; height:43px; }
.EMVoicesInput.search	{	width: 90px; height:14px; }

.EMVoicesInput.text
{
	font-family: Arial; 
	font-size: 10pt; 
	width: 160px; 
	color:#666666;
}

.EMVoicestd	{	font-size: 9px; }

.EMVoicesTD.barre
{
	padding:0;
	border-top-style: dotted; 
	border-top-width: 1px; 
}

.EMVoicesTD.barrevert
{
	border-right-style: dotted; 
	border-right-width: 1px;
	border-left-width: 0;
	border-right-color:	#E9EAEB;
}

.EMVoicesTD.rightinfo, .rightinfo	{ font-weight:bold; color: #000000; background-color:#ffffff; /* RT #F7F1F3; */}

.EMVoicesA
{
	color:#787878;
	text-decoration: none;
}

.EMVoicesA:hover{	text-decoration: underline; }

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.searchResults {
	font-size:x-small
}

.addToShortList {
	font-size:xx-small
}
