/* CSS FRAMEWORK FOR MHS */
/*** RESET RULES ***/


*, body, html {
	margin: 0; 
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {	font-size: 62.5%;}

body { 
	font-size: 140%; 
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	background: #ffffff;
}

h1, h2, h3, h4, h5, h6 { text-align: left; font-weight: bold; margin: .5em 0em 1em 0em; }

h1 {font-size: 1.5em; /* 20px */}
h2 {font-size: 1.4em; /* 20px */}
h3 {font-size: 1.3em; /* 20px */}
h4 {font-size: 1.2em; /* 20px */}

h5, h6,
div, p,
ol, ul,
table {	margin: 0px; }

hr {
	clear: both;
	height: 1px; background: #555555;
}

div.section {
	margin-left: 2em;
}

.clearfix {
	clear: both !important;
}
	
.clearfixzero {
	clear: both !important; height: 0 !important; font-size: 0 !important; border: none !important; padding: 0 !important;
}

ol, ul { list-style: disc; margin-left: 1em }
blockquote, q {	quotes: none;}

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; 
}

table thead tr {background: #e5e5e5;}
table thead tr th {
	text-align: left;
	padding: .5em .5em .15em .5em;
}

table tbody tr {
}	


table tbody tr td {
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	padding: .25em .5em .25em .5em;
}

table tbody tr td:first-child {
	border-left: none;
}

table.layout tbody tr td {
	border: none; padding: 0;
}

table.layout thead tr {background: none;}


a, a:link, a:active, a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* FORMS */

form {
	font-size: 110%;
}

form div {
	clear: both;
}

form div.formline {
	margin-bottom: 1em;
	padding: .5em .5em .5em 1em;
}

/* For pairs of label/input such as checkboxes radio groups etc*/
form div.inputSet {
	float: left;
	clear: none;
}

form div.formline hr {
	clear: both;
	height: 1px; background: #555555; border: 0;
}

/* For continuous inline set of inputs and labels, as in a sentence */
form div.inputLine * {
	display: inline; float: none; vertical-align: middle; margin: 0; padding: .1em;
}
form div.inputLine option {display: block;}

label, input, select, option, button {font-size: 100%; margin: 0em; }

input, select, button, textarea {	border: 1px solid #999999; background: #ffffff; padding: 1px}

label {
	margin: 0em 1em 0em 1em;
	text-align: right;
}

form h3, form h4, form h5 {
}

input+label {
	float: none; 
	clear: none;
}

input[type="radio"], input[type="checkbox"] {
	vertical-align: top;
}

input:focus, select:focus, button:focus, textarea:focus {outline: 2px solid #aaaaff;}

input[type="submit"] {
	clear: both;
	margin-right: 1em;
	margin-left: auto;
	padding: 2px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

option {
	margin: .05em
}

textarea { clear: both;}

