/* online/cms_styles.php v1.0 */

/* Styles for Events listing */
.cmseventstable { width: 100%; direction: LTR;}
.cmseventscategory { font-weight: bold; }
.cmseventsicon { width: 100px; height: 75px; border: 1px #660000 solid; }
.cmseventsrow { width: 100%; }
.cmseventsrow TD { font-family: tahoma; padding: 5px; font-size: 10pt; }
.cmseventsrow A:link { color: #660000; text-decoration: none;}
.cmseventsrow A:visited { color: #660000; text-decoration: none;}
.cmseventsrow A:hover { color: #CC6600; text-decoration: none;}
.cmseventstdicon { padding: 5px; width: 110px;}
.cmseventsdate {  }
/* Styles for Events Viewing */
.cmseventviewdiv { 	font-size: 10pt;
	line-height: 20px;
	font-family: arial, tahoma, san-serif;
}
.cmseventviewdiv A:link { color: #660000;}
.cmseventviewdiv A:visited { color: #660000;}
.cmseventviewdiv A:hover{ color: #CC6600;}
.cmseventviewtable { width: 100%; }
.cmseventviewtitle { text-align: center; font-weight: bold;}
.cmseventviewdate { padding: 20px 0px; text-align: left; }
.cmseventviewbody { color: #000000; }
.cmseventviewimagesdiv { text-align: center; }
.cmseventviewimagesimg { border: 1px #000000 solid; }
.cmseventviewimagescom { color: blue; }
/* Styles for Sermons listing */
.cmssermonstable { direction: RTL; }
.cmssermonsimg { border: 1px #CCCCCC solid;}
.cmssermonstitle { color: red; width: 400px;}
.cmssermonsdate { color: blue; }
.cmssermonsspeaker { color: brown; }
.cmssermonsduration { font-weight: bold; }
.cmssermonslisten { direction: RTL; }
.cmseventslisttop { width: 637px; }

.cmseventslistheader { font-size: 14px; font-weight: bold;  font-family: Arial; padding-bottom: 20px;}

