body 
{
	background-image:url('images/bg.gif');
} 
p,td,th,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333399;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-transform: uppercase;

}
li
{
	padding-top: 3px;
	padding-bottom: 3px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.header 
{
	font-weight: bold;
	text-align: center;
}
.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 10px;
}
.footerLeft
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #000000;
	text-align: left; 
	padding-top: 10px; 
	padding-bottom: 5px; 
	float:left;
}
.footerRight
{
	text-align: left; 
	float:right;
}
.dropdownList
{
	width: 300px;
}
.footerlink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}
.odd {background-color: #EFF3FB}
.even {background-color: white}
.watermarked {color:Gray; font-style:italic;}
.workarea
{
	background-color: White; 
	border-color:Black; 
	border-style:solid; 
	border-width:1px;
	padding: 10px;
	width: 400px;
	height: 320px;
	text-align:left;
	margin-top: 50px;	
}
.banklogo
{
	margin-top:20px;
	float:left;
	vertical-align:bottom;
}
.dragonpaylogo
{
	float:right;
	vertical-align:bottom;
}
.depositSlipImage
{
	border-style:dashed;
	width:100%;
}
#EmailInstruction
{
	width:750px; 
	background-color:White; 
	border:1px black solid; 
	padding:10px; 
	text-align:left
}
#EmailInstructionAmount
{
	background-color:red; 
	color:white; 
	width:240px; 
	text-align:center; 
	float:right;
}
#EmailInstructionDetails
{
	border:none;
	width:500px;
}
#ctl00_ContentPlaceHolder1_emailTextBox
{
	width:300px;
}
#ctl00_ContentPlaceHolder1_branchTextBox
{
	width:200px;
}
#ctl00_ContentPlaceHolder1_dateTextBox
{
	width:80px;
}
#ctl00_ContentPlaceHolder1_timeTextBox
{
	width:70px;
}

/* Generic Smartphones */
@media only screen and (max-width: 480px), screen and (min-device-width : 320px) and (max-device-width: 480px) 
{
    body
    {
        -webkit-text-size-adjust:none;
        font-family:Helvetica, Arial, Verdana, sans-serif;
        background-image:none;
        padding:2px;
    }
	div
	{
        clear:both;
        display:block;
        width:100%;
        float:none;
    }
    .text
    {
		font-size: 12px;
    }
    .dropdownList
    {
		width: 280px;
    }
    .workarea
	{
		border-style:none;
		width: 100%;
		height: 380px;
		padding: 2px;
		text-align:left;
		margin-top: 1px;
	}
	.footerLeft
	{
		float:left;
	}
	.footerRight
	{
		float:right;
	}
	.banklogo
	{
		margin-top:10px;
		width:150px;
		height:40px;
	}
	.dragonpaylogo
	{
		width:135px;
		height:60px;
	}
	.depositSlipImage
	{
		border-style:none;
		width:100%;
	}	
	li
	{
		margin-top:3px;
		margin-bottom:3px;
	}
	#EmailInstructionLogo
	{
		float:none;
		width:135px;
		height:60px;
	}
	#EmailInstruction
	{
		width:100%; 
		border:none; 
		padding:4px; 
		text-align:left
	}
	#EmailInstructionAmount
	{
		float:none;
	}
	#EmailInstructionDetails
	{
		width:100%;
	}
	#ctl00_ContentPlaceHolder1_emailTextBox
	{
		width:95%;
	}
	#ctl00_ContentPlaceHolder1_branchTextBox
	{
		width:95%;
	}
	#ctl00_ContentPlaceHolder1_dateTextBox
	{
		width:95%;
	}
	#ctl00_ContentPlaceHolder1_timeTextBox
	{
		width:95%;
	}
}

/* iPad Mini in Portrait, old iPad 1 & 2, generic tablets */ 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)and (-webkit-min-device-pixel-ratio: 1)  
{
	.text
    {
		font-size: 14px;
    }
	#EmailInstruction
	{
		width:700px;
	}
}

/* iPhone 5 */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px)
{
}