.bg {
	background: none !important;
}

.robotic { display: none; }

html {
	overflow: -moz-scrollbars-vertical;
}
body {
	color: #000000;
	padding:0px;
	margin:0px;
	font-family: Helvetica,Arial,sans-serif;
	text-align:center;
	background-color:#666256;
	height:1205px;
	background-image:url('../img/JC_background_med.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	/*background: #666256 url('../img/JC_background.jpg') center no-repeat;*/
}

a:hover {
	text-decoration: none;
	color: #796c5c;
}
/* a, a:visited, a b {
	text-decoration: underline;
	color: #3399bb;
	cursor: pointer;
} */
a img {
	border: none;
	color: #796c5c;
}
table {
	text-align:center;
	/*align:center;*/
	margin:0px;
	color: #5b4a37;
	font-family: Arial,Helvetica, San-Serif;
	font-size: 13px;
	white-space: nowrap;
}

td {
	padding:5px;
	text-align:center;
	background-color:#f2f2f2;
}

#button_panel {
	padding:2px;
	text-align:center;
	background-color:#f2f2f2;
}

#line {
	text-align:left;
	padding-left:8px;
}	

#line_last {
	color:#a4522e;
	text-align:right;
	height:35px;
	font-size:10px;
	font-style:italic;
}

#line_left {
	text-align:left;
	border-bottom:1px solid #b56f51;
	padding-left:8px;
	font-weight: bold;
}

#line_right {
	text-align:right;
	border-bottom:1px solid #b56f51;
	padding-left:60px;
	padding-bottom:10px;
	padding-left:8px;
	font-weight: bold;
}

#button {
	text-align:right;
}

#input {
	cursor:pointer;
	padding-left:10px;
	margin-left:10px;
	float: left;
	width: 226px;
	height: 32px;
	border: none;
	background: url('../img/input.gif') no-repeat;	
}

#textarea_message {
	cursor:pointer;
	margin-left:10px;
	resize:none;
	float: left;
	padding-right:40px;
	overflow:hidden;
	width: 226px;
	height: 192px;
	border: none;
	background: url('../img/input_message.gif') no-repeat;	
}

#textarea_wall_message {
	cursor:pointer;
	margin-left:60px;
	color: #af6140;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	resize:none;
	float: left;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	/*overflow:hidden;*/
	width: 300px;
	height: 72px;
	border: none;
	background: url('../img/input_wall_message_short.gif') no-repeat;	
}

#input_code {
	cursor:pointer;
	padding-left:10px;
	margin-left:10px;
	float: left;
	width: 76px;
	height: 32px;
	border: none;
	background: url('../img/input_code.gif') no-repeat;	
}

#input_date {
	cursor:pointer;
	padding-left:10px;
	margin-left:10px;
	float: left;
	width: 56px;
	height: 32px;
	border: none;
	background: url('../img/input_date.gif') no-repeat;	
}


.input_radio {
  cursor:pointer;
  display:none;
  float: left;
  margin-left:100px;
  border:none;
  border-style:none;
}

.styled-select-freq {
   width: 120px;
   height: 32px;
   padding:6px;
   margin-left:10px;
   overflow: hidden;
   border:none;
   style:none;
   border-style:none;
   background: url("../img/input_freq.gif") left no-repeat;
}

#styled-select-date-day {
   width: 56px;
   height: 32px;
   padding:6px;
   margin-left:10px;
   overflow: hidden;
   border:none;
   style:none;
   border-style:none;
   background: url("../img/input_date_day.gif") left no-repeat;
}

#styled-select-date-year {
   width: 70px;
   height: 32px;
   padding:6px;
   margin-left:10px;
   overflow: hidden;
   border:none;
   style:none;
   border-style:none;
   background: url("../img/input_date_year.gif") left no-repeat;
}
/*

input[type="radio"]:checked+label{ 
	font-weight: bold;
	width:100px;
	height:100px;	
	background: url('../img/input_radio_check.gif') no-repeat;
}

input[type="radio"]:hover+label{ 
	font-weight: bold;

	background: url('../img/input_radio.gif') no-repeat;	 
}

*/

/*
input { background-image: url(original_background.jpg); }
input:hover { background-image: url(mouseover_background.jpg); }
input:active { background-image: url(click_background.jpg); }
*/

#label_div {
	border:1px solid #000;
	width:10px;
}

label {
	
	background: url('../img/input_radio.gif') left center no-repeat;
}

input[type=radio] label {
	background: url('../img/input_radio.gif') no-repeat;
}

input[type=radio]:checked+label {
	font-weight: bold;
	background: url('../img/input_radio_check.gif') left center no-repeat;
}

/*
#radio {
	margin:5px;
}
*/

#container {
	position:relative;
	float:top;
	margin:0px;
	text-align:center;
	border:0px solid #000000;
}

#header	{
	position:relative;
	float:top;
	margin-top:0px;
	border: 0px solid #000000;
	width:984px;
	height:174px;
	margin-left:auto;
	margin-right:auto;
	background: #ffffff url('../img/header.jpg') no-repeat;
}

#menu	{
	position:relative;
	float:top;
	margin:0px;
	padding:0px;
	border: 0px solid #000000;
	width:984px;
	height:65px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ebebeb;
	/*background: url('../img/menu.jpg') no-repeat;*/
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
}

#content {
	position:relative;
	float:top;
	margin:0px;
	border: 0px solid #000000;
	width:984px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
	background-color: #ebebeb;
}

#column-left {
	position:relative;
	float: left;
	text-align:left;
	padding-left:65px;
	margin-left:0px;
	width:420px;
	height:500px;
	border: 0px solid #CCCCCC;
	background-color: #ebebeb;
	
}

#column-right {
	position:relative;
	float: right;
	text-align:left;
	padding-top:12px;
	padding-right:65px;
	height:500px;
	border: 0px solid #CCCCCC;
	background-color: #ebebeb;
}

#column-left1 {
	position:relative;
	float: left;
	text-align:left;
	padding-left:65px;
	margin-left:0px;
	margin-top:10px;
	width:420px;
	height:250px;
	border: 0px solid #CCCCCC;
	background-color: #ebebeb;
	
}

#column-right1 {
	position:relative;
	float: right;
	text-align:left;
	margin-top:-224px;
	padding-right:69px;
	border: 0px solid #CCCCCC;
	background-color: #ebebeb;
}

#text {
	color: #af6140;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:300;
	text-align:left;
}

#text_caption {
	color: #a8522e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:bottom;
	border:0px solid #000;
	margin-top:30px;
	padding-top:10px;
}

#login_error {
	color: #625449;
	font-size: 17px;
	font-weight:300;
	text-align:right;
	padding-right:70px;		
}

#text_about1 {
	color: #af6140;
	padding-left:80px;
	padding-right:80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:300;
	text-align:left;
}
#text_about2 {
	color:#625449;
	font-size:17px;
	font-weight:none;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:80px;
	padding-right:80px;	
	text-align:left;
}

#heading_terms_and_conditions {
  	background-image: url('../img/headings/terms_and_conditions.jpg');
  	float:left;
  	margin-left:30px;
  	width:850px;
  	height:46px;
  	border: 0px solid #000000;
  	margin-bottom:30px;
}

#button_back_to_deceased {
	width:268px;
	/* height:21px; */
	padding-bottom:1px;
	position:relative;
	border: 1px solid #aaaaaa;	
  	background:url('../img/buttons/btn-back.gif') top left;
}
#button_back_to_deceased:hover {
	background-position: 0px -23px;
}

#button_continue {
	width:168px;
	height:29px;
	border: 1px solid #aaaaaa;	
	float:right;
	margin-top:30px;
	margin-right:150px;  
  	background:url('../img/buttons/continue.gif') top left;
}
#button_continue:hover {
	background-position: 0px -29px;
}

#text_terms {
	color: #af6140;
	padding-left:110px;
	padding-right:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:300;
	text-align:left;	
}

#text_terms b {
	color: #af6140;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	text-align:left;	
}

#contributions {
	padding:0px;
}

#td_button {
	height:30px;
}

#text_main {
	color: #af6140;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:300;
	text-align:left;
	height:463px;
}

#recent {
	padding-right: 5px; /*cb - 2013/09/18*/
	//height:463px;
	width:410px;
	/*margin-bottom:26px;*/
}

#current {
	//height:246px;
	border-bottom:1px solid #a4522e;
	background-color:#f2f2f2;
	padding-bottom: 10px;
}

#deceased  {
	position:relative;
	float:top;
	text-align:center;
	width:984px;
	/*height:100%;*/
	border: 0px solid #000000;
	margin-bottom:0px;
}

#deceased_left {
	position:relative;
	float:left;
	border: 0px solid #000000;
	width:265px;
	background-color: #ebebeb;
	margin-left:55px;

}

#deceased_middle {
	position:relative;
	float:left;	
	border: 0px solid #000000;
	/*width:314px;/*474*/
	width:317px;
	margin:0px;
	padding:0px;
}

#deceased_right {
	position:relative;
	float:left;	
	border: 0px solid #000000;
	width:307px;
	background-color: #ebebeb;
	margin-right:40px;
	padding-left:0px;
}

#deceased_info {
	text-align:left;
	border-bottom: 1px solid #bfc2d6;
	/*width:100%;*/
}

#deceased_banner{
	text-align:center;
	width:100%;
	height:211px;
	background-color: #ebebeb;
	/*font-weight: bold;*/
	font-family: Georgia,Arial,sans-serif;
	color: #5b4a37;
	padding:2px;
	/*background: url('../img/deceased_background_shadow.jpg') no-repeat;*/
}

#deceased_banner.bg {
	background: url('../img/deceased_background_shadow.jpg') no-repeat !important;
}

#deceased_banner_head {
	font-size:25px;
	color:#675846;
	font-weight:bold;
	position:relative;
	float:top;
	padding-top:20px;
	padding-left:4px;
	padding-right:4px;
	width:auto;
	height:45px;
	border: 0px solid #000000;
}

#deceased_banner_middle {
	font-size:22px;
	color:#b36c4d;
	font-weight:bold;
	position:relative;
	float:top;
	padding-top:10px;
	padding-left:6px;
	padding-right:6px;
	width:auto;
	height:70px;
	border: 0px solid #000000;
}

#deceased_banner_foot {
	font-size:25px;
	color:#675846;
	font-weight:bold;	
	text-align:center;
	position:absolute;
	top:150px;
	left:0px;
	right:0px;
	width:auto;
	height:auto;
	border: 0px solid #000000;
}

#level1_left {
	padding-left:0px;
	height:215px;
	background-color: #ebebeb;
}

#level1_right {
	height:215px;
	padding-left:25px;
	padding-right:15px;
}

.black_overlay{
	display: none;
	position: relative;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 1%;
	left: 75%;
	right: 25%	
	padding: 5px;
	border: 0px solid #8B7355;
	z-index:1002;
	overflow: auto;
}


/* Buttons and Navigation - Home Page*/

#button_donate {
	width:168px;
	height:29px;
	border: 1px solid #aaaaaa;	
	margin-left:auto;
	margin-right:auto;  
  	background:url('../img/buttons/donate.gif') top left;
}
#button_donate:hover {
	background-position: 0px -29px;
}

#button_place_stone {
	width:168px;
	height:29px;
	border: 1px solid #aaaaaa;	
	margin-left:auto;
	margin-right:auto;  
  	background:url('../img/buttons/placestone.gif') top left;
}
#button_place_stone:hover {
	background-position: 0px -29px;
}

#menu_home,#menu_leaf,#menu_stone,#menu_message,#menu_donate,#menu_contact,#menu_space,#menu_newsletter {
	height:45px;
	background-repeat: no-repeat;
	background-position: top left;
}

#menu_home:hover,#menu_leaf:hover,#menu_stone:hover,#menu_message:hover,#menu_donate:hover,#menu_contact:hover,#menu_newsletter:hover {
	background-position: 0px -45px;
}

#menu_home {
	width:122px;	
	background: url('../img/nav/menu-home.jpg');
}

#menu_leaf {
	width:122px;
	background: url('../img/nav/menu-leaf.jpg');
}

#menu_stone {
	width:153px;
	background: url('../img/nav/menu-stone.jpg');
}

#menu_message {
	width:164px;
	background: url('../img/nav/menu-message.jpg');
}

#menu_donate {
	width:95px;	
	background: url('../img/nav/menu-donate.jpg');
}

#menu_contact {
	width:132px;	
	background: url('../img/nav/menu-contact.jpg');
}

#menu_space {
	width:62px;	
	background-image: url('../img/nav/menu-space.jpg');
}

#menu_newsletter {
	width:196px;	
	background: url('../img/nav/menu-subscriptions.jpg');
}

/* Buttons and Navigation - Deceased Page*/

#button_sign_register {
	display: block;
   	color:none;
	width:231px;
	height:31px; 
	border: 2px solid #aaaaaa;
	margin-left:auto;
	margin-right:auto;  
  	background: url('../img/buttons/deceased/sign-register.gif') top left;

}
#button_sign_register:hover {
	background-position: 0px -31px;
}

#yahrzeit-reminder {
	display: block;
   	color:none;
	width:231px;
	height:31px; 
	border: 2px solid #aaaaaa;
	margin-left:auto;
	margin-right:auto;  
  	background: url('../img/buttons/deceased/yahrzeit-reminder.gif') top left;

}
#yahrzeit-reminder:hover {
	background-position: 0px -31px;
}

#button_place_a_stone {
   	display: block;
	width:231px;
	height:31px;
	border: 2px solid #aaaaaa;
	margin-left:auto;
	margin-right:auto;  
  	background: url('../img/buttons/deceased/place-stone.gif') top left;
}
#button_place_a_stone:hover {
	background-position: 0px -31px;
}

#button_buy_a_leaf {
   	display: block;
	width:231px;
	height:31px;
	border: 2px solid #aaaaaa;	
	margin-left:auto;
	margin-right:auto;  
  	background: url('../img/buttons/deceased/tree-of-life.gif') top left;
}
#button_buy_a_leaf:hover {
	background-position: 0px -31px;
}

#button_write_on_the_wall {
   	display: block;
	width:231px;
	height:31px;
	border: 2px solid #aaaaaa;	
	margin-left:auto;
	margin-right:auto;  
  	background: url('../img/buttons/deceased/write-wall.gif') top left;
}
#button_write_on_the_wall:hover {
	background-position: 0px -31px;
}

#button_request_a_service {
   	display: block;
	width:231px;
	height:31px;
	border: 2px solid #aaaaaa;
	margin-left:auto;
	margin-right:auto;  
  	background: url('../img/buttons/deceased/special-grave-care.gif') top left;
   	text-decoration: none;
}
#button_request_a_service:hover {
	background-position: 0px -31px;
}

/* Buttons and Navigation - Login Page*/

#button_login {
	display: block;
   	color:none;
	width:167px;
	height:28px;
	border: 1px solid #aaaaaa;
  	background: url('../img/buttons/login.gif') top left;
}
#button_login:hover {
	background-position: 0px -28px;
}


#contactus_form {
	postion:relative;
	float:left;
	border: 0px solid #000000;
	padding-left:80px;
	border-right: 1px solid #b56f51;
}

#contactus_form_det {
	color: #af6140;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:300;	
	text-align:left;
	position:relative;
	float:right;
	border: 1px solid #000000;
	margin-right:270px;
	width:230px;
	height:550px;
	padding-top:0px;
	padding-left:30px;
	border:0px solid #000;
}

#contactus_form_det b {
	color: #af6140;
	font-weight:bold;	
}

#heading_search {
  	background-image: url('../img/headings/search.jpg');
  	width:936px;
  	height:46px;
  	border: 0px solid #000000;
  	margin-bottom:5px;
}

#heading_donation {
  	/*background-image: url('../img/headings/how_can_you_help.jpg');*/
	background-image: url('../img/headings/maintain_cemeteries_2.jpg');
  	position:relative;
  	float:left;
  	width:480px;
  	height:37px;
  	border: 0px solid #000000;
  	margin-bottom:5px;
}

#heading_request_a_service {
  	background: url('../img/headings/request_a_service.jpg') no-repeat;
  	position:relative;
  	padding-bottom:20px;
  	float:left;
  	width:932px;
  	height:64px;
  	border: 0px solid #000000;
  	margin-bottom:30px;		
}

#heading_special_grave_care{
  	background: url('../img/headings/special_grave_care.jpg') no-repeat;
  	position:relative;
  	padding-bottom:20px;
  	float:left;
  	width:932px;
  	height:64px;
  	border: 0px solid #000000;
  	margin-bottom:30px;		
}

#heading_funeral_registrar {
  	background-image: url('../img/headings/funeral_registrar.jpg');
  	position:relative;
  	float:left;
  	width:419px;
  	height:67px;
  	border: 0px solid #000000;
  	margin-top:2px;
  	margin-bottom:30px;		
}

#heading_funeral_registrar_2 {
  	background: url('../img/headings/donation_2.jpg') no-repeat;
  	position:relative;
  	float:left;
  	width:419px;
  	height:67px;
  	border: 0px solid #000000;
  	margin-top:1px;
  	margin-left:30px;
  	margin-bottom:30px;		
}

#maintenance {
	color:#625449;
	font-size:18px;
	font-weight:none;
  	background: url('../img/headings/maintenance_package.jpg') top no-repeat;
  	margin-top:50px;
  	padding-top:50px;
  	position:relative;
  	float:left;
  	width:400px;
  	height:22px;
  	border: 0px solid #000000;
  	margin:0px;		
}

#search_list {
	padding-left:70px;
}

#heading_search_results {
  	background-image: url('../img/headings/search_results.jpg');
  	width:936px;
  	height:36px;
  	border: 0px solid #000000;
  	margin-top:30px;
}

#search_form {
	postion:relative;
	float:top;
	text-align:center;
	border: 0px solid #000000;
	padding-left:180px;
}

#button_search {
	display: block;
   	color:none;
	width:168px;
	height:29px;
	border: 1px solid #aaaaaa;
  	background: url('../img/buttons/search.gif') top left;
}
#button_search:hover {
	background-position: 0px -29px;

}

#donations_form {
	position:relative;
	float:top;
	border: 0px solid #000000;
	padding-top:20px;
	padding-left:50px;
}

#contacts_form {
	position:relative;
	float:top;
	border: 0px solid #000000;
	margin-left:150px;
}

#forgot_form {
	position:relative;
	float:top;
	border: 0px solid #000000;
	margin-left:150px;
}

#form_fieldname {
	text-align:left;
	background-color:#ebebeb;
	font-weight:bold;
}

#form_fieldvalue {
	text-align:left;
	background-color:#ebebeb;
	max-width: 332PX;
}

#form_validation {
	padding-left:20px;
	color:red;
	text-align:left;
	background-color:#ebebeb;
}

#button_contactus {
	position:relative;
	float:left;
	display: block;
   	color:none;
	width:168px;
	height:29px;
	padding:0px;
	margin-left:12px;
	border: 1px solid #aaaaaa;
  	background: url('../img/buttons/submit.gif') top left;
}
#button_contactus:hover {
	background-position: 0px -29px;
}


#button_buy_a_leaf_donate {
	position:relative;
	float:left;
	display: block;
   	color:none;
	width:168px;
	height:29px;
	padding:0px;
	margin-left:12px;
	border: 1px solid #aaaaaa;
  	background: url('../img/buttons/buyleaf.gif') top left;
}
#button_buy_a_leaf_donate:hover {
	background-position: 0px -29px;
}

#button_buy_a_leaf_donate_2 {
	position:relative;
	float:left;
	display: block;
   	color:none;
	width:250px;
	height:102.5px;
	padding:0px;
	margin-left:12px;
	border: 1px solid #aaaaaa;
  	background: url('../img/buttons/buy_leaf_detail.gif') top left;
}
#button_buy_a_leaf_donate:hover {
	background-position: 0px -102.5.5px;
}

#button_sign_registrar {
	position:relative;
	float:left;
	display: block;
   	color:none;
	width:168px;
	height:29px;
	padding:0px;
	margin-top:10px;
	margin-left:12px;
	border: 1px solid #aaaaaa;
  	background: url('../img/buttons/register.gif') top left
}
#button_sign_registrar:hover {
	background-position: 0px -29px;
}

#button_contact {
	position:relative;
	float:left;
	display: block;
   	color:none;
	width:168px;
	height:29px;
	padding:0px;
	margin-left:12px;
	border: 1px solid #aaaaaa;
  	background: url('../img/buttons/submit.gif') top left;
}
#button_contact:hover {
	background-position: 0px -29px;
}

#yahrzeit_reminder {
	margin:10px;
	margin-left:80px;
	width:168px;
	height:29px;
	border: 1px solid #aaaaaa;
  	background: url('../img/buttons/addmetolist.jpg') top left;
}
#yahrzeit_reminder:hover {
	background-position: 0px -29px;
}

#yahrzeit_back {
	position:relative;
	float:right;
	margin:10px;
	margin-left:160px;
	width:168px;
	height:29px;
	border: 1px solid #aaaaaa;
  	background: url('../img/buttons/back.gif') top left;
}
#yahrzeit_back:hover {
	background-position: 0px -29px;
}


#button_retrieve_passwd {
	position:relative;
	float:left;
	display: block;
   	color:none;
	width:168px;
	height:29px;
	padding:0px;
	margin-left:12px;
	border: 1px solid #aaaaaa;
  	background: url('../img/buttons/resetpassword.gif') top left;	
}
#button_retrieve_passwd:hover {
	background-position: 0px -29px;
}

#button_donation {
	position:relative;
	float:left;
	display: block;
   	color:none;
	width:168px;
	height:29px;
	padding:0px;
	border: 1px solid #aaaaaa;
  	background: url('../img/buttons/donate.gif') top left;
}
#button_donation:hover {
	background-position: 0px -29px;
}

#button_register {
   	display: block;
	width:168px;
	height:69px;
	border: 2px solid #aaaaaa;
	margin-left:auto;
	margin-right:auto;  
  	background: url('../img/buttons/newaccount.gif') top left;
}
#button_register:hover {
	background-position: 0px -69px;
}

#button_write_on_wall {
	position:relative;
	float:left;
	display: block;
   	color:none;
	width:168px;
	height:29px;
	margin-left:65px;
	border: 1px solid #aaaaaa;
  	background: url('../img/buttons/addtowall.gif') top left;
}
#button_write_on_wall:hover {
	background-position: 0px -29px;
}

#register_left {
	position:relative;
	float:left;
	text-align:center;
	width:420px;
	height:300px;
	padding-left:80px;
	border-right: 1px solid #b56f51;
}

#register_right {
	position:relative;
	float:right;
	text-align:center;
	width:240px;
	height:100%;
	padding-right:185px;
	border: 0px solid #000000;	
}

#heading_login_register_exist {
  	background-image: url('../img/headings/existing_user.jpg');
  	float:left;
  	width:443px;
  	height:46px;
  	border: 0px solid #000000;
  	margin-bottom:30px;
}
#heading_login_register_new {
  	background-image: url('../img/headings/new_user.jpg');
  	float:left;
  	margin-left:30px;
  	width:443px;
  	height:46px;
  	border: 0px solid #000000;
  	margin-bottom:30px;
}

#heading_maintain_cemeteries {
  	background-image: url('../img/headings/maintain_cemeteries.jpg');
  	margin-left:5px;
	width:868px;
  	height:41px;
	clear:both;
  	border: 0px solid #000000;
}

#heading_yahrzeit_reminder {
  	background-image: url('../img/headings/yahrzeit_reminder.jpg');
	position:relative;
	float:left;
	clear:both;
  	width:950px;
  	height:41px;
	
  	border: 0px solid #000000;
}

#heading_register {
	background-image: url('../img/headings/register.jpg');
  	width:983px;
  	height:40px;
  	border: 0px solid #000000;
  	margin-bottom:30px;
}

#heading_deceased {
  	/*background-image: url('../img/headings/deceased.jpg');*/
  	width:936px;
  	height:46px;
  	margin-bottom:15px;
}

#heading_about {
  	background-image: url('../img/headings/about.jpg');
  	width:936px;
  	height:37px;
  	border: 0px solid #000000;
  	margin-bottom:5px;
}
#heading_contactus {
  	background-image: url('../img/headings/contactus.jpg');
  	width:930px;
  	height:37px;
  	border: 0px solid #000000;
  	margin-bottom:25px;
}

#heading_write_on_wall {
  	background-image: url('../img/headings/write_on_wall_short.jpg');
  	width:450px;
  	height:37px;
  	border: 0px solid #000000;
  	margin-bottom:15px;	
}

#menu_heading_write_on_wall {
  	background-image: url('../img/headings/menu_memorial_wall.jpg');
  	width:983px;
  	height:37px;
  	border: 0px solid #000000;
  	margin-bottom:15px;	
}

#menu_heading_place_a_stone {
  	background-image: url('../img/headings/menu_place_a_stone.jpg');
  	width:983px;
  	height:37px;
  	border: 0px solid #000000;
  	margin-bottom:15px;	
}

/* Memorial Wall */
#level2_middle {
	position:relative;
	float:top;
	text-align:center;
	padding-left:7px;
	/*margin-top:15px;*/
	margin-top:11px;
}

#wall_wrap {
	position:relative;
	width:296px;
	border:1px solid darkblue;
	padding:0px;
}

#heading_memorial_wall {
	margin-top:5px;
	padding:0px;
	width:299px;
	height:31px;
	background: #e0d6d2 url('../img/heading_memorial_wall.jpg') no-repeat;	
}

#scroll_top {
	position:relative;
	margin-top:0px;
	margin-left:0px;
	float:top;
	width:292px;
	height:18px;
	border: 2px solid #dac5bc;
	background: #e0d6d2 url('../img/wall/mem_top.gif') no-repeat;
}
#scroll_top:hover {
	background-position: 0px -18px;
}

#scroll_bot {
	position:relative;
	margin-left:0px;
	float:top;
	width:292px;
	height:18px;
	border: 2px solid #dac5bc;
	background: #e0d6d2 url('../img/wall/mem_bot.gif') no-repeat;
}
#scroll_bot:hover {
	background-position: 0px -18px;
}

#scroll_top_disabled {
	display:none;
	position:relative;
	margin-left:0px;
	float:top;
	width:293px;
	height:18px;
	border: 2px solid #dac5bc;
	background-color: #d7d7d7;
}
#scroll_bot_disabled {
	position:relative;
	margin-left:0px;
	float:top;
	width:293px;
	height:18px;
	border: 2px solid #dac5bc;
	background-color: #d7d7d7;
}

.delete_mem {
	position:relative;
	float:top;
	margin-top:-7px;
	margin-left:270px;
	padding:0px;
	width:20px;
	height:20px;
	background: url('../img/wall/delete.png') no-repeat;	
}

.delete_label {
	position:relative;
	display:none;	
}

.mem_message {
	clear:both;
	font-size:12px;/*new*/
	text-align:left;
	position:relative;
	padding:5px;
	color:#5b4a37;
	float:top;
	margin-top:2px;
	margin-left:0px;
	border: 1px solid #dac5bc;
	background-color: #ebebea;
	height:60px;
}
.mem_message:hover {
	background-color: #e1d6d4;
}

.note_summary {
	margin-top:5px;
	position:relative;
	float:bottom;
	clear:both;
	height:30px;
	font-weight:none;
	font-style:italic;
	border-bottom: 0px solid #dac5bc;
}

.mem_sign {
	align-text:left;
	float:left;
	width:auto;
	color:#5b4a37;
	font-size:12px;
	font-weight:none;
	border: 0px solid #dac5bc;
	padding:2px;
	margin:5px;
}

.mem_middle {
	position:relative;
	float:bottom;
	border: 0px solid #dac5bc;
	height:26px;
}
.mem_date {
	align-text:right;
	float:right;
	width:auto;
	color:#a8522e;
	font-size:12px;
	font-weight:none;
	border: 0px solid #dac5bc;
	padding:2px;
	margin:5px;
}

.view_msg {
	display:none;
	height:100%;
	width:100%;
}

#memorial_wall {
	/* background-color:#dddddd; */
	margin-left:2px;
}



/* Tree of Life */


#tree_of_life {
	background-color: #ebebeb;
	margin-top:25px;
	margin-left:15px;
	border: 0px solid #CCCCCC;
	padding-top:300px;
	float:top center;
	height:auto;
	background-position:left top;
	background-repeat:no-repeat;
	
}

#tree_bed_buy {
	margin-top:-1x;
	padding:2px;
	width:270px;
	height:16px;
	margin-left:99px;
	background-color: #bbb3b0;
	/*background: #bbb3b0 url('../img/tombstone/stone_15.gif') no-repeat;*/
	border: 1px solid #000;
}

#tree_of_life_buy {
	background-color: #ebebeb;
	margin-top:100px;
	margin-left:100px;
	border: 0px solid #CCCCCC;
	width:270px;
	padding-top:300px;
	float:top center;
	height:auto;
	background-position:left top;
	background-repeat:no-repeat;
	border: 0px solid #000;
	
}

#donations_form_tree {
	position:relative;
	float:right;
	padding-left:30px;
	border-left: 0px solid #b56f51;
	padding-top:0px;
	padding-right:60px;
}

#heading_buy_a_leaf {
  	background-image: url('../img/headings/buy_a_leaf.jpg');
  	position:relative;
  	float:left;
  	width:983px;
  	height:32px;
  	border: 0px solid #000000;
  	margin-bottom:10px;	
}

.jew_button {
	background: #AC5228;
	border: 2px solid #aaaaaa;
	height: 29px;
	/*width: 168px;*/
	padding-right: 14px;
	padding-left: 14px;
	color: #FFF;
	font-size: 17px;}
.jew_button:hover {background: #8E3B0D;}

#wall_table {
	margin-top: 20px;
}

#wall_table td {
	padding: 0;
}

#wall_table #input,#wall_table .styled-select-freq,#wall_table td #textarea_wall_message,#wall_table td #button_write_on_wall {
	margin-left: 0 !important;
}

div#search input[type="text"] {
	cursor:pointer;
	padding-left:10px;
	margin-left:10px;
	float: left;
	width: 226px;
	height: 32px;
	border: none;
	background: url('../img/input_eb.gif') no-repeat;
}

#fb_share_post {
	width:168px;
	height:29px;
	border: 1px solid #aaaaaa;	
	margin-left:auto;
	margin-right:auto;  
  	background:url('../img/buttons/fb_share.gif') top left;
}
#fb_share_post:hover {
	background-position: 0px -29px;
}

td#line img {
	float: right;
}

td#line.max_leaf {	
	/*max-width: 120px;*/
	width: 100px;
}


td#line.date{
	width: 50px;
}

td#line.center {
	text-align: center;	
}

   .thermometer-outer {
     border-left: 1px solid #5b4a37;
     border-right: 1px solid #5b4a37;
     background: #f2f2f2;
   }
   .thermometer-outer-h {
     height: 20px;
     width: 100%;
   }
   .thermometer-outer-v {
     height: 160px;
     width: 30px;
   }
   
.thermometer {
	margin-left: 20px;
	margin-top: 8px;
}

.thermometer-inner {
     background: #81BB40;
   }
.thermometer-inner-h {
  height: 20px;
}
.thermometer-inner-v {
  width: 28px;
}
	
.bulb {
	border-radius: 50%;
	border: 1px solid #5b4a37;
	background: #81BB40;
	width: 70px;	
}

.bulb,.blank_bulb {
	height: 70px;
	margin-top: -4px;
}
ul.meter {
	text-align: left;padding: 0;list-style: none;margin: 0; height: 160px;
}
ul.meter li {
	font-weight: bold;
}

ul.meter li.top {
	margin-top: -17px;
}

ul.meter li.middle {
	margin-top: 9px;
	margin-bottom: 9px;
}

.bulb:before {
	content: url('../img/reflex_light.png');	
	width: 1px;
}

td.no_pad {
	padding: 0;
}

.f-left {
	float: left;	
	overflow: hidden;
}

.f-right {
	float: right;
	overflow: hidden;	
}

.m-left-65 {
	margin-left: 65px;
}

.m-right-65 {
	margin-right: 65px;
}

.p-7 {
	padding: 7px;
}

.p-left-65 {
	padding-left: 65px;	
}

.p-right-65 {
	padding-right: 65px;	
}

.m-top-10 {
	margin-top: 10px;
}

.m-top-20 {
	margin-top: 20px;
}

.w-p48 {
	width: 48%;	
}	

.w-p49 {
	width: 49%;	
}	
  
 .f-parent {
 	overflow: hidden;
 }
  
  
 .m-h-598 {
 	max-height: 598px;
 } 
 
 ul.term li {
 	font-weight: bold;
 	font-size: 11px;
 }
 
 ul li.top {
 	padding-bottom: 10px;
 }

 ul li.mid {
 	// padding-top: 6px;
 	/*padding-top: 7.5px;
 	padding-bottom: 6px;*/
	padding: 10px 0 10px; /* dst - cb - 20161017*/
 }

 ul li.bot {
 	//padding-top: 6px;
 	//padding-top: 4px;
 	padding-top: 10px;
 }
 
 div#recent_donors td#line {
 	padding-left: 0;
 	padding-right: 0;
 }
 
 div#recent_donors td#line.date{
	padding-left: 5px;
 }
 
 #week_consecration {
	min-height: 128px;
	border-bottom: 1px solid #a4522e;
	background-color: #f2f2f2;
	padding-bottom: 10px;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
	background-color: #f2f2f2;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
	color: #a8522e;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
	background-color: #d3d3d3;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

*:focus {
    outline: 0;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	/*padding: 1em 1.4em;*/
	background: none;
}

img.paypalLogo {
	height: 15px;
	/*height: 21px;*/
	position: relative;
	float: right;
}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }
      
      
#tabs-2 {
	min-height: 350px;
}

#tabs-2 table {
	width: 100%;
}      

*.hide {
	display: none;
}

p.show {
	display: initial;
}

.back-none {
	background: none;
}

.button-back {
	width: 120px;
	font-style:italic;
	height:21px;
	padding-bottom:1px;
	position:relative;
	border: 1px solid #aaaaaa;	
  	background:url('../img/buttons/btn-back.gif') top left;
  	text-align: center;
  	color: #FFF;
}

.button-back:hover {
	background-position: 0px -23px;
}

a.clear {
  	text-decoration: none;
}	

#paypal #form_fieldname > img {
	max-height: 20px;
}


/* HOME PAGE MEMORIAL SLIDER - 2014-11-05 */
.mem_sign.home {
	margin-left: 0;
	padding-left: 0;
}

#wall_wrap.home .message {
	font-style: italic;	
}
	
#wall_wrap.home {
	width: 394px;
}

#wall_wrap.home #scroll_top, #wall_wrap.home #scroll_bot {
	width: 390px; 
	cursor: pointer; 
	background-position: 50% 0%;
}

#wall_wrap.home #memorial_wall {
	position:relative;
	float:top;
	width:390px;
	height:300px;
	border:0px solid #CCCCCC;
	overflow:hidden;
}

#wall_wrap.home #mes_wrap {
	position:relative;
	float:top;
	top:0px;
	left:0px;	
}

#wall_wrap.home .mem_message {
	height: 100%;
} 

#wall_wrap.home .footer p {
	width: 50%;
	float: left;
	margin-bottom: 0;
}

.clear:after {
    clear: both;
    content: "";
    display: table;
}


.memorial_date {
	text-align:right;
	color:#a8522e;
	font-size:12px;
	font-weight:none;	
}

#wall_wrap.home .message.hide {
	white-space: normal;
}

#recent_donors table {
	background-color: #f2f2f2;
	margin: 0;
	padding: 0;
}

#recent_donors table  td, #recent_donors table  th {
	text-align: left;
}

#recent_donors table  tbody td:not(:first-child):not(:last-child),#recent_donors table  thead th:not(:first-child):not(:last-child) {
	padding-left: 0;
	padding-right: 0;
}

#recent_donors table  tbody td:first-child, #recent_donors table  thead th:first-child {
	padding-right: 0;
}

#recent_donors table  tbody td:last-child, #recent_donors table  thead th:last-child {
	padding-left: 0;
}

.text-wrap {
	white-space: normal;
}

.blockTitle, td.blockTitle {
	text-align: left;
}


.hebrewName {
	font-size: 25px;
	/*color: #b36c4d;*/
	font-weight: bold;
	border: 0px solid #000000;
	float: right;
	background: #ebebeb;
}

.hebrewName.hide {
	/*margin-top: -24px;*/
}

#longname {
	margin-top: -24px;
}

#shortname {
	margin-top: 5px
}

.one-third {
	width: 33%;
	float:left;
}

.btn {
  text-decoration: none;
  text-align: left;
  color: #ebebe9 !important;
  font-size: 16px;
  font-weight: 100;
  border: 2px solid rgb(170, 170, 170);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 30px;
  display: block;
  background: rgb(176, 97, 64);  
  margin: -3px;
}

/*.btn:after {
	content: '>';	
	font-size: 15px;
  	position: relative;
  	right: -18px;
}*/

.btn:hover {
	color: #ebebe9;
	background: #8F3C0E;
}


#previewPicture {
	float: left;
	position: relative; 
	overflow: hidden;
	border: 1px solid rgb(173, 82, 41);
}	

#previewPicture img {	
	width: 200px;
	height: 200px;
}
	
#profilePicture {
	float: left;
}

#profilePicture img {
	  width: 620px;	
}

.imgSelector{
	float: left; 
	position: relative; 
	overflow: hidden;
	width: 100px;
	height: 100px;
}

#pp_wrap {
	position:relative;
	left:150px;
	width:700px;
	overflow:auto;
	border:1px solid #af6140;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

.dropboxz {
	/*-webkit-box-shadow: 0px 11px 5px -5px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 11px 5px -5px rgba(0,0,0,0.24);
	box-shadow: 0px 11px 5px -5px rgba(0,0,0,0.24);
	box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.24);*/
}

/*.profilePictureParent {
	-webkit-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.24);
	box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.24);
	height: 205px;
	width: 310px;
	overflow:hidden;
}*/
.profilePictureParent {
	margin:auto;
	-webkit-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.24);
	box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.24);
	width: 240px;
	overflow:hidden;
}

/* based on aspect ratio*/

.profilePictureParent43 {
	margin:auto;
	-webkit-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.24);
	box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.24);
	width: 280px;
	overflow:hidden;
	/* ratio 1.78*/
}

.profilePictureParent23 {
	margin:auto;
	-webkit-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.24);
	box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.24);
	width: 185px;
	overflow:hidden;
	/* ratio 1.78*/
}


#recent_profile_picture img {
	max-height: 28px;
}