.podlet, .podlet.gray {
	behavior: url(/static/js_lib/pie/PIE.htc); /* CSS3 effects for IE8-9 */
	position: relative;
	overflow: hidden;
	margin: 11px;
	padding: 8px 10px;
	height: auto !important;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    z-index: 0; /* prevents menu layering issues */

	background-color: #f5f5f5;
	background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(top, #fff 0%,#f5f5f5 100%); /* W3C */
    -pie-background: linear-gradient(#fff, #f5f5f5); /* CSS3 PIE */
}
.podlet.blue {
	behavior: url(/static/js_lib/pie/PIE.htc); /* CSS3 effects for IE8-9 */
	background-color: #edf5fd;
	background: -moz-linear-gradient(top, #fff 0%, #edf5fd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#edf5fd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#edf5fd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%,#edf5fd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%,#edf5fd 100%); /* IE10+ */
    background: linear-gradient(top, #fff 0%,#edf5fd 100%); /* W3C */
    -pie-background: linear-gradient(#fff, edf5fd); /* CSS3 PIE */
}
body.ie8 .podlet {
    box-shadow: 1px 1px 6px #ddd;
}
.podlet .podlet_header {
    min-height: 20px;
    padding-right: 18px;
    cursor: pointer;
}
.podlet .podlet_header h2 {
    float: left;
    margin: 0 4px 6px;
    color: #333;
    cursor: pointer;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.podlet .podlet_header:hover h2 {
    color: #777;
}
.non_podlet .podlet_header {
	margin: 0 -8px 0 -8px;
	padding: 8px 12px 8px 12px;
	color: #333;
	font-size: 120%;
}
.podlet .podlet_header a {
	display: inline;
	color: #333;
}
.podlet .podlet_header a:hover {
	text-decoration: none;
}
.podlet_new_icon, .podlet_free_icon {
	padding-right: 5px;
	margin-top:-5px; /* keeps icon from creating a gap in the side borders */
	float: left;
}
.podlet .marketing_text {
	color: #333;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.podlet .plus a, .podlet .minus a, .podlet .close a {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	height: 14px;
	width: 14px;
	background-repeat: no-repeat;
}
.podlet .plus a {
	background-image: url(../images/podlet/plus_expand.png);
}
.podlet .plus a:hover {
	background-image: url(../images/podlet/plus_expand_over.png);
}
.podlet .minus a {
	background-image: url(../images/podlet/minus_collapse.png);
}
.podlet .minus a:hover {
	background-image: url(../images/podlet/minus_collapse_over.png);
}
.podlet .close a {
	background-image: url(../images/podlet/close_btn.png);
}
.podlet .close a:hover {
	background-image: url(../images/podlet/close_btn_over.png);
}
.podlet .podlet_content_container {
	clear: both;
	margin: 0 -8px 0 -8px;
	padding: 0 8px 0 8px;
	/* border-left: 1px solid #999;
	border-right: 1px solid #999; */
}
.podlet .checkpoints_off, .podlet .go_btn {
	color: #336699;
	font-size: 100%;
	font-weight: bold;
	margin: 8px 5px 0 0;
	padding: 4px 0 0 30px;
	text-indent: 0;
	background: url(../images/home_files/checkmark_stacked.png) left -28px no-repeat;
}
.podlet .checkpoints_off:hover, .podlet .go_btn:hover {
	background-position: left top;
}
.podlet .go_btn {
	background-image: url(../images/home_files/single_play_arrow.png);
}
.podlet .go_btn:hover {
	background-image: url(../images/home_files/single_play_arrow_over.png);
}
.podlet .rule {
	border-bottom: 1px solid #eee;
	width: 90%;
	margin-bottom: 10px;
	line-height: 4px;
}
.podlet .enterprise_img {
	width: 26px;
}
.podlet .podlet_links {
	margin: 0;
	padding: 5px 10px 0 10px;
	min-height: 40px;
	height: auto !important;
	height:40px;
}
.podlet .podlet_links a {
	font-size: 100%;
	line-height: 140%;
}
.podlet .podlet_links_enterprise {
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
	padding: 5px 10px 0 10px;
	min-height: 20px;
	height: auto !important;
	height:20px;
	margin-left: 20px;
	text-indent: -26px;
}
.podlet .podlet_links_enterprise img {
	width: 20px;
	margin-right: 4px;
}
#podlet_content_links {
	padding: 0;
}

/* side-by-side podlets */
.podlet_sidebyside .podlet_header_spacer {
	margin: 0;
	width: 26px;
	height: 56px;
	position: relative;
	float: right;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10;
}
.podlet_sidebyside .podlet_header_spacer_left_inactive {
	margin-bottom: 0px;
	background-image: url(../images/podlet/pod_header_spacer_left_inactive.png);
}
.podlet_sidebyside .podlet_header_spacer_right_inactive {
	margin-bottom: 0px;
	background-image: url(../images/podlet/pod_header_spacer_right_inactive.png);
}
.podlet_sidebyside .podlet_header_spacer_both_inactive {
	height: 57px;
	margin-bottom: -25px;
	background-image: url(../images/podlet/pod_header_spacer_both_inactive.png);
}
.podlet_sidebyside h2.podlet_header_left {
	width: 245px;
	margin-bottom: -10px;
	background-image: url(../images/podlet/pod_top_left.png);
}
.podlet_sidebyside h2.podlet_header_right {
	float: right;
	width: 375px;
	background-image: url(../images/podlet/pod_top_right.png);
}
.podlet_sidebyside h2.podlet_header_left_inactive {
	background-image: url(../images/podlet/pod_top_left_inactive.png);
	height: 50px;
}
.podlet_sidebyside h2.podlet_header_right_inactive {
	background-image: url(../images/podlet/pod_top_right_inactive.png);
	height: 50px;
}
.podlet_sidebyside .plus a.podlet_left, .podlet_sidebyside .minus a.podlet_left {
	left: 245px;    /* same as width of h2.podlet_header_left */
}
/* end side-by-side pods */

.podlet .podlet_content {
	padding: 0 4px;
	position: relative;
	z-index: 4;
}
.podlet .podlet_content > p:first-child {
    margin-top: 0;
    padding-top: 0;
}
.podlet .podlet_content > p:last-child {
    margin-bottom: 0;
}
.podlet .podlet_content p, .podlet .podlet_content h1, .podlet .podlet_content h2, .podlet .podlet_content h3, .podlet .podlet_content h4, .podlet .podlet_content h5, .podlet .podlet_content h6 {
	margin: 5px 20px 5px 10px;
	padding: 10px 0 10px 0;
	text-indent: 0;
}
.podlet .podlet_content p {
    margin-right: 10px;
}
/* see .checkmark_icon_list in default.css for a generic checkbox list style set similar to the following */
#podlet_content_21stcenturyskills li, #workshops_tab li, #spotlight_tab li, #mobilize_tab li, #techcore_tab li {
	list-style-type: none;
	line-height: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}
.browse-checklist-wrapper {
    max-height: 360px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#podlet_content_21stcenturyskills > ul li:last-child, #workshops_tab > ul li:last-child,
#spotlight_tab > ul li:last-child, #mobilize_tab ul.small-checklist li:last-child {
    border-bottom: 0;
}
#workshops_tab li, #spotlight_tab li {
	width: 100%;
}
#podlet_content_21stcenturyskills li a, #workshops_tab li a, #spotlight_tab li a {
	font-size: 16px;
	color: #336699;
	border-bottom: 0px solid #fff;
	background: url(../images/home_files/checkmark_stacked.png) left -28px no-repeat;
	padding: 4px 0 8px 30px;
}
ul.small-checklist {
    padding-left: 24px;
}
#podlet_content_21stcenturyskills li a,  .small-checklist #workshops_tab li a,
.small-checklist #spotlight_tab li a, .small-checklist #custom_tab li a,
ul.small-checklist li a, ul.small-checklist li span {
    display: inline-block;
    background: url(../images/home_files/checkmark_small_stacked.png) left -71px no-repeat;
    padding: 0 0 0 24px;
    margin-left: 4px;
    border-bottom: 0;
}
#workshops_tab li a, #spotlight_tab li a, ul.small-checklist li a, ul.small-checklist li span {
	font-size: 13px;
}
#podlet_content_21stcenturyskills li:hover, #workshops_tab li:hover {
	color: #990000;
}
#podlet_content_21stcenturyskills li a:hover, #workshops_tab li a:hover, #spotlight_tab li a:hover,
ul.small-checklist li a:hover, ul.small-checklist li span:hover {
	background-position: left top;
	color: #990000;
}
#podlet_content_21stcenturyskills li a:hover,  .small-checklist #workshops_tab li a:hover,
.small-checklist #spotlight_tab li a:hover, .small-checklist #custom_tab li a:hover,
ul.small-checklist li a:hover, ul.small-checklist li span:hover {
    background-position: left top;
}
#browse_filters input {
	width: 129px;
	margin-left: 2px;
}
#browse_filters .clear_filter {
	background-image:url(../images/podlet/close_btn.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;
	float: right;
	margin-top: -34px;
}
#leftcontent .podlet #search_filters .clear_filter {
	margin-right: 0;
}
.podlet .clear_filter:hover {
	background-image:url(../images/podlet/close_btn_over.png);
	text-decoration: none;
}
#search_form_sidebar input.button, #search_form input.button {
	background-image: url(../images/podlet/form_button_bk.png);
    text-align: center;
	background-color: transparent;
	border: 0px outset #3977A3;
	font-size: 120%;
    margin-top: 5px;
	color: #fff;
	width: 144px;
	height: 33px;
	cursor: pointer;
}
#search_form_sidebar input.button:hover, #search_form input.button:hover {
	background-image: url(../images/podlet/form_button_bk_over.png);
	color: #ccc;
}
#search_form_sidebar .sidebox input[type="submit"], #search_form .sidebox input[type="submit"] {
	float: none;
}
#podlet_content_filterssearch .sidebox input, #podlet_content_browsecontent .sidebox input {
	width: 115px;
}
#podlet_content_filterssearch .sidebox input.button, #podlet_content_browsecontent .sidebox input.button {
	width: 144px;
}

/* Sidebar styles for podlet */
#sidebar .podlet div.section {
	border-bottom: 0px solid #ccc;
	padding: 4px;
}
#leftcontent .podlet {
    margin-top: 0;
    margin-left: 0;
}
#leftcontent .paneltitle {
	padding-top: 0;
}
#main div.story div.section .podlet_tenpercentmain, /* for /collections... */
#podlet_wrapper_21stCS, #podlet_wrapper_techskills, #podlet_wrapper_techskillscustom, #podlet_wrapper_techskillsplus, #podlet_wrapper_techskillsbasic, #podlet_wrapper_assistivetech, #podlet_wrapper_assistivetech_custom, #podlet_wrapper_mobilise, #podlet_wrapper_assistivetech_support {
 margin-left: -8px;
}
#podlet_content_21stcenturyskills ul {
	padding-left: 0;
	margin-right: 20px;
}

/* Whats New */
.podlet_series_image {
	float: left;
	border: 1px solid #ccc;
	background: #ffffff;
	padding: 4px;/* width: 110px; */
}
.podlet_series_text {
	float: left;
	margin-left: 20px;
}
table.whatsNew tr td.image {
	text-align:center;
	width: 120px;
}
table.whatsNew tr td.image img {
	width: 110px;
}
.podlet .whatsnewrule {
	margin-left:auto;
	margin-right:auto;
	width:99%;
}
.podlet_series_text p.whatsnew-desc {
	border-bottom: 0px solid #DCECFE;
	margin: 5px 20px 5px 10px;
	padding: 10px 0;
	text-indent: 0;
}
a.podlet_link_open img.podlet_link_plus {
	display: none;
}
img.podlet_link_minus {
	display: none;
}
a.podlet_link_open img.podlet_link_minus {
	display: inline;
}
/* End Whats New */
