/*templates*/
	html{ background:#F4F7E6}
	body {background: #F4F7E6 url('../images/layoutImages/bgPage.jpg') top center repeat-y;}
	
	/*head*/
	.bgNavLevel2 {background: #CEDFF1 url('../images/layoutImages/bgNavLevel2.gif') 0 0 repeat-x;}
		
	/*body*/
	.body {background: #fff url('../images/layoutImages/bgBody.gif') 0 0 repeat-y; border-top: 10px solid #fff;}
	
	.rightCol {padding-top: 10px;}
	
	/*foot*/
	.foot {background-color: #bdcf3b;}

/*green skins*/
.mod h3 {background-color: #bdcf3b; -webkit-box-shadow: 0px 0px 10px #ccc; -moz-box-shadow: 0px 0px 10px #ccc; box-shadow: 0px 0px 10px #ccc;}

.leftCol .events ul {margin-left: 30px; padding: 0;}
.leftCol .events ul li {list-style-type: none; font-size: 11px; background: url('../images/layoutImages/bgEventBtm.gif') 0 100% no-repeat;}
.leftCol .events ul li .eventItem{ background: url('../images/layoutImages/bgEventTop.gif') 0 0 no-repeat; padding: 10px 0 10px 15px; }

.events ul li .date {text-transform:uppercase; font-weight: bold;}
.events ul li .event, .leftCol .events li .place, .events ul li .event a {color: #575757; text-decoration:none;}
.events ul li .event {font-weight: bold;}

.morePages {color: #2a8dba; text-decoration: none; text-transform:uppercase; margin: 10px 0 0; padding: 6px 0 0; font-weight: bold; border-top: 1px solid #bdcf3b;}
.morePages .paging {float: right; color: #c1d248; text-transform:none;}
.morePages .paging a {font-weight: bold; padding: 0 5px; border-right: 1px solid #bdcf3b; color:#2a8dba; text-decoration:none;}
.morePages .paging a.active {font-weight: bold;}
.morePages .paging a.noBorder{border:none;}
.morePages .paging .noBorder{border:none;}
.morePages .paging span span {padding: 0 5px; border-right: 1px solid #bdcf3b; font-weight: bold;}

.more .paging {float: right; color: #c1d248;}
.more .paging a {font-weight: normal; padding: 0 2px;}
.more .paging a.active {font-weight: bold;}
.more .paging a.noBorder{border:none;}
.more .paging .noBorder{border:none;}

input.btn{background-color: #bdcf3b;}
.button {background-color: #bdcf3b;}
	
