/* online/cms_styles.php v1.0 */
/* Styles for Events listing */
.cmseventstable { width: 100%; direction: RTL;}
.cmseventscategory { font-weight: bold; }
.cmseventsicon { width: 100px; height: 75px; border: 1px solid #CCCCCC;}
.cmseventsrow TD { font-family: arial;font-size: 13px;}
.cmseventsrow A:link { color: #698710;}
.cmseventsrow A:visited { color: #698710;}
.cmseventsrow A:hover { color: #BCD324; }
.cmseventstdicon { width: 110px; }
.cmseventsdate { color: #000000; }
/* Styles for Events Viewing */
.cmseventviewdiv { width: 100%; font-family: Arial;font-size: 12px; line-height: 20px; padding: 5px;}
.cmseventviewtable { width: 100%; }
.cmseventviewtitle { text-align: center; font-weight: bold;}
.cmseventviewdate { text-align: left; }
.cmseventviewbody { color: #000000; font-size: 12px; line-height: 18px;}
.cmseventviewimagesdiv { text-align: center; }
.cmseventviewimagesimg { border: 1px #000000 solid; }
.cmseventviewimagescom { color: blue; }
.cmseventviewimagesnocom { }
/* 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;}
.cmseventslistheader {font-family: Arial; padding: 10px;font-weight: bold;clear: both; width: 100%;text-align: left;}
.cmseventsnoicon { display: none; }