/* Home Page Obit Listings */
#image_content 
{
	background: #FFF url('../images/obit/blue/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 #bfd0dc;
	padding:2px;
}
#image_content span {
	color:#111111;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
/* Obituary Listings */
.search
{
	padding: 0px;
}
.searchField
{
	width: 500px !important;
	height: 29px !important;
	padding: 5px 0px 0px 10px;
	border-style: none;
	color: #3d3d3d;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 3px;
}
.searchBTN
{
	width: 84px;
	height: 40px;
	background: url(../images/obit/blue/btnSearch.jpg) no-repeat;
	border-style: none;
	cursor: pointer;
}
.obitList
{
	padding: 15px 0px 0px 10px;
	float: left;
}
.obit
{
	width: 600px;
	border: solid 1px #bfd0dc;
	background: #fff;
	float: left;
	line-height:18px;
}
.obit:hover
{
	background:none repeat scroll 0 0 #c9e0f0;
	border:1px solid #bfd0dc;
}
.obit a
{
	cursor: pointer;
	text-decoration: none;
}
.obitPic_Small
{
	float: left;
	width: 75px;
	min-height: 110px;
	position: relative;
	margin: 6px;
}
span.obitName
{
	width: 603px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	font-style:normal;
	color: #333333 !important;
}
span.obitDetails
{
	font-size: 12px;
	line-height: 14px;
	color: #000000 !important;
	font-style: normal !important;
	font-weight: normal !important;
}
.actionBtns
{
	width: 100px;
	margin: 7px; 
	float: right; 
	width: 140px;
}
.pagingTxt
{
	text-align: center;
	color: #08385D;
	font: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-top: 7px;
}
.pagingTxt a
{
	color: #08385D;
	font: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-decoration: none;
}
.pagingTxt a:hover
{
	text-decoration: underline;
	font-weight: bold;
}
.pagingActive
{
	color: #083d65;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
.clear
{
	height: 5px; 
	overflow: hidden; 
	margin: 0px; 
	clear: both;
}

/* Obituary Details Page */
.obitWrap
{
	width: 630px;
	float: left;
}
.obit_innerWrap { 
	float: left;
	width: 625px;
	border: solid 1px #bfd0dc;
	/*background: #c5b89f;*/
	padding: 5px;
	margin: 10px 0 5px 0px;
	background-color:#FFFFFF;
}
.obitPic_R {
	float: left;
	padding: 10px;
}
.obitPic_R img {
	border: 4px solid #BFD0DC;
}
.obitNameDates
{
	padding: 5px 0 10px 10px;
	float: left;
}
.obitBtns { 
	padding:15px 0 0px 15px;
	float: left;
}
.obitBtns img 
{
	margin-left: 5px;
}
.detailName
{
	font-family: "Times New Roman" , Times, serif;
	color: #2a1200;
	font-weight: bold;
	font-size: 22px;
	padding: 0px 0px 0px 15px;
}
.detailDates
{
	font-family: "Times New Roman" , Times, serif;
	color: #08385D;
	font-size: 18px;
	padding: 0px 0px 0px 15px;
}
.obituaryHeader
{
	color: #08385D;
}

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

/* 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 #bfd0dc;
	border-bottom: 0px;
	height: 18px;
	background-color: #FFF;
	color: #08385d;
	margin-right: 2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	position: relative;
	top: 1px;
}

/* mouseover state */
#flowtabs a:hover
{
	background-color: #bfd0dc;
	color: #08385d;
}

/* currently selected tabs */
#flowtabs a.current
{
	background-color: #bfd0dc;
	border-bottom: 1px solid #bfd0dc;
	color: #08385d;
	cursor: default;
}

/* panes */
#flowpanes
{
	width: 635px; /*height:450px;*/
	border: 1px solid #bfd0dc;
	-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: #dcedfa;
	border: 1px solid #bfd0dc;
	width: 595px;
}

.vsdTitle
{
	background-color: #bfd0dc;
	color: #08385d;
	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: #08385d;
	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: #08385D;	
}
a.mapLink
{
	color: #08385D;
	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 #bfd0dc; /*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/blue/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 #bfd0dc; /*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/blue/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 #bfd0dc; /*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 #bfd0dc;
	border-bottom: 0px;
	border-right: 0px;
	height: 24px;
	background-color: #FFF;
	color: #08385D;
	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 #bfd0dc;
}

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

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

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

div.addTribute-panes div.addTribute-pane
{
	float: left;
	width: 550px;
	display: none;
	border: 1px solid #bfd0dc;
	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/blue/action-error.gif) no-repeat scroll 5px center;
	border: 1px solid #FF0000;
}

.success
{
	background: #CFFFCF url(../images/obit/blue/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/blue/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 #bfd0dc;
	margin-bottom: 0px;
}

/* Tribute */
.tribute
{
	padding: 10px;
	margin: 10px;
	border: 1px solid #bfd0dc;
}
.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: #08385D;
	font: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
.tributesPaging a:hover
{
	text-decoration: underline;
	font-weight: bold;
}
.tributesPaging .pagingActive
{
	color: #083d65;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

/* Form Pop Ups */
form
{
	/*background: white none repeat scroll 0 0;*/
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	padding: 10px;
}
fieldset
{
	background: white url(../images/obit/blue/wforms_bg.gif) repeat-x scroll center bottom;
	border: 1px solid #bfd0dc;
	margin: 20px 0;
	padding: 10px 15px 15px;
}
legend
{
	color: #08385D;
	font-weight: bold;
	padding: 0 45px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}
.repeat
{
	background-color: #FFFFFF;
	margin: 3px 0;
	width: 470px;
}
textarea
{
	border: 1px solid #bfd0dc;
	margin: 4px 0 1px;
	padding: 0;
	vertical-align: top;
	width: 250px;
	height: 100px;
}
input
{
	border: 1px solid #bfd0dc;
	height: 22px;
	margin: 2px 0;
}
input[type="text"], input[type="password"]
{
	background: #FFFFFF url(../images/obit/blue/field_bg.gif) repeat-x scroll center bottom;
	border: 1px solid #bfd0dc;
	height: 22px;
	width: 250px;
}
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: #08385D;
	color: #FFF;
	font-weight: bold;
	width: 150px;
	padding: 2px;
	margin-top: 7px;
}
a.links
{
	color: #08385D;
	font-weight: bold;
}
