#cleanWidget_container {
	width:170px;
	height:600px;
	overflow:hidden;
	position:relative;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Arial,Helvetica,sans-serif;

}

#cleanWidget_container_inner {
	background: #a5c4cf;
}

#cleanWidget_header {
	height:68px;
			background: #181818;

}

#cleanWidget_search {
	border-top:2px solid #fff;
	padding: 16px;
	position: relative;
	z-index: 4000;

	box-shadow: 0px 4px 4px #333;
	-moz-box-shadow: 0px 4px 4px #333;

	/*border-bottom:2px solid #fff;*/
	height:133px;
	line-height: 12px;
}

#cleanWidget_search h2 {
font-family: Helvetica,Arial,sans-serif;
font-weight: normal;
color: #124C91;
font-size: 16px;
padding: 0px;
margin: 0px;
margin-bottom: 12px;
background-color:transparent;
border-bottom:none;
text-transform:none;
}

#cleanWidget_searchterm {
	width: 135px;
}

a#cleanWidget_searchbtn, a#cleanWidget_filter_button, a.cleanWidget_viewActivity, #cleanWidget_clear_filters_btn {
	font-family: Helvetica,Arial,sans-serif;	
	width: 75px;
	height: 25px;
	text-transform: uppercase;
	letter-spacing: .05em;
	background: #76b0d4;
	color: white;
	font-size: 11px;
	display: block;
	line-height: 25px;
	text-align: center;
	margin: 15px auto 5px;
	text-decoration: none;
	border: 1px solid white;
	letter-spacing: .05em;
	
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;

}

#cleanWidget_clear_filters_btn {
    font-size:9px;
    height:20px;
    line-height:20px;
    margin: 5px auto;
}

a#cleanWidget_searchbtn:hover, a#cleanWidget_filter_button:hover, a.cleanWidget_viewActivity:hover {
	background: #124C91;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

a.cleanWidget_viewActivity {
	width:111px;
}

#cleanWidget_search.with_results {
	box-shadow: 0px 0px 0px transparent;
	-moz-box-shadow: 0px 0px 0px transparent;

	border-bottom:2px solid #fff;
	padding: 0px 16px 10px;
	height: 44px;
}

.with_results h2, .with_results .tagline { display: none; }

.with_results #cleanWidget_searchterm {
    float: left;
    width: 85px;
}


.with_results a#cleanWidget_searchbtn {
	width: 55px;
	margin-left: 95px;
	font-size: 9px;
	height: 22px;
	letter-spacing: 0.1em;
	line-height: 22px;
}

.tagline {
	font-size: 8px;
	color: #124C91;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing:.05em;
}

/* the div that contains the "spinner" graphic while data is being loaded */
div#cleanWidget_loading {
	position:absolute;
	top:1%;
	left:1%;
	width:98%;
	height:98%;
	background-image:url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index:3;
	display:block;
}
/* style for the above div when no data operation is happening--just don't show it */
div#cleanWidget_loading.cleanWidget_hid {
	display:none;
}

div#cleanWidget_attractor_loading {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/** results */
#cleanWidget_result {
	position:relative;
}
#cleanWidget_result.hide {
	display:none;
}

#cleanWidget_resultcount {
	height: 26px;
	line-height:26px;
	position:relative;
	padding:0;
	padding-left: 7px;
	color: #4D4D4D;
	font-size: 8px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
	border-bottom: 1px solid white;
}

#cleanWidget_list_holder {
	height:391px;
	overflow:auto;
}

#cleanWidget_list {
}

#cleanWidget_list ul {
	padding: 0px;
	margin: 0px;	
}

#cleanWidget_list li{
	border-top: 1px solid white;
	list-style-type: none;
	padding: 5px 0px;
}

.cleanWidget_list_item {
	padding: 7px 15px;
	min-height:160px;
}

.cleanWidget_title {
	margin-bottom: 3px;
	line-height: 16px;
	font-family: Helvetica,Arial,sans-serif;
	color: white;	
	font-size: 15px;
}

.cleanWidget_title a{
    color:#fff;
    text-decoration:none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;

}

.cleanWidget_title a:hover{
	color: #cff5fe;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	
}

.cleanWidget_contributor, #cleanWidget_pagination {
	font-size: 8px;
	line-height: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
	padding-bottom: 5px;
	color: #124c91;
}

.cleanWidget_audiences ul {
    /*background-color: #56DDFF;
    border: 1px solid #4D4D4D;*/
    color: #4D4D4D;
    border-radius: 3px;
    font-size: 10px;
    list-style-type: square;
    padding: 0 10px 5px 15px;
    margin:0;
}
.cleanWidget_audiences li {
    padding: 2px 0;
}
.cleanWidget_audiences .cleanWidget_label {
    color: #76b0d4;
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin-top: 20px;
}
#cleanWidget_pagination {
	text-align:center;
	border-top:2px solid white;
	font-size:9px;
	height:29px;
	line-height:29px;
	overflow:hidden;
}

#cleanWidget_pagination a {
	
	font-size: 6px;
	color: #fff;
	background: #76b0d4;
	font-weight: bold;
	letter-spacing: .05em;
	padding: 2px 4px;
	color: white;
	text-decoration: none;
	
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

.cleanWidget_description {
	font-size: 10px;
	line-height: 14px;
	color: #4D4D4D;
	margin-bottom: 5px;
}

.cleanWidget_moreLink {
	font-size: 8px;
	color: #fff;
	background: #76b0d4;	
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
	padding: 4px 6px;
	color: white;
	text-decoration: none;

	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;

	background: 
	-webkit-gradient(linear, left top, left bottom,
	color-stop(0.48, #76b0d4),
	color-stop(0.52, #003399));
	-webkit-background-origin: padding; 
	background-image:-moz-linear-gradient(top , #76b0d4 50%, #003399);

}

.cleanWidget_moreLink:link {
  color: #FFF;
}

.cleanWidget_moreLink:visited {
  color: #FFF;
}

.cleanWidget_moreLink:hover {
	background: #124C91;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;

}

.cleanWidget_moreLink:active {
  color: #FFF;
}

/*
#cleanWidget_pagination {
	height:16px;
	font-size:12px;
	padding:2px;
	border-top:1px solid #999;
}
*/

/* item */

#cleanWidget_result_record, #cleanWidget_attractor_record {
	width:100%;
	height:100%;
	left: 101%; /* the "default" state of #_result_record is to be hidden off to the right of the rest of the content (overflow is hidden on the parent) */
	top: 0;
	overflow:auto;
	position: absolute;
	z-index: 50;
	background-color:#a5c4cf;
}

#cleanWidget_result_record.showing, #cleanWidget_attractor_record.showing {
	left:0;
}


.cleanWidget_back {
	display: block;
	background: #76b0d4;
	color: white;
	padding: 6px 15px;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 2px solid white;
	font-family: Helvetica,Arial,sans-serif;		

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;

}
.cleanWidget_back:link {
  color: #FFF;
}
.cleanWidget_back:visited {
  color: #FFF;
}

.cleanWidget_back:hover {
	background: #124C91;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.cleanWidget_back:active {
  color: #FFF;
}


#cleanWidget_record_inner {
	padding: 15px;
}

.cleanWidget_dleseLink {
	font-size: 10px;
	color: #1357A6;
}

/* filters */

#cleanWidget_filters {
	width:100%;
	height:100%;
	left: 101%; /* the "default" state of #_filters is to be hidden off to the right of the rest of the content, but with the activation button visible */
	top: 0;
	position: absolute;
	z-index: 40;
	background-color:#a5c4cf;
}

#cleanWidget_closeFilterButton a{
	display: block;
	background: #76b0d4;
	color: white;
	padding: 6px 15px;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 2px solid white;
	font-family: Helvetica,Arial,sans-serif;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}


#cleanWidget_closeFilterButton a:hover {
	background: #124C91;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;	
}

#cleanWidget_filters fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#cleanWidget_filters legend {
	font-size: 8px;
	color: #124C91;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
	padding: 10px 0px;	
}

#cleanWidget_filters_inner {
	padding: 10px 15px;
}

#cleanWidget_filters ul{
	padding: 0px;
	margin: 0px;
}

#cleanWidget_filters li{
	list-style-type: none;
	font-size: 12px;
	padding: 4px 0px;	
}

#cleanWidget_filters label {
	font-family: Helvetica,Arial,sans-serif;
	color: #4D4D4D;
}

#cleanWidget_filters.showing {
	left:0;
}

/* the button to show filters */

#cleanWidget_filters #cleanWidget_filterButton{
	width:65px;
	height:11px;
	position:absolute;
	left:-82px;
	top:0px;
	overflow:hidden;
	font-size: 8px;
	color: #124C91;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
	background: #76b0d4;
	padding: 4px;
	text-align: center;
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	float: left;
	
	-moz-box-shadow: 0px 2px 2px #333;
	box-shadow: 0px 2px 2px #333;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	
}

#cleanWidget_filters #cleanWidget_filterButton:hover {
	background: #124C91;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;	
}

#cleanWidget_filters #cleanWidget_filterButton a, #cleanWidget_filters #cleanWidget_closeFilterButton a{
	display:block;
	text-decoration: none;
	color: white;
	width:100%;
	height:100%;
}

#cleanWidget_filters #cleanWidget_closeFilterButton a{
}

/* logo */


#cleanWidget_header_logo {
	height: 68px;
	overflow: hidden;
	padding: 10px;
	margin-top: 0px;
	color: white;
	font-size: 15px;
	vertical-align: middle;
	background-image: url(/education/includes/images/widget_logo_b_small.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

#logo-text {
	margin-left: 60px;
	padding-bottom: 10px;
	padding-top: 9px;
	line-height: 19px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #fff;
}

#cleanWidget_header_logo img {
	float: left;
}

/* footer */

.cleanWidget_powered-by {
	position:absolute;
	bottom: 0;
	font-size: 8px;
	color: #124C91;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
	background: #76b0d4;
	text-align: center;
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	float: left;
	text-decoration: none;
	height:19px;
	line-height:19px;
	padding: 0 4px;
	
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	
}

.cleanWidget_powered-by:hover {
	background: #124C91;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
		
}

a.cleanWidget_download {
	position:absolute;
	bottom:5px;
	right:5px;
	font-size: 8px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
}

/* rotating image attractor */
#cleanWidget_attractor_wrapper {
	position:relative;
}

#cleanWidget_attractor {
	position: relative;
	z-index: 49;
	height:345px;
	overflow:hidden;
}

#cleanWidget_attractor_inner {
	background: #a5c4cf;
	position: absolute;
	bottom: 15px;
	margin: 0px 5%;
	z-index:2;
	width:90%;
}

#cleanWidget_attractor_img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#cleanWidget_attractor_inner .cleanWidget_list_item {
	padding: 10px;
	width:80%;
	margin:auto;
}

#cleanWidget_filterButton{
	display: none;
}