html {
    width:100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    padding:0px;
    margin:0px;
	width:100%
}

form, table {padding:0; margin:0; border:0;}

td, th {vertical-align:top;}

#logo {
	background:#5DD1F8;
    padding:0px;
    margin:0px;
	}

#logo img {
	vertical-align:bottom;
	}

#container {
    padding-left:10px;
    padding-right:10px;
	}

#container a, #container a:visited {
    color:#0000F1;
}
#container a:hover {
    color:#FF0000;
	}

#container a.checked { color:green; }
#container a.unchecked { color:red; }

/* Menu Style */
#nav {
    font-size:12px;
    background-color: #153C81;
    border-top: solid 3px #000000;
    border-bottom: solid 3px #000000;
	}

#nav ul {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    text-align: left;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
    padding-top: 3px;
	}

#nav ul li {
    display: inline;
    margin-left: -3px;
	}

#nav ul li a {
    padding: 3px 15px 3px 15px;
    color: white;
    text-decoration: none;
    border-right: 1px solid #fff;
	}

div#nav ul li a:hover {
    background-color: #FF0000;
    color: white;
	}


/* Static HTML Pages */

#vertBar img {
	margin-top:0px;
	margin-right:28px;
	padding-top:0px;
}

div#pad {
    margin:0px 5px 25px 5px;
}

#pad td {
    vertical-align:top;
    padding-top:10px;
}

#desc p.emphasis {
    color: red;
    font-weight:bold;
}

#desc p, #desc p.emphasis {
    font-size:15px;
    width:500px;
}

h3#title {
    color:#F30000;
    margin:30px 0px 0px 0px;
    padding:0;
}

#line {
    margin:0;
    padding:0;
}

#cardiac {
    font-size:18px;
    color:red;
    text-align:center;
    width:500px;
}
#cardiac a {
    color:red;
}

#quote {
    margin-top:1em;
    font-style:italic;
    font-size:16px;
    width:500px;
    font-weight:bold;
    text-align:center;
}

#plan {
    display:inline;
    margin: 0px;
    padding: 0px;
    color:#153C81;
    font-weight:bold;
}

#inlineImg {
    margin:10px;
}

/* Footer Style */
#footer {
    width: 100%;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    color:white;
    text-align:center;
    background:#153C81;
    font-size:12px;
    margin-top: 20px;
    padding: 10px 0px 10px 0px;
}
#footer form {
    font-size: 12px;
    vertical-align: middle;
}
#footer input {
    font-size:12px;
}
#footer span.login {
    font-size:16px;
    font-weight:bold;
    padding-right:20px;
}

#footer div.address {
    font-size: 12px;
}


/* Dynamic PHP Pages */
#location {
    margin:0px;
	padding:2px;
    padding-left:20px;
    font-size:14px;
	border-top:1px solid #B2B2B2;
    border-bottom:1px solid #B2B2B2;
	background:#99AFDF;
}

#location a, #location a:visited {
	color:black;
    text-decoration:none;
}

#location a:hover {
	color:white;
    text-decoration:none;
}

#search {
    float: right;
}

#searchResults {
}

#searchResults h3 {
    border-bottom: 1px solid;
}

#searchResults table, #searchResults tr {
    width:100%;
}

#searchResults td {
    width:50%;
}

span.howto_format {
    font-size: 12px;
    color: grey;
}

#help {
    text-align:right;
}

#delete {
    text-align:right;
    font-size: 12pt;
    color: red;
}

#delete a, #delete a:visited {
    color:red;
}

#logout {
    float:right;
    padding-right: 10px;
    padding-top: 3px;
    color: white;
}

#logout a, #logout a:visited {
    text-decoration: none;
    color:white;
}

#logout a:hover {
    text-decoration: underline;
    color:white;
}

#login_form {
    text-align:left;
}
#login_form table {
    text-align:right;
}

div#titleField
{
	text-align:left;
	font-size:10px;
}
div#titleSection
{
margin:10px;
}

/* Contact Format */
div.contact span {
    font-size:10px;
}
div.contact a {
    color:#0000F1;
}
div.contact a:hover {
    color:#FF0000;
}
div.contact h4 {
    margin-bottom:0px;
}
div.contact div.details {
    font-size:10pt;
    margin-left:10px;
}

/* Form Formats */
textarea
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

table#formInput td, td.formInput
{
    padding: 10px 30px 10px 10px;
}

div.formField
{
    margin-bottom:5px;
}
div.formField h5
{
    margin:0px;
    text-align:left;
    font-size:12px;
}
div.formField table
{
    margin-left:20px;
}

td#allCompany {
    font-weight:bold;
}


/* Tables */
#table-headings {
    font-weight:bold;
}

#aedtable th {
    text-align: left;
}

#table_right { 
    border-left: 2px solid #000000;
}
#table_right form {
	margin:0px;
	padding:0px;
} 

#std_table, #std_table td {
    padding: 10px;
	vertical-align:top;
}
#std_table h4 {
	font-size: 14px;
	margin-bottom:0px;
}
#std_table ul {
	margin:0px;
}

#aed_form table, #aed_form td {
    padding: 0px;
    text-align: center;
}

#reporttable {
	font-size:11px;
	}

.reporttable td {
	font-size:11px;
	padding:1px;
	padding-left:4px;
	padding-right:4px;
	white-space:nowrap;
	}
	
.reporttable th {
	font-size:12px;
	color:white;
	background-color:#153c81;
	}
	
.evenrow {
	background-color:#def;
	}
	
.datealert, td.red a {
	color:red !important;
	}


a.button, input[type=submit] {
	font-size:13px;
	color:#153C81 !important;
	width:auto;
	padding:4px 16px;
	background-color:#A9BFEF;
	font-weight:normal;
	border:3px double #354C91;
	border-bottom-color: #000;
	border-right-color: #000;
	text-decoration:none;
	margin-bottom:4px;
	}
	
input[type=submit] {
	padding:2px 16px;
	}

#footer input[type=submit] {
	margin:0;
	}

#logout input[type=submit] {
	padding:0 12px;
	margin:0;
	font-size:11px;
	font-weight:bold;
	}

#logoout form {display: inline;}	
table.grid td, table.grid th {padding:1px !important; margin:0 !important; border:0}
table.grid th {background-color:#153c81; color:white;}
table.grid input, table.grid textarea {font-size:12px; background-color:#DEF}

table.grid input:focus, table.grid textarea:focus {font-size:12px; background-color:#fff}

.mousetype {font-size:70%}