@charset "utf-8";
/* CSS Document 
This document styles the exchange rate table
*/
#mypopup {
	width: 400px;
	height: auto;
	position: absolute;
	right: 2.7em;
	top: 30px;
	z-index: 1;
	position: absolute;
	display: none;
}
#mypopup table, tr, tbody, th, td {
	border-collapse: collapse;
	
}
#mypopup table {
	height: auto;
	width: 400px;
	background-color: #000044;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-image: url(../images/exchange-rate-back.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
##mypopup thead, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #c0c0c0;
	text-align: center;
	line-height: 19px;
}

#mypopup caption {
	background-image: url(../images/exchange-tbl-head-pop.gif);
	height: 37px;
	width: auto;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#mypopup tfoot {
	background-image: url(../images/exchange-tbl-foot-pop.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 40px;
	width: 400px;
	background-position: bottom;
	text-align: center;
	padding-top: -12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mypopup tfoot td{
	height: 40px;
	vertical-align: text-top;
}
#mypopup tfoot a:link{
	background-image: url(../images/exchange-tbl-foot-pop.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 42px;
	width: 400px;
	padding: 0px;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #c0c0c0;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
	}
	#mypopup tfoot a:active {
	outline: none;
	}
	#mypopup tfoot a:focus {
	
	}
#mypopup tfoot a:visited{
	text-decoration: none;
	color: #FF0000;
}
#mypopup tfoot a:hover {
	color: #FF0000;
}
#mypopup tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
}

/*

*/input {
	background-color: #6699cc;
	font-weight: bold;
	color: #000044;
}
