/*=============================================================================
          Copyright (c) 2003, MTC Software.  All Rights Reserved.
 This file contains proprietary trade secrets of MTC Software. No part
 of this file may be reproduced or transmitted in any form or by any means,
 electronic or mechanical, including photocopying and recording, for any
 purpose without the expressed written permission of MTC Software.
===============================================================================
Application		:   Church Website, Ministry pages
File Name		:	shiloh.css
Author			:	Tom Clark
Date Created	:	11-11-03
Summary			:	Cascading stylesheet.	
=============================================================================*/
body				{ color:#000000; font-family:"garamond","georgia",serif,"times"; font-size:14px; }
.text				{ font-family: "garamond","georgia",serif,"times"; font-size: 14px; line-height: 18px}
.verse				{ font-family: "garamond","georgia",serif,"times"; font-size: 16px; font-weight:bold; color:#485867}
.selected			{ color:#ffffff; font-weight:bold; text-decoration:underline; }
.small  			{ color:#000000; font-size:12px; font-family:"garamond","georgia",serif,"times"; }
.normal 			{ color:#000000; font-size:14px; font-family:"garamond","georgia",serif,"times";  font-weight:normal; }
.large  			{ color:#000000; font-size:16px; font-family:"garamond","georgia",serif,"times";  font-weight:normal; }
.required			{ color:#FF0000; font-weight:bold; }
.error				{ color:#FF0000; font-family:"garamond","georgia",serif,"times"; font-size:14px;}
.copyright			{ color:#FFFFFF; font-size:16px; font-family:"garamond","georgia",serif,"times";}
hr.thinline			{ color:#000000; background-color:#000000; height: 1px; border: 0;}
em					{ font-style:italic; font-family:"garamond","georgia",serif,"times";}
td					{ font-family:"garamond","georgia",serif,"times"; font-size:14px; }
th					{ font-family:"garamond","georgia",serif,"times"; color:#000000; font-size:14px; font-weight:bold;}
h1					{ font-weight:bold; color:#485867; font-size:25px; font-family:"garamond","georgia",serif,"times"; margin-bottom:-15px; }
h2					{ font-weight:bold; color:#485867; font-size:20px; font-family:"garamond","georgia",serif,"times"; margin-bottom:-10px; }
h3					{ font-weight:bold; color:#485867; font-size:16px; font-family:"garamond","georgia",serif,"times"; margin-bottom:-5px; }
p					{ color:#000000; font-size:14px; font-family:"garamond","georgia",serif,"times"; }
a					{ color:#485867; text-decoration : underline; }
a:hover				{ color:red; text-decoration : underline; }
a.cal				{ color:#485867; text-decoration : none; }
a.cal:hover			{ color:red; text-decoration : underline; }
a.menu				{ color:#FFFFFF; font-size:16px; font-weight:bold; text-decoration : none; font-family:"garamond","georgia",serif,"times"; }
a.menu:hover		{ color:#000000; font-size:16px; font-weight:bold; text-decoration : none; font-family:"garamond","georgia",serif,"times"; }
a.menuIE			{ color:#FFFFFF; font-size:14px; font-weight:bold; text-decoration : none; font-family:"garamond","georgia",serif,"times"; }
a.menuIE:hover		{ color:#000000; font-size:14px; font-weight:bold; text-decoration : none; font-family:"garamond","georgia",serif,"times"; }
.input_field        { font-family: arial, helvetica, sans-serif; font-size: 11px; }

/* styles for "on the calendar" box */
.OTC_box			{ color: #FFFFFF; background-color: #8C7A55; border: 2px solid #485867;}
h2.OTC				{ font-weight:bold; color:#FFFFFF; font-size:20px; font-family:"garamond","georgia",serif,"times"; margin-bottom:-10px; }
h3.OTC				{ font-weight:bold; color:#FFFFFF; font-size:20px; font-family:"garamond","georgia",serif,"times"; margin-bottom:-10px; }
a.OTC				{ color:#000000; text-decoration : underline; }
a.OTC:hover			{ color:#FFFFFF; text-decoration : underline; }


td.title2 { 
	list-style-type: none;
	width: 30%;
/*	float:left; */
	color:#f6c20e;
	text-align:right;
	vertical-align: text-top;
	margin-right: 5px; 
	font-weight:bold; }

.FormButton {
	font-size: 11px;
	text-transform: uppercase;
    width: 150px;
	font-family:Arial,sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#8C7A55;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	cursor: pointer;
}

.FormButtonBlue {
	font-size: 11px;
	text-transform: uppercase;
    width: 150px;
	font-family:Arial,sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#485867;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	cursor: pointer;
}

