/* CSS Document ********************************************
Miscellaneous Components - Morning By Morning

This style sheet handles the formatting for a variety of components
found throughout the system. Essentially, if you have a need for 
style sheet control of an item that doesn't warrant its own separate 
file (i.e. it doesn't correspond to a full page), is encapsulated by 
nature, and has the potential to appear in multiple pages, 
it goes here. 

If you're formatting an isolated element within a paragraph, see
parastyle.css.
************************************************************/
/*
Time of Day Greeting
*/
#todGreet {
	margin: 0px 0px 7px 0px;
	padding: 0px 3px 3px 3px;
	border-bottom: 2px groove #AAAAAA;
	width: 112px;
	font: normal bold 11px/14px Arial, Helvetica, sans-serif;
	color: #3333FF;
	text-align: left;
}
/* styles the list box and textareas in the prayerlist */
.prayerbox {
	font: normal normal 11px/12px sans-serif;
	padding: 1px;
}

/* styles the textarea on the subdevo page */
.subcontent {
	font: normal normal 11px/12px sans-serif;
	padding: 0px;
	text-align: left;
}
/* styles the form buttons throughout */
.formbutton{
	/*background-color: #fff7de; 
	border: 3px ridge #339966;*/ 
	background-color: #CCCCFF;
	font-family: Arial; 
	font-size: 12px;
	font-weight: 700; 
	color: #000022;
}	
/*
My Pages - Link Box Component - Local Navigation
(personalized linklist, generally left column)
*/
.linkbox {
	font: normal small-caps 11px/14px lucida, helvitica, sans-serif;
	color:#009966;
	color: #292173;
	width: 112px;
	padding: 3px;
}	
/* 
Used to add a border 
currently to My Pages on homepage only 
*/
#addborder {
	border: 2px ridge #292173;
	margin: 0px 0px 7px 0px;
	padding: 0px;
}	
/* subitems are indented */
.linkbox#subitem {
	padding-left: 14px;
	margin-top: 0px;
}
/* title */
.linkbox span {
	margin-bottom: 3px;
	font: bold 12px/16px verdana;
	font-variant:normal;
	color:#009966;
	color: #292173;
}	
.linkbox a:link {
	padding-left: 7px;
	color: #009966; 
	color: #292173;
	text-decoration:none;
}
.linkbox a:visited {
	padding-left: 7px;
	color: #009966;
	color: #292173;
	text-decoration:none;
}
.linkbox a:hover {
	padding-left: 4px;
	color: blue;	
	color: #CC0033;	
	text-decoration: none;
	border-left: 3px dotted blue;
}
/*
Login Box
*/
.logbox table {
	border-top: 2px ridge #003366;
	border-bottom: 2px ridge #003366;
	background-color: #EEEEFF;
}
.logbox table td {
	margin: 12px 0px 7px 0px;
	padding: 12px 3px 3px 3px;
	border: none;
	color: #003366;
	font: bold small-caps 14px/16px lucida, helvitica, sans-serif;
}
.logbox span {
	color: #003366;
	font: normal normal 12px/14px lucida, helvitica, sans-serif;
}
/*
Member Link Box
*/
.membox {
	font: normal small-caps 11px/14px sans-serif;
	color: #292173;
	border: none;
	width: 112px;
	padding: 3px 3px 3px 3px;
}	
.membox span {
	margin-bottom: 3px;
	font: bold 12px/16px verdana;
	font-variant:normal;
	color: #292173;
	color: #336666;
}	
.membox a:link {
	padding-left: 7px;
	color: #292173; 
	color: #336666;
	text-decoration:none;
}
.membox a:visited {
	padding-left: 7px;
	color: #292173;
	color: #336666;
	text-decoration:none;
}
.membox a:hover {
	padding-left: 4px;
	color: #CC0033;	
	text-decoration: none;
	border-left: 3px dotted blue;
}
/*
Morning By Morning Address Block
*/
#address {
	color: #006633;
	font: normal normal 11px/14px arial, sans-serif;
	margin: 7px 0px 7px 0px;
	padding: 7px 0px 7px 0px;
	text-align: left;
}

/*
Page Title (obsolete)
*/
#pager {
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 7px 0px;
	border-bottom: 1px solid #AAAAAA;
	color: #AAAAAA;
	font: bold small-caps 12px/16px verdana, sans-serif;
	text-align: center;
}

/*
Audio table formatter
*/
.audiotable table td{
	border: 1px solid #999999;
}
.audiotable table td span{
	color: #990000;
}
