/* Home Page Obit Listings */
#image_content 
{
	background: #FFF url('../images/obit/green/right_bg.gif') bottom no-repeat;
	border-right: solid 1px #afbdc6;
}
#image_content a {
	color:#4281A4;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
	line-height:13px;
}
#image_border {
	border:1px solid #889345;
	padding:2px;
}
#image_content span {
	color:#111111;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
/* Obituary Listings */
.search { padding-left:60px; /* background:url(../images/obit/green/bg_search.gif) no-repeat scroll center top; height: 41px; width: 477px;*/ }
.searchFieldWrap { width:470px; float:left; }
.searchField { 	background:url(../images/obit/green/bg_search.gif) no-repeat; height: 41px; width: 477px; /*width: 470px !important; height: 36px !important; padding: 0px 10px 0px 10px;*/ border-style:none; color: #6d230a; font:Arial, Helvetica, sans-serif; font-size:14px; }
.searchBtnWrap { width:91px; float:left; } 
.searchBTN { width: 91px; height: 41px; background: url(../images/obit/green/btnSearch.png) no-repeat; border-style: none; cursor: pointer; }
.obitListWrap { width:600px; padding: 10px 0px 0px 25px; }
.obit { width:600px; border:solid 1px #6d230a; background-color:#fff5d8; float:left; line-height:18px; margin-left:35px; padding:5px; vertical-align:top; }
.obit:hover { background-color:#e5f094; border:1px solid #405215; }
.obit a { cursor: pointer; text-decoration: none; }
.obitContent { color:#60472B; float:left; padding:0px 5px 0px 5px; vertical-align:top; }
.obitPic_Small { float:left; width: 75px; /* min-height: 110px; */ position: relative; padding-right:5px }
.obitInfo { width:350px; color:#60472B; vertical-align:top; float:left; }
.obitInfoTags { font-weight:bold; }
.obit h4 { margin-bottom:5px; font-size:16px; font-weight:bold; font-style:normal; color:#405215 !important; }
.obitDetails
{
	font-size: 12px;
	line-height: 14px;
	color: #2a1200 !important;
	font-style: normal !important;
	font-weight: normal !important;
	display:inline;
}
.actionBtns { width:150px; height:100px; float:right; vertical-align:top; }
.pagingTxt
{
	text-align: center;
	color: #3F5113;
	font: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-top: 7px;
}
.pagingTxt a
{
	color: #3F5113;
	font: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-decoration: none;
}
.pagingTxt a:hover
{
	text-decoration: underline;
	font-weight: bold;
}
.pagingActive
{
	color: #89A145;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
.clear
{
	height: 5px; 
	overflow: hidden; 
	margin: 0px; 
	clear: both;
}

/* Obituary Details Page */
.obitWrap { width:700px; float: left; }
.obit_innerWrap { width:698px; height:197px; background:url(../images/obit/green/bg_obitPic.png) no-repeat; padding-left:50px; padding-top:10px; }
.obitPic_R { float: left; padding: 10px; }
.obitPic_R img { border: 4px solid #89a145; }
.obitNameDates { padding:5px 0 10px 10px; float: left; }
.obitNameDates h3 { font-family: "Times New Roman" , Times, serif; color: #2a1200; font-weight: bold; font-size: 22px; padding: 0px 0px 0px 15px; }
.obitNameDates h4 { font-family: "Times New Roman" , Times, serif; color: #405215; font-size: 18px; padding: 0px 0px 0px 15px; }
.obitBtns { padding:15px 0 0px 15px; clear:both; }
.obituaryHeader { color: #3F5113; }

/* root element for tabs */
.tabWrap { padding:0px 0px 0px 15px; }
#flowtabs
{
	/* dimensions */
	width: 630px;
	height: 37px !important;
	padding: 0; /* IE6 specific branch (prefixed with "_") */
	_margin-bottom: -2px;
}
#flowtabs ul { padding:0px 0px 0px 35px; }

/* single tab */
#flowtabs li
{
	float: left;
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

/* a- tag inside single tab */
#flowtabs li a
{
	float: left;
	font-size: 13px;
	display: block;
	padding: 8px 30px;
	text-decoration: none;
	border: 1px solid #889345;
	border-bottom: 0px;
	height: 18px;
	background-color: #FFF;
	color: #3F5113;
	margin-right: 2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	position: relative;
	top: 1px;
}

/* mouseover state */
#flowtabs a:hover
{
	background-color: #3F5113;
	color: #FFFFFF;
}

/* currently selected tabs */
#flowtabs a.current
{
	background-color: #3F5113;
	border-bottom: 1px solid #889345;
	color: #FFFFFF;
	cursor: default;
}

/* panes */
#flowpanes
{
	width: 635px; /*height:450px;*/
	border: 1px solid #889345;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	color: #1F1F1F;
	font-size: 12px;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	background-color: #FFF;
	min-height: 700px;
}

/* single pane */
#flowpanes div.flowpane-tab
{
	display: none;
	margin:10px 15px;
}

/* some decorations for elements inside single pane */
#flowpanes div.flowpane-tab h2
{
	font-weight: normal;
	color: #ddd;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
	font-size: 22px;
}

#flowpanes p, #flowpanes samp
{
}

#flowpanes div.narrow
{
	padding-right: 160px;
}

.olive
{
	color: #475C0D;
}

.visitationServiceDetails
{
	background-color: #FFF6D9;
	border: 1px solid #889345;
	width: 595px;
	margin-bottom: 20px;
}

.vsdTitle
{
	background-color: #3F5113;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	height: 14px;
	padding: 10px 0 10px 10px;
}

.visitationDetails
{
	width: 270px;
	float: left;
	border-right: 1px solid #EEE9C1;
}

.serviceDetails
{
	width: 270px;
	float: left;
	padding-left: 10px;
}

.vsdInfo
{
	padding: 10px 0 10px 10px;
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	height: 125px;
}

.visitationDetailsInfo
{
	width: 270px;
	float: left; /*border-right:1px solid #EEE9C1;*/
	padding-bottom: 5px;
}

.serviceDetailsInfo
{
	width: 270px;
	float: left;
	padding-left: 10px;
}
.tributeDetails
{
	color: #3F5113;	
}
a.mapLink
{
	color: #3F5113;
	font-weight: bold;
}
a.mapLink :hover
{
	color: #5d0201;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}

.modal
{
	background-color: #fff;
	display: none;
	width: 770px;
	padding: 15px;
	text-align: left;
	border: 2px solid #889345; /*opacity:0.6;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}

.modal .close, .emailFriend .close
{
	background-image: url(../images/obit/green/close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

.emailFriend
{
	background-color: #fff;
	display: none;
	width: 530px;
	padding: 15px;
	text-align: left;
	border: 1px solid #889345; /*opacity:0.6;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}

.modal .close, .subscribeObit .close
{
	background-image: url(../images/obit/green/close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

.subscribeObit
{
	background-color: #fff;
	display: none;
	width: 530px;
	padding: 15px;
	text-align: left;
	border: 1px solid #889345; /*opacity:0.6;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}

ul.addTribute-tabs
{
	margin: 0 !important;
	padding: 0;
	width: 150px;
}

/* single tab */
ul.addTribute-tabs li
{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* link inside the tab. uses a background image */
ul.addTribute-tabs a
{
	float: left;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px 30px;
	text-decoration: none;
	border: 1px solid #889345;
	border-bottom: 0px;
	border-right: 0px;
	height: 24px;
	background-color: #FFF;
	color: #3F5113;
	margin-right: 2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	position: relative;
	top: 1px;
	width: 150px;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}

ul.addTribute-tabs a.first
{
	border-top: 1px solid #889345;
}

ul.addTribute-tabs a.last
{
	border-bottom: 1px solid #889345;
}

ul.addTribute-tabs a:hover
{
	background-color: #3F5113;
	color: #FFF;
}

/* selected tab */
ul.addTribute-tabs a.current
{
	background-color: #3F5113;
	border-bottom: 1px solid #889345;
	color: #fff;
	cursor: default;
}

div.addTribute-panes div.addTribute-pane
{
	float: left;
	width: 550px;
	display: none;
	border: 1px solid #889345;
	min-height: 150px;
	padding: 0px;
	background-color: #FFF;
}

#subscribeObit-share
{
	margin: 0px 0;
	width: 450px;
	background: white none repeat scroll 0 0;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	padding: 10px;
}

#emailFriend-share
{
	margin: 0px 0;
	width: 450px;
	background: white none repeat scroll 0 0;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	padding: 10px;
}

#emailFriend-form
{
	background-color: #fff;
	padding: 20px;
	margin: 0px 0;
	width: 490px;
}

#emailFriend-form h3
{
	text-align: center;
	margin: 0 0 10px 0;
}

#addTribute-share
{
	margin: 0px 0;
	width: 450px;
	background: white none repeat scroll 0 0;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	padding: 10px;
}

#candleGift-form
{
	background-color: #fff;
	padding: 20px;
	margin: 0px 0;
	width: 490px;
}

#candleGift-form h3
{
	text-align: center;
	margin: 0 0 10px 0;
}

#addVideo-share
{
	margin: 0px 0;
	width: 450px;
	background: white none repeat scroll 0 0;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	padding: 10px;
}

#addVideo-form
{
	background-color: #fff;
	padding: 20px;
	margin: 0px 0;
	width: 450px;
}

#addVideo-form h3
{
	text-align: center;
	margin: 0 0 10px 0;
}

#addPhoto-share
{
	margin: 0px 0;
	width: 450px;
	background: white none repeat scroll 0 0;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	padding: 10px;
}

#addPhoto-form
{
	background-color: #fff;
	padding: 15px;
	margin: 0px 0;
	width: 450px;
}

#addPhoto-form h3
{
	text-align: center;
	margin: 0 0 10px 0;
}

#inputs label, #inputs input, #inputs textarea, #inputs select
{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 20px;
}

#inputs label
{
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

/*#inputs br
{
	clear: left;
}*/

.input_error
{
	background-color: #FFDDDD;
}
.error
{
	background: #FFDDDD url(../images/obit/green/action-error.gif) no-repeat scroll 5px center;
	border: 1px solid #FF0000;
}

.success
{
	background: #CFFFCF url(../images/obit/green/action-success.gif) no-repeat scroll 5px center;
	border: 1px solid #009900;
	color: #003300;
}

.error, .success
{
	margin: 5px 0;
	padding: 5px 5px 5px 25px;
	font-size: 13px;
	width: 88%;
	font-weight: bold;
	margin: 10px;
}

#subscribe_message.error, #subscribe_message.success
{
	margin: 5px 0;
	padding: 3px 5px 3px 25px;
	font-size: 12px;
	width: 165px;
	font-weight: normal;
	margin: 0px;
}

#addVideo-message .error, #addVideo-message .message, #addPhoto-message .error, #addPhoto-message .message, #addTribute-message .error, #addTribute-message .message
{
	margin: 10px;
}

.retweet
{
	background: transparent url(../images/obit/green/widget.gif) no-repeat scroll 0 -45px;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 50px;
	margin-top: 8px;
}

#fileQueue
{
	width: 245px;
	height: 70px;
	overflow: auto;
	border: 1px solid #889345;
	margin-bottom: 0px;
}

/* Tribute */
.tribute
{
	padding: 10px;
	margin: 10px;
	border: 1px solid #889345;
}
.tributePhoto
{
	margin: 5px;
	padding: 5px;
	vertical-align: middle;
}
.tributeInfo
{
	vertical-align: middle;
}
.tributesPaging
{
	text-align: center;
	color: #08385D;
	font: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.tributesPaging a
{
	color: #405215;
	font: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
.tributesPaging a:hover
{
	text-decoration: underline;
	font-weight: bold;
}
.tributesPaging .pagingActive
{
	color: #252f0c;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

/* Form Pop Ups */
.addTribute-panes form, .subscribeObit-pane form, .emailFriend-pane form, .addPhoto-share form, #addPhoto-form, #addPhoto-share form
{
	/*background: white none repeat scroll 0 0;*/
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	/* padding: 10px; */
}
.addTribute-panes fieldset, .subscribeObit-pane fieldset, .emailFriend-pane fieldset, .addPhoto-share fieldset, #addPhoto-form fieldset, #addPhoto-share fieldset
{
	background: white url(../images/obit/green/wforms_bg.gif) repeat-x scroll center bottom;
	border: 1px solid #889345;
	margin: 20px 0;
	padding: 10px 15px 15px;
}
.addTribute-panes legend, .subscribeObit-pane legend, .emailFriend-pane legend, .addPhoto-share legend, #addPhoto-form legend, #addPhoto-share legend
{
	color: #3F5113;
	font-weight: bold;
	padding: 0 45px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}
.repeat
{
	background-color: #FFFFFF;
	margin: 3px 0;
	width: 470px;
}
.addTribute-panes textarea, .subscribeObit-pane textarea, .emailFriend-pane textarea, .addPhoto-share textarea, #addPhoto-form textarea, #addPhoto-share textarea
{
	border: 1px solid #889345;
	margin: 4px 0 1px;
	padding: 0;
	vertical-align: top;
	width: 250px;
	height: 100px;
}

.addTribute-panes input, .subscribeObit-pane input, .emailFriend-pane input, .addPhoto-share input, #addPhoto-form input, #addPhoto-share input
{
	border: 1px solid #889345;
	height: 22px;
	margin: 2px 0;
}
.addTribute-panes input[type="text"], .addTribute-panes input[type="password"], 
.subscribeObit-pane input[type="text"], .subscribeObit-pane input[type="password"],
.emailFriend-pane input[type="text"], .emailFriend-pane input[type="password"],
.addPhoto-share input[type="text"], .addPhoto-share input[type="password"],
#addPhoto-form input[type="text"], #addPhoto-form input[type="password"],
#addPhoto-share input[type="text"], #addPhoto-share input[type="password"]
{
	background: #FFFFFF url(../images/obit/green/field_bg.gif) repeat-x scroll center bottom;
	border: 1px solid #889345;
	height: 22px;
	width: 250px;
}
/*.searchField
{
	background:url(../images/obit/green/bg_search.gif) no-repeat scroll center top;
	height: 41px;
	width: 477px;
}*/
label, .label
{
	color: #333333;
	text-transform: capitalize;
}
label.preField, .label
{
	display: inline-block;
	height: 26px;
	margin: 0 4px 0 0;
	min-width: 13em;
	padding: 0 2px;
}
.label
{
	display: block;
	width: auto;
}
.addTributeBtn
{
	background-color: #3F5113;
	color: #FFF;
	font-weight: bold;
	width: 150px;
	padding: 2px;
	margin-top: 7px;
}
a.links
{
	color: #3F5113;
	font-weight: bold;
}
.tribute table
{
	margin: 0px !important;
}
