/* Top Elements */
* { margin: 0; padding: 0; }

body {
	font: normal 13px Arial, Geneva, Tahoma, sans-serif;
	color: #111111; 
	text-align: center;
	background:#77BFEC;
	width:100%;
	padding-bottom:0px;
}
#quicklinks {width:100%;background:#70B3DC;height:22px;border-bottom:1px solid #60a3cC;margin-bottom:6px;}
#quicklinks .box {text-align:right;width:760px;padding-top:3px;margin:0 auto;color:#4083aC;font:normal 11px Arial, Helvetica, sans-serif;}
#quicklinks a {color:#2A7098;font:normal 11px Arial, Helvetica, sans-serif;margin:0 4px;}
#quicklinks a:hover {color:#FFF;}

/* TEMP for newflockNote.php page  */
.packageChart {float:left;display:inline;width:94%;margin:0 3%;font-size:14px;color:#116700;text-align: center;border:0px solid #DDD;}
.packageChart .titleRow {color:#f89e00;font-weight:bold;font-size:18px;}
.packageChart .titleRow span {font-size:18px;font-weight:bold;background-color:#3391cb;color:#FFF;border:1px solid #23719b;border-bottom:2px solid #23719b;padding:6px 6px 4px 6px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.packageChart .itemDesc {color:#444;}
.packageChart .price {background-color:#777;color:#FFF;font-weight:normal;font-size:14px;line-height:23px;}
.packageChart .price b {font-size:17px}
.packageChart .LC {text-align: left;}
.packageChart td {padding:4px;} 
.pContact {font-size:19px;font-weight:bold;color:#116700;width:100%;text-align:center;padding:25px 0;}
.smallBlurb {clear:both;float:left;color:#888;padding:1%;width:92%;margin:18px 1%;border-top:1px solid #DDD;}
.smallBlurb a {color:#777;text-decoration:underline;}
.bannerBubble {clear:both;float:left;background: #EEE url(images/bannerBubbleBG.gif) repeat-x left bottom;color:#333;font-size:17px;line-height:19px;padding:2%;width:90%;margin:0 3% 3% 3%;-moz-border-radius:8px;-webkit-border-radius: 8px;border:1px solid #999;}


/* links */
a {
	text-decoration: none;
	color: #222222;
}
a:hover {text-decoration:underline;}

/* headers */
h1 {
	color:#333;
	font:bold 21px Arial, Geneva, Helvetica, sans-serif;
	padding:5px 0 5px 12px; margin: 0px;	
	text-align:left;
}
h2 {
	color:#222222;
	font:normal 17px Verdana, Arial, sans-serif;
	padding:0px; margin: 0px;
}
h3 {
	color:#AF987C;
	font:bold 13px Verdana, Arial, sans-serif;
	padding:0 0 3px 0; margin: 0px;
}
h4 {
	color:#FFF;
	font:bold 18px Verdana, Arial, sans-serif;
	padding:0 0 3px 0; margin: 0px;
}
h5 {
	color:#222222;
	font:bold 14px Arial, Geneva, sans-serif;
	padding:0px; margin: 0px;
}
p {padding: 8px;}

/* images */
img {
	padding: 0px;
	border:0px;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 5px;
}

blockquote {
	margin: 10px;
	font: normal 12px Arial, Sans-serif;
 	padding: 8px 4px 2px 35px;  
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;   
	display:block;
}
/* form elements */
form {
	margin:0px;
	vertical-align:middle;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:4px;
	margin:2px;
	border:1px solid #AAA;  /* dark blue color #2F4E6F  */
	background:#F9F9F9;
	font: normal 13px Verdana, sans-serif;
	color:#333333;
}
select {
	padding:4px;
	margin:2px;
	border:1px solid #AAA;  /* dark blue color #2F4E6F  */
	background:#F9F9F9;
	font: normal 13px Verdana, sans-serif;
	color:#333333;
}
select.diocese {width:240px;}
select.parish {width:240px;}
textarea {
	padding:4px;
	margin:2px;
	border:1px solid #AAA;
	font: normal 13px Verdana, sans-serif;
	color:#333333;
	background:#F9F9F9;
}
input.checkbox {  
	padding:1px;
	margin: 1px 1px 1px 1px;
	border:0px solid #AAA;
	color: #EEEEEE;
	background:none;
}
input.button { 
	font: bold 11px Arial, Sans-serif;
	vertical-align:middle;
	text-align:center; 
	height: 22px;
	padding: 0px 3px 2px 3px; 
	margin: 2px 4px 2px 4px;
	color: #FFFFFF;
	background: #999999 url(images/button-bg.jpg) repeat-x;
	border: 1px outset #444444;
	overflow: visible;
}
input.buttonBig { 
	font: bold 15px Arial, Sans-serif;
	vertical-align:middle;
	text-align:center; 
	height: 35px;
	padding: 0px 9px 2px 9px; 
	margin: 0;
	color: #FFFFFF;
	background: #F58A00 url(images/button-bg3.jpg) repeat-x;
	border: 1px outset #676767;
	overflow: visible;
}
input.buttonHuge { 
	font: bold 18px Arial, Sans-serif;
	vertical-align:middle;
	text-align:center; 
	height: 40px;
	padding: 0px 9px 2px 9px; 
	margin: 0;
	color: #FFFFFF;
	background: #F58A00 url(images/button-bg3.jpg) repeat-x;
	border: 1px outset #676767;
	overflow: visible;
}
input.buttonSimple { 
	font: bold 14px Verdana, Arial, Sans-serif;
	vertical-align:middle;
	text-align:center; 
	padding: 3px 5px; 
	margin: 0px 8px 2px 2px;
	background:#EEEEEE;
	border:1px solid #CCCCCC;color:#777777;-moz-border-radius: 5px;-webkit-border-radius: 5px;
	cursor:pointer;
}
input.buttonSimple:hover {background:#F5F5F5;text-decoration:none;border:1px solid #BBBBBB; color:#555555;}
input.buttonBlack {font-size:14px;font-weight:bold;vertical-align:middle;text-align:center;padding:3px 5px 4px 5px;margin:0px 8px 2px 2px;background:#555;
	border:1px solid #111;color:#EEE;-moz-border-radius: 5px;-webkit-border-radius: 5px;cursor:pointer; }
input.buttonBlack:hover {background:#444;text-decoration:none;border:1px solid #000; color:#FFF;}
input.buttonJumbo { 
	font-weight: bold; font-size:32px;
	vertical-align:middle;
	text-align:center; 
	padding: 6px 9px; 
	margin: 20px 0;
	background:#F58A00;
	border:1px solid #E57A00;color:#FFEEDD;-moz-border-radius: 5px;-webkit-border-radius: 5px;
	cursor:pointer;
}
input.buttonJumbo:hover {background:#F58A00;text-decoration:none;border:1px solid #A55A00; color:#FFFFFF;}

#linkButtond a:hover {background:#77bfec;text-decoration:none;color:#222;border:1px solid #579fcc;}
input.nextButton { 
	padding:2px;color:#6F8593;font:normal 11px Verdana, Arial, sans-serif;border:1px solid #AFC5D3;cursor:pointer;
}
input.buttonRed { 
	font: bold 14px Verdana, Arial, Sans-serif;
	vertical-align:middle;
	text-align:center; 
	padding: 3px 7px; 
	margin: 2px 8px 2px 2px;
	color: #990000;
	background: #FFDDDD;
	border: 1px solid #DDBBBB;
	cursor:pointer;
}
input.buttonLite { 
	font: bold 13px Verdana, Arial, Sans-serif;
	text-align:center;
	padding:3px 3px; 
	margin: 0px 0px 0px 2px;
	color: #999;
	background: url(images/loginToSub_bg.jpg) repeat-x 0px -36px;
	border:none;
	cursor:pointer;
	display:inline;
}
#editProf input {
	padding:0px;
	margin:0 2px 0 0;
	border:1px solid #DFD8AC; 
	background:#FFF8CC;
	font: normal 13px Verdana, sans-serif;
	color:#333333;
	width:168px;
}
#editProf select {
	padding:0px;
	margin:0 2px 0 0;
	border:1px solid #DFD8AC;
	background:#FFF8CC;
	font: normal 13px Verdana, sans-serif;
	color:#333333;
}
#editProf select.diocese {width:170px;}
#editProf select.parish {width:170px;}
#editProf textarea {
	padding:4px;
	margin:2px;
	border:1px solid #DFD8AC;
	font: normal 13px Verdana, sans-serif;
	color:#333333;
	background:#FFF8CC;
}
#editProf input.checkbox {  
	padding:0px;
	margin: 0;
	border:0px solid #DFD8AC;
	color: #EEEEEE;
	background:none;
}
#editProf input.buttonSimple { 
	font: bold 14px Verdana, Arial, Sans-serif;
	vertical-align:middle;
	text-align:center; 
	padding: 0px 5px; 
	margin: 0 0 0px 0;
	color: #FFFFFF;
	background: #444;
	border: 1px solid #111;
	cursor:pointer;
}
.feed input {
	padding:0px;
	margin:0 2px 0 0;
	border:1px solid #DFD8AC; 
	background:#FFF8CC;
	font: normal 13px Verdana, sans-serif;
	color:#333333;
	width:230px;
}
.feed select {
	padding:0px;
	margin:0 2px 0 0;
	border:1px solid #DFD8AC;
	background:#FFF8CC;
	font: normal 13px Verdana, sans-serif;
	color:#333333;
	width:230px;
}
.feed select.diocese {width:232px;padding:0;margin:0;font: normal 13px Verdana, sans-serif;color:#333;}
.feed select.parish {width:232px;padding:0;margin:0;font: normal 13px Verdana, sans-serif;color:#333;}
.feed textarea {
	padding:4px;
	margin:0px;
	border:1px solid #DFD8AC;
	font: normal 13px Verdana, sans-serif;
	color:#333333;
	background:#FFF8CC;
}
.feed input.checkbox {  
	padding:0px;
	margin: 0;
	border:0px solid #DFD8AC;
	color: #EEEEEE;
	background:none;
	width:20px;
}
.feed input.buttonSimple { 
	font: bold 14px Verdana, Arial, Sans-serif;
	vertical-align:middle;
	text-align:center; 
	padding: 0px 5px; 
	margin: 0 0 0px 0;
	color: #FFFFFF;
	background: #444;
	border: 1px solid #111;
	cursor:pointer;
}
.formFieldText {font:normal 16px Verdana, Arial, sans-serif;}
.RRformFieldText {font-size:20px;color:#667;}
.RRformFieldText input.field {padding:5px;font-size:20px;color:#376fac;}
.RRformFieldText select {font-size:20px;}
/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #2F4E6F;
	vertical-align:top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
.frontBullet {
	background: url("images/bulletTriangle.gif") no-repeat 0 1px;
	padding:1px 0px 10px 22px; margin:0px 0px 0px 0px;
	float:left;display:inline;width:90%;
	font:normal 13px Verdana, Arial, sans-serif;
}

/********************************************
   LAYOUT
********************************************/ 
.redNotice {text-align:center;color:#DD0000;font:bold 18px Arial;}
.browseMenu {float:left;display:block;width:200px;background:#CFE5F3;overflow:hidden;padding:26px 0 40px 0;border-bottom:1px solid #BFD5E3;}
.browseMenu .tab {
	float:left;
	display:inline;
	width:100%;
	padding:4px 0 4px 10px;
	margin:0;
	text-align:left;
	background:#CFE5F3;
	color:#556;
	font:bold 13px Arial;
	border-bottom:1px solid #77bfec;
}
.browseMenu .tab:hover {text-decoration:none;background:#D5EbF9;}
.browseMenu .tab_on {
	float:left;
	display:inline;
	width:100%;
	padding:4px 0 4px 10px;
	margin:0;
	text-align:left;
	background:#FFF;
	color:#556;
	font:bold 13px Arial;
	border-bottom:1px solid #77bfec;
}
.browseMenu .tab_on:hover {text-decoration:none;background:#FFF;}

.browseAd {float:right;display:inline;margin-top:2px;}

#specialContent {width:800px; padding:0;margin:0 0 15px 0;float:left;display:inline;}

.rightBrowse {float:right;display:inline;width:190px;}
.rightBrowse a {color:#444;font:bold 13px Geneva, Helvetica, Arial, sans-serif;width:140px;height:40px;float:left;display:inline;margin:10px 0 10px 20px;padding:5px 0 0 0;background: url("images/buttonMedHover_off.gif") no-repeat top left;text-align:center;}
.rightBrowse a:hover {color:#333;background: url("images/buttonMedHover.gif") no-repeat top left;text-decoration:none;}

.halfColumn {float:left;display:inline;width:380px;margin-left:13px;}
.halfColumn .mod {width:373px;float:left;background: url("images/ModHeader_left.gif") no-repeat top left;padding:0 0 0 7px;display:inline;margin:10px 0 4px 0;height:20px;}
.halfColumn .mod span {width:366px;float:left;background: url("images/ModHeader_right.gif") no-repeat top right;padding:3px 7px 0 0;display:inline;font:bold 11px Arial, Helvetica, sans-serif;color:#FFF;height:19px;}
.halfColumn .modBody {width:380px;float:left;display:inline;clear:both;}
.halfColumn .infoBox {width:364px;margin:10px 0 0 0;display:inline;float:left;font:normal 12px Arial, sans-serif;background:#FFF8CC;border:1px solid #DFD8AC;padding:8px;color:#AFA87C;}
.halfColumn .infoBox a { color:#8F885C;}
.halfColumn .noFeeds {width:344px;margin:3px 10px;display:inline;float:left;font:normal 12px Arial, sans-serif;padding:8px;color:#AAA;}
.halfColumn .unclaimed {width:378px;margin:0px 0 0 0px;display:inline;float:left;background:#FFEEEE;border:1px solid #EEDDDD;padding:0 0 4px 0;position:relative;top:-6px;}
.halfColumn .unclaimed .note {width:380px;text-align:center;margin:0px 0 0 4px;font:bold 12px Arial, sans-serif;color:#990000;}
.halfColumn .splash {width:340px;margin:15px 10px;display:inline;float:left;font:normal 14px Verdana, Arial, sans-serif;padding:8px;color:#676767;background:#F4F4F4;border:1px solid #E5E5E5;}
.halfColumn .splash a {font-weight:bold;}
.halfColumn .buttonLink {width:380px;float:left;display:inline;clear:both;}
.halfColumn .buttonLink a {background: url("images/buttonHover_off.gif") no-repeat top left;margin:7px 13px 0 13px;font:bold 13px Arial, Verdana, sans-serif;color:#999;width:100px;height:20px;padding:3px 0 0 0;float:left;display:inline;text-align:center;}
.halfColumn .buttonLink a:hover {background: url("images/buttonHover.gif") no-repeat top left;color:#FFF;text-decoration:none;}
.halfColumn .showMoreLink {width:380px;float:left;display:inline;}
.halfColumn .showMoreLink a {cursor:pointer;background:url("images/moreHover_off.gif") no-repeat top left;margin:3px 0 0 4px;font:bold 11px Arial, Verdana, sans-serif;color:#77bfec;width:372px;height:16px;padding:2px 0 0 0;float:left;display:inline;text-align:center;}
.halfColumn .showMoreLink a:hover {background:url("images/moreHover.gif") no-repeat top left;color:#222;text-decoration:none;}
.halfColumn .browseHead {width:390px;float:left;display:inline;margin:10px 0 8px 0;}
.halfColumn .browseHead a {margin-right:7px;width:50px;float:left;background: url("images/browseButton.gif") no-repeat top left;padding:2px 0 0 0px;display:inline;font:bold 13px Arial, Helvetica, sans-serif;color:#FFF;height:18px;text-align:center;}
.halfColumn .browseHead a:hover {text-decoration:none;}
.halfColumn .headerText {width:390px;float:left;padding:0 0 4px 4px;display:inline;margin:4px 0 4px 0;border-bottom:3px solid #333;font-size:14px;color:#888;}

.categoryHeader {font-size:11px;font-weight:bold;color:#FFF;width:366px;float:left;background: #77bfec; padding:3px 7px;display:inline;margin:10px 0 4px 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;}

.sumFeed {float:left;display:inline;padding:3px 0 4px 0; margin:2px 0 0px 3px;width:374px;border-bottom:1px solid #DDD;font:normal 11px Arial, sans-serif;}
.sumFeed .pic {float:left;display:inline;margin-right:5px;}
.sumFeed .name {float:left;display:inline;width:280px;margin:3px 0;}
.sumFeed .name a {color:#111;text-decoration:none;}
.sumFeed .extraLine {float:left;display:inline;width:345px;font-size:11px;color:#AAA;padding-left:25px;}
.subscribeInfo {float:right;display:inline;margin:1px 0 0 5px;color:#AAA;width:60px;text-align:center;}
.subscribeInfo a {float:right;color:#999;width:60px;height:16px;text-align:center;padding-top:2px;background: url("images/subscribeHover_off.gif") no-repeat top left;}
.subscribeInfo a:hover {text-decoration:none;background: url("images/subscribeHover.gif") no-repeat top left;color:#040;}
.subscribeInfo_on {float:right;display:inline;margin:1px 0 0 5px;color:#AAA;}
.subscribeInfo_on a {float:right;color:#080;background: url("images/subscribeHover.gif") no-repeat top left;width:60px;height:16px;text-align:center;padding-top:2px;}
.subscribeInfo_on a:hover {text-decoration:none;color:#020;}

.subgrouping {background-color:#F5F5F5;float:left;display:inline;border:1px solid #DDD;-moz-border-radius: 3px;-webkit-border-radius: 3px;padding:0px;}
a.sub_feed_tag {float:right;display:inline;font-weight:normal;font-size:10px;cursor:pointer;background-color:#DDD;color:#777;margin:0 3px 0 0;padding:1px 5px;}
a:hover.sub_feed_tag {text-decoration:none;}

.grantAccessBox {padding:4px;background-color:#EEE;font-size:11px;color:#555;margin-bottom:8px;}

#DM_menu {float:left;border-bottom:1px solid #AAA;width:510px;padding-left:30px;margin-top:5px;margin-bottom:15px;}
#DM_menu a {float:left;background:#EEE;font-weight:bold;font-size:12px;color:#333;border:1px solid #AAA;padding:4px 10px;position:relative;top:1px;}
#DM_menu a:hover {background:#F5F5F5;text-decoration:none;}
#DM_menu a.on {background:#FFF;border-bottom:1px solid #FFF;}
#DM_menu .info {font-size:11px; color:#AAA;margin:8px 0 0 9px;float:right;display:inline;}

.msgSubjectTitle {float:left;width:91%;display:block;border-bottom:2px solid #CCD;font-size:14px;color:#222;font-weight:bold;padding:6px;margin-bottom:5px;}
.msg {float:left;display:block;width:91%;border-bottom:1px solid #DDD;padding:6px;color:#579fcc;}
.msg .pic {float:left;display:inline;margin:0;width:60px;}
.msg .name {float:left;display:inline;margin:0;width:120px;margin-top:15px;margin-left:8px;}
.msg .name_body {float:left;display:inline;margin:0;width:430px;margin-top:2px;margin-left:13px;font-weight:bold;}
.msg .body {float:left;display:inline;margin:0;width:430px;margin-top:6px;margin-left:13px;color:#111;}
.msg .date {font-size:10px;color:#999;}
.msg .subject {float:left;display:inline;margin:0;width:310px;margin-top:15px;font-weight:bold;}
.msg .sample {color:#555;font-weight:normal;}
.msg a {text-decoration:none;color:#579fcc;}
.msg .delete a {float:right;width:10px;font-weight:bold;font-size:11px;text-align:center;margin-top:20px;color:#999;}
.msg .delete a:hover {background-color:#579fcc;color:#FFF;text-decoration:none;}
.replyDMBox {overflow:hidden;width:442px;background:#FAFAFA;margin:0 0 5px 13px;}

.msgPage {clear:both;float:left;display:block;width:93%;}
.msgPage a {font-size:11px;text-align:center;padding:4px;margin:10px 0;background:#EEE;border:1px solid #DDD;color:#888;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.msgPage a:hover {background:#F5F5F5;text-decoration:none;border:1px solid #CCC;color:#444;}

.subW {background:#FFF;width:100%;}
.subW .subBox {width:440px;margin:0 auto;}
.subW .head {float:left;display:block;width:100%;padding:12px 0 9px 0;margin:0;background-color:#77bfec;color:#FFF;border-bottom:1px solid #579fcc;font-size:17px;font-weight:bold;text-align:left;}
.subW .notifTitle {float:left;display:block;margin:5px 10px;padding:4px;font-weight:bold;}
.subW .notif_s {float:left;display:block;width:420px;margin:5px 10px;}
.subW .notif_s .not {float:left;display:inline;width:100%;border-bottom:1px solid #EEE;}
.subW .notif_s .not .note_s {float:left;display:inline;width:140px;font-size:38px;padding:0 0 5px 0;color:#77bfec;margin:0 40px 0px 0;font-family:Impact;text-align:right;}
.subW .notif_s .not .uNote_s {float:left;display:inline;width:140px;font-size:38px;padding:0 0 5px 0;color:#990000;margin:0 40px 0px 0;font-family:Impact;text-align:right;}
.subW .notif_s .not .reply_s {float:left;display:inline;width:140px;font-size:34px;padding:0 0 5px 0;color:#FF9900;margin:0 40px 0px 0;font-family:Impact;text-align:right;}
.subW a {font-weight:normal;float:left;display:inline;margin:11px 5px;padding:4px;color:#BBB;border:1px solid #FFF;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.subW a.notifOpt {font-weight:bold;float:left;display:inline;margin:11px 5px;padding:4px;color:#BBB;border:1px solid #FFF;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.subW a:hover.notifOpt {font-weight:bold;float:left;display:inline;margin:11px 5px;padding:4px;color:#66AA66;border:1px solid #BBDDBB;background-color:#DDFFDD;-moz-border-radius: 5px;-webkit-border-radius: 5px;text-decoration:none;}
.subW a.notifOpt_on {font-weight:bold;float:left;display:inline;margin:11px 5px;padding:4px;color:#339933;border:1px solid #99CC99;background-color:#BBEEBB;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.subW a:hover.notifOpt_on {text-decoration:none;}

.parishLaunchReg {margin:10px 5px; padding:10px; border:1px solid #DDD; width:93%;-moz-border-radius: 5px;-webkit-border-radius: 5px;float:left;font-size:13px;}
.parishLaunchReg a.regVar {font-weight:bold;float:left;display:inline;margin:11px 8px;padding:4px 7px;border:1px solid #FFF;-moz-border-radius: 5px;-webkit-border-radius: 5px;color:#777777;}
.parishLaunchReg a:hover.regVar {font-weight:bold;float:left;display:inline;margin:11px 8px;padding:4px 7px;border:1px solid #EEE;background-color:#F5F5F5;-moz-border-radius: 5px;-webkit-border-radius: 5px;color:#333333;}
.parishLaunchReg a.regVar_on {font-weight:bold;float:left;display:inline;margin:11px 8px;padding:4px 7px;border:1px solid #CCC;background-color:#DDD;-moz-border-radius: 5px;-webkit-border-radius: 5px;color:#222222;}
.parishLaunchReg a:hover.regVar_on {}

a.bigButton { font-weight:bold;font-size:15px;vertical-align:middle;text-align:center;padding:6px 6px;margin:2px;background:#EEEEEE;border:1px solid #CCCCCC;color:#777777;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
a.bigButton:hover {background:#F5F5F5;text-decoration:none;border:1px solid #BBBBBB; color:#555555;}
a.bigButtonBlack { font-weight:bold;font-size:15px;vertical-align:middle;text-align:center;padding:6px 6px;margin:2px;background:#555;border:1px solid #333;color:#DDD;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
a.bigButtonBlack:hover {background:#656565;text-decoration:none;border:1px solid #444; color:#FFF;}

.subSet {float:left;display:inline;margin:25px 20px;padding:10px;color:#BBB;border:1px solid #999;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.subSet a.notifOpt {font-weight:bold;float:left;display:inline;margin:11px 5px;padding:4px;color:#777;border:1px solid #FFF;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.subSet a:hover.notifOpt {font-weight:bold;float:left;display:inline;margin:11px 5px;padding:4px;color:#66AA66;border:1px solid #BBDDBB;background-color:#DDFFDD;-moz-border-radius: 5px;-webkit-border-radius: 5px;text-decoration:none;}
.subSet a.notifOpt_on {font-weight:bold;float:left;display:inline;margin:11px 5px;padding:4px;color:#339933;border:1px solid #99CC99;background-color:#BBEEBB;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.subSet a:hover.notifOpt_on {text-decoration:none;}

.memberProfile {position:relative;margin:10px 0;font:bold 18px Arial;color:#222;padding:10px 5px 5px 10px;float:left;display:inline;background:#CFE5F3 url(images/flockNote_frontBG.jpg) repeat-x 0 -90px;border:1px solid #87CfFC;width:549px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.memberProfile .links {float:right;display:inline;margin:0;width:550px;text-align:right;padding:0;}
.memberProfile .links a {float:right;display:inline;font:normal 11px Arial;color:#478fbc;margin:5px;padding:3px 5px;-moz-border-radius: 5px;border:1px solid #77bfec;-webkit-border-radius: 5px;background-color:#DFEEFF;}
.memberProfile .links a:hover {text-decoration:none;color:#FFF;background-color:#77bfec;}
.memberProfile .infoBox {width:410px;float:left;display:inline;font-weight:bold;font-size:13px;margin:0;padding:0;}

.orangeBox {
	background:#FFF0AF; color:#F58A00;
	border:1px solid #DFD09F;
	margin:0; padding:4px 7px;
	font:bold 12px Arial, sans-serif;
}

.timeDivide {float:left;background: url("images/timeMarker_left.jpg") no-repeat top left;padding:0 0 0 7px;display:inline;margin:0 0 2px 0;height:18px;}
.timeDivide span {float:left;background: url("images/timeMarker_right.jpg") no-repeat top right;padding:2px 7px 0 0;display:inline;font:bold 11px Arial, Helvetica, sans-serif;color:#FFF;height:18px;}

#suggestionTab {float:right; position:fixed; right:0px; top:0px; margin-top:150px;}
#suggestionTab a { }
#suggestionTab a:hover { margin-top:1px;}
#masterWrap {
	width: 800px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0 auto;
}
#cookieJsAlert {
	width: 800px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 10px auto;
	background:#FFEEEE;
	border:3px solid #990000;
	border-top:none;
	font:bold 13px Arial;
	color:#990000;
	display:none;
	padding:7px;
}
#wrap {
	width: 100%;
	margin:0; padding:0 0 0px 0;
	text-align: left;
	background:#FFF;
	clear:both;
	float:left;display:inline;
}
#content-wrap {
	width: 100%;
	float:left;
	display:block;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	text-align:left;
	background:#FFF;
}
.rapidBubble {
	-moz-border-radius: 50px;-webkit-border-radius: 50px;border:0px solid #478fbc;
	padding:60px;
	width:680px;
	margin:120px 0 0 0;
}
.rapidBubbleText {width:100%;font-size:26px;text-align:center;float:left;display:block;margin:35px 0 25px 0;}
#bubbleStem {
	width: 100%;
	float:left;
	display:block;
	padding: 0px 0px 0px 0px;
	background: #77bfec url("images/bubbleStem.gif") no-repeat 130px 0;
	width:680px; height:180px;
	margin:0px 0 100px 0;
}
#header {
	width: 100%; height:70px;
	margin:12px 0 0 0;
	padding: 0px 0px 0px 0px;	
	color: #FFF;
	text-align:left;
	float:left; display:inline;
	background: url("images/flockNote_bubble_header.gif") no-repeat left top;
}
#header .linkHead {padding:0;height:40px;background: url("images/flockNote_header_slice_off.gif") repeat-x left top; float:left;display:inline;width:635px;margin:0 0 0 0px;}
#header .linkContainer {padding:0;height:40px;float:left;width:635px;background: url("images/flockNote_bubble_header_R.gif") no-repeat right top;}
#header .leftLinks {margin-left:18px;padding:0 0 0px 0px;border-left:1px solid #CFE5F3;height:40px;float:left;display:inline; width:350px;}
#header .leftLinks a {float:left;display:inline;padding:11px 13px 0 13px;height:29px;color:#77bfec;font:bold 13px Geneva, Helvetica, Arial, sans-serif;margin:0;border-right:1px solid #CFE5F3;}
#header .leftLinks a:hover {color:#000;background: url("images/flockNote_header_slice.gif") repeat-x left top;text-decoration:none;}
#header .rightLinks {padding:0 7px 0px 0px;height:40px;text-align:right;float:right;display:inline;width:190px;}
#header .rightLinks a {float:right;display:inline;padding:11px 7px 0 7px;color:#555;font:normal 13px Geneva, Helvetica, Arial, sans-serif;margin:0;}


#headerSubLinks { float:right;margin:17px 18px 0 0;color:#DDD; }
#headerSubLinks a {color:#FFF; }
#headerSubLinks a:hover {text-decoration:underline; }

#homeMainWrap {
	width: 77%;
	float:left;
	display:inline;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font: normal 12px 'Arial', Tahoma, Sans-serif;
}
#bodyContent {
	clear:both;
	float:left; display:block;
	text-align:left;
	margin:0; padding:8px 0;
	width:600px; 
}
#mainColumn #bodyContent {background:#FFF url('images/bodyTR_curve.jpg') no-repeat top right;}
#bodySpacer {float:left;display:inline;margin:0 0 0 18px;}

.gsBlock {float:left;display:inline;background:#FFF;width:720px;border:0px solid #CCC;margin:23px 0 0 20px;}
.gsBlock .info {float:right;display:inline;width:472px;background:#FFF;border-top:1px solid #CCC;}
.gsBlock .info .embedParmBox {font-size:14px;background-color:#DDFFDD;-moz-border-radius: 4px;-webkit-border-radius: 4px;border:1px solid #AAEEAA;padding:6px;margin:5px;color:#007700;}
.gsBlock .launch {font-size:14px;}
.gsBlock .launch a {color:#578fac;text-decoration:underline;}
.gsBlock .bottomBlock {float:right;display:inline;width:240px;border-right:1px solid #CCC;height:162px;}
.gsBlock a.menu2 {border:1px solid #CCC;border-top:none;float:right;display:inline;font-size:14px;font-weight:bold;color:#111;background:#EEE;margin:0 0 0 0;padding:12px 0px 12px 8px;width:238px;text-align:left;}
.gsBlock a.menu2:hover {background:#F5F5F5;text-decoration:none;}
.gsBlock a.menu2_on {border:1px solid #CCC;border-top:none;float:right;display:inline;font-size:14px;font-weight:bold;color:#111;background:#FFF;border-right:1px solid #FFF;margin:0 0 0 0;padding:12px 0px 12px 8px;width:238px;text-align:left;}
.gsBlock a.menu2_on:hover {text-decoration:none;}

/* Menu */


#mainTabs {
   	  font: bold 12px Verdana, Arial, Tahoma, Sans-serif;
	  margin:0px auto 0px auto; padding:0 0 0 50px;
	  float:left; display:inline; width:80%;
      }
    #mainTabs ul {
	  margin:0px;
	  padding:0px 10px 0px 5px;
	  list-style:none;
	  float:left; display:inline;
      }
    #mainTabs li {
      display:inline; float:left;
      margin:0;
      padding:0;
      }
    #mainTabs a {
      float:left;
      background:url("images/unselectedTabLeft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #mainTabs a span {
      float:left;
      display:block;
      background:url("images/unselectedTabRight.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
	#mainTabs a#active {
      float:left;
      background:url("images/selectedTabLeft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #mainTabs a#active span {
      float:left;
      display:block;
      background:url("images/selectedTabRight.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#2F4E6F;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainTabs a span {float:none;}
    /* End IE5-Mac hack */
    #mainTabs a:hover span {
      color:#FFF;
      }
    #mainTabs a:hover {
      background-position:0% -42px;
      }
    #mainTabs a:hover span {
      background-position:100% -42px;
      }
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#mainTabs a#active span {float:none;}
    /* End IE5-Mac hack */
    #mainTabs a#active:hover span {
      color:#2F4E6F;
      }
    #mainTabs a#active:hover {
      background-position:0% -42px;
      }
    #mainTabs a#active:hover span {
      background-position:100% -42px;
      }
#tabRight {
	  height:26px;
	  float:right;
   	  font: normal 10px Verdana, Arial, Tahoma, Sans-serif;
	  padding:7px 10px 0px 0px;
	  background: url(images/menu_bar_right.gif) no-repeat top right;
}
	#tabRight a { 
	  display:inline;
	  background:none;
	  color:#333333; padding:0; margin:0;
	  }
	
#menuWrap {
      float:left;
      width:100%;
   	  font: bolder 11px Verdana, Arial, Tahoma, Sans-serif;
	  background: url(images/menu_bar_bg.gif) repeat-x 0px 0px;
	  margin:0; padding:0;
	  height: 26px;
	  color:#111111;
      }
#menu {
   	  font: bolder 11px Verdana, Arial, Tahoma, Sans-serif;
	  margin:0; padding:0 0 0 10px;
	  height: 26px;
	  float:left;
	  color:#111111;
	  background: url(images/menu_bar_left.gif) no-repeat;
      }
    #menu ul {
	  margin:0;
	  height:25px;
	  float:left;
	  padding:0px 0px 0 15px;
	  list-style:none;
      }
    #menu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #menu a {
      float:left;
      margin:4px 0 0 0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #menu a span {
      float:left;
      display:block;
      padding:2px 9px 5px 4px;
	  color:#222222;
      }
	#menu a#active {
      float:left;
      background:url("images/selectedMenuL.gif") no-repeat left top;
      margin:4px 0 0 0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #menu a#active span {
      float:left;
      display:block;
      background:url("images/selectedMenuR.gif") no-repeat right top;
      padding:2px 9px 5px 4px;
	  color:#222222;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a span {float:none;}
    /* End IE5-Mac hack */
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#menu a#active span {float:none;}
    /* End IE5-Mac hack */
#menuRight {
	  display:inline;
	  float:right;
   	  font: normal 11px Verdana, Arial, Tahoma, Sans-serif;
	  padding:7px 0px 0px 0px;
}
	#menuRight a { 
	  display:inline;
	  color:#EEEEEE;
	  padding:0px 5px 0px 5px;
	  }
#subMenu {
      float:left;
	  display:inline;
	  width:93%;
   	  font: normal 12px Arial, Tahoma, Sans-serif;
	  color:#111111;
	  margin:5px 0px 10px 2px; padding:0px 0px 0px 0px;
}
#subMenu a {
      color:#111111;
	  padding: 5px 3px 5px 3px;
}
/* Side Menu */
#sideMenu {float:left;display:block;width:200px;background:#CFE5F3 url(images/flockNote_frontTR_light.jpg) no-repeat top right;overflow:hidden;padding-bottom:0;}
#sideMenu .header {
	float:left;
	display:inline;
	width:100%;
	padding:20px 0 20px 0px;
	margin:0;
	text-align:left;
	background:none;
	color:#777;
	font:bold 16px Arial;
	border-bottom:1px solid #77bfec;
}
#sideMenu .footer {float:left;display:inline;width:10px;height:10px;margin:0;clear:both;background:#CFE5F3 url(images/flockNote_frontBL_light.jpg) no-repeat bottom left;}
#sideMenu .tab {
	float:left;
	display:inline;
	width:100%;
	padding:9px 0px;
	margin:0;
	text-align:left;
	background:#CFE5F3;
	color:#556;
	font:bold 14px Arial;
	border-bottom:1px solid #77bfec;
}
#sideMenu .tab:hover {text-decoration:none;background:#D5EbF9;}
#sideMenu .tab_on {
	float:left;
	display:inline;
	width:100%;
	padding:9px 0px;
	margin:0;
	text-align:left;
	background:#FFF;
	color:#556;
	font:bold 14px Arial;
	border-bottom:1px solid #77bfec;
}
#sideMenu .tab_on:hover {text-decoration:none;background:#FFF;}

#tabWelcomeMenu {
	background: #FFF url(images/welcome_menu_fade.jpg) repeat-y 0 0;
	float:left;display:inline;
	padding:8px 15px 0 15px; width:94%;
}
#tabWelcomeMenu .tabs{
	float:left;display:inline;
}
#tabWelcomeMenu .tabs a{
	float:left;display:inline;
	background:#CCC;
	margin:20px 6px 0 6px;
	padding:6px 10px;
	font:bold 14px Arial, Helvetica, sans-serif;
}
#tabWelcomeMenu .tabs a:hover{
	background:#AAA;
	text-decoration:none;
}
#welcomeModule {
	width:250px;
	float:left;display:inline;
	margin:13px;padding:0px;
}
#welcomeModule .mod {padding:0px;font:normal 12px Arial, helvetica, sans-serif;color:#333;margin:0;width:100%;background:#FFEB65;}
#welcomeModule .heading {border-bottom:1px solid #CCC;padding:3px;font:bold 12px Arial, helvetica, sans-serif;color:#777;}

/* Main Column */
#mainColumn {float:left;width:600px;display:inline;overflow:hidden;}
#title {
	width:100%;
	float:left;
	text-align:center;
	vertical-align:middle;
	background: #CFE5F3 url(images/flockNote_frontTL_light.jpg) no-repeat 0 0;
	margin:0px 0 0 0; padding:0;
}
#title .right {background: url(images/flockNote_frontTR_light.jpg) no-repeat top right;}
#title h2 {font:bold 13px Arial;color:#AFC5D3;}
#title_feed { width:100%;float:left;text-align:center;vertical-align:middle;background: #FFF url(images/flockNote_frontTL_white.jpg) no-repeat 0 0;margin:0px 0 0 0; padding:0;}
#title_parish {
	width:100%;
	float:left;
	text-align:center;
	vertical-align:middle;
	background: #000 url(images/flockNote_frontTL_black.jpg) no-repeat 0 0;
	margin:0px 0 0 0; padding:0;
}
#title_parish .right {float:left;background: url(images/flockNote_frontTR_black.jpg) no-repeat top right;width:800px;}
#title_parish h1 {font:bold 17px Arial;color:#77bfec;}
#title_parish .text {float:left;display:inline;}

#joinTheFlock {
	width:800px;
	float:left;
	text-align:center;
	vertical-align:middle;
	background: #F0F5F9 url(images/flockNote_frontBG_light.jpg) repeat-x 0 0;
	margin:0; padding:0;
}
#joinTheFlock .left {
	width:100%;
	float:left; display:inline;
	background: url(images/flockNote_frontTL_light.jpg) no-repeat top left;
	margin:0; padding:0;
}
#joinTheFlock .right {
	width:100%;
	float:right; display:inline; 
	background: url(images/flockNote_frontTR_light.jpg) no-repeat top right;
	margin:0; padding:0;
}
#joinTheFlock .band {
	width:100%;
	background: #B8D1E0;
	float:left; display:inline;
	padding:0 0 15px 0; margin:10px 0 0 0;
	border-top:1px solid #98B1C0;
	border-bottom:1px solid #98B1C0;
}
#joinTheFlock .profiles {
	width:53%;
	float:left; display:inline;
	padding:0px; margin:0;
	border-right:1px solid #98B1C0;
	background:#CFE5F3;
}
#joinTheFlock .character { width:100%;float:left;text-align:left;padding:0;border-bottom:1px solid #BFD5E3; background: url(images/cast-bubble.gif) no-repeat 110px 7px;}
#joinTheFlock .quoteText {float:left;display:inline;margin:13px 40px 0 47px;font:normal 17px Arial, Tahoma, Sans-seif;color:#7F95A3; width:230px;}
#joinTheFlock .shareArrow {
	background: url(images/shareArrow.gif) no-repeat top left;
	float:right; display:inline;
	font: bold 30px Arial, Verdana, sans-serif;
	margin:5px 0px 10px 0;
	padding:28px 45px 30px 80px;
	color: #B3CDDC;
}
#mainPromo {
	width:800px; height:415px;
	float:left;
	text-align:center;
	vertical-align:middle;
	background: url(images/flockNote_frontBG_light.jpg) repeat-x 0 0;
	margin:0; padding:0;
}
#mainPromo .left {
	height:240px;
	float:left; display:inline;
	background: url(images/flockNote_frontTL_light.jpg) no-repeat 0 0;
	margin:0; padding:0;
}
#mainPromo .left .headText {width:800px;text-align:center;float:left;display:inline;margin:15px 0 15px 0;padding:0;letter-spacing:0px;font:bold 22px Helvetica, Geneva, Arial, Verdana, sans-serif;color:#2A7098;color:#FFF;}
#mainPromo .right {
	height:240px; width: 470px;
	float:right; display:inline; 
	background: url(images/flockNote_frontTR_light.jpg) no-repeat top right;
	margin:0; padding:0;
}

#homeBigButtons {width:367px;float:left;display:inline;margin-left:3px;}
#homeBigButtons a {margin:0 0 15px 10px;float:left;display:inline;width:112px;height:90px;padding:10px 0px 0 0;text-align:center;background: url(images/homeBigButton.gif) no-repeat 0 0;font:bold 18px Arial, Geneva, Helvetica, sans-serif;color:#CFE5F3;}
#homeBigButtons a:hover {background: url(images/homeBigButton_on.gif) no-repeat 0 0; text-decoration:none;color:#FFF;}

#introBlurb {
	width:290px;
	float:right; display:inline;
	text-align:center;
	font:bold 16px Geneva, Helvetica, Arial, sans-serif; color:#222;
	margin:30px 10px 0 0; padding:0;
}
#introBlurb a.login {float:left;display:inline;margin:0 0 10px 0px;width:75px;height:21px;padding:5px 0px 0 0;text-align:center;background: url(images/loginButton.gif) no-repeat 0 0;font:bold 14px Geneva, Helvetica, Arial, sans-serif;color:#4A90B8;}
#introBlurb a.login:hover {background: url(images/loginButton_on.gif) no-repeat 0 0; text-decoration:none;color:#2A7098;}
#introBlurb a.signup {float:right;display:inline;margin:0 0 10px 0px;width:180px;height:21px;padding:5px 0px 0 0;text-align:center;background: url(images/signupButton.gif) no-repeat 0 0;font:bold 14px Geneva, Helvetica, Arial, sans-serif;color:#FFF;}
#introBlurb a.signup:hover {background: url(images/signupButton_on.gif) no-repeat 0 0; text-decoration:none;color:#FFF;}
.bottomTextBlock {color:#4A90B8;float:left;display:inline;width:210px;height:80px;text-align:center;font:bold 15px Arial, Geneva, Helvetica, sans-serif;padding:15px 26px;border-right:1px solid #AFD5E3;margin:20px 0 0 0;}
.bottomTextBlock a {text-decoration:underline;color:#4A90B8;}
#promo_video_sm {
	width:300px; height:200px;
	float:left; display:inline;
	text-align:center;
	vertical-align:middle;
	background: #111 url(images/videoBG.jpg) no-repeat 0 0;
	margin:0 0 0 15px; padding:0;
	border:1px solid #4A90B8;
}
#promo_video {
	width:300px; height:200px;
	border:1px solid #CCC;
	border-bottom:1px solid #DDD;
	float:left; display:inline;
	text-align:center;
	vertical-align:middle;
	background: url(images/videoBG.jpg) no-repeat 0 0;
	margin:15px 0 0 15px; padding:0;
}
a.playVideo {
	width:300px; height:200px;
	border:1px solid #CCC;
	border-bottom:1px solid #DDD;
	float:left; display:inline;
	text-align:center;
	vertical-align:middle;
	background: url(images/videoBG.jpg) no-repeat 0 0;
	margin:15px 0 0 15px; padding:0;
}
#promo_video_wide {
	width:400px; height:224px;
	float:left; display:inline;
	text-align:center;
	vertical-align:middle;
	background: #579fcc url(images/videoBG_clear.gif) no-repeat 100px 50px;
	margin:0 0 0 13px; padding:1px;
	border:1px solid #579fcc;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
#promo_video2 {
	width:400px; height:300px;
	border:1px solid #CCC;
	border-bottom:1px solid #DDD;
	float:left; display:inline;
	text-align:center;
	vertical-align:middle;
	background: url(images/videoBG_400.jpg) no-repeat 0 0;
	margin:15px 0 0 15px; padding:0;
}
#promo_video3 {
	width:400px; height:300px;
	float:left; display:inline;
	text-align:center;
	vertical-align:middle;
	background: url(images/videoBG_400.jpg) no-repeat 0 0;
	margin:64px 0 0 226px; padding:0;
	z-index:200;
}
#promo_front {
	font:bold 14px Arial, Geneva, Helvetica, sans-serif;
	text-align:left;
	float:right;display:inline;
	width:470px; height:240px;
	color:#416388;
}
#promo_front li {
	padding:5px 0;
}
#inviteBox {
	background: url(images/flockNote_frontBG.jpg) repeat-x 0 0;
	width:675px;float:left;display:inline;color:#333;border:solid 1px #67AFEC;padding:12px;margin:25px 0 35px 30px;height:140px;
}
#optionBox {
	background: url(images/flockNote_frontBG.jpg) repeat-x 0 0;
	width:285px;height:245px;float:left;display:inline;color:#333;border:solid 1px #67AFEC;padding:12px 12px 6px 12px;margin:35px 0 15px 41px;
}
#blogPost {
	float:left; display:inline;
	width:700px;
	padding:18px;
	margin-left:15px;
	border-bottom:1px solid #CCC;
}
#blogPost h1{
	float:left; width:100%;
	font: bold 22px Arial, Geneva, Helvetica, sans-serif;
	color:#555;
	margin:0; padding:0;
}
#blogPost .left{ float:left; display:inline; text-decoration:underline;}
#blogPost .right{
	float:right; display:inline;
	font: normal 16px Arial, Geneva, Helvetica, sans-serif;
	color:#77BFEC;
	padding:7px 0 0 0;
}
#blogPost a {color:#377fac;text-decoration:underline;}

.code {-moz-border-radius: 5px;-webkit-border-radius: 5px;background-color:#FFF8CC;border:1px solid #DFD8AC;padding:9px;margin:5px;} 

#searchBar { width:565px;float:left;display:inline;margin:10px 0;border:0px solid #444;background:url(images/searchBarBG.jpg) repeat-x 0 0; }
#searchBar input {
	padding:0px;
	margin:10px 7px 0px 7px;
	border:1px solid #CCC; 
	background:#EEE;
	font: normal 17px Arial, Geneva, Helvetica, sans-serif;
	color:#999;
	width:160px;
	float:left;display:inline;
}
#searchBar select {
	padding:0px;
	margin:10px 7px 0 7px;
	border:1px solid #CCC;
	background:#EEE;
	font: bold 14px Arial, Geneva, Helvetica, sans-serif;
	color:#888;
	width:170px;
	float:left;display:inline;
}
#searchBar select.diocese {width:166px;float:left;display:inline;}
#searchBar select.parish {width:166px;float:left;display:inline;}
#searchBar input.buttonSimple { 
	font: bold 14px Arial, Geneva, Helvetica, sans-serif;
	vertical-align:middle;
	text-align:center; 
	padding: 0px 5px; 
	margin:10px 7px 0 7px;
	color: #FFF;
	background:#555 url(images/searchBarBG.jpg) repeat-x top left;
	border: 1px solid #444;
	cursor:pointer;
	width:162px;
}

#CreateFeedButton {text-align:center;margin:0px 0 0px 23px;font:bold 13px Arial, Geneva, Helvetica, sans-serif;color:#FFF;padding:3px 3px;width:145px;float:left;display:inline;border:1px solid #7DC8F5;background:url(images/tabBG_off.jpg) repeat-x bottom left;}
#invites {
	float:left;display:inline;width:530px;background:#FFF8CC;padding:6px;border:1px solid #DFD8AC;margin:0 0 10px 0;
}
.ignore { 
	font:normal 10px Arial, Geneva, Helvetica, sans-serif;
	background:#BBEEBB url(images/reply_bg.jpg) repeat-x bottom left;
	color:#555;
	padding:1px 0px;
	margin:1px 0px;
	border: 0px solid #FFC290;
	width:80px;
	float:right;
	display:block;
	text-align:center;
} 
#noteHeaderLinks {float:left;display:inline;width:400px;font:normal 13px Arial, Geneva, Helvetica, sans-serif;color:#999;margin-bottom:6px;}
#noteHeaderLinks a {color:#999;}
#notePic {
	float:left; display:inline;
	font:bold 11px Arial, Geneva, Helvetica, sans-serif;
	color:#AAA;
	width:60px;
}
#noteBody {width:500px;float:left;display:inline;margin-left:8px;}
#noteBody h1 {font:bold 19px Arial, Geneva, Helvetica, sans-serif;}
#noteBody h2 {font:normal 18px Arial, Geneva, Helvetica, sans-serif; color:#67AFEC;}
#noteBody h3 {font:bold 15px Arial, Geneva, Helvetica, sans-serif; color:#777;}
#noteBody h4 {font:normal 14px Arial, Geneva, Helvetica, sans-serif; color:#AF987C;}
#note {
	width:570px;
	float:left; display:inline;
	padding:5px 0 9px 0; color:#222;
	border-bottom:1px dashed #DDD;
	margin:0px 0;
	position:relative;
	font: normal 14px Arial;
	color:#222;
}
#noteBody h1{
	width:423px;
	float:left;display:inline;
	font: bold 14px Arial, Geneva, Helvetica, sans-serif;
	color:#000;
	margin:0 0 2px 0; padding:0 5px 0 0;
}
#noteBody h1 a { font:Arial, Geneva, Helvetica, sans-serif; }
#note .subject {float:left;display:inline;width:500px;font:bold 17px Arial, Geneva, Helvetica, sans-serif;}
#note .footLink {
	position:absolute; bottom:2px; right:3px;
	font:normal 11px Verdana, Arial, sans-serif;
	color:#BFA88C;
	padding-right:16px;
	background: url(images/arrow_bg.gif) no-repeat 63px 2px;
}
#noteBody .links {float:right;padding:5px;width:56px;text-align:center;}
#noteBody .report {
	padding:0px 0px;
	margin:1px 0px;
	width:50px;
	font:normal 10px Verdana, Arial, sans-serif;
	color:#BFA88C;
	float:right;
	display:block;
}
.sumNote {
	width:393px;
	float:left; display:inline;
	padding:5px 0 9px 0; color:#222;
	border-bottom:1px dashed #DDD;
	margin:0px 0;
	position:relative;
	font: normal 14px Arial;
	color:#222;
}
.sumNoteBody h1{
	width:322px;
	float:left;display:inline;
	font-weight:normal;
	font-size:12px;
	color:#000;
	margin:0 0 2px 0; padding:0 5px 0 5px;
}
.sumNoteBody h1 a { font-weight:bold; }

.reply { 
	font:bold 12px Verdana, Arial, sans-serif;
	background:#BBEEBB url(images/reply_bg.jpg) repeat-x bottom left;
	color:#555;
	padding:1px 0px;
	margin:1px 0px;
	border: 0px solid #FFC290;
	width:50px;
	float:right;
	display:block;
	text-align:center;
} 
#noteBody .view {
	font:bold 12px Verdana, Arial, sans-serif;
	background:#BBEEBB url(images/subscribe_bg.jpg) repeat-x bottom left;
	color:#555;
	padding:0px 0px;
	margin:1px 0px;
	border: 0px solid #ABDE9B;
	width:50px;
	float:right;
	display:block;
}
#replyHeader { float:left; display:inline; font:bold 14px Verdana, Arial, sans-serif; color:#EEE; margin-left:0px; background:#BBB; width:556px;padding:5px 7px;}
#reply {
	float:left;
	display:inline;
	border:#E5E5E5;
	background:#F5F5F5;
	padding:5px;
	width:560px;
	margin:2px 0 0 0px;
	font:normal 13px Verdana, Arial, sans-serif;
	position:relative;
}
#reply .msg { float:left;display:inline; width:510px; margin:1px 0 5px 5px;color:#444;}
#reply h5 { float:left; display:block; width:100%; font:bold 13px Verdana, Arial, sans-serif;}
#reply .report { position:absolute; bottom:4px; right:10px; font:normal 11px Verdana, Arial, sans-serif; color:#AAA; margin-left:8px;}
#reply .date { float:right; display:inline; padding-left:15px; font:bold 11px Verdana, Arial, sans-serif; color:#999;}
#replyForm {margin:0 0 0 0px;padding:10px 5px;width:560px;float:left;display:inline;background: url(images/reply_bg_fade.jpg) repeat-x 0 -5px;}

.feed {
	width:565px;
	float:left; display:inline;
	padding:7px 0; color:#444;
	border-bottom:1px solid #BBB;
	background:#DDD;
	margin:0;
}
.feed .officialTag {background:#AFBFC9 url("images/officialTag_TR.jpg") no-repeat top right;float:right;display:inline;width:100%;font:bold 11px Arial, sans-serif;color:#FFF;margin-bottom:6px;}
.feed .officialTag span {padding:3px 11px;float:left;display:inline;background: url("images/officialTag_TL.jpg") no-repeat top left;}
.officialMarker {float:left;background: url("images/timeMarker_left.jpg") no-repeat top left;padding:0 0 0 7px;display:inline;margin:0 0 5px 0;height:18px;}
.officialMarker span {float:left;background: url("images/timeMarker_right.jpg") no-repeat top right;padding:2px 7px 0 0;display:inline;font:bold 11px Arial, Helvetica, sans-serif;color:#FFF;height:18px;}
.feed h1{
	float:left; width:100%;
	font: bold 18px Verdana, Arial, sans-serif;
	color:#111;
	margin:0; padding:0;
}
.feed .diocese {
	color:#777;
	font:normal 11px Verdana, Arial, sans-serif;
	padding:3px 0 0 5px;
}
.feed .description {
	font-size:12px;
	padding:0 10px 0 5px;
}
.invite {
	text-align:center;
	font:normal 12px Arial;
	float:right;
	margin:0px 5px;
	width:100px;
	padding:1px 0;
	color:#579FCC;
	background:#DDDDDD url(images/loginToSub_bg.jpg) repeat-x 0 -40px;
	border:1px solid #CCC;
}
.unsubscribe {
	text-align:center;
	font:normal 12px Arial;
	float:right;
	margin:0px 5px;
	width:100px;
	padding:1px 0;
	color:#888;
	background:#DDDDDD url(images/loginToSub_bg.jpg) repeat-x 0 -40px;
	border:1px solid #CCC;
}
#removeFeed {
	text-align:center;
	font:normal 10px Arial;
	float:right;
	margin:7px 5px 0 5px;
	width:100px;
	padding:2px 2px;
	color:#888;
	background:#FFF;
	border:1px solid #DDD;
}
.email_on{
	text-align:center;
	font:normal 12px Arial;
	float:right;
	margin:0px 5px;
	width:100px;
	padding:1px 0;
	color:#888;
	background:#DDDDDD url(images/loginToSub_bg.jpg) repeat-x 0 -40px;
	border:1px solid #CCC;
}
.email {
	text-align:center;
	font:normal 12px Arial;
	float:right;
	margin:0px 5px;
	width:100px;
	padding:1px 0;
	color:#117711;
	background:#DDDDDD url(images/loginToSub_bg.jpg) repeat-x 0 -40px;
	border:1px solid #CCC;
}
.diocese {
	color:#222;
	font:normal 11px Arial;
	padding:5px 0 0 5px;
}
.description {
	color:#222;
	font:normal 12px Arial;
	padding:7px;
}
.subscribe {
	text-align:center;
	float:right;
	margin:0 5px;
	padding:18px 2px 19px 2px;
	font:normal 15px Verdana, Arial, sans-serif;
	color:#EEE;
	background:#BBB;
	border:1px solid #AAEDAA;
	width:100px;
}
.loginToSub {
	text-align:center;
	float:right;
	margin:0 5px;
	padding:4px 2px 4px 2px;
	font:bold 13px Verdana, Arial, sans-serif;
	color:#888;
	background:#DDDDDD url(images/loginToSub_bg.jpg) repeat-x bottom left;
	border:1px solid #BBB;
	width:100px;
}
.feedSubSections {float:left;display:block;font:bold 17px Verdana, Arial, sans-serif;color:#FFF;background:#77BFEC;margin:5px 100px 5px 0;padding:3px 7px;border:1px solid #67AFDC;}
#notesHeader { float:left; display:inline; font-size:14px;font-weight:bold;color:#EEE; background:#888; width:565px; margin:0 0 15px 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
#notesHeader .tab { float:left; display:inline; padding: 3px 7px; margin:10px 0 0 15px; color:#EEE;}
#notesHeader .tab_send { float:left; display:inline; padding: 3px 7px; margin:10px 0 0 15px; color:#DDFFDD;background:#999;}
#notesHeader .tab_on { float:left; display:inline; padding: 3px 7px; margin:10px 0 0 15px; color:#777; background:#FFF;}
.notification {
	text-align:center;
	font:normal 12px Arial;
	float:left;
	margin:3px 0 0 15px;
	width:160px;
	padding:1px;
	color:#FFF;
	background:#FF0000;
	border:1px solid #CC0000;
}
#warning {
	background:#EEE;
	border:9px solid #416388;
	padding:15px;
	font:normal 12px Arial;
	color:#416388;
}
#warning .button {
	background:#416388;
	border:1px solid #6183a8;
	padding:4px 8px;
	color:#FFF;
	font:bold 11px Arial;
	margin:3px 5px;
}
#faq {
	float:left; display:inline;
	width:700px;
	padding:18px;
	margin-left:15px;
	background-color:#FFF;
}
#faq h1 {
	float:left; display:inline;
	width:95%;
	font: normal 14px Arial, Geneva, Tahoma, sans-serif;
	color:#555;
	margin:4px; padding:0;
}
#faq .answer { float:left;display:inline;width:90%;margin:8px 0 0 20px;padding:10px;font:normal 14px Arial, Geneva, Tahoma, sans-serif;background:#EEE;border:1px solid #DDD;}
#faq .answer a {text-decoration:underline;color:#377fac;}
#faq .category {font:bold 13px Verdana, Arial, Geneva, Tahoma, sans-serif; float:left;display:inline;width:100%;padding:4px 0;text-decoration:underline;}
#promoteSteps {
	float:left; display:inline;
	width:700px;
	padding:18px;
	margin-left:15px;
}
#promoteSteps .item {float:left;display:inline;width:85%;font:normal 16px Arial, sans-serif;margin:0 10px 5px 10px;}
#promoteSteps .blue {font-weight:bold;color:#77BFEC;font-size:20px;}
#promoteSteps a {color:#377FAC;text-decoration:underline;}
#promoteBlurbs {
	float:left; display:inline;
	width:700px;
	padding:18px;
	margin-left:15px;
}
#promoteBlurbs li {font:normal 15px Verdana, Arial, sans-serif;margin:10px; padding:6px; background:#FFF8CC; border:1px solid #DFD8AC;}
#promoteBlurbs .image {font:normal 15px Verdana, Arial, sans-serif;margin:10px; padding:6px; background:#FFF8CC; border:1px solid #DFD8AC;}
.attachment {float:left;display:inline;color:#EE9900;border:1px solid #EE9900;background:#FFEE88;font:normal 11px Arial;padding:3px 6px;margin:1px 2px;}
.attachment .file {}
.attachment .remove {margin-left:5px;padding:0 2px 1px 3px;background:#EE9900;color:#FFF;font-weight:bold;text-decoration:none;}
.attachment .remove:hover {background:#995500;color:#EE9900;}
#alert {
	display:block;
	padding:6px;
	margin:10px auto;
	font:normal 12px Verdana, Arial, sans-serif;
	background:#FFF8CC;
	border:2px solid #DFD8AC;
	color:#333;
	-moz-border-radius: 7px;-webkit-border-radius: 7px;
}
#alert a {text-decoration:underline; margin:0;padding:0;}
#alertRed {
	display:block;
	padding:6px;
	margin:10px auto;
	font:bold 12px Verdana, Arial, sans-serif;
	background:#FFF8CC;
	border:2px solid #EFE8BC;
	color:#990000;
	text-align:center;
	-moz-border-radius: 7px;-webkit-border-radius: 7px;
}
.alert {
	clear:both;
	display:block;
	padding:6px;
	margin:10px auto;
	font:normal 12px Verdana, Arial, sans-serif;
	background:#FFF8CC;
	border:2px solid #DFD8AC;
	color:#333;
	-moz-border-radius: 7px;-webkit-border-radius: 7px;
}
.alert a {text-decoration:underline; margin:0;padding:0;}
.alertRed {
	clear:both;
	display:block;
	padding:6px;
	margin:10px auto;
	font:bold 12px Verdana, Arial, sans-serif;
	background:#FFF8CC;
	border:2px solid #EFE8BC;
	color:#990000;
	text-align:center;
	-moz-border-radius: 7px;-webkit-border-radius: 7px;
}

.blurb {clear:both;float:left;background:#EEF9FF;color:#7Fb9E0;padding:5px;margin:10px;-moz-border-radius: 3px;-webkit-border-radius: 3px;border:1px solid #CFE5F3;}

.askFeedFamily {float:left;display:inline;width:90%;margin:10px 0;padding:8px;font-size:13px;background:#FFF8CC;border:1px solid #EFE8BC;color:#222;text-align:left;-moz-border-radius: 7px;-webkit-border-radius: 7px;}
.askFeedFamily .option {float:left;margin:6px;padding:2px;font-size:130%;font-weight:bold;text-decoration:underline;}

#memberSummary {
	float:left;	
	width:99%;
	font: normal 11px 'Arial', Tahoma, Sans-serif;
	padding: 4px 0 4px 0; margin: 0px;
	border-bottom: 1px solid #DDDDDD;
}
#privacySettings {float:left; display:inline;width:275px;}
#privacySettings a {float:left;display:block;padding:5px;clear:left;}
#privacySettings .active {background:#BBEEBB;border:1px solid #AADDAA;}

#subButton {
	text-align:center;
	float:right;
	margin:0 5px;
	padding:7px 2px 4px 2px;
	font:bold 14px Verdana, Arial, sans-serif;
	color:#117711;
	background:#BBEEBB url(images/subscribe_bg.jpg) repeat-x bottom left;
	border:1px solid #AAEDAA;
	width:100px;
}
#subButton a {padding:3px;color:#7ABD7A;font:normal 11px Verdana, Arial, sans-serif;}
#subButton a:hover {background:#7ABD7A;text-decoration:none;color:#DAFDDA;}

#linkButton a {padding:2px;color:#6F8593;font:normal 11px Verdana, Arial, sans-serif;border:1px solid #AFC5D3;}
#linkButton a:hover {background:#77bfec;text-decoration:none;color:#376f9c;border:1px solid #579fcc;}
#linkButton_on a {padding:2px;background:#BBEEBB;color:#229922;font:normal 11px Verdana, Arial, sans-serif;border:1px solid #99dd99;}
#linkButton_on a:hover {background:#CCFFCC;text-decoration:none;color:#229922;border:1px solid #AADDAA;}

#pointArrow {background: url(images/arrow.gif) no-repeat top right;float:left;display:inline;width:490px;padding:5px 80px 5px 0;margin:3px 0;}
#pointArrow .box {background:#FFF8CC;border:1px solid #DFD8AC;padding:5px;font:normal 13px Arial;color:#111;width:470px;float:right;display:inline;}

.getStartedLinks {text-align:left;padding:0;margin:20px 0;display:block;clear:both;width:99%;}
.getStartedLinks a {text-align:center;clear:both;padding:6px;margin:10px 10px 100px 10px;background:#DDEEDD;border:1px solid #BBCCBB;font-size:19px;color:#004400;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.getStartedLinks a:hover {background:#EEFFEE;text-decoration:none;border:1px solid #AACCAA;}

/* Footer */
#footer {	
	width: 800px;
	clear: both;
	padding:0;
	height: 25px;
	text-align: center;	
	margin:0px auto 0px auto;	
	background: #FFF;
}
#footer .left {
	float:left; display:inline;
	background: url(images/flockNote_frontBL_white.jpg) no-repeat bottom left;
	margin:0; padding:0;
	height:25px; width:100%;
}
#footer .right {
	float:left; display:inline; 
	background: url(images/flockNote_frontBR_white.jpg) no-repeat bottom right;
	margin:0; padding:0;
	height:25px; width:100%;
}

#baseFooter {
	clear:both;
	background: #000;
	width:100%;
	margin-top:45px;
	height:400px;
	border-top:1px solid #DDD;
	text-align:center;
}
#baseFooter .container {margin:15px auto; padding:0; width:800px;}
#baseFooter .box {float:left;display:inline;width:180px;margin:0 0 0 20px; font:normal 11px Arial, sans-serif;text-align:left; color:#888;}
#baseFooter .box h1 {font:normal 17px Verdana, Arial, sans-serif; color:#676767; text-align:left;}
#baseFooter ul {text-align:left;}
#baseFooter .box a {color:#888;}
#baseFooter ul li {}
#baseFooter .main {margin:0 0 10px 33px;padding:0 0 10px 0;float:left;display:inline;border-bottom:1px solid #333;}
#baseFooter .main a { 
	color: #999;
	text-decoration: none;
	font:normal 18px Verdana, Arial, sans-serif;
	margin:3px 0; padding:10px 18px;
	border-right:1px solid #111;
	float:left; display:inline;
}
#baseFooter .main a:hover { text-decoration:underline;}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.biggerAndBold { font-size:115%; font-weight:bold; }

.paren {font:normal 12px Arial;color:#999;}
.profileForm {font:bold 13px Verdana, Arial, sans-serif;color:#888;}

.ac_results li {text-align:left;}
.ac_loading {text-align:left;}
.ac_odd {text-align:left;}
.ac_over {text-align:left;}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background:none !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border: none !important; //reCaptcha widget border color
   background:none;
 }
 
 #recaptcha_response_field {
   border-color: #DDDDDD !important; //Text input field border color
   background-color:none !important; //Text input field background color
 }
/* #recaptcha_image img { width: 180px; height:40px; }  */

/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
