/* -- This is the place to add your own style modifications without touching the original styles -- */

input::-moz-focus-inner { 
	border: 0; 
	padding: 0; 
}

a, a:visited {
	color: #336699;
}

a:hover,
.wpjb a:hover,
#members-widgets .members-widget2 .wpjb-widget .title:hover {
	color: #3094f8;

}

.entry > p {
	margin-bottom: 15px;
}

#topnav {
	padding:0; 
	margin:0;
	background:#fff;
	font-size:12pt;
	border-top:1px dotted #ddd;
	border-bottom:1px solid #e5e5e5;
	font-weight:bold;
	}

#catnav {
	padding:0; 
	margin:0;
	background:transparent;
	font-size:8pt;
	border-bottom:none;
	}

#catnav{
/*float:right;*/
position:relative;
/*left:-50%;*/
text-align:center;
}

#catnav ul{
list-style:none;
position:relative;
/*left:50%;*/
} 

.category-name {
	text-align: left;
	margin: 0;
	color:#666;
	line-height:1.5em;
	font-size:11pt;
	font-family:arial,helvetica,sans-serif;
	}

.wpbdp-page-content, .field-value wpbdp-field-businessname wpbdp-field-title  {
	text-align: left;
	margin: 0;
	font-size:9pt;
	font-family:arial,helvetica,sans-serif;
	}


/* -------------------[ Footer Widgets ]------------------- */

#members-widgets {
	clear: both;
	margin: 0 auto;
	/*padding:30px 0 20px;*/
	width:98%;
	margin-top: -15px;
	}

#members-widgets .widget {
	margin: 0 0 0 0;
	border:0;
	}

#members-widgets .widget li {
	list-style-type: none;
	margin: 0 0 7px;
	/*padding: 0 0 0 0;*/
	border-bottom:0;
	}

#members-widgets .widget .textwidget { 
	padding:0 
	}

#members-widgets a,
#members-widgets a:link,
#members-widgets a:visited { }

#members-widgets a:active,
#members-widgets a:hover { }

.members-widget1 {
	float:left;
	width:35%;
	/*margin: 0 4% 0 0;*/
	overflow:hidden;
	}

.members-widget2 {
	float:right;
	width:64%;
	margin: 0;
	overflow:hidden;
	border-radius: 0 15px 15px 0;
	}

.members-widget3 {
	float:left;
	width:45%;
	margin: 0 5% 0 0;
	overflow:hidden;
	}

.members-widget4 {
	float:right;
	width:50%;
	margin: 0;
	overflow:hidden;
	}
/* -------------------[ Front page Featured Articles ] --------------- */
.cat-posts-widget div.entry > * { display: none; position: absolute;}
.cat-posts-widget div.entry > a,
.cat-posts-widget div.entry > p.post-title { 
	display: inherit; 
	position: static;
}
.cat-posts-widget div.entry > p.post-title {
	/*font-size: 1em;*/
}
.cat-posts-widget div.entry a > img.thumbnail {
	max-width: 25%;
	width: 100%;
        height: auto;
}
.cat-posts-widget .entry {
	height: auto;
}


/* -------------------[ Header changes AF 8/16/14 ]------------------- */

/* hide the small image */
#logo .headerimage{display:none;}

/* adjust brand logos to keep them on one line */
@media only screen and (max-width:960px) {
	#catnav * a, #catnav * img.wp-post-image{width:auto;height:35px;}
}

/* Large right image collides with logo.  switch to smaller one. */
@media only screen and (max-width:900px) {
	#logo .headerimagelarge{display:none;}
	#logo .headerimage{display:block;}
}

/* Wordpress breaks down into single column layout.  Might as well make logos smaller again. */
@media only screen and (max-width:768px) {
	#catnav * a, #catnav * img.wp-post-image{width:auto;height:30px;}
}

/* small right image starts to collide with logo; get rid of it */
@media only screen and (max-width:600px) {
	#logo .headerimage{display:none;}
}



/* ----------------------------- MEMBERS PAGE ---------------------------------- */

p.wpbdp_listingwidget_more {
	text-align:right;
	margin-right:20px;
}
#members-widgets {
	background: #FDFDFD;
	width: 100%;
	/*font-size: 11px;*/
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-radius: 0 15px 15px 15px;
	box-shadow: inset -5px -5px 5px #DDD;
}
#members-widgets h3.widgettitle {
	border-bottom: none;
}
#members-widgets .members-column-header h3,
#members-widgets .widget_link_list h3 {
	font-size: 1.8em;
	border-bottom: 1px dotted #ddd;
}
#members-widgets .members-column-header h3 {
	color: #FFF;
	/*padding: 15px;*/
	margin-top: 15px;
	padding-left: 15px;
	margin-bottom: 0;
	padding-bottom: 15px;
}
#members-widgets .widget {
	padding: 15px;
}
#members-widgets .members-widget1 > .widget_link_list {
	margin-top: 20px;
}
#members-widgets .members-widget1 > .widget_link_list li {
	/*padding: 0;*/
	margin: 0;
	background-image: none;
}
#members-widgets .members-widget2 > .widget {
	background-color: #EFEFEF;
	background-image:
		-moz-linear-gradient(to left, #EFEFEF 0%, #EFEFEF 98%, #DEDEDE 100%);
	border-bottom: 1px solid #DDD;
	box-shadow: inset 0 0 5px #DDD;
	padding: 25px 15px;
}
#members-widgets .members-widget2 > .members-column-header {
	background-color: #336699;
	background-image:
		-moz-linear-gradient(to left, #336699 0%, #336699 98%, #265584 100%);
	background-image:
		-webkit-linear-gradient(to left, #336699 0%, #336699 98%, #265584 100%);
	background-image:
		-ms-linear-gradient(to left, #336699 0%, #336699 98%, #265584 100%);
	background-image:
		linear-gradient(to left, #336699 0%, #336699 98%, #265584 100%);

	background-image: #336699;
	padding: 0;
	margin: 0;
	border-bottom: none;
	box-shadow: none;
}
#members-widgets .members-widget2 ul li {
	background-image: none;
}

.members-widget1 .list li a {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial !important;
	padding-left: 10px;
}

.members-widget1 .list li{
	color: #336699;
}
.members-widget1 .list .fa {
	display: block;
	padding: 10px 0;
}
/* ----------------------------- BUSINESS DIRECTORY ---------------------------------- */
.wpbdp-listing .listing-title  {
	background-color: #336699;
	background-image:
		-moz-linear-gradient(to bottom, rgb(0, 153, 204) 0%, #215588 100%);
	background-image:
		-webkit-linear-gradient(to bottom, rgb(0, 153, 204) 0%, #215588 100%);
	background-image:
		-ms-linear-gradient(to bottom, rgb(0, 153, 204) 0%, #215588 100%);
	background-image:
		linear-gradient(to bottom, rgb(0, 153, 204) 0%, #215588 100%);

	padding: 1em;
	margin-bottom: 20px;
}
.wpbdp-listing .listing-title h2 {
	font-size: 1.3em;
	color: #FFF;
}
.wpbdp-listing .listing-details {
	margin-top: 15px;
}
.wpbdp-listing .listing-details label {
	display: block;
}
.wpbdp-listing .stickytag {
	-ms-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	transform: rotate(7deg);
	margin-top: -30px;
	height: 80px;
}
.wpbdp-listing-excerpt.sticky {
	background: none;
}

.wpbdp-listing-excerpt.sticky .listing-title {
	background-color: #FFA33C;
	background-image:
		-moz-linear-gradient(to bottom, #FFA33C 0%, #d78932 100%);
	background-image:
		-webkit-linear-gradient(to bottom, #FFA33C 0%, #d78932 100%);
	background-image:
		-ms-linear-gradient(to bottom, #FFA33C 0%, #d78932 100%);
	background-image:
		linear-gradient(to bottom, #FFA33C 0%, #d78932 100%);
}
.wpbdp-listing-excerpt .listing-title {
	font-size: 18px;
}
.wpbdp-listing-excerpt .listing-title h2 {
	margin: 0;
	text-shadow: 2px 2px 2px #666;
}
.wpbdp-listing-excerpt .stickytag img {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
}
.wpbdp-listing-excerpt .stickytag {
    float: right;
    margin-top: -35px;
}



/* ----------------------------- SEARCH COMPANY DIRECTORY (BUSINESS DIRECTORY) ---------------------------------- */
/* reset height issue (jose 8/5/2015) */
.wpbdp-bar .wpbdp-main-links {
	height: auto;
}
#members-widgets .members-widget2 .widget_telework_wpbdp_searchwidget form > div {
	margin-bottom: 5px;
	/*font-size: 11px;*/
}
#members-widgets .members-widget2 .widget_telework_wpbdp_searchwidget form,
#members-widgets .members-widget2 .widget_wpjb-search form,
#members-widgets .members-widget2 .wpjb-widget-smart-alert form {
	/*font-size: 11px;*/
	font-weight: bold;
	margin-bottom: 2px;
}
#members-widgets .members-widget2 .wpjb-widget .title {
	color: #336699;
	font-size: 1.2em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

#members-widgets .members-widget2 div.wpjb-widget-smart-alert {
	border: 0;
	padding: 0;
}
#members-widgets .members-widget2 .widget_telework_wpbdp_searchwidget form input,
#members-widgets .members-widget2 .widget_telework_wpbdp_searchwidget form select {
	/*font-size: 11px;*/
	/*width: 90%;
	padding: 5px;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;*/
}
#members-widgets .members-widget2 .widget_telework_wpbdp_searchwidget form input[type=submit],
#members-widgets .members-widget2 .widget_wpjb-search form input[type=submit] {
	/*font-weight: bold;
	margin-top: 15px;
	width: auto;*/
}
#members-widgets .members-widget2 .widget_wpjb-search form input[type=text] {
	/*margin-left: 10px;*/
}


#members-widgets .members-widget2 {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

/* --------------------- BUSINESS DIRECTORY FEATURED LISTING WIDGET -------------------------- */
#members-widgets ul.wpbdp-featured-listings .listing-thumbnail {
	width: 100px;
	float: left;
}
#members-widgets ul.wpbdp-featured-listings .listing-thumbnail img {
	width: 100%;
}
#members-widgets ul.wpbdp-featured-listings li {
	margin-bottom: 10px;
	padding: 10px;
	background-image: none;
}
#members-widgets ul.wpbdp-featured-listings li.odd {
	background: #DEDEDE;
}
/*#members-widgets .widget_wpjb-featured-jobs li,
#members-widgets ul.wpbdp-featured-listings li .listing-description {
	font-size: 11px;
	line-height: 12px;
}*/
#members-widgets ul.wpbdp-featured-listings li .listing-description {
	margin-left: 115px;
	padding-top: 2px;
}

#wpbdp_featuredlistingswidget-3 > div > ul li.even,
#wpbdp_featuredlistingswidget-3 > div > ul li.odd{
	text-align: justify;
	margin-bottom:20px;
	background:none;
	clear:both;
}


#wpbdp_featuredlistingswidget-3 > div > ul li.even div.listing-thumbnail{
	margin-left:10px;
	float:right;
}

#wpbdp_featuredlistingswidget-3 > div > ul li.odd div.listing-thumbnail{
	margin-right:10px;
	float:left;
}

/* latest listings widget */


/* custom width for alt home widgets - Paula */
.home-widget-1 {
	width:26%;
	float:left;
	margin:0;
	padding-right:3.5%;
}

.home-widget-2 {
	width:46%;
	float:left;
	margin:0;
}

.home-widget-3 {
	width:21%;
	float:right;
	margin:0;
	}
h1.post-title,
h1.page-title {
	/*font-size: 18pt;*/
	}


.emember_bookmark_button {
	position: absolute;
	top: 50px;
	right: 0px;
}
form.newsletter-sign-up {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: .8em;
}
form.newsletter-sign-up ul {
	width: 95%;
}
form.newsletter-sign-up ul li {
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: none;
}
body.home div#text-11,
#sidebar {
	overflow: visible;
}

form.newsletter-sign-up .gform_footer { text-align: center; }

a.hct-blue-button,
input.eStore_buy_now_button,
#members-widgets input[type="submit"],
form.newsletter-sign-up input#gform_submit_button_1,
#members-widgets .members-widget2 .widget_telework_wpbdp_searchwidget form input[type=submit],
#members-widgets .members-widget2 .widget_wpjb-search form input[type=submit],
#members-widgets .members-widget2 .wpjb-widget-smart-alert form input[type=submit],
form.visual-form-builder .vfb-submit {
    /*cursor: pointer;
    display: inline-block;
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-size: 1.2em;
    line-height: normal;
    color: #FFF;
    background-color: #0064CD;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#0092d3), to(#0064CD));
    background-image: -moz-linear-gradient(top, #0092d3, #0064CD);
    background-image: -ms-linear-gradient(top, #0092d3, #0064CD);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0092d3), color-stop(100%, #0064CD));
    background-image: -webkit-linear-gradient(top, #0092d3, #0064CD);
    background-image: -o-linear-gradient(top, #0092d3, #0064CD);
    background-image: linear-gradient(top, #0092d3, #0064CD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0092d3', endColorstr='#0064cd', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #CCC;
    border-radius: 4px;
    border-color: #0064CD #0064CD #003F81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    vertical-align: bottom;*/
}
a.hct-blue-button:hover,
input.eStore_buy_now_button:hover,
form.newsletter-sign-up input#gform_submit_button_1:hover,
#members-widgets .members-widget2 .widget_telework_wpbdp_searchwidget form input[type=submit]:hover,
#members-widgets .members-widget2 .widget_wpjb-search form input[type=submit]:hover,
#members-widgets .members-widget2 .wpjb-widget-smart-alert form input[type=submit]:hover,
form.visual-form-builder .vfb-submit:hover {
    background-position: 0 -15px;
    text-decoration: none;
}
.listing-actions input.delete-listing {
	color: #FFF;
}

/* add space below Category list after posts - Paula */

p.cats {
	clear:both;
	margin-bottom: 10px;
	}

/* Unauthorized Page Styles - Jose */
#eMember-authorization {
        padding: 0px 10px;
    }
#eMember-authorization h2 {
        font-size: 2em;
        border-bottom: 1px solid #333;
        margin-bottom: 40px;
    }
#eMember-authorization > h3 {:;
	display: none;
	font-size: 1.2em;
	margin-top: 20px;
	padding: 10px 20px 0px 20px;
    }
#eMember-authorization #login-page-right > h3 {
	font-size: 1.2em;
	padding-left: 0px;
	margin-bottom: 20px;
}
#eMember-authorization .eMember_fancy_login_3 > h3 {
	padding: 5px 20px 10px 5px;
    }
#eMember-authorization div.textwidget {
	padding-top: 0px;
    }
#eMember-authorization > div {
        padding: 10px 20px;
    }
#eMember-authorization > div a {
        display: inline-block;
        padding: 0;
    }
#login-state {
	font-size: .8em;
	position: absolute;
	top: 5px;
	right: 10px;
    }
/*read more button*/
.meta {
	margin-top: 10px;
}
.readmore {
	/* margin-top: 10px; */
	}


/** ------------------------ Authentication Styles -------------------------------------- **/
div#login-page-right {
	float: right;
	width: 60%;
}
div#login-page-right ul {
	padding-left: 20px;
	margin-bottom: 20px;
}
div#login-page-right ul li {
	margin-bottom: .5em;
}
div#login-page-right div.join-us-button {
	text-align: center;
	margin: 15px auto;
}
div#login-page-right div.join-us-button > a {
	/*cursor: pointer;
    display: inline-block;
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-size: 1.2em;
    line-height: normal;
    color: #FFF;
    background-color: #0064CD;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#0092d3), to(#0064CD));
    background-image: -moz-linear-gradient(top, #0092d3, #0064CD);
    background-image: -ms-linear-gradient(top, #0092d3, #0064CD);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0092d3), color-stop(100%, #0064CD));
    background-image: -webkit-linear-gradient(top, #0092d3, #0064CD);
    background-image: -o-linear-gradient(top, #0092d3, #0064CD);
    background-image: linear-gradient(top, #0092d3, #0064CD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0092d3', endColorstr='#0064cd', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #CCC;
    border-radius: 4px;
    border-color: #0064CD #0064CD #003F81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
}
div#login-page-right div.join-us-button > a:hover {
    background-position: 0 -15px;
    text-decoration: none;
}


/* ----- [ Responsive Design ] ----- */
/* ------ ONLY ADD BELOW FOR SMALL SCREENS ------- */

@media only screen and (max-width: 800px) {
	.home-widget-1 {
		width: 25%;
		float: left;
                clear: both;
	}
	.home-widget-2 {
		width: 70%;
		float: left;
		clear: none;
	}
	.home-widget-3 {
		width: 100%;
	}

    div#login-page-right {
	float: none;
	margin-bottom: 20px;
	width: 100%;
    }
}

@media only screen and (max-width: 680px) {
    .home-widget-1,
    .home-widget-2,
    .home-widget-3 { 
	width: 100%;
    }
}


/**
 * eMember Registration Form styles
 */
.eStore_button_wrapper {
	width: 100%;
	text-align: center;
}

input.eStore_buy_now_button {
}
form.visual-form-builder fieldset {
	background: #EEE;
	background-image:
		-moz-linear-gradient(to bottom, #F3F3F3 0%, #E3E3E3 100%);
	background-image:
		-webkit-linear-gradient(to bottom, #F3F3F3 0%, #E3E3E3 100%);
	background-image:
		-ms-linear-gradient(to bottom, #F3F3F3 0%, #E3E3E3 100%);
	background-image:
		linear-gradient(to bottom, #F3F3F3 0%, #E3E3E3 100%);

	font-family: arial,helvetica,sans-serif !important;
}
.visual-form-builder .vfb-legend h3 {

}
form.visual-form-builder ul li.vfb-item {
	/*padding: 25px;*/
	margin: 20px 0;
}
input.vfb-text, textarea.vfb-textarea, select.vfb-select {
	padding: 10px;
}


.meta-print {
	display: inline-block;
	float: right;
}
.meta-print i {
	font-size: 1.4em;
}
.meta-print .printfriendly {
	margin-left: 5px;
	display: inline-block;	
}
.meta-print a {
	color: #FFF;
}

.commentlist .reply {
	margin-top: 10px;
}

.wpjb-refine-query .wpjb-tag {
   background-color: #3094f8;
   padding: 5px 10px;
}



/* Added 3/22/2017 - Jose */
.page-id-15672 .wpjr-page-my-home > .wpjb-layer-inside { 
    /* Hide Candidate Profile Bar */
    display: none;
}

/* Added 4/5/2017 - Jose */
/** Hide membership links on employer dashboard, format sidebar links */
.wpjb-box-membership {
	display: none;
}
#sidebar ul#wpjb_widget_jobboardmenu li {
	background: transparent;
	border-bottom: none;
	padding: 0;
}
#sidebar ul#wpjb_widget_jobboardmenu li a {
	padding: 4px;
	display: block;
}
#wpjb_widget_jobboardmenu a[href$='/membership/'],
#wpjb_widget_jobboardmenu a[href$='/jobs-search/']  {
	display: none !important;
}

/** Hide bookmark from job seeker dashboard */
.wpjb-boxes .wpjb-box-edit {
	display: none;
}

/** Center vertically the icons on front page */
.featured-business-image img {
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
}

.pf-content .wpbdp-listing .listing-details {
	margin-left: 0px;
}
.pf-content .wpbdp-listing .stickytag {
	margin-top: -100px;
}
.pf-content .wpbdp-listing .delete-listing {
	color: #888 !important;
}
/**
 * Member Job Seekers Page
 */
#member-job-seekers {
	padding-top: 30px;
	padding-bottom: 30px;
}
#member-job-seekers .page-header h1 {
	text-align: center;
	padding: 20px 10px;
}
#member-job-seekers .page-header h1:after {
	content: ' ';
	display: block;
	width: 100px;
	height: 5px;
	background-color: #2c5884;
	margin: auto;
	margin-top: 5px;
}
#member-job-seekers .left-column * {
	font-size: 12pt;
}
#member-job-seekers .left-column a {
	font-family: arial,helvetica,sans-serif;
}
#member-job-seekers .widget_link_list {
	margin-top: 20px;
}
#member-job-seekers .widget_link_list li {
	color: #3094f8;
	display: block !important;
	margin: 0;
	background-image: none;
}
#member-job-seekers .widget_link_list a {
	padding: 10px 15px;
	display: inline-block;
}
#member-job-seekers .member-buttons {
	padding-top: 20px;
}
#member-job-seekers .member-buttons > .row {
	margin-bottom: 50px;
}
#member-job-seekers .member-buttons .member-button {
	text-align: center;
}
#member-job-seekers .member-buttons .member-button a {
	display: block;
	padding: 20px;
	border-radius: 15px;
}
#member-job-seekers .member-buttons .member-button a:hover {
	background-color: whitesmoke;
}
#member-job-seekers .member-buttons .member-button .icon {
	margin-bottom: 15px;
}
#member-job-seekers .member-buttons .member-button .icon i {
	font-size: 3rem;
}

#member-job-seekers .featured-lists .widget_my_wpbdp_featuredlistingswidget .wpbdp-featured-listings {
	border: 1px solid #DDD;
}
#member-job-seekers .featured-lists .widget_my_wpbdp_featuredlistingswidget .wpbdp-featured-listings > li {
	display: block;
	padding: 23px 20px;
	background-image: none;
}
#member-job-seekers .featured-lists .widget_my_wpbdp_featuredlistingswidget .wpbdp-featured-listings > li:nth-child(2n) {
	background-color: whitesmoke;
}
#member-job-seekers .featured-lists .widget_my_wpbdp_featuredlistingswidget .listing-thumbnail {
	float: left;
	width: 20%;
	padding-right: 10px;
}
#member-job-seekers .featured-lists .widget_my_wpbdp_featuredlistingswidget .listing-description {
	margin-left: 22%;
}
#member-job-seekers .featured-lists .widget_my_wpbdp_featuredlistingswidget .listing-description br {
	display: none;
}
#member-job-seekers .featured-lists .widget_my_wpbdp_featuredlistingswidget .listing-description a {
	display: block;
}

#member-job-seekers .featured-lists .wpjb-widget {
	border: 1px solid #DDD;
}
#member-job-seekers .featured-lists .wpjb-widget .wpjb-grid-row {
	padding: 20px;
}
#member-job-seekers .featured-lists .wpjb-widget .wpjb-grid-row:nth-child(2n) {
	background-color: whitesmoke;
}

#member-job-alert .columns > .no-break {
	display: none;
}
#member-job-alert .pf-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

/**
 * Datepicker Overrides (resume page) 4/9/2017
 */
div.datepicker .datepickerContainer {
	z-index: 9999;
	background: transparent;
}
div.datepicker .datepickerContainer > table {
	margin: 0;
	box-shadow: 0px 0px 10px #888;
}
div.datepicker .datepickerContainer a {
	color: #888;
	margin: auto;
	text-align: center;
}
div.datepicker .datepickerContainer a:hover {
	font-weight: bold;
}
div.datepicker .datepickerContainer .datepickerSelected a {
	color: #FFF;
}
div.datepicker .datepickerContainer td.datepickerNotInMonth a {
	color: #CCC;
}

.wpjb .wpjb-overlay-button {
	display: inline;
}
.wpjb-overlay-buttons .wpjb-overlay-close {
	float: none;
}

.wpjb-submit {
	background-color: #CCC;
	color: #000;
	border-radius: 5px;
	padding: 5px 15px;
	box-shadow: none;
}
.wpjb-submit:hover {
	color: #FFF;
	background-color: #4785c2;
}

body .wpjb a.wpjb-button:hover, body .wpjb a.wpjb-button:focus {
	color: #FFF !important;
	background-color: #4785c2 !important;
	background-image: none;
}
