/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,body {
  height: 100%;
}

.border {
  padding: 1px;
  margin: 1px;
  border: 1px solid #5555aa;
}

.top-window {
  padding-bottom: 2px;
  margin-bottom: 2px;
  border-top: 3px solid #5555aa;
  border-color: #C2C2E0;
}

.main-window {
  width:100%;
  height:100%;
}

.framed-content { 
  width: 100%;
  height: 100%;
  border-top: 1px solid #C2C2E0;
}

iframe {
  margin:0; 
  padding:0;
  display:block; 
  width:100%; 
  border:none;
}

.scrollable-iframe {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.open {
  width: 100%;
  min-height: 100px;
  border-color: green;
  background-color: #C2C2E0;
  padding-bottom: 5px;
}

.toggle-div {
  width: 100%;
  height: 30px;
  padding-bottom: 1px;
}

.toggle-handle {
  width: 300px;
  height: 25px;
  margin-right: 10px;
  background-color: #C2C2E0;
  position: relative;
  -moz-border-radius-bottomright: 25px 50px;
  border-bottom-right-radius: 25px 50px;
  -moz-border-radius-bottomleft: 25px 50px;
  border-bottom-left-radius: 25px 50px;
  text-align: center;
}

.toggle-handle:hover {
  cursor: pointer;
}

.float-left { float:left; }

.float-right { float:right; }

.clear-both { clear:both; }

.inline { display:inline; }

.ratings-div {
  overflow:hidden;
}

.ratings-container {
	width: 154px;
}


.star-count { padding-top:7px; }

.url-div {
  padding-top:7px;
  margin-left: 20px;
  padding-right:10px;
  max-width:400px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}

.link-div span{
  padding: 1px;
  display:none;
  position:relative;
  border: 1px solid #5555aa;
  border-radius: 2px;
  -moz-border-radius: 2px;
  top: -10px;
  left:250px;
  font-size: 14px;
  margin-bottom: -15px;
  background-color:#C9D1DE;
  color: #5555aa;
  text-align: center;
  white-space: nowrap;
}

.link-div:hover span{ display:block; }

.centered-text {
  padding-top:7px;
  margin-right: 10px;
  margin-left: 10px;
}

.star-div { 
  /*background-color: lightblue;*/
  width: 30px;
  height: 30px;
}

.star-gold-div {
	background-image: url('/wpebrowse/images/single-star.gif');
}

.star-empty-div {
	background-image: url('/wpebrowse/images/single-star-empty.gif');
}

.title-div {
	float: left;
	padding-top: 7px;
	margin-left: 50px;
}

.grade-level-div {
	float: right;
	padding-top: 7px;
	margin-right: 50px;
}

.description-div {
	clear: both;
	padding-top:7px;
  	margin-left: 10px;
}

.text-value {
  	margin-left: 10px;
  	font-style:italic;
	color: indigo; 
}

.label { 
  	color: indigo;
  	font:15px arial,sans-serif;
  	font-weight: bolder;
}

.grade-level-images {
	float: left;	
}

.webpath-font { font:15px arial,sans-serif; }
