/**
 * This is the main stylesheet for the PrayerTracker application.
 *
 * @author Daniel J. Summers <daniel@djs-consulting.com>
 * @version $Id: prayer.css 5 2009-10-20 00:29:20Z summersd $
 * @package PrayerTracker
 * @subpackage View
 */ 
* {
	margin: 0px;
}
body {
    background-color: #FAFAFF;
    margin: 0px;
    font-family: Tahoma, "Luxi Sans", sans-serif;
    font-size: 10pt;
}
h1 {
    text-align: center;
    width: 100%;
    font-size: 20pt;
    font-weight: bold;
}
h2 {
    text-align: center;
    font-size: 16pt;
    margin: .75em 0em;
}
h3 {
	margin: .75em 0em;
}
acronym {
    border-bottom: dotted 1px black;
}
p {
	margin: 1em 0em;
}
fieldset {
	padding: .5em;
}
legend {
	font-weight: bold;
}
a, a:link, a:visited {
	text-decoration: none;
	color: navy;
}
a:hover {
	border-bottom: dotted 1px navy;
}
a > img {
	border:0;
}
#tblHeader {
	width: 100%;
	background: url(../images/clouds.jpg);
	border-bottom: solid 3px navy;
}
#tblHeader td {
	padding: 0px;
	vertical-align:bottom;
	color: white;
}
#tblHeader a, #tblHeader a:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#tblHeader a:hover {
	color: yellow;
	border: 0;
}
#hdrImg {
	width: 1%;
	padding-left: 10px;
}
#hdrMenu {
	text-align: left;
}
#hdrId {
	text-align: right;
}
#content {
	margin-left: .5%;
	margin-right: .5%;
}
#ulFrontPage li {
	padding-bottom: 10px;
}
.imgLink {
	border: 0px;
}
input {
    font-family:Tahoma,Luxi Sans,sans-serif;
}
select {
    font-family:Tahoma,Luxi Sans,sans-serif;
}
textarea {
    font-family:Tahoma,Luxi Sans,sans-serif;
}
#divFooter {
    border-top: solid 2px navy;
    margin-top: 10px;
}
#tblFooter {
    margin: auto;
    width: 98%;
}
#tdFooter {
	text-align: right;
}
.b {
    font-weight:bold;
}
.u {
    text-decoration:underline;
}
.i {
    font-style:italic;
}
.msgERROR ul, .msgWARNING ul, .msgMessage ul {
	text-align: left;
}
.msgERROR, .msgWARNING, .msgMessage {
	margin: 10px auto 0 auto;
}
.msgERROR td, .msgWARNING td, .msgMessage td {
	padding: 5px 30px;
	margin-bottom: 2px;
	text-align: center;
}
.msgERROR{
	background-color: #ffb6c1;
	border: solid 2px #ff0000;
}
.msgERROR strong {
	color: #ff0000;
}
.msgMessage {
	background-color: #add8e6;
	border: solid 2px #000064;
}
.msgWARNING strong {
	color: #a0522d;
}
.msgWARNING {
	background-color: #fafad2;
	border: solid 2px #a0522d;
}
label {
	font-style: italic;
}
.required {
	font-weight: bold;
}
.regular {
	font-style: normal;
}
.reqafter {
	color: red;
}
.errorField {
	background-color: #ffb6c1;
	border: solid 2px #ff0000;
}
.stdTable {
	margin: auto;
	empty-cells: show;
}
.stdTable th {
	font-weight: bold;
	border-bottom: double 3px black;
}
.stdTable td {
	vertical-align: top;
	font-size: 80%;
	padding: 0 5px;
	border-bottom: dotted 1px black;
	white-space: normal;
}
.stdTable td a:link, .stdTable td a:visited {
	border: 0;
}
.stdTable ul {
	margin: 0px;
}
.stdTable ul li {
	font-size: 100%;
}
.strike {
	text-decoration: line-through;
}
.cntr {
	text-align: center;
}