html {
	overflow-y: auto;
}

body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

body {
	margin: 0;
	font-family: Helvetica;
	background: white;
	color: black;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

h1,h2,h3 {
	font-family: Helvetica;
}

fieldset,img {
	border: 0;
}

.toolbar {
	margin: 0px;
	padding: 0px;
	font-size: inherit;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
	text-overflow: ellipsis;
	color: white;
	background: url(images/toolbarbg.gif) #6d84a2 repeat-x;
	border-bottom: 1px solid #2d3642;
	height: 40px;
}

.button {
	-webkit-border-image: url(images/buttonbg.gif) 0 5 0 5;
	-webkit-border-radius: 0;
	border-width: 0 5px 0 5px;
	padding: 4px;
	margin: 2px;
	-webkit-margin: 2px;
	color: white;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
	text-decoration: none;
	background: none;
}

.backbutton {
	-webkit-border-image: url(images/iPhoneBackButton.png) 0 8 0 14;
	-webkit-border-radius: 0;
	border-width: 0 8px 0 18px;
	padding: 4px;
	margin: 5px;
	-webkit-margin: 2px;
	color: white;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
	text-decoration: none;
	background: none;
}

.main_item {
	margin: 0;
	border-bottom: 1px solid #E0E0E0;
	padding: 0;
	background: url(images/arrow.gif) no-repeat right center;
	font-size: 18px;
	height:20px;
}

.file_item {
	margin: 0;
	border-bottom: 1px solid #E0E0E0;
	padding: 0;
	background: no-repeat right center;
	font-size: 18px;
	height:20px;
}

.file_item>a {
	display: block;
	padding: 8px 32px 8px 8px;
	text-decoration: none;
	color: black;
}

.main_item>a {
	display: block;
	padding: 8px 32px 8px 8px;
	text-decoration: none;
	color: black;
}
.text_item>a:hover {
background:#EDEEEF;
}

.main_item>a:hover  {
	background: #EDEEEF url(images/arrow.gif) no-repeat right center;
}
.secondary_item {
	margin: 0;
	border-bottom: 1px solid #E0E0E0;
	padding: 0;
	font-size: 18px;
	height:20px;
}

.text_item {
	margin: 0;
	border-bottom: 1px solid #E0E0E0;
	padding: 10px;
	font-size: 18px;
	height:20px;
}

img.icon {
	vertical-align: middle;
	margin-right: 2px;
}

.header {
	padding-left: 10px;
	color: white;
	text-shadow: rgba(255, 255, 255, 0.6) 0 -1px 0;
	text-decoration: none;
}

.header>a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.query_name {
	font-size: medium;
	font-weight: normal;
	color: gray;
	text-align: right;
}

.query_value {
	color: black;
	text-decoration: none;
	box-sizing: border-box;
	padding: 6px 6px 6px 6px;
	font-size: medium;
	vertical-align: middle;
}

.query_value INPUT,.query_value SELECT {
	color: black;
	text-decoration: none;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 6px 6px 6px 0;
	font-size: medium;
}

.fullscreen_box {
	padding: 6px 6px 6px 6px;
}

.no_results_found {
	text-align: center;
	padding: 20px 0 20px 0;
	font-weight: bold;
	color: gray;
}

.action_button {
	background: transparent;
	border-width: 0px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-shadow: 0pt -1px 0pt rgba(0, 0, 0, 0.6);
	text-decoration: none;
	font-family: inherit;
	font-weight: bold;
	font-size: medium;
}

.action_toolbar td {
	line-height: 10px;
	padding: 5px 3px;
	width: 100%;
	font-size: inherit;
	font-weight: bold;
}

.tiny {
	font-size: small;
	font-style: italic;
}

.big {
	color: navy;
	font-weight: bold;
}

a.link,a:visited .link,a:hover .link,a:active .link {
	color: #ac0441;
}

.listnum {
	width: 20px;
	text-align: right;
	padding-right: 10px;
}