/******************** Baseline grid: 13/18px ********************/
html {
	min-height: 100%; *height: 100%; height: 100%\9;
	overflow-y: scroll;
	-webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;
	}
body {
	color: #333;
	min-height: 100%;
	background: #a4d5ff;
	background-image: -moz-linear-gradient(top, #dddddd, #aaaaaa); background-image: -o-linear-gradient(top, #dddddd, #aaaaaa); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dddddd), color-stop(1, #aaaaaa));*zoom: 1;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#aaaaaa');
	font-size: 13px;
	line-height: 18px;
	text-rendering: optimizeLegibility;
	}
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
caption {
	position: relative;
	}
ul, ol, dl, dialog {
	position: relative;
	}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 18px;
	}
h1, h2 {
	margin-top: 18px;
	line-height: 36px;
	}
h1, h2, h3, h4, h5, h6 {
	}
h3, h4, h5, h6 {
	line-height: 18px;
	}
h1 {
	font-size: 36px;
	top: 5px;
	}
h2 {
	XXmargin-top: 0;
	font-size: 28px;
	top: 7px;
	}
h3 {
	font-size: 22px;
	top: 1px;
	}
h4 {
	font-size: 18px;
	top: 3px;
	}
h5 {
	font-size: 15px;
	top: 3px;
	}
h6 {
	font-size: 13px;
	top: 5px;
	}
p, pre, address {
	position: relative;
	top: 5px;
	}
small {
	font-size: 11px;
	}
abbr, code, kbd, samp, small, var {
	line-height: 15px;
	}
ul, ol, dl, dialog {
	top: 5px;
	margin-top: 18px;
	margin-bottom: 18px;
	}
li ul, li ol, ul ul, ol ol {
	top: 0;
	margin-top: 0;
	margin-bottom: 0;
	}
dt, dd {
	float: left;
	width: 45%;
	}
dt{
	float: left;
	clear: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 30%;
	margin-right: 3%;
	text-align: right;
	}
dd {
	float:left;
	width: 66%;
	}
li h1, li h2, li h3, li h4, li h5, li h6, li p {
	top: 0;
	}
table {
	font-size: 11.5px;
	}
hr {
	border: 0 none;
	background: #ddd;
	margin-top: 18px;
	height: 1px;
    margin-bottom: 17px;
	border-radius: 5px;
	position:relative;
	}
.Indent1, .Indent{margin-left: 18px; }
.Indent2 {margin-left: 36px; }
.Indent3 {margin-left: 54px; }
.Indent4 {margin-left: 72px; }
/******************** Table ********************/
table {
	border-collapse: collapse;
	border: solid 1px #ddd;
	position: relative;
	margin-bottom: 17px;
	table-layout:fixed;
	position: relative;
	}
th, td {
	line-height: 18px;
	padding: 9px 18px 8px 18px;
	border: solid 1px #ddd;
	background: rgba(255, 255, 255, .5);
	}
tbody tr:nth-child(odd) th, 
tbody tr:nth-child(odd) td {
	background: rgba(244, 244, 244, .5);
	}
caption {
	margin-right: -1px;
	padding: 8px 18px 9px 18px;
	border: solid 1px #ddd;
	border-bottom: none;
	background: rgba(222, 222, 222, .5);
	}
/******************** Form ********************/
input,
input[type="text"], 
input[type="password"], 
input[type="select"], 
input[type="search"] {
	height: 18px;
	}
input,
input[type="text"], 
input[type="password"], 
input[type="select"], 
input[type="search"],
textarea,
select {
	position: relative;
	top: 0;
	display: block;
	}
input[type="text"], 
input[type="password"], 
input[type="select"], 
input[type="search"],
textarea,
select {
	padding: 8px ;
    width: 95.2%;
    background: -moz-linear-gradient(#eee, rgba(255,255,255, 0) );background: -webkit-linear-gradient(#eee, rgba(255,255,255, 0));background: -o-linear-gradient(#eee, rgba(255,255,255, 0));
	border: 1px solid #eee;
	border-bottom-color: #ddd;
	line-height: 18px;
	border-radius: 5px;
	}
select {
	padding: 8px;
	height: 36px;
	}
fieldset {
	position: relative;
	border: 1px solid #ddd;
	margin-bottom: 18px;
	padding: 17px 18px;
	top: 0;
	border-radius: 5px;
	}
legend {
    font-weight: 700;
    min-height: 18px;
    padding-bottom: 18px;
    padding-top: 18px;
	display:none;
	}
label {
    display: block;
    margin-bottom: 18px;
    position: relative;
    top: 18px;
	}
input[type="radio"],
input[type="checkbox"] {
	top: 3px;
	}
input[type="file"] {
    margin: 27px 0;
	display: block;
	}
input[type="submit"], input[type="reset"], input[type="button"] {
	position: relative;
	top: 5px;
	margin-bottom: 18px;
	}
textarea {
    height: 90px;
    margin-bottom: 18px;
    overflow: auto;
    width: 95.2%;
	}
button {
	display: inline-block;
    font-size: 11px;XXheight: 36px;
	line-height: 18px;
	margin-top: 18px;
    margin-bottom: 18px;
    padding: 8px 18px;
    border: 1px solid #aaa;
	border-bottom: 1px solid #999;
	position: relative;
	top: -1px;
    border-radius: 5px;
	cursor: pointer;
    text-decoration: none;
	background: #a4d5ff;background: -moz-linear-gradient(#f3f7fd, #dae8f8);background: -webkit-linear-gradient(#f3f7fd, #dae8f8);background: -o-linear-gradient(#f3f7fd, #dae8f8);
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 1px #fff,  inset 0 0 2px #fff;
	}
button[type="reset"],button[type="button"] {
	opacity: 0.70;
	}
button:hover, button:focus {
	border-color: #246;
	opacity: 1.0;
	box-shadow: 0 0 3px #246
	}