/*
Project:        Salvation Army USA Eastern Territory Literary Dept. Web Site
File:           sapublish/stylesheets/sastyles.css
Description:    Literary Dept. Main Style Sheet
Author:         Lily C. Chen
Date Created:   February 6, 2006
Date Modified:  February 12, 2007
*/

/* Redefine HTML Tags */

a {
	text-decoration: none;
}
a:link {
	color: #03F;
}
a:visited {
	color: #636;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #F00;
}
body {
	background-color: #FFF;
	font-size: 90%;
	margin: 0;
}
div, p, ol, ul, li, dl, dt, dd {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}
table, tr, th, td, form {
	font-size: 1em;
}
select, input, textarea {
	font-family: Verdana, sans-serif;
	font-size: 1em;
}
h1 {
	font-family: Georgia, serif;
	font-size: 1.8em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
}
h2 {
	font-family: Georgia, serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	color: #333;
}
h3 {
	font-size: 1.2em;
	font-style: normal;
	line-height: 1em;
	font-weight: bold;
	color: #666;
}
hr {
	width: 1px;
	color: #999;
}

/* Custom CSS Classes */

.font12pt {
	font-size: 12pt;
}
.font11pt {
	font-size: 11pt;
}
.font10pt {
	font-size: 10pt;
}
.font9pt {
	font-size: 9pt;
}
.font8pt {
	font-size: 8pt;
}
.border_collapse {
	border-collapse: collapse;
}
.breadcrumbnav {
	font-size: 0.9em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
}
.copyright {
	font-size: 0.7em;
	color: #666;
	line-height: normal;
}
.homepage {
	color: #000;
}
.contentpage {
	color: #000;
}
.zeromargin {
	margin: 0;
	padding: 0;
}
.padding10px {
	padding: 10px;
}
.border_1px {
	border: solid 1px;
}
.borderbottom_white {
	border-bottom: solid #FFF 1px;
}
.bordertop_gray {
	border-top: solid #CCC 1px;
	}
.borderbottom_gray {
	border-bottom: solid #CCC 1px;
}
.bordertopbottom_gray {
	border-top: solid #CCC 1px;
	border-bottom: solid #CCC 1px;
}
.borderbottom_dashed {
	border-bottom: dashed #CCC 1px;
}
.white {
	color: #FFF;
}
.red {
    color: #F00;
}
.centered_margins {
	margin-left: auto;
    margin-right: auto;
}
.centered_text {
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.align_left {
    text-align: left;
}
.formlayout {
	font-size: 1em;
}
.form_bg_lightblue {
    margin: 5px;
	padding: 10px;
    background-color: #EEF;
	border: solid #CCC 1px;
}
.search_table{
	margin: 5px;
	padding: 2px;
	font-size: 14px;
	border: solid #CCC 1px;
}
td.search{
	font-size: 14px;
}
.form_bg_lightblue td {
}
.errortext {
    font-size: 1em;
	font-weight: bold;
	color: #C00;
}
.affiliations {
    font-size: 8pt;
	font-family: Verdana, sans-serif;
}
.affiliations img {
    vertical-align: middle;
	display: inline;
	margin: 0 10px;
}
.clearleft {
    clear: left;
}
.clearright {
    clear: right;
}

/* Custom Styles by ID */
#header {
	border-bottom: solid #CCC 1px;
}
#footer {
	height: 1%;
	font-size: 0.8em;
	color: #999;
	line-height: normal;
	text-align: center;
	padding: 5px;
	clear: both;
	border-top: solid #CCC 1px;
}
#errormessage {
    font-size: 1em;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	color: #C00;
}
