@media print 
{
	
	body  { width:1024px; font-family:arial;  }
	a { display:none; }
	input[type=text] { border:none; }
	input[type=submit]  { display:none; }
	input { border:none !important; outline: none !important; }
	input:focus{  outline: none; }
	
	.logo_table  { display:none; }
	#menu { display:none; }
	#bankoption { display:none; }
	p.footer { display:none; }
	
	#printme { display:none; }
	
	#basic-modal { display:none; }
	#basic-modal-content { display:none; }
	
	textarea { display:none; }
}

#bankoption select {
	width:130px;
	margin-top:5px;
}

#menu {
	position:fixed;
	top:5px;
	left:5px;
	background-color:#eee;
	color:#202020;
	padding:5px;
	font-size:14pt
}

.logo_table 
{
	border:1px solid #00ff00;
}

.logo_table  td
{
	padding:10px;
	height:150px;
	width:150px;
}

#bank_title
{
	color:#999;
	font-size:18pt;
}


#hotlinenumber {
	font-size:12pt;
	color:#ff0000;
}

body {

	background-color:#fff;
	margin: 40px;
	color: #4F5155;
}

#login {
	color:#666;
	font-size:14pt;
}

#login input[type=submit] {
	padding:5px;
	font-size:12pt;
	color:#666;
	border-radius:5px;
	border:1px solid #999;
	background-color:#fff;
	width:100px;
}

#login span {
	color:#666;
	font-weight:bold;
	font-size:20pt;
}

a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}

code {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

#body{
	margin: 0 15px 0 15px;
}

p.footer{
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #D0D0D0;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
}

#container{
	margin: 10px;
	border: 1px solid #D0D0D0;
	-webkit-box-shadow: 0 0 8px #D0D0D0;
}

.rate_table tr:hover {
	background-color:#d3d3d3;
	cursor:pointer;
	color:#fff;
}


.logo_tableX {
	-webkit-animation:myfirst 1s infinite;
	animation:myfirst 1s infinite;
	
}

@-webkit-keyframes myfirst
{
	0%   {opacity:0; width:0px;}
	25%  {opacity:0.2; width:200px;}
	50%  {opacity:0.5; width:500px;}
	75%  {opacity:0.7; width:700px;}
	50%  {opacity:0.5; width:500px;}
	25%  {opacity:0.2; width:200px;}
	0%	{opacity:1; width:0px;}
}

@keyframes myfirst
{
	0%   {opacity:0; width:0px;}
	25%  {opacity:0.2; width:200px;}
	50%  {opacity:0.5; width:500px;}
	75%  {opacity:0.7; width:700px;}
	50%  {opacity:0.5; width:500px;}
	25%  {opacity:0.2; width:200px;}
	0%	{opacity:1; width:0px;}
}