/* begin poll */
/*
img {
	border:0px;
}
*/
#mainContainer {
	width:760px;
	margin:0 auto;
	text-align:left;
	background-color:#FFF;

}
#mainContent {
	padding:10px;
}
.clear {
	clear:both;
}
/*
input {
	background-color: #F5E2E2;
}
*/
#log_res {
	height:auto;
	padding: 0;
	margin: 0;
	text-align: center;
}
#log_res p {
	margin:0;
	padding:4px 0 4px 0;
}
#log_res.ajax-loading {
	padding: 15px;
	background: url(http://rebelsforchrist.org/img/spinner.gif) no-repeat center;
}
#submit {
	text-align: center;
	margin-top: 8px;
}
.submit-btn {
	width: 53px;
	height: 19px;
	background: #F5E2E2 url(http://rebelsforchrist.org/img/submit.gif) no-repeat;
	outline: none;
}
.submit-btn:hover {
	background: #F5E2E2 url(http://rebelsforchrist.org/img/submit.gif) no-repeat 0 -19px;
}

#poll {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	border:1px solid #F0D2D2;
	padding: 5px;
	background-color: #F5E2E2;
}
#poll_question {
	text-align: center;
	font-weight: bold;
	margin-bottom:5px;
}
.poll_option {
	margin-left: 5px;
}
.poll_option label {
	font-size: 80%;
}
.poll_option input {
	vertical-align: middle;
}

/* Label for each option above graph - i.e. results */
.result_pollerOption{
	margin:0px;
	font-size:0.8em;
}
/* Title of poller - when ajax shows the results */
.result_pollerTitle{
	margin-bottom:5px;
	font-weight:bold;
	font-size:0.9em;
}
/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
.result_pollGraph img{
	float:left;
}
/* The <div> tag where the percentage result is shown */
.result_pollGraph div{
	float:left;
	height:16px;
	background-repeat:repeat-x;
	color:#FFF;
	font-size:0.9em;
	line-height:16px;
}
/* Graph div - parent of both the corner images and the div displaying percentage votes */
.result_pollGraph{
	height:16px;
}

/* Message when Ajax is working getting restults fromt the server */
.poller_waitMessage{
	display:none;
}

.result_totalVotes{
	clear:both;
	font-size:0.8em;
	margin-top:10px;
	font-style:italic;
}
/* end poll */

#fb_fans {
	text-align: center;
}

/* begin mootips */
.toolTipImg {
	border-bottom: 1px dotted #000000;
	cursor: help;
}
/* end mootips */

.upcoming_events {
	width: 100%;
	margin: 10px 0;
}
#upcoming_events {
	margin: 10px 0 55px;
}
.events_page {
	min-height: 300px;
}
.block {
	display: block;
}
.event span {
	cursor: pointer;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding: 1px 7px 6px 6px;
/*	width:100%;*/
}

.event:hover span {
	background-color: #D1DBF3;
	border: 1px solid #C8C8C8;
	padding: 0 6px 5px 5px;
/*	color: #516C99;*/
}

#newsfeed_index {
	margin-left: auto;
	margin-right: auto;
	width: 460px;
}
#ue_newsfeed_index {
	margin-left: auto;
	margin-right: auto;
}
.newsfeed_page {
	display: none;
	min-height: 400px;
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
}

.event_day_lbl {
	border-bottom:1px solid #9AAFE5; /*#9AAFE5*/
	height:12px;
	width:100%;
	background-color:#f8f8f8;
	margin: 10px 0;
}
.event_day_lbl span{
	padding-right: 10px;
	background-color:#f8f8f8;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.ue_newsfeed_page {
	display: none;
	min-height: 250px;
}

ul#ue_pagination {
	border:0;
	margin-top: 15px;
}
#ue_pagination li{
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style:none;
	display: inline;
}
#ue_pagination a{
	border:solid 1px #9aafe5;
	margin-right:2px;
}
#ue_pagination .previous-off,
#ue_pagination .next-off {
	border:solid 1px #DEDEDE;
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 4px;
	cursor: default;
	-moz-user-select: none;
}
#ue_pagination .next-off {
	margin-right:2px;
}
#ue_pagination .previous-off {
	margin-left:2px;
}
#ue_pagination .next a,
#ue_pagination .previous a {
 font-weight:bold;
}
#ue_pagination .active{
	background:#2e6ab1;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}
#ue_pagination a:link,
#ue_pagination a:visited {
	color:#0e509e;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#ue_pagination a:hover{
	border:solid 1px #0e509e;
	background-color: #D1DBF3;
}

ul#pagination {
	border:0;
	margin: 0 auto;
	margin-top: 20px;
	padding:0;
	width:80%;
}
#pagination li{
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style:none;
	display: inline;
}
#pagination a{
	border:solid 1px #9aafe5;
	margin-right:2px;
}
#pagination .previous-off,
#pagination .next-off {
	border:solid 1px #DEDEDE;
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 4px;
	cursor: default;
	-moz-user-select: none;
}
#pagination .next-off {
	margin-right:2px;
}
#pagination .previous-off {
	margin-left:2px;
}
#pagination .next a,
#pagination .previous a {
 font-weight:bold;
}
#pagination .active{
	background:#2e6ab1;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}
#pagination a:link,
#pagination a:visited {
	color:#0e509e;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#pagination a:hover{
	border:solid 1px #0e509e;
	background-color: #D1DBF3;
}

#whats_new div.newsfeed_day {
	border-bottom:1px solid #9AAFE5;
	height:12px;
	width:100%;
	background-color:#f8f8f8;
	margin: 10px 0;
}
#whats_new div.newsfeed_day span{
	padding-right: 10px;
	background-color:#f8f8f8;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

#whats_new div.day_close {
	border-bottom:1px solid #9AAFE5;
	height:12px;
	width:100%;
	background-color:#f8f8f8;
}
#whats_new div.day_close span{
	background-color:#f8f8f8;
	font-size: 10px;
	color: #999999;
}
#whats_new img.newsfeed_icon { /* not used */
	display: block;
	float: left;
	width: 16px;
	margin-left: 10px;
	margin-top: 3px;
}
#whats_new a.newsfeed_icon {
	display: block;
	float: left;
	width: 16px;
	margin-left: 10px;
	line-height: 16px;
}
#whats_new a.newsfeed_icon img {
	margin-top: 2px;
}
#whats_new div.newsfeed {
	margin-left: 34px;
}

#countdown_outerframe {
	background-color: #e9e0fb;
	border: 4px solid #607EBE;
	padding: 2px;
	width: 100%;
}
#countdown_innerframe {
	background-color: #DFE5F1;
	padding: 1px;
	border: 2px solid #B8425C;
	text-align: center;
}

/* begin calendar */
#calendar {
	width: 182px;
	margin: 0 auto 25px;
}

.mainTable {
	background-color: #f8f8f8;
	border: 1px solid #5D789C;
	width: 182px;
}

.monthRow {
	background-image: url("http://rebelsforchrist.org/calendar/images/monthBg.gif");
	background-color: #D8E2EC;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	color: #252216;
	height: 25px;
}

.monthRow a:link, .monthRow a:visited {
	text-decoration: none;
	color: #252216;
}

.monthRow a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.rows {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #433D27;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
}

.sOther { /* is this used? */
    background-color: #EEEEEE;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
}

.popupDate {
    font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #336699;
	padding: 0;
	border: 0px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
}

.popupDate2 {
    font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	background-color: #336699;
	padding: 4px;
}

.popupClose {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	background-color: #336699;
}

.popupEventTitle {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 0;
	vertical-align: middle;
}

.popupEventTitle .details{
	text-align: center;
	font-style: italic;
	color: #747474;
}

.s23 {
	background-color: #B6CEE7;
	padding: 4px;
}

.categoryDiv { /*maybe this is not used */
	background-color: #FCF5EF;
	padding: 4px;
	border: 1px solid #5D789C;
	border-bottom: 0px solid #EAEAEA;
}

.categoryName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}

.categorySelection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #777777;
}

.popupEventDescription {
    font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	padding: 4px;
}
.event_day {
	background-color: #53A7D5;
	color: #333333;
	cursor: pointer;
	border-bottom: 1px solid #C1BEBE;
	border-right: 1px solid #C1BEBE;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
.event_today {
	background-color: #53A7D5;
	color: #872929;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #872929;
}

.current_day {
	background-color: #f8f8f8;
	color: #A83434;
	font-weight: bold;
	cursor: default;
	border: 1px solid #A83434;
}
.day {
	background-color: #f8f8f8;
	color: #333;
	cursor: default;
	border-bottom: 1px solid #C1BEBE;
	border-right: 1px solid #C1BEBE;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.rows td {
	width: 26px;
	border-spacing: 1px;
}
.dayNamesText_blah td {
	width: 28px;
	height: 17px;
	border: none;
	border-spacing: 0;
}

.dayNamesText td {
	height: 21px;
}
.dayNamesText {
	/*background-image: url("http://rebelsforchrist.org/calendar/images/dayBg.gif");*/
	background-color: #EFDCDC;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: Bold;
	color: #333333;

}
.dayNamesText div {
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 25px;
	padding-bottom: 2px;
}
/* end calendar */