body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #000;
	font-family: verdana; /*Palatino Linotype;*/
}

table {
	border-collapse: collapse
}

h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

#curCatID,#curSubCat,#curSearch,#curBook,#curID {
	display: none
}

h1,.hide {
	display: none
}

#search {
	font-size: 100%;
	font-family: times;
	background-color: #e3e3e3;
	margin-top: 2px;
	width: 150px;
	margin-left: 2px;
	padding-left: 2px;
}

.selected {
	color: #b55;
	width: 50px;
	display: inline
}

.notViewable {
	color: #600;
}

#goBackButton {
	text-align: right;
	margin: 10px;
	clear: both
}

#pdfIcon {
	float: right;
	font-size: 90%;
	margin-right: 7px;
}

.displayOnly{color:#008800}

.notSelected {
	width: 50px;
	display: inline;
}

.exactSearch,.partialSearch {
	font-weight: bold;
	color: #005;
	border-bottom: 1px #777 dotted;
}

.partialSearch {
	color: #f00;
	border-top: none;
}

#go {
	
}

#mainCategories h1 {
	font-size: 110%;
	color: #333;
	letter-spacing: 1px;
}

#mainCategories h2 {
	font-size: 100%;
	color: #333;
	margin: 5px 0px 0px 0px;
	border-top: 1px dotted #aaa;
}

.subCat0,.subCat1 {
	font-size: 90%;
	background-color: #fff;
}

.subCat1 {
	background-color: #ddd;
}

#audio sup {
	font-size: 70%;
}

#audio h3 {
	margin: 20px 0px 0px 0px;
}

.scripture {
	font-family: sans-serif;
	color: #220;
	font-size: 75%;
	line-height: 50%;
	padding: 0px 10px 0px 10px;
}

ul {
	list-style-image: url("/template/smallArrow.gif");
	margin: 0px 0px 0px 18px;
	padding: 0px;
}

.editorsNote {
	color: #005;
	margin-left:20px;
	padding-left:45px;
	background-image:url('/img/editorsPen.jpg');
	background-repeat:no-repeat;
	height:50px;

}

table {
	border-collapse: collapse;
	width: 100%
}

td {
	padding: 0px;
	margin: 0px
}

th {
	text-align: left;
	background-color: #EFEA9A
}

a {
	text-decoration: none;
	color: #000077;
}

img {
	border: none
}

.center {
	text-align: center
}

.breadCrumb,.breadCrumb a {
	background-color: #dedede;
	margin: -17px 0px 20px 0px;
	font-family: sans-serif;
	vertical-align: bottom;
	color: #55f;
	font-size: 90%;
}

.centerColumn img {
	margin: 5px;
	border: 1px solid #ccc;
	padding: 2px;
	background: #eee;
}

.shadow {
	font-size: 80%;
	color: #333;
}

.notVisible {
	color: #a00
}

.futureDate {
	color: #0a0
}

sup {
	font-size: 75%;
	color: #444;
	line-height: 50%
}

.cat {
	width: 150px;
	white-space: nowrap;
	display: block
}

textarea {
	width: 99%
}

.mceEditorArea {
	font-family: "MS Sans Serif";
	background-image: url('/img/textBackground.jpg');
}

#form input,select,textarea {
	background-image: url("/img/textBackground.jpg");
	background-repeat: repeat;
}

#form .button {
	background-color: #e0e0e0;
}

#smartSelect {
	letter-spacing: -.2pt;
}

#categories {
	font-family: georgia;
}

#categories ul {
	margin-left: 25px;
}

#monthlyNewsletter h1 {
	margin: -20px 0px 0px 0px;
	color: #333;
	font-size: 140%;
}

#categories h4 {
	border-top: 1px solid #777;
	margin-bottom: 0px;
	background-image: url("/img/categoryBanner.jpg");
	height: 25px;
	padding-right: 7px;
	padding: 2px 0px 0px 50px;
	font-size: 90%;
}

#smartSelect h4 {
	margin: 5px 0px 0px 2px;
}

.title {
	font-size: 1.2em;
	font-family: georgia;
	line-height: 95%;
	margin-top: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.titleDetails {
	font-size: .8em;
	font-weight: normal;
	font-size: 80%;
}

#searchOurDatabase {
	margin: 30px;
}

.edit {
	float: right;
	margin-right: 10px;
}

.faded {
	color: #aaa
}

/*template begins*/
	/*http://meadhra.com/CNET/040714/3col-float-FigE.html*/
body {
	margin: 0px;
	padding: 0px;
}

div#header {
	text-align: center;
	background-color: #CC6CCC;
	background-image: url("/img/banner.jpg");
	height: 100px;
	margin: 0px;
	padding: 1px;
}

div#column2 {
	margin: 0;
	padding: 0;
	background-image: url("/rightColumn.gif");
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
}

div#column1 {
	margin: 0px;
	padding: 0px;
	background-image: url("/leftColumn.gif");
	background-repeat: repeat-y;
	width: 100%;
	font-size: 90%;
}

div#leftColumn {
	padding-left: 5px;
	width: 185px;
	float: left;
	font-size: 90%;
}

div#rightColumn {
	padding-right: 5px;
	width: 185px;
	float: right;
	font-size: 90%;
}

div#centerColumn {
	margin-left: 200px;
	margin-right: 200px;
	padding: 0px 5px 0px 5px;
}

div#footer {
	border-top: solid #000 1px;
	background-color: #CCCCCC;
	padding: 10px;
	text-align: center;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*template ends*/
h1,h3 {
	margin: 0;
}

p {
	margin-top: 5px;
	font-size: 1em;
}

h1 {
	color: #fff
}

#centerColumn h3 {
	margin: 15px 0px 5px 0px;
}

/* calendar starts */
#calendar {
	text-align: center;
}

#calendar .today {
	color: #f00;
	background-color: #fff;
}

#calendar .h {
	width: 24px;
	font-size: .75em;
	padding: 0px;
}

#calendar h2 {
	font-size: 90%;
	margin: 0px;
	color: #111;
}

#h3 {
	font-size: 90%;
}

#calendar span {
	width: 24px;
	border: 1px solid #ccc;
	color: #000;
	display: block;
	float: left;
	background-color: #fff;
}

#calendar .noBorder {
	border-color: #f3f3f3
}

/* calendar ends */ /*menu begins*/
	/*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/ */
.indentmenu {
	font: bold 13px georgia;
	overflow: hidden;
}

.indentmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background: black url("/template/menu/indentbg.gif") center center
		repeat-x;
}

.indentmenu ul li {
	display: inline;
	vertical-align: middle;
}

.indentmenu ul li a {
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #564c66;
	/*dark purple divider between menu items*/
}

.indentmenu ul li a {
	color: white;
}

.indentmenu ul li a:hover,.indentmenu ul li .current {
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	/*shift text down 1px for selected and active item*/
	background: black url("/template/menu/indentbg2.gif") center center
		repeat-x;
}

/*menu ends*/
.dayOfWeek {
	display: inline;
	padding: 2px;
	width: 25px;
}

.dateBox {
	cursor: pointer;
	background-color: #E6E6E6;
	padding: 2px
}

.dayOfWeekBox {
	color: #000000;
}

div#picker {
	width: 189px;
	position: absolute;
	visibility: hidden;
	background-color: #CCCCFF;
	border: solid #000000 1px;
}

div#picker_year {
	background-color: #E6E6E6;
	padding: 2px;
	border-bottom: solid #000000 1px;
	font-weight: bold;
	text-decoration: none;
}

div#picker_year a {
	text-decoration: none;
}

div#picker_month {
	padding: 2px;
	border-bottom: solid #000000 1px;
}

/*daily news */
#dailyNews,#monthlyNewsletter {
	padding: 5px;
}

.audiosup {
	vertical-align: 0%;
}

#dailyNews h3,#monthlyNewsletter h3,#audio h3 {
	border: none;
	border-top: 1px solid #777;
	margin-top: 20px;
	background-color: #e0e0e0;
}

#dailyNews p,#monthlyNewsletter p {
	line-height: 98%;
}

/* ==================== Player ==================== */
#player {
	background-color: #e9f6ff;
	color: #000;
	height: 20px;
	width: 200px;
	border: solid 3px #ddd;
}

#player .button {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	float: left;
}

#player .button a {
	display: block;
	height: 20px;
	text-indent: -100em;
	overflow: hidden;
}

#player #timeline {
	position: relative;
}

#player #timeline a {
	position: absolute;
	left: 40px;
	display: block;
	height: 20px;
	width: 40px;
	text-indent: -100em;
	overflow: hidden;
	background-image: url("images/control_slider.png");
}

#player #timeline a:hover {
	background-image: url("images/control_slider_blue.png");
}

#player .play {
	background-image: url("images/control_play.png");
}

#player .play:hover {
	background-image: url("images/control_play_blue.png");
}

#player .pause {
	background-image: url("images/control_pause.png");
	display: none;
}

#player .pause:hover {
	background-image: url("images/control_pause_blue.png");
}

#player .stop {
	background-image: url("images/control_stop.png");
}

#player .stop:hover {
	background-image: url("images/control_stop_blue.png");
}

.printOnly{display:none}