@charset "utf-8";
/* CSS Document */

@import url("border.css");
/*reset*/
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */ 
 
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear:both;
}
/*reset*/

body {
	background: #f5f5f5 url(../img/bg.jpg) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	color:#777;
}
#wrapper {
	margin:0 auto;
	width:987px;
}
.head {
	height:149px;
}
.head .logo {
	float:left;
	width:411px/*211px*/;
	margin:53px 0 0 29px;
}
.head .logo .slogan {
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}
.head .rightside {
	float:right;
	width:429px;
}
.head .rightside .loginbox {
	height:39px;
	margin-top:4px;
}
.head .rightside .loginbox .left {
	background:url(../img/log_box.png) no-repeat top left;
	width:11px;
	float:left;
	height:39px;
}
.head .rightside .loginbox .right {
	background:url(../img/log_box.png) no-repeat top right;
	width:9px;
	float:left;
	height:39px;
}
.head .rightside .loginbox .contents {
	background-color:#2a5a86;
	width:392px;
	float:left;
	height:39px;
	font-family:Arial, Helvetica, sans-serif;
}
.head .rightside .loginbox .contents input {
	width:93px;
	height:13px;
	border:1px solid #8b9298;
	background-color:#537b9f;
	padding:3px 7px;
	color:#FFF;
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	margin-right:10px;
}
.head .rightside .loginbox .contents input#go {
	width:15px;
	height:21px;
	background:url(../img/button_go.jpg) no-repeat top right;
	border:1px solid #2a5a86;
	cursor:pointer;
}
.head .rightside .loginbox .contents form {
	float:left;
	width:275px;
	margin-left:3px;
	margin-top:3px;
}
.head .rightside .loginbox .contents a {
	color:#FFF;
	text-decoration:underline;
	font-size:11px;
	display:block;
}
.head .rightside .loginbox .contents a:hover {
	color:#39cdfe;
	text-decoration:underline;
}
.head .rightside .loginbox .contents .name {
	width:204px;
	float:left;
	color:#FFF;
	font-size:14px !important;
	margin-left:20px;
	padding-top:10px;
}
.head .rightside .loginbox .contents .name span {
	font-style:italic;
	font-weight:bold;
}
.head .rightside .loginbox .contents .panel {
	width:167px;
	float:left;
	text-align:right;
	padding-top:5px;
}
.head .rightside .loginbox .contents .panel a {
	width:auto;
	height:17px;
	padding-top:4px;
	background:url(../img/button_go.jpg) no-repeat top left;
	padding-left:21px;
	margin-right:13px;
	display:inline-block;
	text-decoration:none;
}
.head .rightside .menu {
	width:410px;
	height:55px;
	float:right;
	margin-top:34px;
}
.head .rightside .menu a {
	font-size:19px;
	color:#2c5e89;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	padding-top:15px;
}
.head .rightside .menu a:hover {
	font-size:19px;
	color:#858585;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	padding-top:15px;
}
.head .rightside .menu a.home {
	background: url(../img/btn_01.png) no-repeat top left;
	width:110px;
	height:40px;
	display:inline-block;
}
.head .rightside .menu a.home:hover {
	background: url(../img/btn_01.png) no-repeat bottom left;
	width:110px;
	height:40px;
	color:#858585;
}
.head .rightside .menu a.active {
	background: url(../img/btn_01.png) no-repeat bottom left;
	width:110px;
	height:40px;
	font-size:19px;
	color:#858585 !important;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	padding-top:15px;
}
.head .rightside .menu a.what {
	background: url(../img/btn_02.png) no-repeat top left;
	width:179px;
	height:40px;
	display:inline-block;
}
.head .rightside .menu a.what:hover {
	background: url(../img/btn_02.png) no-repeat bottom left;
	width:179px;
	height:40px;
}
.head .rightside .menu a.help {
	background: url(../img/btn_03.png) no-repeat top left;
	width:121px;
	height:40px;
	display:inline-block;
}
.head .rightside .menu a.help:hover {
	background: url(../img/btn_03.png) no-repeat bottom left;
	width:121px;
	height:40px;
}
.container {
	background:url(../img/containerbg.png) no-repeat top left;
	width:987px;
	padding-top:7px;
}
.content {
	margin:0 auto;
	width:955px;/*978*/
	background-color:#FFF;
	padding:0 9px 0 14px;
}
.content .leftside {
	width:643px;
	float:left;
}
.leftside .slider {
}
.leftside .buttons {
	text-align:right;
	margin-top:-37px;
	margin-bottom:25px;
}
.leftside .buttons .join, .leftside .buttons .reqpra {
	width:153px;
	height:36px;
	padding:21px 40px 0 0;
	background:url(../img/button_slide.png) no-repeat top left;
	display: inline-block;
	margin-right:10px;
}
.leftside .buttons .join a, .leftside .buttons .reqpra a {
	font-size:15px;
	color:#39cdfe;
	text-decoration:none;
	text-align:center;
}
.leftside .boxes {
	float:left;
	width:243px;/*319*/
	border-bottom:1px dotted #a2bdd4;
	padding-left:76px;
	margin-top:10px;
	height:73px;
	color:#777777;
	font-size:12px;
}
.leftside .boxes h1 {
	color:#4278a8;
	font-size:14px;
	text-transform:uppercase;
	font-family:Tahoma, Geneva, sans-serif;
}
.leftside .boxes.study {
	background:url(../img/bible.jpg) no-repeat top left;
}
.leftside .boxes.share {
	background:url(../img/share.jpg) no-repeat top left;
	width:232px;
	margin-left:11px;
}
.leftside .boxes.request {
	background:url(../img/request.jpg) no-repeat top left;
}
.leftside .boxes.find {
	background:url(../img/find.jpg) no-repeat top left;
	width:232px;
	margin-left:11px;
}
.leftside .boxes.connect {
	background:url(../img/connect.jpg) no-repeat top left;
}
.leftside .boxes.invite {
	background:url(../img/invite.jpg) no-repeat top left;
	width:232px;
	margin-left:11px;
}
.leftside .boxes a {
	color:#4278a8;
	text-decoration:underline;
}
.leftside .boxes a:hover {
	color:#999;
	text-decoration:underline;
}
.leftside .username {
	width:289px;
	float:left;
	font-size:24px;
	color:#4278a8;
	margin-top:15px;
}
.leftside .username span {
	font-size:18px;
	color:#979797;
}
/*------- OPTION TABS -------
----------------------------------------*/
.leftside .options {
	float:right;
	width:346px;
}
.tabs1 {
	width:100%;
	float:right;
	margin-top:13px;
	font-size:15px;
	line-height:normal;
	color:#4278a8;
}
.tabs1 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.tabs1 li {
	display:inline;
	margin:0;
	padding:0;
}
.tabs1 a {
	float:left;
	background:url("../img/tabs_left.jpg") no-repeat left top;
	margin:0 0 0 3px;
	padding:0 0 0 4px;
	text-decoration:none;
}
.tabs1 a span {
	float:left;
	display:block;
	background:url("../img/tabs.jpg") no-repeat right top;
	padding:7px 10px 6px 4px;
	color:#627EB7;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabs1 a span {
	float:none;
}
/* End IE5-Mac hack */
    .tabs a:hover span {
/*color:#fff;
	  font-weight:bold;*/
      }
.tabs1 a:hover {
	background:url("../img/tabs_left.jpg") no-repeat left top;
}
.tabs1 a:hover span {
	background:url("../img/tabs.jpg") no-repeat right top;
}
.tabs1 .active {
	background:url("../img/tabs_left.jpg") no-repeat left top;
	color:#627EB7;
	font-weight:bold;
}
/*------- END OPTION TABS -------
----------------------------------------*/
				
.leftside .pryrbox {
	margin:13px 0 26px 0;
}
.leftside .pryrbox .usrpic {
	float:left;
	width:149px;
	margin-left:5px;
}
.leftside .pryrbox .usrpic img {
	border:4px solid #c6d8ea;
}
.leftside .pryrbox .description h1 {
	color:#4278a8;
	font-size:15px !important;
	font-family:Tahoma, Geneva, sans-serif;
	/*height:25px;*/
	margin-top:4px;
	background-color:#f5f5f5;
	font-weight:bold;
}
.leftside .pryrbox .description h1 span {
	padding-left:8px;
}
.leftside .pryrbox .description h1 .corner-tl {
	float:left;
	width:6px;
	height:6px;
	background:url(../img/corners.jpg) no-repeat top left;
}
.leftside .pryrbox .description h1 .corner-tr {
	float:right;
	width:6px;
	height:6px;
	background:url(../img/corners.jpg) no-repeat top right;
}
.leftside .pryrbox .description h1 .corner-bl {
	float:left;
	width:6px;
	height:6px;
	background:url(../img/corners.jpg) no-repeat bottom left;
}
.leftside .pryrbox .description h1 .corner-br {
	float:right;
	width:6px;
	height:6px;
	background:url(../img/corners.jpg) no-repeat bottom right;
}
.leftside .pryrbox .description {
	float:left;
	width:463px;
	margin-left:18px;
}
.leftside .pryrbox .description .share {
	border:1px solid #e6eff9;
	padding:3px 8px;
	margin:12px 0 14px 0;
}
.leftside .pryrbox .description .share .sharethis {
	float:left;
}
.leftside .pryrbox .description .share .sharethis a {
	background:url(../img/share_icon.jpg) no-repeat center left;
	padding-left:23px;
	color:#4278a8;
	text-decoration:underline;
	font-size:13px;
}
.leftside .pryrbox .description .share .date {
	background:url(../img/date.jpg) no-repeat center left;
	float:right;
	font-size:13px;
	color:#777;
	padding-left:31px;
	height:18px;
}
.leftside .pryrbox .description .pry {
	font-size:14px;
	line-height:18px;
	color:#888;
	padding:0 8px;
	height:69px;
}
.leftside .pryrbox .description .records {
	text-align:right;
}
.leftside .pryrbox .description .records .comments, .leftside .pryrbox .description .records .Prayers {
	border:1px solid #e0ebf7;
	color:#838383;
	padding:4px;
	font-size:11px;
	width:auto;
	display:inline-block;
}
.leftside .pryrbox .description .records .comments span, .leftside .pryrbox .description .records .Prayers span {
	color:#4278a8;
}
/*-------------RIGHT SIDE---------------------------*/
	.content .rightside {
	width:299px;
	float:left;
	margin-left:13px;
}
.content .rightside .study {
	background:#f6f6f6;
	margin:7px 0 20px 0;
	padding:8px 12px 0 12px;
}
.content .rightside .study label {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#446a8c;
	margin-left:22px;
	width:63px;
	font-weight:bold;
	display:inline-block;
}
.content .rightside .study input {
	width:160px;
	height:15px;
	border:1px solid #c3c3c3;
	margin-bottom:8px;
}
.content .rightside .study select#state {
	width:68px;
	height:18px;
	border:1px solid #c3c3c3;
	margin-bottom:12px;
}
.content .rightside .study select#city {
	width:137px;
	height:18px;
	border:1px solid #c3c3c3;
	margin-bottom:12px;
}
.content .rightside .study input#search {
	width:108px;
	height:33px;
	border:1px solid #f6f6f6;
	float:right;
	background:url(../img/button_search.png) no-repeat top left;
	cursor:pointer;
}
.content .rightside .study a {
	font-size:11px;
	color:#4278a8;
	text-decoration:underline;
	padding-top:10px;
	float:left;
	margin-bottom:0 !important;
}
.prayers {
	background:#f5f5f5 url(../img/request_bg.jpg) no-repeat top left;
	padding:20px 18px;
	margin-bottom:3px;
}
.prayers h1 {
	font-size:14px;
	font-weight:bold;
	color:#295a85;
	margin-bottom:7px;
}
.prayers .picture {
	float:left;
	width:80px;
}
.prayers .picture img {
	border:4px solid #dedede;
}
.prayers .left {
	float:left;
	width:180px;
	font-size:10px;
	color:#777;
}
.prayers .count {
	font-size:9px;
	color:#295a85;
	float:left;
	width:66px;
	height:13px;
	background: url(../img/prayers.jpg) no-repeat top left;
	text-align:center;
	padding-top:3px;
	margin-top:20px;
}
.prayers .more {
	float:left;
	background: url(../img/bullet.jpg) no-repeat center left;
	padding-left:10px;
	margin-left:35px;
	margin-top:20px;
}
.prayers .more a {
	color:#39cdfe;
	font-size:13px;
	text-decoration:none;
}
.prayers .more a:hover {
	color:#295a85;
	font-size:13px;
	text-decoration:underline;
}
.social {
	background: url(../img/follow_bg.jpg) no-repeat top left;
	padding:8px 0 20px 8px;
	margin-top:13px;
}
.social .get {
	float:left;
	width:111px;
	font-size:11px;
	color:#777;
}
.social .get a {
	color:#4278a8;
	text-decoration:underline;
}
.social .aimages {
	float:left;
	margin-left:13px;
	margin-top:11px;
}
.rightside h4 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#446a8c;
}
.tagsearch {
/*14px;*/}
.tagsearch form {
	padding-left:8px;
	margin-bottom:24px;
}
.tagsearch form label {
	font-size:12px;
	color:#4278a8;
	font-style:italic;
	font-weight:bold;
}
.tagsearch form input {
	background-color:#f5f5f5;
	border:1px solid #b7b7b7;
	width:120px;
	height:19px;
	color:#4278a8;
}
.tagsearch form input#find {
	background: url(../img/button_search-sm.jpg) no-repeat top left;
	border:1px solid #fff;
	width:93px;
	height:27px;
	cursor:pointer;
}
.mypryr {/*14px;*/
}
.mypryr a {
	margin-left:25px !important;
	font-weight:bold;
}
.tagsearch a, .mypryr a {
	font-size:11px;
	color:#2a5a86;
	text-decoration:none;
	background:url(../img/bullet_square.jpg) no-repeat center left;
	padding-left:12px;
	margin-left:4px;
}
.tagsearch a:hover, .mypryr a:hover {
	font-size:11px;
	color:#2a5a86;
	text-decoration:underline;
}
.poptags {
	margin:25px 0 29px 0;
	text-align:center;
}
.poptags a {
	color:#999;
	text-decoration:none;
}
.poptags a:hover {
	color:#2a5a86;
	text-decoration:none;
}
a.smaller {
	font-size:9px;
}
a.small {
	font-size:12px;
}
a.medium {
	font-size:15px;
}
a.big {
	font-size:19px;
}
a.bigger {
	font-size:30px;
}
.prayersforme {
}
.prayersforme .user {
	float:left;
	width:88px;
	margin-bottom:14px;
	margin-right:16px;
}
.prayersforme .user.last {
	float:left;
	width:88px;
	margin-right:0 !important;
}
.prayersforme .username {
	font-size:12px;
	color:#8e8e8e;
	padding:8px 0 0 4px;
}
.prayersforme .username a {
	color:#8e8e8e;
	text-decoration:none;
}
.prayersforme .username a:hover {
	color:#2a5a86;
	text-decoration:underline;
}
.prayersforme .user img {
	border:4px solid #c4d6e8;
}
.tagsearch h1, .mypryr h1, .poptags h1, .prayersforme h1 {
	margin-bottom:13px;
}
.leftside h4 {
	color:#4278a8;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:17px;
	font-weight:normal;
	text-transform:uppercase;
}
.tags h4 {
	border-bottom: dotted 1px #a5bfd6;
	margin-bottom:6px;
}
.tags a {
	color:#999;
	text-decoration:none;
}
.tags a:hover {
	color:#2a5a86;
	text-decoration:none;
}
/*----------------------------------------*/
.information {
	padding:15px;
	font-size:11px;
/*height:40px;*/}
.information .what {
	float:left;
	width:107px;
	margin:25px 0 0 15px;
}
.information .support {
	float:left;
	width:95px;
	margin:25px 0 0 45px;
}
.information .newsletter {
	float:left;
	width:577px;
	border-left:1px solid #e8e8e8;
	padding:18px 0 12px 36px;
	margin:5px 0 10px 59px;
}
.information .newsletter .text {
	width:232px;
	float:left;
	font-size:12px;
}
.information h2 {
	font-size:13px;
	color:#666;
	text-transform:uppercase;
}
.information h3 {
	font-size:25px;
	color:#666;
}
.information a {
	color:#4278a8;
	text-decoration:underline;
}
.information a:hover {
	color:#333;
	text-decoration:underline;
}
.information .newsletter form {
	float:left;
	width:326px;
	margin-left:18px;
}
.information .newsletter form input {
	width:124px;
	height:20px;
	border:1px solid #c3c3c3;
}
.information .newsletter form label {
	color:#6789a6;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	display:block;
}
.information .newsletter form .field {
	float:left;
	width:142px;
	margin-top:31px;
}
.information .newsletter form .button {
	float:left;
	width:26px;
	margin-top:47px;
}
.information .newsletter form input#add {
	width:26px;
	height:24px;
	border:1px solid #f5f5f5;
	background:url(../img/button_go.png) no-repeat top left;
	cursor:pointer;
}
/*-------------- group details page ----------------*/

#groupdetails {
	margin:13px 0 26px 0;
}
#groupdetails .picture {
	float:left;
	width:258px;
	margin-left:8px;
}
#groupdetails .picture img {
	border:3px solid #b6c9dc;
}
#groupdetails .specs {
	float:left;
	width:327px;
	margin-left:18px;
	font-size:12px;
	line-height:30px;
	font-style:italic;
	font-weight:bold;
	color:#524d4d;
}
.specs span {
	font-style:normal;
	font-weight:normal;
}
.specs .groupname {
	font-size:18px;
	color:#4278a8;
}
.specs .url a {
	color:#4278a8;
	text-decoration:none;
	font-style:italic;
}
.specs .url a:hover {
	text-decoration:underline;
}
/*.specs .set{}*/

#groupdetails .location {
	font-style:normal;
	float:left;
	width:182px;
	line-height:normal;
	font-weight:normal;
	margin-top:9px;
}
#groupdetails .counts {
	margin-top:9px;
	float:right;
	background:url(../img/bg_counts.jpg) no-repeat top left;
	width:126px;
	height:27px;
	padding:5px;
	line-height:normal;
	font-style:normal;
	font-weight:normal;
}
#groupdetails .counts .members, #groupdetails .counts .sessions {
	color:#838383;
	/*padding:4px;*/
	font-size:12px;
	width:auto;
	text-align:left;
}
#groupdetails .counts .members span, #groupdetails .counts .sessions span {
	font-style:italic;
	color:#4278a8;
}
.groupdescription {
	margin-left:8px;
	width:609px;
	padding-right:30px;
}
.groupdescription h1, #groupdetails .location h1 {
	font-size:14px;
	color:#4278a8;
	margin-bottom:3px;
	font-style:normal;
}
.groupdescription ul {
	margin:0 0 26px 17px;
	padding:0;
}
.groupdescription li {
	padding-left:12px;
	background:url(../img/disc.jpg) no-repeat center left;
	font-size:12px;
	color:#524d4d;
}
.groupdescription p {
	font-size:12px;
	color:#524d4d;
	padding-bottom:24px;
}
.groupdescription p a {
	color:#4278a8;
	text-decoration:underline;
}
/*group details page big buttons */

.actions {
	text-align:right;
	padding-top:17px;
	margin:15px 0 25px 0;
	border-top:1px dotted #a5bfd6;
}
.actions .delete, .actions .edit {
	width:153px;
	height:36px;
	padding:21px 40px 0 0;
	background:url(../img/button_slide.png) no-repeat top left;
	/*display: inline-block;*/
	margin-right:10px;
	float:right;
}
.actions .delete a, .actions .edit a {
	font-size:15px;
	color:#39cdfe;
	text-decoration:none;
	text-align:center;
}
/*-------*/
#sortby {
	font-size:12px;
	color:#777777;
	margin:55px 28px 0 0;
	text-align:right;
}
#sortby a {
	font-size:13px;
	color:#797979;
	margin-left:6px;
	padding-left:15px;
	background:url(../img/bullet_cyan.jpg) no-repeat center left;
}
#sortby a:hover {
	color:#4278a8;
}
#sortby a.active {
	font-size:13px;
	color:#4278a8;
	font-weight:bold;
	text-decoration:underline;
	background:url(../img/disc.jpg) no-repeat center left;
}
.tabletitles {
	color:#848484;
	font-size:16px;
	text-align:center;
	margin:15px auto;
	width:460px;
}
.tabletitles .biblegroup {
	float:left;
	background-color:#ededed;
	width:179px;
	height:26px;
}
.tabletitles .location {
	float:left;
	background-color:#f5f5f5;
	width:102px;
	height:26px;
	margin-left:6px;
}
.tabletitles .members {
	float:left;
	background-color:#f5f5f5;
	width:76px;
	height:26px;
	margin-left:6px;
}
.tabletitles .sessions {
	float:left;
	background-color:#f5f5f5;
	width:75px;
	height:26px;
	margin-left:9px;
}
.group {
	border-radius:5px;
	background-color:#fbfbfb;
	height:42px;
	padding:9px;
	font-size:12px;
	color:#524d4d;
}
.groupb {
	border-radius:5px;
	background-color:#f7f7f7;
	height:42px;
	padding:9px;
	font-size:12px;
	color:#524d4d;
}
.group .pic, .groupb .pic {
	float:left;
	width:78px;
}
.group .pic img, .groupb .pic img {
	border:2px solid #42cffe;
}
.group .name, .groupb .name {
	float:left;
	width:182px;
	padding-top:5px;
}
.group .name h1, .groupb .name h1 {
	font-size:14px;
	color:#4278a8;
	margin-bottom:3px;
}
.group .name .organizer, .groupb .name .organizer {
	font-style:italic;
	background: url(../img/organizer.png) no-repeat center left;
	padding-left:11px;
	margin:6px 0 0 4px;
}
.group .name .organizer span, .groupb .name .organizer span {
	color:#33ccff;
}
.group .location, .groupb .location {
	float:left;
	width:102px;
	text-align:center;
	padding-top:15px;
}
.group .members, .groupb .members {
	float:left;
	width:76px;
	margin-left:6px;
	text-align:center;
	padding-top:15px;
}
.group .sessions, .groupb .sessions {
	float:left;
	width:70px;
	margin-left:6px;
	text-align:center;
	padding-top:15px;
	color:#4278a8;
}
.group .details, .groupb .details {
	float:left;
	width:104px;
	padding-top:10px;
}
.gline {
	border-bottom:1px dotted #a8c1d7;
	padding-bottom:9px;
	margin:0 8px 9px 8px!important;
	clear:both;
}
.itempray_container {
	padding-bottom:4px;
	border-bottom:1px dotted #a8c1d7;
	margin-bottom:19px;
}
.itempray {
	font-size:12px;
	color:#777777;
	width:450px;
	padding-left:22px;
	background:url(../img/arrow2.png) no-repeat top left;
	float:left;
}
.itempray .texts {
	font-size:12px;
	color:#777777;
}
.texts .title {
	color:#a7aeb4;
	font-style:italic;
}
.texts .title .post {
	color:#4278a8;
	padding-right:26px;
	font-size:14px;
	font-style: normal;
}
.texts .title span {
	color:#33ccff;
	font-size:14px;
}
.itempray .texts .time {
	font-size:12px;
	color:#777777;
	background:url(../img/time.png) no-repeat left center;
	padding-left:17px;
	margin-left:20px;
	font-style: italic;
}
.itempray div.tags {
	background:#f9f9f9 url(../img/tags.png) no-repeat left top;
	width:237px;
	float:right;
	height:25px;
	padding:10px 0 3px 37px;
	margin-top:15px;
	display:inline-block;
	color:#b2b2b2;
}
.itempray div.tags a {
	font-size:13px;
	color:#b2b2b2;
	font-style:italic;
	text-decoration:none;
}
.itempray div.prayer {
	background:#f9f9f9 url(../img/prayrb.png) no-repeat left top;
	float:right;
	width:94px;
	margin-top:15px;
	padding:14px 0 3px 37px;
	display:inline-block;
	height:21px;
	font-size:13px;
	color:#b2b2b2;
}
.itempray div.comment {
	background:#f9f9f9 url(../img/comment.png) no-repeat left top;
	float:right;
	width:94px;
	margin-top:15px;
	padding:14px 0 3px 37px;
	display:inline-block;
	height:21px;
	font-size:13px;
	color:#b2b2b2;
}
.results {
	width:60px;
	height:31px;
	background:#f5f5f5 url(../img/arrow.png) no-repeat center top;
	float:left;
	margin:10px 25px 10px 54px;
	padding:37px 9px 10px 9px;
	text-align:center;
	font-size:14px;
	color:#4278a8;
	font-family:Tahoma, Geneva, sans-serif;
}
/* group listing tabs */	
ul.tabletitles {
	margin:15px 0 15px 83px;
	padding: 0;
	/*float: left;*/
	list-style: none;
	height:26px;/*--Set height of tabs--*/
	width: 100%;
	font-weight:bold;
	text-align:center;
}
ul.tabletitles li {
	float: left;
	margin: 0 0 0 6px;
	padding: 0;
	height: 26px; /*--Subtract 1px from the height of the unordered list--*/
	border-left: none;
	display:block;
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
}
ul.tabletitles li a {
	text-decoration: none;
	text-align:center;
	color: #848484;
	display: block;
	font-size:16px;
	outline: none;
	padding: 6px 0 0 0;
	height: 20px;
}
ul.tabletitles li.study a {
	width:179px;
}
ul.tabletitles li.location a {
	width:102px;
}
ul.tabletitles li.members a {
	width:76px;
}
ul.tabletitles li.sessions a {
	width:75px;
}
ul.tabletitles li a:hover {
	background: #ededed;
	text-decoration: none;
}
html ul.tabletitles li.active, html ul.tabletitles li.active a:hover {
	/*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #ededed;
}
/*------------ end ---------------*/			

/* prayer list tabs */	
ul.tabslist {
	margin:39px 0 21px 0;
	padding: 0 11px 0 198px;
	float: left;
	list-style: none;
	height:25px;/*--Set height of tabs--*/
	border-bottom: 2px solid #f8f8f8;
	width: 433px;
	font-weight:bold;
}
ul.tabslist li {
	float: left;
	margin: 0 0 0 8px;
	padding: 0;
	width:100px;
	height: 25px; /*--Subtract 1px from the height of the unordered list--*/
	/*line-height: 20px; --Vertically aligns the text within the tab--*/
	border-left: none;
	display:block;
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
}
ul.tabslist li a {
	text-decoration: none;
	text-align:center;
	color: #4278a8;
	display: block;
	font-size:16px;
	outline: none;
	padding: 6px 0 0 0;
	height: 19px;
}
ul.tabslist li a:hover {
	background: #ededed;
}
html ul.tabslist li.active, html ul.tabslist li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #ededed;/*border-bottom: 1px solid #f5ebf4; --Makes the active tab look like it's connected with its content--*/
}
/*------------ end ---------------*/			


/* GROUP DETAILS tabs */	
ul.grouptabs {
	/*margin:39px 0 21px 0;*/
	padding: 0 11px 0 198px;
	float: left;
	list-style: none;
	height:25px;/*--Set height of tabs--*/
	border-bottom: 2px solid #f8f8f8;
	width: 433px;
	font-weight:bold;
}
ul.grouptabs li {
	float: left;
	margin: 0 0 0 8px;
	padding: 0;
	width:100px;
	height: 25px; /*--Subtract 1px from the height of the unordered list--*/
	/*line-height: 20px; --Vertically aligns the text within the tab--*/
	border-left: none;
	display:block;
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
}
ul.grouptabs li a {
	text-decoration: none;
	text-align:center;
	color: #4278a8;
	display: block;
	font-size:16px;
	outline: none;
	padding: 6px 0 0 0;
	height: 19px;
}
ul.grouptabs li a:hover {
	background: #ededed;
}
html ul.grouptabs li.active, html ul.grouptabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #ededed;/*border-bottom: 1px solid #f5ebf4; --Makes the active tab look like it's connected with its content--*/
}
/*------------ end ---------------*/			



.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
}
.tab_content {
}
/*---------FOOTER----------------------------------*/
	
.footer {
	margin:0 auto 15px auto !important;
	width:978px;
	color:#fefefe;
	font-size:11px;
}
.footer a {
	color:#fefefe;
	text-decoration:none;
}
.footer a:hover {
	color:#fefefe;
	text-decoration:underline;
}
.footer .left {
	background:url(../img/footer_corners.png) no-repeat top left;
	float:left;
	width:11px;
	height:39px;
}
.footer .content {
	background-color:#4278a8;
	float:left;
	width:933px;
	height:39px;
}
.footer .content .cont-l {
	float:left;
	width:450px;
	padding-top:12px;
}
.footer .content .cont-r {
	float:right;
	width:350px;
	text-align:right;
	padding-top:12px;
}
.footer .content .cont-r a {
	font-weight:bold !important;
	margin-left:20px;
}
.footer .right {
	background:url(../img/footer_corners.png) no-repeat top right;
	float:left;
	width:11px;
	height:39px;
}
/*-----------------------  COMMENTS ---------------------------------------------------
	--------------------------------------------*/	
	
.commentszone h4 {
	margin-bottom:23px;
}
.commentbox {
	background-color:#fbfbfb;
}
.commentbox .round-tl {
	float:left;
	width:6px;
	height:6px;
	background:url(../img/rounds.jpg) no-repeat top left;
}
.commentbox .round-tr {
	float:right;
	width:6px;
	height:6px;
	background:url(../img/rounds.jpg) no-repeat top right;
}
.commentbox .round-bl {
	float:left;
	width:6px;
	height:6px;
	background:url(../img/rounds.jpg) no-repeat bottom left;
}
.commentbox .round-br {
	float:right;
	width:6px;
	height:6px;
	background:url(../img/rounds.jpg) no-repeat bottom right;
}
.commentbox .content {
	padding:7px;
	background-color:#fbfbfb;
	width:616px;
}
.commentszone .line {
	border-bottom:1px dotted #a8c1d7;
	padding-bottom:9px;
	margin-bottom:9px !important;
	clear:both;
}
.commentbox .picture {
	float:left;
	width:80px;
}
.commentbox .picture img {
	border:2px solid #90a7bc;
}
.commentbox .comment {
	float:left;
	width:382px;
	line-height:18px;
}
.comment .name {
	font-size:14px;
	color:#4278a8;
}
.comment p {
	font-size:13px;
	color:#6c6c6c;
}
.commentbox .type.comment {
	font-size:13px;
	color:#b2b2b2;
	float:left;
	width:68px;
	height:28px;
	margin:28px 0 0 43px;
	background:url(../img/comment.jpg) no-repeat top left;
	padding:7px 0 0 41px;
}
.commentbox .type.pryr {
	font-size:13px;
	color:#b2b2b2;
	float:left;
	width:68px;
	height:28px;
	margin:28px 0 0 43px;
	background:url(../img/prayer.jpg) no-repeat top left;
	padding:7px 0 0 41px;
}
/*--------------------  COMMENTFORM ---------------------------------------------------
	--------------------------------------------*/
 form#commentform {
	width:619px;
	margin:34px auto 0 auto;
}
.selectfield {
	text-align:right;
	/*clear:both;*/
	width:222px;
	float:right;
}
form#commentform label {
	width:44px;
	float:left;
	text-align:left;
	font-size:14px;
	color:#4278a8;
	font-style:italic;
	font-weight:bold;
}
form#commentform select {
	width:171px;
	float:left;
	border:1px solid #f0f0f0;
	background-color:#f5f5f5;
	padding:3px;
	font-size:12px;
	color:#6c6c6c;
}
form#commentform textarea {
	width:613px;
	height:70px;
	display:block;
	border:1px solid #f0f0f0;
	background-color:#f5f5f5;
	float:right;
	margin:18px 0;
	padding:3px;
	font-size:12px;
	color:#6c6c6c;
	font-family:Arial, Helvetica, sans-serif;
}
form#commentform input#sendcomment {
	background: url(../img/button_submit.jpg) no-repeat top left;
	border:1px solid #fff;
	width:123px;
	height:59px;
	cursor:pointer;
	float:right;
}
