/* ***************************
  Site - Synagogue
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/
@font-face {
    font-family: 'montserratregular';
    src: url('../font/montserrat-regular-webfont.eot');
    src: url('../font/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/montserrat-regular-webfont.woff') format('woff'),
         url('../font/montserrat-regular-webfont.ttf') format('truetype'),
         url('../font/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ***************************
   $1 GLOBAL Styles
   ***************************/

* {
	margin: 0;
	padding: 0;
}
a {
	/*color:#ac9208;*/ /*old color Gold*/
	color: #333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
img {
	border:0;
	height:auto;
	max-width: 100%;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

.moveable {
	cursor: move;
}


/* ***************************
   $2 Website Structure Styles
   ***************************/
html{background:#677e89 url(../images/bg_page.jpg) center repeat-y;}
body {
	background:url(../images/bg_header.jpg) center top no-repeat;
    font-size:15px;
    font-family:Georgia,Arial, Helvetica, sans-serif;
	color:#333333;
}
#container {
	margin:0px auto;
	text-align:left;
	/*background:transparent url(../images/bkground.jpg) no-repeat scroll center 39px;*/
}
/* ***************************
   $3 Header Styles
   ***************************/
#header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#585858;
	overflow:hidden;
	height:41px;
	color:#ffffff;
	border-bottom:2px solid #353535;
}
#header a{color:#ffffff;text-decoration:none;}


#header_inner{
	margin:0px auto;
	width:974px;
	height:41px;
}

#sidebar_left h1{
	width:176px;
	background:url(../images/logo.png) no-repeat;
	height:213px;
	margin:0px auto;
}
#sidebar_left h1 a {
	width:176px;
	height:213px;
	display:block;
	text-indent:-9999px;
	outline-style:none;
}
#header h3{
	font-style:italic;
	font-size:16px;
	float:left;
	color:#336699;
	margin-top:30px;
	font-weight:normal;
	margin-left:72px;
}

#header_top{
	height:26px;
	text-align:left;
	padding-top:13px;
	color:#ffffff;
}
#header_top form{
	float:right;
	padding-right:2px;
	width:auto;
	margin-top:-5px;
}
#header_top form input{
	width:100px;
	height:13px;
	border:1px solid #6c859b;
	padding:5px 10px;
	background:#ffffff;
	border-radius:3px;
	font-style:normal;
	
}
#header_top form .submit_button{
	width:12px;
	height:14px;
	margin-left:5px;
	padding:0px;
	cursor:pointer;
	background:url(../images/bg_top_submit.png) left top no-repeat;
	border:0;
}

#header_top form a{
	color:#ffffff;
	text-decoration:none;
}
#header_top form a:hover{
	color:#ffffff;
	text-decoration:none;
}


#header_top #admin_frm_head{
/*	float:left;
	padding:0 0 0 280px;
	width:340px;
	position:relative;
	bottom:18px;
*/
}
#header_login_menu .header_button {color:#fff;}

#sponsHeader a { color:#333333; }



/* ***************************
   $4 Content Styles
   ***************************/
#content{
	margin:0px auto;
	width:974px;
	background:transparent;
	clear:both;
	min-height:400px;
	padding-bottom:30px;
	position:relative;
	/*overflow:hidden;*/
}
#maincontent{
	float:left;
	margin:40px 0 0 50px;
	width:574px;
	background:none;
	padding:0;
	position:relative;
}
#maincontent.full_width{
    width:574px;
}

#maincontent.photo{
	margin-top:0;padding:0;
	background:none;
	color:#666;
	min-height:760px;
}
#content #maincontent.cal{padding:0;padding-top:0px;margin:40px 50px;width:874px;background:none !important;}
#content #maincontent.admin{padding:0;padding-top:0px;margin:40px 50px;width:874px;background:none !important;}
div.default{
}

#maincontent .pad-helper{width:574px;}
#maincontent.full_width .pad-helper{width:874px;}
#maincontent .content_container{width:574px;background:none;}
#maincontent.full_width .content_container{width:874px;}
#maincontent.admin .pad-helper{width:100%;padding:0;background:none;}
#maincontent.cal .pad-helper{width:100%;padding:0;background:none;}
#maincontent a{text-decoration:none;}
#maincontent.admin h2 {background-color:none;}

#maincontent h2{
	float:none;font-style:normal;padding:0;height:auto;line-height:32px;font-size:32px;color:#585858;padding-bottom:15px;font-weight:normal;

}
.featured_article{
	background: none;
	padding:0;
	margin-bottom:25px;
	border-top:0;
	padding-bottom:25px;
	background:url(../images/bg_list_bottom.png) center bottom no-repeat;
}
.movable_area.featured_article {
	background-size: auto;
}
.featured_article .content_body {
	overflow-x: hidden;
}
#maincontent p{
	color:#333333;
	padding:0px;
	line-height:19px;
	margin-bottom:15px;
	font-size:15px;
}
#maincontent p a{
	color:#525252;
	text-decoration:underline;
}
#maincontent p a:hover{
	color:#525252;
	text-decoration:none;
}
#maincontent ul{
	font-size:14px;
	color:#333333;
	padding-bottom:20px;
}
#maincontent ul li{
	padding-top:16px;
	padding-bottom:3px;
}
#maincontent .img_left{
	float:left;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:10px;
}
#maincontent .readmore{
	font-size:14px;
	display:block;
	padding-top:12px;
	margin-bottom:20px;
	padding-left:14px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#maincontent .readmore a{
	color:#fdfefb;
	display:block;
	float:left;
	background:url(../images/submit_button2.gif) right center no-repeat;
	padding-right:23px;
	text-decoration:none;
}
#maincontent .readmore a:hover{
	color:#fdfefb;
	background:url(../images/submit_button1.gif) right center no-repeat;
}
#topnav{
	height:30px;
	float:none;
	width: 974px;
	position:absolute;
	left:0;top:0;
}
#topnav h3{
	font-size:12px;
	padding-right:13px;
	height:26px;
	color:#333333;
	text-align:right;
	line-height:26px;
	background:none;
	font-weight:normal;
}
#topnav ul {
	margin-top:56px;
	float:right;
	padding-right:80px;
}
#topnav ul li{
	float:left;
	background:url(../images/bg_topnav_li.gif) left center no-repeat;
	height:32px;
	padding:0px 17px 0px 21px;
	font-family:"Courier New", Courier, monospace;
	font-size:19px;
	line-height:32px;
}
#topnav ul li a{
	color:#333333;
	text-decoration:none;
}
#topnav ul li a:hover{
	color:#333333;
	font-weight:bold;
}
#topnav ul .nav_home{ background:none;}
#topnav ul .nav_home a{
	color:#333333;
	font-weight:bold;
}

/* Registration */
div.register { width:480px; }
#maincontent .registration ul { color:black; }
#maincontent .registration ul li h4 { }


/* Donation */
#maincontent.donate { width:485px; }
#maincontent.user_dashboard{width:485px;}
#maincontent .donation ul { color:white; }
#maincontent .donation ul li h4 { }

#maincontent .submit_payment { background:none;; }
#maincontent .submit_payment ul { color:black; }
#maincontent .submit_payment ul li h4 { color:black; }


#maincontent.user_dashboard,
#maincontent.user_dashboard ul { color:black; padding-bottom:2px; }
#maincontent.user_dashboard .section { padding:15px 15px; background-color:#f0f0f0;margin-bottom:20px; }
#maincontent.user_dashboard .credit { color:#36BF3F; }
#maincontent.user_dashboard .filter_box #show_hide a { background-image:url(../images/list_arrow.gif); }
#maincontent.user_dashboard .filter_box { background-color:none; border:1px dotted #555; }
#maincontent.user_dashboard .filter_box #show_hide { background-color:#DDE0E2; }
#maincontent.user_dashboard .filter_box ul { color:black; }

#maincontent.user_dashboard .section table.txs thead tr td { background-color:#DDE0E2; color:black; }
#maincontent.user_dashboard .section table.txs td { border-color:#333333; }

#maincontent.user_dashboard td span.check_number { color:#888; }

/* **********************
Slider
*************************
*/
.section_subcontent.col-lg-6 .royalSlider.rsDefault.slider_style_8 .rsImg{
	margin-left:0px !important;
	width:auto!important;
	max-width:none;
}


/* ***************************
   $5 Sidebar Styles
   ***************************/
#sidebar_left{
	float:none;
	width:974px;
	margin:0 auto;
	height:auto;
	background:none;
	position:relative;
	overflow:visible;
	padding-bottom:10px;
	height:138px;
}


#sidebar_left .bb{
	display:none;
	height:0px;
	overflow:hidden;
	width:253px;
}
#sidebar_left .bt{
	display:none;
	height:20px;
	overflow:hidden;
	width:253px;
	/* background:url(../images/bg_topnav_bt.png) no-repeat; */
}
#sidebar_left #img_div{text-align:center;margin-top:10px;}
#sidebar_left #img_div #editlogo { background:transparent;  }
#sidebar_left #img_div img{height:66px;width:auto;}

#mainnav{
	padding:0;
	height:auto;
	width:974px;
	margin-top:0;
	overflow:visible;
	background:none;
	text-align:center;
}
#mainnav .menuheader{

}
#mainnav .menuheader label{

}
#mainnav .menuheader label.openheader{
}
ol#mainnav ol{
}
.categoryitems li{
}
.categoryitems a{

}
.categoryitems a:hover{
}


#nav_section{
	display:inline-block;
	margin:0 auto;
	width:974px;
	
}
#nav_section{
	*display:inline;
}
#nav_section li{
	float:none;
	display:inline-block;
	background:none;
	font-size:17px;
	width:auto;
	position: relative;
	padding:0px;
	border:0;
	line-height:30px;
	background:url(../images/bg_nav_li.png) left center no-repeat;
	
}
#nav_section li:first-child{background:none;}
#nav_section a{
	text-transform:capitalize;
	font-style:normal;
	font-weight:normal;
	padding:0;
	text-decoration:none;
	background:none;
	text-align:center;
	display:block;
	padding:0 15px;
	width:auto;
	color:#ffffff;
}
#nav_section a:hover{
	color:#ffffff;
}
#nav_section li li a{text-transform:capitalize;}
/*--- DROPDOWN ---*/
#nav_section li ul{
	background:#8ca0a9; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	list-style:none;
	position:absolute;;
	display:none;
	top:30px;
	border:0;
	padding:10px 0px;
	height:auto;
	text-align:left;
	width:190px;
}

#nav_section li ul ul{position:absolute;}

#nav_section ul li{
	margin:0;
	padding:0;
	float:none;
	position:relative;
	border:0;
	background:none;
	text-align:left;
    display:block;
	width:190px;
}
#nav_section ul a{
	/* Stop text wrapping and creating multi-line dropdown items */
	float:none;
	padding:0;
	width:auto;
	background:none;
	height:auto;
	text-align:left;
	display:block;
	font-size:15px;
	line-height:25px;
	padding:0 10px;
	width:170px;
}
#nav_section li.selected_nav a{color:#ffffff;}
#nav_section li.selected_nav li a{color:#ffffff;background:none;}
#nav_section li.selected_nav:hover a{background:none;}
#nav_section li.selected_nav:hover li a{background:none;}
#nav_section li:hover ul{ /* Display the dropdown on hover */
	display:block;
	height:auto;
    width:190px;
	left:0;
}
#nav_section ul li{margin-bottom:5px;}
#nav_section li:hover ul ul{
	display:block;
	height:auto;
	top:0;
	left:190px;
}
#nav_section li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	color:#ffffff;
	text-decoration:none;
}
#nav_section li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	color:#ffffff;
	text-decoration:none;
}
#nav_section li li:hover a{
	color:#ffffff;
	text-decoration:none;
}
#nav_section li li:hover ul a{
	color:#ffffff;
	text-decoration:none;
}
#nav_section li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	color:#ffffff;
	background:none;
}
#nav_section li:hover ul ul, #nav_section li:hover ul ul ul, #nav_section li:hover ul ul ul ul{
display:none;
}
#nav_section li:hover ul, #nav_section li li:hover ul, #nav_section li li li:hover ul, #nav_section li li li li:hover ul{
display:block;
}

#sidebar_right{
	float:right;
	width:260px;
	margin:40px 40px 0 0;
	padding-top:0px;
	display:inline;
	position:relative;
}
#sidebar_right .right_bm{
	background:none;
	border-top:0;
	padding-top:0;
	margin-top:0px;
	padding-bottom:30px;
	border-bottom:0;
}
#sidebar_right .right_bm .right_content{
	/* background:url(../images/right_bm.png) repeat-y; */
	overflow:hidden;
	padding-bottom:0;
}
#sidebar_right .right_bm .right_content2{
	/* background:url(../images/right_bm.png) repeat-y; */
	overflow:hidden;
}
#sidebar_right .right_bm .right_content h2{font-style:normal;text-transform:capitalize;font-size:20px;color:#585858;padding-bottom:10px;font-weight:bold;line-height:26px;}
#sidebar_right .right_bm .right_content h4{
	font-size:16px;
	color:#ac9208;
	line-height:20px;
	padding-bottom:15px;
    font-weight: bold;
	text-transform:capitalize;
}
#sidebar_right .right_bm .right_content h4{ padding-bottom:2px;}
#sidebar_right .right_bm .right_content_inner{
	padding:0;
	width:auto;
	margin:0 0;
	background:none;
	overflow:hidden;
}
.right_content_inner table{margin-bottom:5px;}
#sidebar_right .right_bm table td{

	font-size:14px;
    padding-bottom:3px;
    color:#333333;
}
#sidebar_right .right_bm table a{color:#ac9208;}

#sidebar_right input.go_button{
	font-size: 0px;
	width:73px;
	height:31px;
	margin-left:0px;
	padding:0px;
	cursor:pointer;
	background:url(../images/bg_submit.png) left top no-repeat;
	border:0;
	cursor:pointer;
	float:left;

}
#sidebar_right input.go_button:hover {

}
#sidebar_right hr{
    height:5px;
    color: transparent;
	width:192px;
    margin: 0 auto 12px auto;
	border-bottom:2px dotted #E6C59C;
}
#sidebar_right .readmore{
	font-family:Arial, Helvetica, sans-serif;
	color:#ac9208;
	font-size:14px;
	display:block;
	font-style:normal;
	width:auto;
	height:auto;
    padding:0;
    position:relative;
    margin-bottom:0px;
}
#sidebar_right .readmore a{
	color:#ac9208;
	display:block;
	text-decoration:none;
	background:url(../images/icon_more.png) left center no-repeat;
	text-align:left;
	float:left;
	padding:0;
	padding-left:13px;
}
#sidebar_right .readmore a:hover{
	text-decoration:none;
}

.right_box1{
	text-align:left;
	padding-top:0;
	background:none;
	border-bottom:0;
	margin-bottom:10px;
}
.right_box1 p{
	font-size:20px;
	color:#585858;
	font-weight:bold;
}
#subscribe_email_box{width:134px;height:21px;padding:5px 10px;border:0;background:url(../images/bg_textbox.png) no-repeat;margin:0;float:left;}


/* ***************************
   $6 Footer Styles
   ***************************/
#footer {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg_footer.jpg) center bottom no-repeat;
	width:100%;
	height:60px;
	text-align: left;
	margin:0 auto;
	padding:20px 0;
	border:0;
	
}
.footer_inner{
	width:974px;
	margin:0 auto;
	background:none;
	height:69px;
	text-align:center;
}
.footer_inner ul{
	color:#ffffff;
	padding:0;
	background:none;
	margin-top:5px;
	margin-bottom:5px;
}
.footer_inner p{
	font-size:11px;
	line-height:23px;
	color:#ffffff;
}

#footer p a {font-size:12px;color:#ac9208;text-decoration:underline; }
#footer p a:hover{text-decoration:none;}
.footer_inner ul li{
	text-transform:uppercase;
	font-size:11px;
	display:inline;
}
.footer_inner ul li a{
	color:#ffffff;
	font-style:normal;
	
}
.footer_inner ul li a:hover{
	color:#ac9208;
	text-decoration:none;
}

.schedule .edit_link {
	float:right;
	color:#ac9208;
	background: url(/pics/icons/edit_icon.png) no-repeat left top;
	padding: 0 8px 0 15px;
}

.schedule .edit_link a{
	color: #ac9208;
	text-decoration: underline;
}
.schedule .edit_link a:hover{
	color: #ac9208;
	text-decoration: none;
}


.content_container .edit_link{
	float: right;
	color: #ac9208;
	background: transparent url(/pics/icons/edit_icon.png) no-repeat scroll left top;
	padding: 0 8px 0 16px;
	margin-top: 13px;

}

.content_container .delete_content{
	float: right;
	color: #ac9208;
	background: transparent url(/pics/icons/delete.png) no-repeat scroll left top;
	padding: 0 8px 0pt 17px;
	margin-top: 13px;

}

div.add_div {
	text-align: right;
	color: #ac9208;
	margin: 2px 0px 5px 0px;
}
div.add_div a {
	text-align: right;
	color: #ac9208;
	background: transparent url(/pics/icons/green_plus.png) no-repeat scroll left top;
	padding: 0 8px 0pt 17px;
}

div.add_div2 {
	text-align: right;
	color: #ac9208;
	margin: 2px 0px 5px 0px;
}
div.add_div2 a {
	float:right;
	text-align: right;
	padding: 0 8px 0pt 17px;
	margin-left: 5px;
}

div.add_div2 a#addLink { background: transparent url(/pics/icons/green_plus.png) no-repeat scroll left top; }
div.add_div2 a#delLink { background: transparent url(/pics/icons/delete.png) no-repeat scroll left top; }


/* Admin Top Page Switcher */
#admin_frm_head input.submit { position:static; top:5px; margin:0 0 0 10px; padding:0; width:35px; height:24px; border:2px outset; }

div.featured_article {
	vertical-align: baseline;


}
div.featured_article ul { padding:0 30px; }
div.featured_article ul li { list-style-type:disc; }

div.featured_article input{
	margin: 12px 10px 5px 10px;
}
div.featured_article .swfdiv {
	vertical-align: top;
}

/* CALENDAR */
.calendar a { color:#333; }

/* POPUP CAL */
.popup_calendar_div { background-color:none; }
.cpYearNavigation,.cpMonthNavigation { background-color:#DDE0E2; color:block; }
td.cpCurrentDate { background-color:#DDE0E2; }
td.cpCurrentMonthDate:hover,
.cpCurrentMonthDate:hover { background-color:none; color:black; }

tr.listing { background-color:none; }
tr.listingb { background-color:none; }

/* Easy Popup */
#myPopup { background-color:none; }
#myPopup .hd { background-color: none; }
#myPopup .hd .close { color:black; }

/* Photo Gallery */
/* ---- Photos -------------- */

.fck_widget_cgallery img {
    max-width:none;
    height:inherit;
}

#gia_head 		{
	background:#dde0e2;

}

table.calendar{
	border-collapse: collapse;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background: #f0f0f0;
	margin-bottom: 20px;
}
table.calendar td{
	border: 1px dotted #ccc;
	width: 90px;
	height: 90px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
table.calendar td.unmonth{
	background: #ddd;
	color: #666;
}
table.calendar th{
	text-align: left;
	background: #ac9208;
	color: #333333;
	padding: 2px;
	height: 20px;
}
table.calendar th a{
	color: #333333;
}
table.calendar th.next{
	text-align: right;
}
table.calendar th.previous{
	text-align: left;
}
table.calendar td.today{
	background: #ffc;
}
table.calendar th.month_header{
	font-size: 1.25em;
	text-align: center;
	padding-top: 7px;
	height: 2.5em;
}
table.calendar td div.dayhead{
	margin-bottom: 4px;
	text-align: right;
}
table.calendar td span.day{
	display: block;
	width: 18px;
	height: 12px;
	float: left;
	font-size: 10px;
	padding: 2px;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
table.calendar td span.jewishDay{
	height: 12px;
	font-size: 10px;
	font-style: italic;
	margin-right: 2px;
	padding: 2px;
}
table.calendar td div.sedra{
	color: #ac9208;
	display: block;
	width: 100%;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	white-space:nowrap;
	overflow: hidden;
}

table.calendar td ul{
	margin-left: 5px;
	padding: 0px !important;
	list-style-type: circle;
	font-size: 11px;
	overflow: hidden;
}
table.calendar td ul li{
	font-size: 10px;
	padding: 0px !important;
	margin: 0px;
	white-space:nowrap;
	overflow: hidden;
	cursor: pointer;
}
table.calendar tr:hover{
	background: #efefef;
}
table.calendar td:hover{
	background: #ffc;
}

table.calendar .eventlink{
	/* margin-top: 20px; */
 	text-align: center;
}

table.calendar .eventlink a{
	color: blue;

}
table.calendar .eventlink a:hover{
	color: blue;
	text-decoration: underline;
}


.popdetail
{
	position: absolute;
	background-color: #333333fcc;
	border: 1px #6D6D6D solid;
	width: 170px;
	z-index: 300001;
	padding: 0px;
}

.popdetail ul {
	font-size: 10px;
	padding: 0px !important;
	margin-left: 5px !important;
	cursor: pointer;

}

.popdetail ul li{
	font-size: 10px;
	padding: 0px !important;
	margin-top: 0px;
	margin-left: 0px;
	cursor: pointer;
}
.popdetail .dayheader{
	background-color: #D4D0C8;
	text-align: center;
	font-weight: bold;
	padding: 0 0 0 0;
	border-bottom: 1px #6D6D6D solid;
}

.popdetail .dayheader .headerclose{
	color: #6D6D6D;
	float:right;
	border-left: 1px #6D6D6D solid;
	padding: 0 2px 0 4px;
	cursor: pointer;
}

.popevent
{
	position: absolute;
	background-color: #333333;
	border: 1px #6D6D6D solid;
	width: 148px;
	height: 96px;
	z-index: 300002;
	left: 0px;
	top: 0px;
}
.popevent .eventheader{

}
.popevent .eventbody{
	margin: 10px;

}
.popevent h3{
 color: #09C1CB;
}

.popevent .eventheader .headerclose{
	color: #6D6D6D;
	float:right;
	border-left: 1px #6D6D6D solid;
	border-bottom: 1px #6D6D6D solid;
	padding: 0 2px 0 4px;
	cursor: pointer;
}

table.calendar td div.daywrap {
	position: relative;
	width:123px;
}
.announce_icons{
	color:purple;
	position: absolute;
    bottom: 0px;
    vertical-align: bottom;
}

table.calendar td div.sedraDay { color:#09C1CB; }

#announcement_table table tr.listing_heading th { padding:8px; }

#treediv{
	background-color: none;
	padding: 20px 10px;
}

#tree li {
	color:#713B15;
	cursor:move;
	margin-top:-2px;
}

#tree ul {
	border:1px solid #000000;
	font-size:14px;
	font-weight:normal;
	list-style-type:none;
	padding:5px 10px 5px 30px;
}

div.fieldset span.legend { color:black; }


#maincontent .calendar ul { padding-bottom:0px;  }
#maincontent .calendar ul li { padding:0px; margin:0px; line-height:13px; }

.calendar_table .print, .calendar_table .gosubmit { background-color:#f0f0f0; }

.featured_article H3.date {
	display:none;
	padding:5px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
    color: #a85e89;
    font-weight: normal;
    font-size: 12px;
	font-style:italic;
	float:none;
	margin-bottom:15px;
}
.menu{border:1px solid #000;}
.pg_img_div img{
    background:#eee;
}
.pg_img_div img:hover {
    background:#de0e2;
}
div#album_order div.dragger {
    border: 1px solid #666;
}
#topnav h3 {
    background:none;
	
}
.top_links{display:none;}


.pg_caption {color: #333333;}
#maincontent .pg_caption p{margin-bottom:0;}



#maincontent.admin table th{background:#f0f0f0 !important;color:black;}
tr.listing_heading {
    background-color: #f0f0f0;
    color: #333333;
}
tr.listing {
    background-color: #f0f0f0;
}
tr.listingb { background-color:#ddd; }
tr.listingc { background-color:#bbb; }
#content #maincontent.admin fieldset table {
    background: none repeat scroll 0 0 #f0f0f0;
}

.popevent {background:#AC9208;}
.popevent h3 {color:#333333;}

#template_slider {
    position:relative;
    overflow:hidden;
}

.rbad[data-id='desktop_skyscaper_left'],
.rbad[data-id='desktop_skyscaper_right'] {
	display: block;
}

.rbad[data-id='desktop_skyscaper_left'] .jadlogo,
.rbad[data-id='desktop_skyscaper_right'] .jadlogo {
	margin-left: -10px !important;
}

.rbad[data-id='desktop_skyscaper_left'] {
	left: -170px;
}

.rbad[data-id='desktop_skyscaper_right'] {
	right: -170px;
	margin-left: 160px;
}

.rbad[data-id='desktop_skyscaper_left'],
.rbad[data-id='desktop_skyscaper_right'] {
	margin-top: -11px;
}
