﻿@charset "UTF-8";
/* CSS Document */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: #CCCCCC;
	margin: 0;
	padding: 0;
	color: #4D4D4D;
}

/* Headings
===================================== */

h1 {
	font-size: 1.8em;
	color: #333;
	margin: 1em 0 .8em;
}
h2, h3, h4 {
	color: #3F3F3F;
	margin: 1.5em 0 1em;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
	color: #444;
}

/* Links
===================================== */

a {
	color: #2B8EBA;
	text-decoration: none;
	outline: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* Images
===================================== */

img.center {
	display: block;
	margin: 1em auto;
}
a img {
	border: none;
}

/* Lists
===================================== */

#main-content ul, #main-content ol {
	margin: 1em 0;
	padding: 0 0 0 3.4em;
	overflow: auto;
}
#main-content li, #hompage li {
	margin-bottom: .5em;
}
#homepage li {
	margin-left: 1.5em;
}
#homepage ul li, #homepage ol li {
	margin-left: 0;
}


/* Tables
===================================== */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}
table th {
	text-align: left;
}
table.dataGrid {
	margin-top: 1em;
}
table.dataGrid th, table.dataGrid td,
table.formTable th, table.formTable td {
	border: 1px solid #DDD;
	padding: 6px 10px;
}
table.dataGrid th {
	background-color: #CCC;
	border: 1px solid #bbb;
	text-align: center;
}
table.formTable th {
	background-color: #666;
	color: #FFF;
	border: 1px solid #555;
	text-align: center;
}
table.dataGrid tr.alt {
	background-color: #EEE;
}

/* Forms
===================================== */

table td {
	vertical-align: top;
}
table.formtable td span {
	font-size: 9px;
}
table.formtable td span.required {
	font-family: "Lucida Console",Tahoma,Arial;
	color: #F00;
	font-size: 12px;
}

/* Clears & Floats
===================================== */

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clrflt, .clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
span.clrflt {
	display: block;
}

/* Misc. Typography
===================================== */

p {
	margin: 0 0 1em;
}
hr {
	margin: 2em 0;
	border: 0 none;
	height: 1px;
	color: #DDD;
	background-color: #DDD;
}

/* Input Style Fixes
===================================== */

/* Mike: inconsistent consistent button padding and 
	width fix (cite: http://jehiah.cz/archive/button-width-in-ie) */
button, input.button, input.button-submit {
   padding:0 .25em 0 .25em;
   width:auto;
   overflow:visible;
}

