/* ***************************
  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:#ac7195;	text-decoration:underline;}
a:hover {color:#30474e;	}
img {border:0;}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

.moveable {
	cursor: move;
}


/* ***************************
   $2 Website Structure Styles
   ***************************/
html{background:#fafafa url(../images/bg_page.png) center repeat-y ;}
body {
	background:url(../images/bg_header.jpg) center top no-repeat;
    font-size:14px; font-family: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:35px;
	color:#ffffff;
	border-bottom:2px solid #353535;
}
#header a{color:#ffffff;text-decoration:underline;}
#header a:hover{ 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:9px;
	color:#ffffff;
}
#header_top form{
	float:right;
	padding-right:2px;
	width:auto;
	margin-top:-4px;
}
#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 #header_top_login_area, 
#header_top .start_logged_in{
    margin-top:-7px;
}
#header_top form a{
	color:#ffffff; 
}
#header_top form a:hover{
	color:#ffffff;	
}


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


#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:30px 0 0 65px;
	width:470px;
	background:none;
	padding:0;
	
	position:relative;
}
#maincontent.full_width{ 
    width:874px;
}

#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:470px;}
#maincontent.full_width .pad-helper{width:874px;}
#maincontent .content_container{width:470px;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:20px;font-family: 'montserratregular';color:#30474e;padding-bottom:15px;font-weight:normal;

}
.featured_article{
	background: none;
	padding:0;
	margin-bottom:25px;
	border-top:0;
	
}


#maincontent p{
	color:#333333;
	padding:0px;
	line-height:19px;
	margin-bottom:15px;
	font-size:14px;
}
#maincontent p a{
	color:#ac7195; cursor:pointer;
	text-decoration:underline;
}
#maincontent p a:hover{
	color:#30474e;
	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:Arial, Helvetica, sans-serif;
}
#maincontent .readmore a{
	color:#ac7195;
	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:#30474e;
	background:url(../images/submit_button1.gif) right center no-repeat;
}
#topnav{
	height:30px; display:none;
	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; }


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


#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:left; height:70px; padding-top:11px;}
#sidebar_left #img_div #editlogo { background:transparent;  }
#sidebar_left #img_div img{ vertical-align:middle; max-height:54px;}

#mainnav{
	padding:0;
	
	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:0px 2px;
	width:970px; border-bottom:1px solid #e2e2e2;
}
#nav_section{
	*display:inline;
}
#nav_section li{
	float:none;
	display:inline-block;
	background:none;
	font-size:17px;
	width:auto;	
	padding:0px;
	border:0;	
	background:url(../images/bg_nav_li.png) left center no-repeat;	
}
#nav_section>li{position: relative; line-height:43px;}
#nav_section li:first-child{background:none;}
#nav_section a{font-family: 'montserratregular'; font-size:13px;
	text-transform:uppercase;
	font-style:normal;
	font-weight:normal;
	padding:0;
	text-decoration:none;
	background:none;
	text-align:center;
	display:block;
	padding:0 10px 0px 18px;
	width:auto;
	color:#30474e;
}
#nav_section a:hover{
	color:#ffffff;
}
#nav_section li li a{text-transform:capitalize;}
/*--- DROPDOWN ---*/

#nav_section li ul{
	background:#eeeeee url(../images/nav_sub.png) no-repeat top center; border:1px solid #d8d8d8; border-bottom:0;
	box-shadow:0px 3px 3px #d5d5d5;
	list-style:none;
	position:absolute;	
	top:42px; padding:10px 0px;
	height:auto;
	text-align:left; width:183px;
}

#nav_section li ul ul{position:absolute;}

#nav_section ul li{
	margin:5px 0px;
	padding:0; width:100%;	
	border:0;
	background:none;
	text-align:left;
}
#nav_section ul a{
	 /* Stop text wrapping and creating multi-line dropdown items */
	float:none;
	padding:0px 8px;
	width:auto;
	background:none;
	height:auto; line-height:1;
	text-align:left;
	display:block;	
}
#nav_section li.selected_nav a{color:#30474e;font-size:13px;}
#nav_section li.selected_nav li a{color:#30474e;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;
	left:0;
}
#nav_section li:hover ul ul{
	display:block;
	height:auto;
	left:100%;
	top:-10px;
}
#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:#30474e;
	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:#ac7195;
	text-decoration:none;
}
#nav_section li li:hover a{ 
	color:#30474e;
	text-decoration:none;
}
#nav_section li li:hover ul a{
	color:#30474e;
	text-decoration:none;
}
#nav_section li:hover ul li li a{color:#ac7195;}
#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:#30474e;
	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:295px;
	margin:30px 65px 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:18px; font-weight:normal; color:#30474e;padding-bottom:10px;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:16px; font-size:14px; line-height:14px; color:#ac7195; font-family: 'montserratregular'; font-weight:normal; text-transform:uppercase;}
#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:#555555;
}
#sidebar_right .right_bm table a{}

#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{	
	display:block; text-decoration:underline;	
	background:url(../images/icon_more_damask.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:3px;
	background:#2d3b40;
	border-bottom:0; height:50px; line-height:22px;
	margin-bottom:20px; box-shadow:0px 2px 2px #3e3e3f;
}
.right_box1 p{font-size:16px; text-transform:uppercase; text-align:center; color:#fff;	font-family: 'montserratregular';}
#subscribe_email_box{width:134px;height:21px;padding:5px 10px;border:0;background:url(../images/bg_textbox.png) no-repeat;margin:0;float:left;}
.fck_widget_subscribe .go_button {	
    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;
    margin-top: 0px;
}
.fck_widget_calendar .shabbos_times {
    border-bottom: 2px dotted #E6C59C;
}
#sidebar_right .right_bm .right_content .fck_widget_calendar  h4 {
	padding-bottom:4px;
	margin-top:12px;
}
/* ***************************
   $6 Footer Styles
   ***************************/
#footer {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg_footer.png) repeat-x top;
	width:100%;
	height:84px;
	text-align: left;
	margin:0 auto;	
	border:0; padding-top:0;
}
.footer_inner{ background:url(../images/bg_footer_inner.png) no-repeat center top;
	width:974px;
	margin:0 auto;	
	height:84px;
	text-align:center;
}
.footer_inner ul{ height:41px;
	color:#555555;
	padding:0;
	background:none;	
	margin-bottom:8px;
}
.footer_inner p{
	font-size:11px;
	line-height:23px;
	color:#898989;
}

#footer p a {font-size:12px;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{ display:inline-block; padding:13px 10px 0px 10px;
	color:#555555;
	font-style:normal;
	text-decoration:none;	
}
.footer_inner ul li a{ *display:inline;}
.footer_inner ul li a:hover{
	color:#ac7195;
	text-decoration:underline;
}

.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 -------------- */
#gia_head 		{
	background:#304e30;

}

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: #2d3b40;
	color: #fff;
	padding: 2px;
	height: 20px;
}
table.calendar th a{
	color: #fff;
}
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: #ac7195;
	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:#304e30;
}
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 img{max-width:485px;}*/
#maincontent.admin table td{color:#333333;}
#maincontent.admin table.listing td{color:#333333;}
#maincontent.admin h1{color:#333333;}

#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: #f0f0f0;
}
#content #maincontent.admin fieldset table {
    background: none repeat scroll 0 0 #f0f0f0;
}

.popevent {background:#2d3b40;}
.popevent h3 {color:#fff;}
.popevent .description{ color:#fff;}