/*  acts.css 
Primary style sheet for 
The Advanced Church Tracking System
Designed and developed by Penni L. Smith, The Computer Smith
Copyright 2009, All Rights Reserved */

/* TAGS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #EDEACD;
	text-align: left;
	line-height: 150%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	color: #003399;
	line-height: 100%;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #003399;
	line-height: 125%;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	padding-top: 1ex;
	line-height: 125%;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #000000;
}
table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
th {
	font-weight: bold;
	background-color: #959DFF;
	text-align: left;
	padding-right: 0.25em;
	padding-left: 0.25em;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
th.center {
	text-align: center;
}
th.lb {
	border-left-width: 1px;
	border-left-style: solid;
}
/* This default tag will be used for even-numbered row groups */
tr {
	color: #000000;
	background-color: #FFFFFF;
	vertical-align: text-top;
}
/* This changes the background color for odd-numbered row groups */
tr.odd {
	color: #000000;
	background-color: #CCCCCC;
}
/* Just to put some padding around the cells, because column borders will not be used */
td {
	padding-right: .5em;
	padding-left: .5em;
}
/* The "main" items will be used for the first row in a group of rows for one listing
Left, mid, and right will set the proper borders for the sides of each cell based on column */
td.leftmain {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	font-weight: bold;
	margin-top: 2px;
}
/*  This is exactly the same as the above, but not bolded */
td.leftmainnb {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	margin-top: 2px;
}
td.midmain {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	margin-top: 2px;
}
td.rightmain {
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	margin-top: 2px;
}
td.leftsub {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
td.midsub {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
td.rightsub {
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
td.midmainnodiv {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	margin-top: 2px;
}
td.rightmainnodiv {
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	margin-top: 2px;
}
td.midsubnodiv {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
td.rightsubnodiv {
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
td.leftdotsub {
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
td.middotsub {
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
td.rightdotsub {
	border-top-style: dotted;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
td.calinfoleft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: double;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
td.calinfomid {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
td.calinforight {
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
/* DIVS */
/* Wrapper for the entire page */
#fullwrapper {
	width: 766px;
	margin:0 auto;
}
/* Wrapper for the banner area */
#banner {
	width: 760px;
	margin-left: 5px;
	margin-bottom: 15px;
	border-bottom-style: double;
	border-bottom-color: #003399;
	padding-bottom: 5px;
}
/* Wrapper for the content area */
#contentwrapper {
	width: 760px;
	margin-left: 5px;
	float: none;
}
#maincontent {
	float: none;
	line-height: 1.2em;
	text-align: justify;
	padding-top: 20px;
}
/* Links need to be specified for each area they may appear in order to not interfere
with the menu items */
#maincontent  a {
	color: #003399;
	text-decoration: none;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
#maincontent  a:visited {
	color: #003399;
	text-decoration: none;
}
#maincontent  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CE7B69;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #003399;
	text-align: center;
	border-top-style: double;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	float: none;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 100%;
	width: 740px;
	padding: 5px;
}
/* Links need to be specified for each area they may appear in order to not interfere
with the menu items */
#footer a {
	color: #003399;
	text-decoration: none;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
#footer a:visited {
	color: #003399;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CE7B69;
}
#pageline {
	width: 400px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003399;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menubar {
	float: left;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1em;
	color: #005553;
	margin-top: 2px;
	margin-left: 2px;
}
/* CLASSES */
/* This can be assigned to any div tag to interrupt the set float */
.endfloat {
	float: none;
}
/* images */
.leftimage {
	float: left;
	padding-right: 7px;
	padding-bottom: 7px;
}
.rightimage {
	float: right;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 7px;
}
/* lines */
.hline {
	clear: both;
	width: 740px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
.hlinethick {
	clear: both;
	width: 740px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}
/* text features */
.color1 {
	color: #CC00CC;
}
.color2 {
	color: #009999;
}
.whitetxt {
	color: #FFFFFF;
}
.alert {
	font-weight: bold;
	color: #FF0000;
}
.warn {
	font-weight: bold;
	color: #993399;
}
.centertext {
	text-align: center;
}
.righttext {
	text-align: right;
}
.lefttext {
	text-align: left;
}
.textbold {
	font-weight: bold;
}
.textunderline {
	text-decoration: underline;
}
.textboldunder {
	font-weight: bold;
	text-decoration: underline;
}
.textitalic {
	font-style: italic;
}
.halfheight {
	line-height: .5em;
}
.extraheight {
	line-height: 1.75em;
}
.moveup {
	top: -5em;
}
.letterquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #660000;
}
.letterquoteindented {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #660000;
	margin-right: 5em;
	margin-left: 5em;
}
/* FORM ITEMS */
.textinputvshort {
	width: 1em;
	border: thin solid #003399;
}
.textinputashort {
	width: 2em;
	border: thin solid #003399;
}
.textinputqshort {
	width: 3em;
	border: thin solid #003399;
}
.textinputshort {
	width: 5em;
	border: thin solid #003399;
}
.textinputab {
	width: 7em;
	border: thin solid #003399;
}
.textinputabr {
	width: 10em;
	border: thin solid #003399;
}
.textinputabrv {
	width: 15em;
	border: thin solid #003399;
}
.textinput {
	width: 20em;
	border: thin solid #003399;
}
.textinputmed {
	width: 25em;
	border: thin solid #003399;
}
.textinputext {
	width: 30em;
	border: thin solid #003399;
}
.textinputextm {
	width: 35em;
	border: thin solid #003399;
}
.textinputlong {
	width: 40em;
	border: thin solid #003399;
}
.textinputmax {
	width: 43em;
	border: thin solid #003399;
}
.textinputplus {
	width: 45em;
	border: thin solid #003399;
}
.textinputwide {
	width: 50em;
	border: thin solid #003399;
}
.listinput {
	border: thin solid #003399;
}
.checkinput {
	border: thin solid #003399;
}
.radioinput {
	border: thin solid #003399;
}
.formlabel {
	clear: left;
	float: left;
	width: 12em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formlabelmore {
	clear: left;
	float: left;
	width: 17em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formlabelext {
	clear: left;
	float: left;
	width: 20em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formlabelplus {
	clear: left;
	float: left;
	width: 30em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formlabelinline {
	width: 12em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formoffsetless {
	margin-left: 5.5em;
}
.formoffset {
	margin-left: 12.5em;
}
.formoffsetmid {
	margin-left: 15.5em;
}
.formoffsetmore {
	margin-left: 17.5em;
}
.formoffsetext {
	margin-left: 20.5em;
}
.formoffsetplus {
	margin-left: 30.5em;
}
.fieldlistitem {
	list-style-type: none;
	width: 100%;
	float: left;
	clear: left;
}
.devinfo {
	margin-left: 5em;
	font-size: 0.7em;
}

/*These styles were designed to be used with unordered lists 
They control indenting, text weight, and bullet usage */
.indentedbold {
	text-indent: 5em;
	font-weight: bold;
}
.indentednormal {
	text-indent: 5em;
	font-weight: normal;
}
.indentednormalshort {
	text-indent: 1em;
	font-weight: normal;
}
.indentednobullet {
	text-indent: 3em;
	list-style-type: none;
}
.nobullet {
	list-style-type: none;
}
/* a special unordered list that is bold and prominent */
.ulbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 125%;
	font-weight: bold;
	color: #000000;
	text-indent: 3em;
}

