﻿html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;	
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #333;
}
a img {
	border: none;
}
img {
	vertical-align: middle;
	border: none;
}
#h {
	background-color: #6d84a2;
	background-image: url(../images/toolbar.png);
	background-repeat: repeat-x;
	font-size: 85%;
	text-align: center;
	padding-top: 25px;
}
.h-title {
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-size:18px;
	font-weight:bold;
	white-space:nowrap;
}
.button {
	position: absolute;
	overflow: hidden;
	top: 8px;
	margin: 0;
	border-width: 0 5px;
	padding: 0 3px;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	background: none;
}
.backButton  {
	left: 6px;
	right: auto;
   -webkit-border-image: url(../images/backButton.png) 0 5 0 5;		
} 
.leftButton {
	left: 6px;
	right: auto;
   -webkit-border-image: url(../images/toolButton.png) 0 5 0 5;		
} 
.rightButton {
	right: 6px;
   -webkit-border-image: url(../images/toolButton.png) 0 5 0 5;
} 
#mainViewBox {
	font-size: 15px;
	padding: 20px 0;
	background:#c8c8c8 url(../images/pinstripes.png);
	text-align: center;
	height: 100%;
}
#mainViewBox table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: White;
}
#mainViewBox td {
    padding: 5px;
}
#mainViewBox h2 {
	margin: 0 0 8px 14px;
    font-size: inherit;
    font-weight: bold;
    color: #4d4d70;
}
#mainViewBox fieldset 
{
	position: relative;
    margin: 0 4px 20px;
    padding: 0;
    background: #FFF;
    -webkit-border-radius: 10px;
    border: 1px solid #999;
    text-align: left;
    font-size: 16px;
}
#mainViewBox > fieldset > .row
{
	position: relative;
    min-height: 42px;
    padding: 0 0 0 10px;
    margin: 0;
	line-height: 42px;
    font-weight: bold;
    border-bottom: 1px solid #999;
    -webkit-border-radius: 0;
    text-align: left;
}
#mainViewBox > fieldset > .row:last-child {
    border-bottom: none !important;
}
#detailInfo {
	font-size: 15px;
	padding:10px;
	background:#c8c8c8 url(../images/pinstripes.png);
	text-align: center;
}
#detailInfo table {
	border-collapse: collapse;
	width: 100%;
}
#detailInfo th {
	text-align: center;
}
#detailInfo td {
	padding: 4px;
	border: 1px solid #000;
}
#detailInfo .subText {
	color: Blue;
	font-weight: lighter;
	font-size: 85%;
}
#subLinks table {
	border-collapse: collapse;
	width: 100%;
}
#subLinks .group {
	position:relative;
	top:-1px;
	margin-bottom:-2px;
	border-top:1px solid #7d7d7d;
	border-bottom:1px solid #999;
	padding:1px 10px;
	background:#a0b8c0 url(../images/listGroup.png);
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
#subLinks td {
	padding: 0;
	border-bottom: 1px solid #E0E0E0;
}
#subLinks table td a {
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#subLinks .aspLink {
	margin-left: 10px;
	background: url(../images/listArrow.png) no-repeat left center;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #333;
	padding: 9px 0 9px 20px;
}
#subLinks .aspLinkName {
	font-size: 18px;
}
#subLinks .aspLinkDetail {
	font-size: 10px;
	color: Gray;
}
