/* ***************************
  Site - Synagogue
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* ***************************
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#00C3CC;
	text-decoration:none;
}
a:hover {
	color:#713B15;
	text-decoration:underline;
}
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
   ***************************/
body {
	text-align:center;
    font-size:75%;
    font-family:Georgia, "Times New Roman", Times, serif;
	background:#FBD982 url(../images/bg_body.jpg) repeat-x scroll;
	color:black;
}
#container {
	margin:0px auto;
	text-align:left;
	background:transparent url(../images/bkground.jpg) no-repeat scroll center 39px;
}
/* ***************************
   $3 Header Styles
   ***************************/
#header{
	background:#E68E44;
	overflow:hidden;
	height:39px;
	border-bottom:1px solid #C08D32;
}
#header_inner{
	margin:0px auto;
	width:1000px;
	height:39px;
}
#sidebar_left a { color:#0CC5D7; }
#sidebar_left ul li a { color:#291806; }
#sidebar_left ul li a:hover { color:#E68E44; }

#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;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#header_top{
	height:29px;
	text-align:left;
	padding-top:10px;
	color:#ffffff;
}
#header_top form{
	/*float:right;
	width:310px;*/
	padding-right:2px;
}
#header_top form input{
/*	width:100px;
	border:2px outset;
	padding:0px;
	height:24px;
	background:#FFFFFF;
	vertical-align:middle;
	color:#323232;
	margin-left:10px; */
}
#header_top #header_top_login_area{
    margin-top:-7px;
}
#header_top .start_logged_in{
    margin-top:-7px;
}

#header_top form .submit_button{
	width:12px;
	height:13px;
	margin-left:5px;
	padding:0px;
	cursor:pointer;
	background:url(../images/submit_button.gif) left top no-repeat;
}
#header_top form .submit_button:hover{
	background:url(../images/submit_button.gif) left bottom no-repeat;
}
#header_top form a{
	color:#fcfdfc;
	text-decoration:underline;
}
#header_top form a:hover{
	color:#fcfdfc;
	text-decoration:none;
}


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


#sponsHeader a { color:#333; }



/* ***************************
   $4 Content Styles
   ***************************/
#content{
	margin:0px auto;
	width:999px;
	background:transparent;
	clear:both;
	/*overflow:hidden;*/
}
#maincontent{
	float:left;
	margin-top:24px;
    width:504px;

}
#maincontent.full_width{
    width:748px;
}

#maincontent.photo{
	background:#FBD982;
	color:white;
	min-height:760px;
}


#maincontent h2{
	/* background: url(../images/bg_maincontent_h2.png) no-repeat; */
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#F1700A;
	height:44px;
	padding-left:14px;
	line-height:39px;
	background:#FDF6EC;
}
.featured_article{
	background: #FCEFDF;
	padding-bottom:14px;
	margin-bottom:16px;
	border-top:4px solid #D5F2F0;

}
#maincontent p{
	font-size:14px;
	color:#7B410F;
	padding:0px 14px;
	padding-top:16px;
	line-height:19px;
}
#maincontent p a{
	color:#00C3CC;
	text-decoration:underline;
}
#maincontent p a:hover{
	color:#00C3CC;
	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:right;
	width: 792px;
}
#topnav h3{
	font-size:12px;
	padding-right:13px;
	height:26px;
	color:#7D5122;
	text-align:right;
	line-height:26px;
	background:url(../images/bg_topnav_h3.png) right top no-repeat;
	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:#ffffff;
	text-decoration:none;
}
#topnav ul li a:hover{
	color:#ffffff;
	font-weight:bold;
}
#topnav ul .nav_home{ background:none;}
#topnav ul .nav_home a{
	color:#ffffff;
	font-weight:bold;
}

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


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

#maincontent .submit_payment { background:#FCEFDF none repeat scroll 0 0; }
#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:5px 15px; background-color:#FBD982; }
#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:#FBD982; border:1px dotted #555; }
#maincontent.user_dashboard .filter_box #show_hide { background-color:#E68E44; }
#maincontent.user_dashboard .filter_box ul { color:black; }

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

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


/* ***************************
   $5 Sidebar Styles
   ***************************/
#sidebar_left{
	float:left;
	width:223px;
	overflow:hidden;
	margin-top:0px;
	/* background:url(../images/bg_mainnav.jpg) left 250px no-repeat; */
	background:transparent;
}


#sidebar_left .bb{
	height:72px;
	overflow:hidden;
	width:246px;
}
#sidebar_left .bt{
	height:0px;
	overflow:hidden;
	width:246px;
	/* background:url(../images/bg_topnav_bt.png) no-repeat; */
}
#mainnav{
	padding:0px 0 0 14px;
	overflow:hidden;
	width:190px;
	margin-top:20px;
	background:url(../images/leftnavbkground.jpg) repeat-x 0px top;
}
#mainnav .menuheader{

}
#mainnav .menuheader label{

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

}
.categoryitems a:hover{
}
#nav_section{
}
#nav_section li{
    background:url(../images/bg_mainnav_h3.png) bottom repeat-x;
	font-size:18px;
	width:178px;
}
#nav_section a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	padding-left:18px;
    color: #0CC5D7 !important;
    background:url(../images/bg_mainnav_a2.gif) left center no-repeat;
	text-decoration:none;
}
#nav_section a:hover{
}
#nav_section ul{
    padding-bottom: 10px;
}
#nav_section ul li{
    background: none;
}
#nav_section ul a{
	 /* Stop text wrapping and creating multi-line dropdown items */
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	font-style:normal;
    color:#291806 !important;
    padding: 2px 0 2px 20px;
}

#nav_section li:hover ul, #nav_section li.persist_open ul{ /* Display the dropdown on hover */
    color:#2e1806;
	text-decoration:none;
}
#nav_section li:hover a, #nav_section li.persist_open a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background:url(../images/bg_mainnav_a1.gif) left center no-repeat;
}
#nav_section li:hover ul a, #nav_section li.persist_open ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    background: none;
}
#nav_section li:hover ul li a:hover, #nav_section li.persist_open ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	text-decoration:none;
	font-weight:bold;
    background: none;
    color:#E68E44 !important;
}




#sidebar_right{
	float:right;
	width:244px;
	margin-top:12px;
	margin-right:3px;
	display:inline;
}
#sidebar_right .right_bm{
	background:#F6D085;
	border-top:4px solid #C9F5F6;
	padding-top:16px;
	margin-top:15px;
}
#sidebar_right .right_bm .right_content{
	/* background:url(../images/right_bm.png) repeat-y; */
	overflow:hidden;
	padding-bottom:15px;
}
#sidebar_right .right_bm .right_content2{
	/* background:url(../images/right_bm.png) repeat-y; */
	overflow:hidden;
}
#sidebar_right .right_bm .right_content h2, 
#sidebar_right .right_bm .right_content h4{
	font-style:italic;
	font-size:14px;
	color:#09C1CB;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
    font-weight: normal;
}
#sidebar_right .right_bm .right_content h4{ padding-bottom:2px;}
#sidebar_right .right_bm .right_content_inner{
	padding:10px;
	width:200px;
	margin:0 12px;
	background:#F9E9C5 url(../images/right_sidebar.jpg) no-repeat;
    opacity:0.77;
	-moz-opacity:0.77;
	filter:alpha(opacity=60);
	overflow:hidden;
}
#sidebar_right .right_bm table td, #sidebar_right .right_bm table a{
    padding-bottom:3px;
    color:#713B15;
}
#sidebar_right input.go_button{
	font-size: 0px;
	width:12px;
	height:13px;
	cursor:pointer;
	margin-left:5px;
	padding:0px;
	border:none;
	background:url(../images/submit_button.gif) left top no-repeat;
}
#sidebar_right input.go_button:hover {
    background:url(../images/submit_button.gif) left bottom no-repeat;
}
#sidebar_right hr{
    height:5px;
    color: transparent;
	width:192px;
    margin: 0 auto 12px auto;
	border-bottom:2px dotted #E6C59C;
}
#sidebar_right .readmore{
	font-size:14px;
	display:block;
	padding-top:6px;
	font-style:italic;
	background:url(../images/bg_bb.jpg) no-repeat 2px 0;
	width:230px;
	/*padding-right:14px;*/
	height:42px;
	font-family:Georgia, "Times New Roman", Times, serif;
    
    position:relative;
    left: -22px;
    margin-bottom:-20px;
	height:42px;
}
#sidebar_right .readmore a{
	color:#713B15;
	display:block;
	float:right;
	/* background:url(../images/submit_button1.png) right center no-repeat; */
	padding-right:30px;
	padding-top:1px;
	text-decoration:none;
}
#sidebar_right .readmore a:hover{
	text-decoration:underline;
}
.right_box1{
	text-align:left;
	padding-top:12px;
	background:transparent;
}
.right_box1 p{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00BDE5;
}


/*
.search{
	height:60px;
	padding-top:18px;
	color:#ffffff;
	background: url(../images/bg_search.png) no-repeat;
}
.search span{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
}
.search form{
	width:222px;
	height:36px;
	background:#2e1806;
    opacity:0.77;
	-moz-opacity:0.77;
	filter:alpha(opacity=60);
	margin:0px auto;
	text-align:center;
	padding-top:10px;
}
.search input{
	vertical-align:middle;
	width:128px;
	height:18px;
	margin-left:5px;
	background:#FFFFFF;
	padding:2px 0px 0px 1px;
	border:1px solid #666666;
}
.search .go{
	width:12px;
	height:13px;
	cursor:pointer;
	padding:0px;
	border:none;
	background:url(../images/submit_button.gif) left top no-repeat;
}
.search .go:hover{
	background:url(../images/submit_button.gif) left bottom no-repeat;
}
.schedule{
	padding-top:10px;
	width:224px;
	margin:0px auto;
	background:#F9E9C5 url(../images/right_sidebar.jpg) no-repeat;
    opacity:0.77;
	-moz-opacity:0.77;
	filter:alpha(opacity=60);
	overflow:hidden;
}
.schedule ul{
	color:#713B15;
	font-size:12px;
	font-family:Arial, sans-serif;
	padding-top:5px;
	width:192px;
	margin:0px auto;
	padding-bottom:12px;
	/* background:url(../images/bg_schedule_ul.gif) left bottom repeat-x; * /
	border-bottom:2px dotted #E6C59C;
}
.schedule p{
	font-style:italic;
	font-size:14px;
	padding-left:16px;
	color:#09C1CB;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.upcoming{
	padding-left:16px;
	width:208px;
	margin:0px auto;
	background:#F9E9C5 url(../images/right_sidebar.jpg) no-repeat;
    opacity:0.77;
	-moz-opacity:0.77;
	filter:alpha(opacity=60);
	overflow:hidden;
	padding-bottom:15px;
}
.upcoming .upcoming_events {
color:#09C1CB;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:14px;
font-style:italic;
padding-left:0px;
padding-top: 6px;
}
.upcoming  h4{
	font-style:italic;
	font-size:14px;
	color:#09C1CB;
	padding-top:10px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.upcoming h4 a{
	color:#09C1CB;
}
.upcoming h4 a:hover{
	color:inherit;
	text-decoration:underline;
}
.upcoming p{
	font-size:12px;
	color:#713B15;
	font-family:Arial, sans-serif;
}

.mailing_list{
	height:65px;
	padding-top:13px;
	margin-top:15px;
	background:#F6D085 none repeat scroll 0 0;
	border-top:4px solid #C9F5F6;
}
.mailing_list p{
	font-style:italic;
	font-size:14px;
	color:#713B15;
	padding-bottom:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.mailing_list form{
	width:210px;
	height:52px;
	background:#F9E9C5 url(../images/right_sidebar.jpg) no-repeat scroll 0 0;
    opacity:0.77;
	-moz-opacity:0.77;
	filter:alpha(opacity=60);
	padding-left:12px;
	margin:0px auto;
	padding-top:3px;
}
.mailing_list input{
	vertical-align:middle;
	width:173px;
	height:18px;
	background:#FFFFFF;
	padding:2px 0px 0px 3px;
	color:#999999;
	font-size:11px;
	line-height:18px;
	border:1px solid #666666;
}
.mailing_list .go{
	width:12px;
	height:13px;
	cursor:pointer;
	margin-left:5px;
	padding:0px;
	border:none;
	background:url(../images/submit_button.gif) left top no-repeat;
}
.mailing_list .go:hover{
	background:url(../images/submit_button.gif) left bottom no-repeat;
}
.mailing_msg p{
	font-style:italic;
	font-size:12px;
	color:black;
	padding: 2px 0 0 3px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.zamanim{
	background:#F9E9C5 url(../images/right_sidebar.jpg) no-repeat scroll 0 0;
    opacity:0.77;
	-moz-opacity:0.77;
	filter:alpha(opacity=60);
	padding-left:12px;
	padding-top:10px;
	margin:0px auto;
	width: 100%;
}

#sidebar_right .zamanim {
    width:206px !important;
}

.zamanim p{
	font-style:italic;
	font-size:14px;
	color:#09C1CB;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
}
.zamanim ul{
	padding-bottom:15px;
	padding-right:2px;
}
.zamanim li{
	line-height:18px;
	font-family:Arial, sans-serif;
}
.zamanim li span{
	display:block;
	width:58px;
	color:#713B15;
	float:right;
	text-align:right;
}
.zamanim li a{
	color:#713B15;
}
.zamanim li a:hover{
	color:#713B15;
	text-decoration:underline;
}
*/
/* ***************************
   $6 Footer Styles
   ***************************/
#footer {
	background:url(../images/bg_footer.gif) repeat-x;
	width:999px;
	text-align: center;
	margin:10px auto;
	height:69px;
	padding-top:10px;
}
.footer_inner{
	background:transparent;
    opacity:0.77;
	-moz-opacity:0.77;
	filter:alpha(opacity=60);
	height:69px;
}
.footer_inner ul{
	color:black;
	padding:9px 0px;
	background:url(../images/footer_image.jpg) repeat;
}
.footer_inner p{
	font-size:11px;
	line-height:23px;
	color:#713B15;
}

#footer p a { color:black; }

.footer_inner ul li{
	font-size:14px;
	display:inline;
}
.footer_inner ul li a{
	color:black;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.footer_inner ul li a:hover{
	color:white;
	text-decoration:none;
}

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

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


.content_container .edit_link{
	float: right;
	color: #ffffff;
	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: #ffffff;
	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: #ffffff;
	margin: 2px 0px 5px 0px;
}
div.add_div a {
	text-align: right;
	color: #ffffff;
	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: #000;
	margin: 2px 0px 5px 0px;
}
div.add_div2 a {
	float:right;
	text-align: right;
	color: #000;
	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 LIST WIDGET */

.content_body > .fck_widget_calendar td {
  padding-left: 14px;
}
#maincontent .fck_widget_calendar .readmore a{
	color:#F1700A;
}

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

/* POPUP CAL */
.popup_calendar_div { background-color:#FBD980; }
.cpYearNavigation,.cpMonthNavigation { background-color:#E68E44; color:white; }
td.cpCurrentDate { background-color:#E68E44; }
td.cpCurrentMonthDate:hover,
.cpCurrentMonthDate:hover { background-color:#FBD982; color:white; }

tr.listing { background-color:#FBD982; }
tr.listingb { background-color:#F7B765; }

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

/* Photo Gallery */
/* ---- Photos -------------- */
#gia_head 		{
	background:#fff;

}

table.calendar{
	border-collapse: collapse;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin-bottom: 20px;
}
table.calendar td{
	border: 1px dotted #ccc;
	width: 112px;
	height: 112px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
table.calendar td.unmonth{
	background: #ddd;
	color: #666;
}
table.calendar th{
	text-align: left;
	background: #E68E44;
	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: #09C1CB;
	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: #ffffcc;
	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: #ffffff;
	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:106px;
}
.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: #FBD982;
	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; }

#sidebar_left #img_div #editlogo { background:transparent;  }

#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:#FFF; }

H3.date {
    color: #0CC5D7;
    font-weight: normal;
    font-size: 12px;
    padding-right: 5px;
}

@media screen and (min-width: 480px) {

   #content.ads_enabled{
		position:relative;
	}

	div.rbad[data-id=desktop_leaderboard_header]{
		position: absolute;
	    right: 40px;
	    top: 50px;
	}

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

	div.rbad[data-id=desktop_leaderboard_header] ~ div#maincontent,
	div.rbad[data-id=desktop_leaderboard_header] ~ div#sidebar_right,
	div.rbad[data-id=desktop_leaderboard_header] ~ div#maincontent ~ div#sidebar_right
	{
		margin-top:150px;
	}


	div.rbad[data-id=desktop_leaderboard_footer]{
		margin-left:230px;
	}
}