﻿body {
	position: relative;
	min-height: 400px;
	min-width: 300px;
	margin: 0px;
	font-family: arial,verdana,helvetica,sans-serif;
	background-color: #0068a5;
}
#titlebar {
	position: relative;
	left: 0px; top: 0px;
	height: 45px; width: auto;
	margin: 0px 0px 10px 0px;
	background: url("http://www.dollarbank.com/mobile/images/header.png");
	background-repeat:repeat;
	z-index: 7000;
}
#title {
	position: absolute;
	top: 0px; left: 0px; right: 0px;
	height: 45px; width: auto;
	text-align: center;
	z-index: 8000;
}
#home {
	position: absolute;
	top: 2px; left: 8px;
	font-size: 12px;
	z-index: 9000;
}
#home img {
	margin-top: 5px;	
	border: 0px;
	z-index: 9500;
}
#home a {
	-webkit-border-image: url("http://www.dollarbank.com/mobile/images/homeb.png") 5 25 15 15;
	-moz-border-image: url("http://www.dollarbank.com/mobile/images/homeb.png") 5 25 15 15;
	height: 32px; width: 32px;
	display: block;
	text-decoration: none;
	z-index: 9999;	
}
#home a:hover {
	-webkit-border-image: url("http://www.dollarbank.com/mobile/images/homehover.png") 5 25 15 15;
	-moz-border-image: url("http://www.dollarbank.com/mobile/images/homehover.png") 5 25 15 15;
	z-index: 9999;	
}
#content {
	position: relative;
	min-height: 100px;
	height: auto; width: 100%; 
	margin-top: 10px;
	overflow: hidden;
	z-index: 6000;
}
#copyright {
	position: relative;
	bottom: 10px;
	height: auto; width: auto;
	margin: 5px;
	font-size: 9pt;
	color: #00c6f7;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	z-index: 9999;
}
.header {
	line-height: 14pt;
	margin-bottom: 6px;
	display: block;
	font-size: 12pt;
	font-weight: bold;
	color: #0066ad;
	overflow: hidden;
}
.ulitem {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	position: relative;
	height: auto; width: auto;
	margin: 5px 10px 15px;
	border: 0px solid #0068a5;
	padding: 0px;
	display: block;
	font-size: 12pt;
	background-color: #fff;
	list-style: none;
	overflow: hidden;
}
.tbitem {
	position: relative;
	border-top: 1px solid #006ecf;
	padding: 15px 0px 5px 10px;
	overflow: hidden;	
}
.subitem {
	position: relative;
	height: 43px!important;
	overflow: hidden;
}
.tbitem p span.data{
	margin: 10px;
	color: #000;
	text-align: left;
	overflow: auto;
}
.tbitem img {
	max-width: 100%;
}
.tbitem ul {
	margin: 3px 0px;
}
.tbitem li {
	margin: 0px;
}
.ulitem li:first-child {
	border-top: 0px;
}
li.link, li.subitem {
	position: relative;
	height: 43px; width: auto;
	border-top: 1px solid #006ecf;
	display: block;
	list-style-type: none;
	overflow: hidden;		
}
ul.ulitem li:first-child:hover, .ulitem li:first-child a {
	-webkit-border-top-left-radius: 15px 15px;
	-moz-border-radius-topleft: 15px 15px;
	-webkit-border-top-right-radius: 15px 15px;
	-moz-border-radius-topright: 15px 15px;
	border-top: 0px;
}
ul.ulitem li:last-child:hover, .ulitem li:last-child a {
	-webkit-border-bottom-left-radius: 15px 15px;
	-moz-border-radius-bottomleft: 15px 15px;
	-webkit-border-bottom-right-radius: 15px 15px;
	-moz-border-radius-bottomright: 15px 15px;
}
li.link a {
	height: 43px; width: auto;
	display: block;
	text-decoration: none;	
}
li.link a img {
	height: 35px; width: auto;
	border: 0px;
	margin: 4px;
	float: left;
}
li.link span.data {
	max-width: 70%;
	width: auto;
	margin: 10px 0px 0px 5px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;	
}
li.subitem input[type=submit], li.Button {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position: absolute;
	top: 0px; left: 0px;
	height: 43px; width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #000;	
	background: transparent;
}
li.link:hover, li.subitem:hover, li.Button:hover {
	border-top: 1px solid #ff7b39;
	height: 43px; width: auto;	
}
li.link:hover, li.subitem input[type=submit]:hover, li.Button:hover {
	background: url("http://www.dollarbank.com/mobile/images/linkhover2.png") repeat-x #0274ee;
	color: #fff;	
}
li.link a:hover span.data {
	color: #fff;
}
.tbitem:hover {
	position: relative;
	border-top: 1px solid #ff7b39;
	padding: 15px 0px 5px 10px;
	overflow: hidden;	
}



