html,body, address, blockquote, dl, ol, ul, li, form, fieldset{
  margin:0; 
  padding:0;
}
html, body { 
  height: 100%; 
}
body { 
  background:#fff url(/_img/bg_main_top.jpg) repeat-x 0 0; 
  font-size:12px; 
  font-family: Arial,Helvetica,sans-serif; 
  color: #000000;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

a, a.blue-underline { outline: none; } /* used to remove the dotted outline that appears around links when you click them in Firefox. */

a:link 	  	{ color: #000000; text-decoration: none; }
a:visited	{ color: #000000; text-decoration: none; }
a:hover  	{ color: #000000; text-decoration: underline; }
a:active	{ color: #000000; text-decoration: none; }

a.blue-underline:link		{ color: #0072FF; text-decoration: underline; }
a.blue-underline:visited	{ color: #0072FF; text-decoration: underline; }
a.blue-underline:hover		{ color: #0072FF; text-decoration: underline; }
a.blue-underline:active		{ color: #0072FF; text-decoration: underline; }

h1 {
  color:#0072ff;
  font:bold 1.4em Arial, Helvetica, sans-serif;
  text-align:center;
}
h2 {
  color:#0072ff;
  font:bold 1.2em Arial, Helvetica, sans-serif;
  text-align:center;
}
h3 {
  background-color: #EAFDE7; 
  color:#339F21;
  font:bold 1.1em Arial, Helvetica, sans-serif; 
  margin-top:1px; 
}
h4 {
  font:bold 1.2em Arial, Helvetica, sans-serif;
  text-align:center;
}
h5 {
  font:bold Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#0084f7;
  text-align:center;
}

img {
  border:none;
}
hr { 
  height: 1px; 
  color: #dadada;
  background-color: #dadada;
  border: 0 none;
}
ul,ol{
  margin:8px 0;
  padding:0 0 0 35px;
}

.clear { clear:both; }
.clear-left { clear:left; }
.center{ text-align:center; }
.blue{ color:#0072FF; }
.blue-underline{ color:#0072FF; text-decoration:underline;}
.blue-bold{ color:#0072FF; font-weight:bold; }
.blue-italic11{ color:#00847F; font-weight:bold; font-size:11px; font-style:italic; padding:0px 10px; text-align:center; }
.blue-bold12{ color:#0072FF; font-weight:bold; font-size:12px; }
.blue-bold14{ color:#0072FF; font-weight:bold; font-size:14px; }
.green-bold14{ color:#157339; font-weight:bold; font-size:14px; }
.green-bold16{ color:#157339; font-weight:bold; font-size:16px; }
.red-bold{ color:#990000; font-weight:bold; }
.orange{ color:#FF6600 }
.orange-bold14{ color:#FF6600; font-weight:bold; font-size:14px; }
.orange-bold16{ color:#FF6600; font-weight:bold; font-size:16px; }
.gray{ color:#8B8F9A }
.bg-dkgreen{ color:#fff; background:#20a563; }
.copyright { font-size:9px; margin:0 auto; width:100%; }
/* long format */
.rounded{
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
.shadow{
	-moz-box-shadow: 0 5px 5px #818181;
	-webkit-box-shadow: 0 5px 5px #818181;
	box-shadow: 0 5px 5px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=0, offY=5, positive=true);
}

#wrap { 
  width:97%; 
  max-width:948px; 
  min-width:780px; 
  /*height:100%; 
  height: auto !important; */
  min-height: 100%;
  margin:0 auto; 
  padding:0; 
}


/************************************ 
 *
 *          tables
 *
************************************/

.table-blue {
	border:1px solid #61C8CD;
}

.table-blue-01 {
  border:1px solid #61C8CD;
  border-collapse:collapse;
}
.table-blue-01 th {
  background-color:#EFFFFF;
}
.table-blue-01 th, .table-blue-01 td {
  border:1px solid #61C8CD;
}

.table-blue-01-alt {
  border:1px solid #61C8CD;
  border-collapse:collapse;
}
.table-blue-01-alt th {
  background-color:#C4FDDC;
  color:#0033FF;
}
.table-blue-01-alt th strong {
  font-size:16px;
  display:block;
}
.table-blue-01-alt th, .table-blue-01-alt td {
  border:1px solid #61C8CD;
  padding:5px;
}
.table-blue-01-alt tr.highlight td {
	background-color: #EFFFFF;
	color:#0072FF;
	text-align:center;
	font-weight:bold;
}
.table-blue-01-alt tr.on td {
	background-color: #F7F7F7;
}
.table-blue-01-alt tr.off td {
	background-color: #FFFFFF;
}

.table-blue-02 {
  border:1px solid #61C8CD;
  border-collapse:collapse;
}
.table-blue-02 th {
  background-color:#EFFFFF;
}
.table-blue-02 th, .table-blue-02 td {
  border:1px solid #61C8CD;
}
.table-blue-02-alt {
  border:1px solid #61C8CD;
  border-collapse:collapse;
}
.table-blue-02-alt th {
  background-color:#C4FDDC;
  color:#0033FF;
}
.table-blue-02-alt th strong {
  font-size:16px;
  display:block;
}
.table-blue-02-alt th, .table-blue-01-alt td {
  border:1px solid #61C8CD;
  padding:5px;
}
.table-blue-02-alt tr.highlight td {
	background-color: #EFFFFF;
	color:#0072FF;
	text-align:center;
	font-weight:bold;
}
.table-blue-02-alt tr.on td {
	background-color: #F7F7F7;
}
.table-blue-02-alt tr.off td {
	background-color: #FFFFFF;
}

.table-blue-lpg {
  border:1px solid #61C8CD;
  border-collapse:collapse;
}
.table-blue-lpg th {
  background-color:#EFFFFF;
}
.table-blue-lpg th, .table-blue-lpg td {
  border:1px solid #61C8CD;
}

/************************************ 
 *
 *          forms
 *
************************************/
input, label {
  vertical-align:middle;
}
label {
  clear:both;
  cursor:pointer;
  display:block;
  position:relative;
  margin:5px 0 2px 0;
}
  label input, label select, label textarea{
    display:block;
    margin:0;
    padding:0;
    width:auto;
    padding:3px 3px;
  }
  label .btn{
    cursor:pointer;
    display:inline;
    padding:3px;
    width:auto;
  }
    label select option{
      margin:3px 4px;
    }
    label input.active{
      border:1px solid #444;
    }
      label div.inline *{
        display:inline;
        margin-right:3px;
      }
label.error{
  color:red;
  margin:2px 0 0 0;
}
.checkbox_fix label {
    display:inline;
}
      
input, select, textarea {
  font-size:1.2em;
  font-family:inherit;
  font-size:inherit;
  padding:2px;
}
input, textarea {
  border:1px solid #cecece;
}
input, textarea {
  padding:.2em;
}
/*input.failed, select.failed, textarea.failed {*/
form input.error{
  background:#fcc9c9;
  border:1px solid red;
}
input[type="image"]{
  border:0;
  background:transparent;
}

input[type="submit"], input[type="reset"]{
  font-size:1.2em;
  font-family:inherit;
  font-size:inherit;
  font-weight:bold;
  color:#0072ff;
  border:1px solid #0072ff;
  background-color:#EFFFFF;
}
input[type="checkbox"] {
  border:none;
}


input.form {
  width:200px;
  font-size:1em;
}

input.signup_form {
  width:180px;
  font-size:10px;
}

select.signup_form {
  width:186px;
  font-size:10px;
  position:relative;
  top:-1px;
  left:-1px;
  padding:1px 0;
}
div.signup {
	border:1px solid #CECECE;
	float:left;
	height:15px;
	overflow:hidden;
	position:relative;
}

input.groups_form {
  width:375px;
  font-size:1em;
}

input.checkbox{
  width:20px;
  float:left;
  border:0;
}

label input.radio{
  width:auto;
}
span.required{
  color:red;
  left:-10px;
  position:absolute;
  top:0;
}



/************************************ 
 *
 *          header
 *
************************************/
#main_header 			{ width:100%; height:100px; margin:0; padding:0; border-bottom:7px solid #002d8a; background: url(/_img/bg_main_header.jpg) no-repeat left top; position:relative; }
#main_header_logo 		{ width:230px; float:left; margin:0; padding:0; }
#main_header h1 		{
  height:20px;
  left:25%;
  margin:0;
  position:absolute;
  top:15px;
  width:62%;
}
#main_header h2 		{
  height:40px;
  left:25%;
  margin:0;
  position:absolute;
  top:35px;
  width:62%;
}

#main_header #header_blurb { 
  left:218px;
  margin:0;
  padding:0;
  position:absolute;
  text-align:center;
  top:15px;
  width:44%;
}
#main_header #header_blurb.long {
  width:61%;
}
#main_header #header_blurb h1 {
  position:relative;
  margin:0;
  width:100%;
  height:auto;
  left:auto;
  top:auto;
}
#main_header #header_blurb h2 {
  left:auto;
  top:auto;
  height:auto;
  position:relative;
  width:100%;
  margin:0;
  padding:0;
}
#main_header .callout-onlineedu{
  background: url(/_img/callout-header-onlineedu.png) no-repeat left top;
  position:absolute;
  top:0;
  right:0;
  width:232px;
  height:74px;
  text-indent:-9999px;
}
#main_header .callout-onlinephone{
  background: url(/_img/callout-header-onlinephone.png) no-repeat left top;
  position:absolute;
  top:0;
  right:0;
  width:232px;
  height:74px;
  text-indent:-9999px;
}
#member_header 			{ width:100%; height:100px; margin:0; padding:0; border-bottom:7px solid #002d8a; background: url(/_img/bg_main_header.jpg) no-repeat left top; position:relative; }
#member_header_logo 		{ width:230px; float:left; margin:0; padding:0; }
#member_header h1 		{
  height:20px;
  left:25%;
  margin:0;
  position:absolute;
  top:30px;
  width:62%;
}
#member_header h2 		{
  height:40px;
  left:25%;
  margin:0;
  position:absolute;
  top:50px;
  width:62%;
}



/************************************ 
 *
 *          menu
 *
************************************/
ul.menu_top { list-style-type: none; padding: 0; margin: 0; height:29px; overflow:hidden; position:absolute; right:0; width:82%; bottom:0; }
ul.menu_top li { float: right; padding-left: 16px; margin: 0; background: url(/_img/tab_left.png) no-repeat left top;  margin-right: 1px; }
ul.menu_top li a { display: block; padding: 7px 16px 0 0; height:22px; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color: #000; text-decoration: none; background: url(/_img/tab_right.png) no-repeat right top; }
ul.menu_top li a:hover { color: #003cb7; }

ul.member_login { width:115px; float:right; margin:0; padding:0; text-align:center; list-style-type: none; padding: 0; margin:  0 11px 0 0; }
ul.member_login li { float: left; padding-left: 10px; margin: 0; background: url(/_img/tab2_left.png) no-repeat left top;  margin-right: 1px; }
ul.member_login li a { display: block; padding: 5px 10px 0 0; height:25px; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color: #000; text-decoration: none; background: url(/_img/tab2_right.png) no-repeat right top; }
ul.member_login li a:hover { color: #003cb7; }

#MemberLogin .member_login_sub a:link, 
#MemberLogin .member_login_sub a:active, 
#MemberLogin .member_login_sub a:visited 
{ color:#000000; text-decoration: none; }
#MemberLogin .member_login_sub a:hover { color:#000000; text-decoration:underline; }

#member_menu_container { position:relative; margin-left:15px; }
ul.member_menu { list-style-type: none; padding: 0; margin: 0; height:29px; /*overflow:hidden; position:absolute;*/ left:0; width:100%; bottom:0; }
ul.member_menu li { float: left; padding-left: 16px; margin: 0; background: url(/_img/tab_left.png) no-repeat left top;  margin-right: 1px; }
ul.member_menu li a { display: block; padding: 7px 16px 0 0; height:22px; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color: #000; text-decoration: none; background: url(/_img/tab_right.png) no-repeat right top; }
ul.member_menu li a:hover { color: #003cb7; }

ul.member_menu li.highlighted { background: url(/_img/tab_left_member.png) no-repeat left top; border-bottom:1px solid #ffffff; }
ul.member_menu li.highlighted a { background: url(/_img/tab_right_member.png) no-repeat right top; }
ul.member_menu li.highlighted a:hover { color: #003cb7; }


ul.member_logout { width:130px; float:right; margin:0; padding:0; text-align:center; list-style-type: none; padding: 0; margin: 0; }
ul.member_logout li { float: left; padding-left: 10px; margin: 0; background: url(/_img/tab2_left.png) no-repeat left top;  margin-right: 1px; }
ul.member_logout li a { display: block; padding: 5px 10px 0 0; height:25px; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color: #000; text-decoration: none; background: url(/_img/tab2_right.png) no-repeat right top; }
ul.member_logout li a:hover { color: #003cb7; }


ul.column-menu	{ 
  list-style:none;
  width: 150px;
  margin:0 0 5px 0;
  padding:0;
} 
ul.column-menu li{     /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #0084F7;
	border-bottom: 1px solid #dadada;
	margin-bottom:3px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 4px; /*header text is indented 10px*/
	cursor: hand;
	/*cursor: pointer; Removed as it was making regular text look like it was a link. */
}
ul.column-menu li a { 
	color: #0084F7;
	text-decoration: none;
}
ul.column-menu li a:hover { 
	color: #0084F7;
	text-decoration: underline;
}
	/*CSS class to apply to expandable header when it's expanded*/
	ul.open 	{ background-color: #0084F7; }
	ul.open li	{ color: #ffffff; }

	  .close .arrow_state{
		padding-right:25px;
		margin: 0 auto;
		background:url(/_img/arrow_down.png) 98% 50% no-repeat;
	  }
		  * html .close .arrow_state { /* ie6 hack for PNGs */
			padding-right:25px;
			margin: 0 auto;
			background:url(/_img/arrow_down.gif) 98% 50% no-repeat;
		  }
	  .open .arrow_state{
		padding-right:25px;
		margin: 0 auto;
		background:url(/_img/arrow_up.png) 98% 50% no-repeat;
	  }
		  * html .open .arrow_state { /* ie6 hack for PNGs */
			padding-right:25px;
			margin: 0 auto;
			background:url(/_img/arrow_up.gif) 98% 50% no-repeat;
		  }

.column-menu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*margin-bottom: 8px; bottom spacing between each UL and rest of content*/
}
/*.column-menu ul li{ padding-bottom: 2px; }bottom spacing between menu items*/
.column-menu ul li a{
	color: #0072FF;
	display: block;
	padding: 1px 0;
	padding-left: 12px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight:500;
	/*border-bottom: 1px solid #dadada; Removed as it was causing a double underline on sub-level lists */
	font-size: 90%;
}
.column-menu ul li a:visited	{ color: #0084F7; }
.column-menu ul li a:hover		{ color: #0084F7; background-color: #fff; } /*hover state CSS*/
.column-menu-statusicon 		{ border:medium none; margin:4px 6px; float:right; }

 /*Left Nav List */ 
ul.column-menu-sub   {
    margin:0;
    padding:0 0 0 35px;
}

ul.column-menu-sub   {
	list-style:none;
	width: 150px;
	margin:0 0 5px 0;
  	padding:0;
}

ul.column-menu-sub li{     /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #0084F7;
	border-bottom: 0px solid #dadada;
	margin-bottom:1px; /*bottom spacing between header and rest of content*/
	padding: 2px 0 0 4px; /*header text is indented 10px*/
	cursor: hand;
	/*cursor: pointer; Removed as it was making regular text look like it was a link. */
}
ul.column-menu-sub li a { 
	color: #0084F7;
	text-decoration: none;
}
ul.column-menu-sub li a:hover { 
	color: #0084F7;
	text-decoration: underline;
}
ul.column-menu-sub .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color: #0084F7;
	color: #ffffff;
}
.column-menu-sub ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*margin-bottom: 8px; bottom spacing between each UL and rest of content*/
}
/*.column-menu ul li{ padding-bottom: 2px; }bottom spacing between menu items*/
.column-menu-sub ul li a{
	color: #0072FF;
	display: block;
	padding: 1px 0;
	padding-left: 12px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight:500;
	/*border-bottom: 1px solid #dadada; Removed as it was causing a double underline on sub-level lists */
	font-size: 90%;
}
.column-menu-sub ul li a:visited	{ color: #0084F7; }
.column-menu-sub ul li a:hover		{ color: #0084F7; background-color: #fff; } /*hover state CSS*/
.column-menu-sub-statusicon { border:medium none; margin:4px 6px; float:right; }


/*Left Nav SubList */ 

ul.column-sublist   {
	border-bottom: 1px solid #dadada;
	list-style:none;
	width: 148px;
	margin: 0 0 5px 0;
  	padding: 2px 2px 7px 2px;
}

ul.column-sublist li{     /*CSS class for menu headers in general (expanding or not!)*/
	list-style:none;
	display: block;
	font-weight:500;
	/*border-bottom: 1px solid #dadada; Removed as it was causing a double underline on sub-level lists */
	font-size: 90%;
}
ul.column-sublist li a { 
	color: #0084F7;
	padding-left:0; /*link text is indented 19px*/
	margin-left:13px;
    font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none;
}
ul.column-sublist li a:hover { 
	color: #0084F7;
	text-decoration: underline;
}
ul.column-sublist .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color: #0084F7;
	color: #ffffff;
}
/*.column-menu ul li{ padding-bottom: 2px; }bottom spacing between menu items*/
.column-sublist ul li a:visited	{ color: #0084F7; }
.column-sublist ul li a:hover		{ color: #0084F7; background-color: #fff; } /*hover state CSS*/
.column-sublist-statusicon { border:medium none; margin:4px 0px; float:right; }


/************************************ 
 *
 *          content
 *
************************************/
#body{
  /*position:relative;*/
  /*margin:0 0 20px 0;*/
  min-width:765px;
  width:100%; 
  padding:15px 0 0 0; 
  padding-bottom: 100px;  /* must be same height as the footer. I added 10px for extra space between content. */

}
.col-2{
  width:100%;
  margin:0 0 15px 0;
}
.col-2 td.green-ltgreen{
  width:182px;
}


#mini_sitemap  								{ position:relative; width:100%; margin:0; padding:0; margin:0 auto 15px auto; }
#mini_sitemap a, a:visited, a:active 	{ color: #000000; text-decoration: none; }
#mini_sitemap a:hover 						{ color: #000000; text-decoration: underline; }
#mini_sitemap ul{
  list-style:none;
  margin:0;
  padding:0 8px;
}
#mini_sitemap ul ul{
  list-style:circle inside;
}
#mini_sitemap h3{
  background:none;
  color: #157339;
	font-size: 14px;
	font-weight: bold;
  margin:0 0 5px 0;
}
#mini_sitemap .left{
  margin-left:10px;
}

.curriculum 							{ position:relative; padding:0; margin:0 auto 15px auto; vertical-align:top; padding-left:15px; }
.curriculum a, a:visited, a:active 		{ color: #0084f7; text-decoration: underline; }
.curriculum a:hover 					{ color: #0084f7; text-decoration: none; }
.curriculum h3{ padding:2px 4px; margin-top:25px; }
.curriculum h3:first-child{ margin-top:inherit; }

.content-wide							{ width:750px; position:relative; float:left; padding:0; margin:0 auto 15px auto; }
.content-wide a, a:visited, a:active 	{ color: #0084f7; text-decoration: underline; }
.content-wide a:hover 					{ color: #0084f7; text-decoration: none; }

.content-full{
  background:transparent url('/_img/bg-green-gradient.png') repeat-x 0 0;
  width:100%; 
  position:relative; 
  float:none; 
  padding:0 0 8px 0; 
  margin:0 auto 15px auto;
  border:1px solid #61c8cd;
}


.logos img{
  vertical-align:middle;
  margin:0.5em 0 1em 1em;
}
.logos-long, .logos-long-tight{
  margin:0 auto;
  width:800px;
}
.logos-long img, .logos-long-tight img{
  vertical-align:middle;
  margin:.5em 2.3em;
}
.logos-long-tight img{
  margin:0.5em 1.3em;
}
.logos-awards {
	background-position: center;
    margin:0.5em 0 1em 1em;
}
#geotrusttag{
  border:0;
  left:8px;
  position:relative;
  top:24px;
  width:120px;
  height:60px;
}

.splash-right 		{ float:right; padding:0 0 15px 15px; text-align:center; }
.votedbyhomeschool	{ width: 86px; }

.page_header_container 	{ width:525px; }

#member_account_header { display:block; position:absolute; top:5px; right:15px; width:180px; text-align:right; font:bold 14px Arial, Helvetica, sans-serif; color:#0084f7; }

#slideshow{ margin:0 0 5px 0; position:relative; width:350px; height:300px; }
#slideshow .slide, #slideshow object{ position:absolute; left:0; }

/************************************ 
 *
 *          columns
 *
************************************/
.left { position:relative; float:left; padding-right:15px;}
.right { position:relative; float:right; padding-left:15px;}

.column { width:180px;}
.column-wide { width:230px;}



/************************************ 
 *
 *          footer
 *
************************************/
#main_footer { position:relative; width:100%; height:90px; background-image: url(/_img/bg_main_bottom.jpg); background-repeat: repeat-x; background-position:bottom;
	margin-top: -90px; /* negative value of footer height */
	clear:both; 
}
#main_footer_content { margin:0; padding:35px 0 0 0; text-align:center; font: Arial, Helvetica, sans-serif; color:#000000; }
#main_footer_content a { font: Arial, Helvetica, sans-serif; font-size:14px; color:#000000; text-decoration:none; }
#main_footer_content a:hover { font: Arial, Helvetica, sans-serif; font-size:14px; color:#000000; text-decoration:underline; }
#main_footer_content .copyright { font-size:12px; }



/************************************ 
 *
 *          borders
 *
************************************/
/*.equalheight .green-ltgreen, .green-ltgreen .l, .green-ltgreen .r, .green-ltgreen .t, .green-ltgreen .tr, .green-ltgreen .b, .green-ltgreen .br, .green-ltgreen .inner 	{ height:100%; }*/
/*.green-white 			{ background:transparent url('/_img/bg-green-gradient.png') repeat-x 0 0; width:100%; padding:0 0 8px 0; margin:0 auto 15px auto; position:relative; border:1px solid #61c8cd; }*/
.green-white 			{ background:#ffffff url('/_img/bg-green-gradient.png') repeat-x 0 0; width:100%; padding:0 0 8px 0; margin:0 auto 15px auto; position:relative; border:1px solid #61c8cd; }
.green-white .l 		{ background:#ffffff url(/_img/borders/green-white/leftside.gif) repeat-y left top; }
.green-white .r			{ background:url(/_img/borders/green-white/rightside.gif) repeat-y right top; }
.green-white .t 		{ background:url(/_img/borders/green-white/top.gif) no-repeat left top; }
.green-white .tr		{ background:url(/_img/borders/green-white/top-right.gif) no-repeat right top;  }
.green-white .b 		{ background:url(/_img/borders/green-white/bottom.gif) no-repeat left bottom; }
.green-white .br		{ background:url(/_img/borders/green-white/bottom-right.gif) no-repeat right bottom; }
.green-white .inner 	{ width:auto; padding: 15px; margin:0; min-height:250px; }
.green-white h2 strong	{ text-align:center; font:bold 22px Arial, Helvetica, sans-serif; color:#0084f7; display:block }
.green-white a, .green-white a:visited, .green-white a:active 	{ color: #0084f7; text-decoration: underline; }
.green-white a:hover { color: #0084f7; text-decoration: none; }

.logos{ width:60%; }

.green-ltgreen			{ background:#efffff url('/_img/bg-green-ltgreen.png') repeat-x 0 0; vertical-align:top; padding:0; position:relative; border:1px solid #61c9cc; }
.green-ltgreen .l 		{ background:#efffff url(/_img/borders/green-ltgreen/leftside.gif) repeat-y left top; }
.green-ltgreen .r		{ background:url(/_img/borders/green-ltgreen/rightside.gif) repeat-y right top; }
.green-ltgreen .t 		{ background:url(/_img/borders/green-ltgreen/top.gif) no-repeat left top; }
.green-ltgreen .tr		{ background:url(/_img/borders/green-ltgreen/top-right.gif) no-repeat right top;  }
.green-ltgreen .b 		{ background:url(/_img/borders/green-ltgreen/bottom.gif) no-repeat left bottom; }
.green-ltgreen .br		{ background:url(/_img/borders/green-ltgreen/bottom-right.gif) no-repeat right bottom; }
.green-ltgreen .inner 	{ width:auto; padding: 15px; margin:0; min-height:250px; }

.green-member 			{ background:#c9fae1 url('/_img/bg-green-member.png') repeat-x 0 0; width:100%; padding:0 0 8px 0; margin:0 auto 15px auto; position:relative; border:1px solid #61c8cd; }
.green-member .l 		{ background:#c9fae1 url(/_img/borders/green-member/leftside.gif) repeat-y left top;  }
.green-member .r		{ background:url(/_img/borders/green-member/rightside.gif) repeat-y right top; }
.green-member .t 		{ background:url(/_img/borders/green-member/top.gif) no-repeat left top; }
.green-member .tr		{ background:url(/_img/borders/green-member/top-right.gif) no-repeat right top;  }
.green-member .b 		{ background:url(/_img/borders/green-member/bottom.gif) no-repeat left bottom; }
.green-member .br		{ background:url(/_img/borders/green-member/bottom-right.gif) no-repeat right bottom; }
.green-member .inner 	{ width:auto; padding: 15px; margin:0; min-height:250px; }

.ltgreen 			{ background:#efffff; padding:0 3%; border:1px solid #7dd3d5; margin-top:10px; }
.ltgreen .l 		{ background:#efffff url(/_img/borders/ltgreen/leftside.gif) repeat-y left top; }
.ltgreen .r			{ background:url(/_img/borders/ltgreen/rightside.gif) repeat-y right top; }
.ltgreen .t 		{ background:url(/_img/borders/ltgreen/top.gif) no-repeat left top; }
.ltgreen .tr		{ background:url(/_img/borders/ltgreen/top-right.gif) no-repeat right top;  }
.ltgreen .b 		{ background:url(/_img/borders/ltgreen/bottom.gif) no-repeat left 100%; }
.ltgreen .br		{ background:url(/_img/borders/ltgreen/bottom-right.gif) no-repeat right bottom; padding:0 1px; }
.ltgreen .inner 	{ width:auto; padding: 15px; margin:0; min-height:40px; }
.ltgreen .color 	{ background-color:#efffff }

.white 			{ background:#ffffff; width:100%; padding:1px; position:relative; border:1px solid #61c9cc; }
.white .l 		{ background:#ffffff url(/_img/borders/white/leftside.gif) repeat-y left top; }
.white .r		{ background:url(/_img/borders/white/rightside.gif) repeat-y right top; }
.white .t 		{ background:url(/_img/borders/white/top.gif) no-repeat left top; }
.white .tr		{ background:url(/_img/borders/white/top-right.gif) no-repeat right top;  }
.white .b 		{ background:url(/_img/borders/white/bottom.gif) no-repeat left bottom; }
.white .br		{ background:url(/_img/borders/white/bottom-right.gif) no-repeat right bottom; }
.white .inner 	{ width:auto; padding: 10px; margin:0; }


.white-yellow 			{ background:#fdfbbe url('/_img/bg-white-yellow.png') repeat-x 0 0; width:100%; padding:0 0 8px 0; margin:0 auto 15px auto; position:relative; border:1px solid #002d8a; }
.white-yellow .l 		{ background:#fdfbbe url(/_img/borders/white-yellow/leftside.gif) repeat-y left top; }
.white-yellow .r		{ background:url(/_img/borders/white-yellow/rightside.gif) repeat-y right top; }
.white-yellow .t 		{ background:url(/_img/borders/white-yellow/top.gif) no-repeat left top; }
.white-yellow .tr		{ background:url(/_img/borders/white-yellow/top-right.gif) no-repeat right top;  }
.white-yellow .b 		{ background:url(/_img/borders/white-yellow/bottom.gif) no-repeat left bottom; }
.white-yellow .br		{ background:url(/_img/borders/white-yellow/bottom-right.gif) no-repeat right bottom; }
.white-yellow .inner 	{ width:auto; padding: 15px; margin:0; min-height:250px; }
.white-yellow h2 strong	{ text-align:center; font:bold 22px Arial, Helvetica, sans-serif; color:#0084f7; display:block }
.white-yellow a, .white-yellow a:visited, .white-yellow a:active 	{ color: #0084f7; text-decoration: underline; }
.white-yellow a:hover { color: #0084f7; text-decoration: none; }


/************************************ 
 *
 *          lists
 *
************************************/
.bullets ul {
	text-decoration:none;
	padding-left: 5px;
	margin:10px 0;				/* needed in order override the built in margin */
	border:0;
	font-size:12px;
}
.bullets ul li {
	list-style:none;			/* remove the "dot" from the list style */
	color: #000000;
	padding-left: 20px;			/* needed in order to override the built in padding of the ul tag */
	padding-right:5px;			/* needed in order to create a space on the right */
	line-height:18px;
}
.checks ul li { background: url(/_img/bullet_bluecheck.gif) left 0.1em no-repeat; } /* This creates the bullets. */
.checks_form ul li { background: url(/_img/bullet_bluecheck.gif) no-repeat; } /* Bullets on form pages. */

.bulletsBR ul {
	text-decoration:none;
	padding-left: 10px;
	margin:10px 0;				/* needed in order override the built in margin */
	border:0;
	font-size:12px;
}
.bulletsBR ul li {
	list-style:none;			/* remove the "dot" from the list style */
	color: #0084f7;
	padding-left: 20px;			/* needed in order to override the built in padding of the ul tag */
	padding-right:10px;			/* needed in order to create a space on the right */
	padding-bottom:10px;			
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
.checksBR ul li { background: url(/_img/bullet_bluecheck.gif) left 0.1em no-repeat; } /* This creates the bullets. */

/* alt version of above minus the wrapping div */
ul.checks{
  list-style:none;
  padding-left: 5px;
}
ul.checks li {
  padding:0 5px 0 20px;
  background: url(/_img/bullet_bluecheck.gif) left 0.1em no-repeat;
  line-height:18px;
}
ol{
  list-style-position:outside;
  padding:0 0 0 20px;
}
ol li{
    margin:0 0 20px 0;
}
ul.grades-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
ol.grades-content {
	margin:0 0 0 20px;
}
ol.grades-content li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
    margin:0 0 3px 0;
}
ol.grades-worksheet {
	margin:0 0 0 20px;
}
ol.grades-worksheet li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
    margin:20px 0 0 0;
	color: #157339;
	font-weight: bold;
}

/************************************ 
 *
 *          text
 *
************************************/
.header22 { text-align:center; font:bold 22px Arial, Helvetica, sans-serif; color:#0084f7; }
.header18 { text-align:center; font:bold 18px Arial, Helvetica, sans-serif; color:#0084f7; }
.inner h4 { text-align:center; font:bold 16px Arial, Helvetica, sans-serif; color:#0084f7; }
.inner h5 { text-align:center; font:bold 16px Arial, Helvetica, sans-serif; color:#0084f7; margin: 15px 0px 5px 0px; }
.header15 { text-align:center; font:bold 15px Arial, Helvetica, sans-serif; color:#0084f7; }
.header16 { text-align:center; font:bold 14px Arial, Helvetica, sans-serif; color:#0084f7; }
.hdr_mini_sitemap {
	color: #157339;
	font-size: 14px;
	font-weight: bold;
}
.hdr_lesson_table {
	color: #157339;
	font-size: 13px;
	font-weight: bold;
}
.indent { margin-left:10px; }
.quote{
  float:left;
  position:relative;
  width:45%;
  padding-left:30px;
}
.quote2{
  float:right;
  position:relative;
  width:45%;
  padding-right:20px;
}
.quote-image{
  float:left;
  width:89px;
  position:relative;
  margin-right:3px;
}
.quote-start {
  /*width:70%;*/
  /*width:57%;*/
  width:65%;
  float:left;
  margin-top:10px;
  background-image:url(/_img/quote_start.png);
  background-position:left top;
  background-repeat:no-repeat;
}
.quote-end {
  background-image:url(/_img/quote_end.png);
  background-position:right bottom;
  background-repeat:no-repeat;
  font-style:italic;
  font-weight:bold;
  padding:2px 20px;
  text-align:center;
  color:#0084f7;
  font-size:12px;
}
.quote-break-test{
  float:left;
  position:relative;
  width:100%;
}
.quote-start-test {
  width:95%;
  float:inherit
  margin-top:10px;
  background-image:url(/_img/quote_start.png);
  background-position:left top;
  background-repeat:no-repeat;
}
.quote-end-test {
  background-image:url(/_img/quote_end.png);
  background-position:right bottom;
  background-repeat:no-repeat;
  font-style:italic;
  font-weight:bold;
  padding:0px 10px;
  text-align:center;
  color:#0084f7;
  font-size:12px;
}
.quote-break{
  float:left;
  position:relative;
  width:55%;
}
.quote-text{
  font-weight:bold;
  padding:2px 10px;
  text-align:center;
  color:#0084f7;
  font-size:15px;
  margin:0 auto;
}
.quote-img_break{
  float:left;
  position:relative;
  width:40%;
}
.quote-screen{
  /*float:right;
  width:300px;
  margin-right:10px;*/
}
.quote-start-screen {
  width:80%;
  /*float:center;
  margin-top:25px;
  margin-left:5px;*/
  margin:25px auto 0 auto;
  background-image:url(/_img/quote_start.png);
  background-position:left top;
  background-repeat:no-repeat;
}
.quote-end-screen {
  background-image:url(/_img/quote_end.png);
  background-position:right bottom;
  background-repeat:no-repeat;
  font-style:italic;
  font-weight:bold;
  padding:0px 10px;
  text-align:center;
  color:#0084f7;
  font-size:16px;
}
.quote-start-full {
  width:100%;
  margin-top:10px;
  background-image:url(/_img/quote_start.png);
  background-position:left top;
  background-repeat:no-repeat;
}
.quote-end-full {
  background-image:url(/_img/quote_end.png);
  background-position:right bottom;
  background-repeat:no-repeat;
  font-style:italic;
  padding:2px 20px;
  text-align:center;
  font-size:1em;
}
.quote-mid-screen{
  float:center;
  width:300px;
  margin-right:10px;
}
.quote-awards{
  float:left;
  position:relative;
  width:40%;
}
.quote-end-awards {
  background-image:url(/_img/quote_end.png);
  background-position:right bottom;
  background-repeat:no-repeat;
  font-style:italic;
  font-weight:bold;
  padding:5px 15px;
  text-align:center;
  color:#0084f7;
  font-size:12px;
}
.quote-start-awards {
  float:left;
  margin-top:10px;
  padding:0px 5px;
  background-image:url(/_img/quote_start.png);
  background-position:left top;
  background-repeat:no-repeat;
}




/************************************
 *
 *          modules
 *
************************************/

.module{
  /*background:#efffff url(/_img/bg_demos_module.jpg) repeat-x 0 top;*/
  border:1px solid #0084F7;
  margin-bottom:20px;
  position:relative;
  text-align:left;
  position:relative;
  font-family:Arial, Helvetica, sans-serif
  font-size:12px;
  overflow:hidden;
}
  .module h3{
    margin:0;
    background:#20a563;
    color:#fff;
    height:24px;
    padding:13px 0;
    text-align:center;
    font-size:24px;
    color:white;
    width:100%;
    -moz-border-radius-topleft: 9px; 
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topright: 9px; 
    -webkit-border-top-right-radius: 9px;
    position:absolute;
    top:0;
    left:0;
  }
  .module .inner{
    padding:10px;
  }
  .module-wrapper .center{
    text-align:center;
  }
  .module p{
	margin:5px 0;
	text-align: center;
  }
  .module a{
    color:blue;
  }
  
.module-wtitle .l 		{ background:#efffff url(/_img/borders/module/leftside.gif) repeat-y left top; }
.module-wtitle .r		{ background:url(/_img/borders/module/rightside.gif) repeat-y right top; }
.module-wtitle .t 		{ background:url(/_img/borders/module/top.gif) no-repeat left top; }
.module-wtitle .tr		{ background:url(/_img/borders/module/top-right.gif) no-repeat right top;  }
.module-wtitle .b 		{ background:url(/_img/borders/module/bottom.gif) no-repeat left bottom; }
.module-wtitle .br		{ background:url(/_img/borders/module/bottom-right.gif) no-repeat right bottom; padding:0 1px; }
  
  
  
  
/************************************
 *
 *          demos
 *
************************************/
#monitor, #demos-monitor{
  width:570px;
  height:542px;
  padding:10px;
  position:relative;
}
#monitor-nobase{
  width:570px;
  height:462px;
  padding:10px;
  position:relative;
}

#monitor, #monitor-nobase{
  background:#fff url(/_img/bg-monitor.gif) no-repeat 0 0;
}
#demos-monitor{
  background:#fff url(/_img/demos/monitor.gif) no-repeat 0 0;
}


#demos-header 						{ width:100%; height:93px; background:#fff url(/_img/demos/header_clouds.gif) no-repeat 0 0; position:relative; overflow:hidden; }
#demos-header .demos-title			{ width:100%; height:32px; }
#demos-header .demos-nav-wrapper 	{ position:absolute; left:0px; }
#demos-header .demos-list		 	{ float:left; width:570px; }
#demos-header .btn-more		 		{ cursor:pointer; padding:11px; width:126px; }

	  /* PreK version */ 
	  #demos-header .prek-title		{ background:url(/_img/demos/title_prek.png) center 5px no-repeat; }
	  #demos-header .prek-wrapper 	{ width:1140px; }
	  
	  #demos-header .prek-nav			{ list-style:none; position:relative; height:50px; margin:0; padding:0; float:left; }
	  #demos-header .prek-nav li		{ float:left; margin: 0px 9px; }
	  #demos-header .prek-nav li a		{ display:block; width:50px; height:50px; background-image:url(/_img/demos/gameicons_prek.gif); overflow:hidden; text-indent:-999px; }
	  #demos-header .prek-nav li a.btn-which		{ background-position:0 top; }
	  #demos-header .prek-nav li a.btn-showtime		{ background-position:-50px top; }
	  #demos-header .prek-nav li a.btn-patterns		{ background-position:-100px top; }
	  #demos-header .prek-nav li a.btn-clickit		{ background-position:-150px top; }
	  #demos-header .prek-nav li a.btn-audiomatch	{ background-position:-200px top; }
	  #demos-header .prek-nav li a.btn-brainybots	{ background-position:-250px top; }
	  #demos-header .prek-nav li a.btn-linematch	{ background-position:-300px top; }
	  #demos-header .prek-nav li a.btn-storybook	{ background-position:-350px top; }
	  
#flash-demo-wrapper		{
  background:#ffffff url(/_img/demos/bg_inscreen_prek.gif) no-repeat 0 0; 
  width:100%; 
  height:369px;
}



#flash-nav-wrapper{
  width:100%;
  height:80px;
  background:#fff url(/_img/demosheader_inscreen.gif) no-repeat 0 0;
  position:relative;
}
  ul#flash-nav{
    position:absolute;
    top:45px;
    left:9px;
    padding:0;
    list-style:none;
    font-size:1.1em;
    font-weight:bold;
    margin:0;
  }
    ul#flash-nav li{
      background:#a0b8e8;
      -moz-border-radius: 8px; 
      -webkit-border-radius: 8px;
      border:1px solid white; 
      padding:5px;
      float:left;
      width:160px;
      text-align:center;
      color:#181ccf;
      cursor:pointer;
      margin:0 0 0 10px;
    }
    ul#flash-nav li.hover{
      color:#fff;
    }
#playground_div {
  display:none; 
  width:550px; 
  background:#ffff99;
  padding:0 10px;
  height:382px;
} 
  #playground_div .playground{
    background:#ffff99 url(/_img/playgroundbg2.gif) no-repeat 0 0; 
    height:352px;
    margin:15px 0 0 30px;
    padding:0;
    width:372px;
  }
  #playground_div .playground-links{
    margin:60px 0 0 80px;
    text-align:center;
  }
  #playground_div .playground-links a{
    display:block;
    margin:34px;
    color:#0072FF;
    text-decoration:none;
  }
  #playground_div .playground-links a:hover{
    text-decoration: underline; 
  }
#lessons_div{
  display:none; 
  width:550px;
  height:382px;
  padding:0 10px;
  background:transparent url(/_img/demos-lessons-bg.png) no-repeat 0 0;
  font-size:.9em;
}
  #lessons_div ul{
    list-style:none;
    margin:0;
    padding:0;
    width:200px;
  }
    #lessons_div ul li{
      margin:5px 0;
      line-height:1.1em;
    }
  #lessons_div a{
    font-weight:bold;
    color:#0072FF;
    text-decoration:underline;
  }
  #lessons_div a:hover{
    text-decoration: none; 
  }

.info-module{
  width:35%;
  padding:0;
}
  .info-module ul.checks li{
    margin:10px 0;
  }
  
  
  
.screenshots-wrapper{
  width:auto;
  text-align:center;
}
.screenshots{
  width:800px;
  margin:0 auto;
}
  .screenshots h4{ 
    text-align:center;
    clear:both;
    color:#000000;
    font-size:14px;
    font-weight:bold;
    background-color:#FFFF99;
    padding:4px 0;
    margin:0;
  }
  .screenshots ul{
    margin:30px 0 0 0;
    padding:0;
  }
  .screenshots li{
    float:left;
    list-style:none;
    margin:0 5px;
  }
  
  
  
  
.frm-stp-2{
  font-size:1em;
}
  .frm-stp-2 input[type="text"], .frm-stp-2 select{
    display:inline;
  }
  .frm-stp-2 .white{
    margin:10px 0;
  }
#pnlBilling{
  margin-left:20px;
}
#pnlBilling, #pnlCredit{
  font-size:1em;
}
#cbBilling-wrapper{
  margin:5px 0 0 15px;
}
  #cbBilling-wrapper label{
    display:inline;
  }
#terms{
  /*padding:10px;*/
}
  #terms label input{
    display:inline;
  }
  
  

.promo-stp-1{  }
.frm-stp-1{  }

.promo-stp-2{  }
.frm-stp-2{  }

.reasons ul 	{ padding-left: 40px; }
.reasons ul li 	{ padding-left: 25px; margin:15px 0 0 -18px; list-style:none; background:url("/_img/icons/question_15x15.png") left 2px no-repeat; }
  
/************************************ 
 *
 *          sign up
 *
************************************/
ul.membership-includes li{
  margin:5px 0;
}



/************************************ 
 *
 *          alert system
 *
************************************/
#alrt{
  background:#FCC9C9;
  border:1px solid red;
  border-left:0; border-right:0;
  height:68px;
  width:100%;
  position:fixed;
  z-index:1100;
  top:0;
  text-align:center;
  display:none;
}
  #alrt p{
    font-size:16px;
    font-weight:bold;
    margin-top:23px;
    color:#c51640;
  }
  #alrt .close{
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
  }

  
  
  
  
  
/************************************ 
 *
 *          tooltips
 *
************************************/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0;
	background-color: transparent;
	opacity: 0.95;
  color:#333;
  width:auto;
  min-width:200px;
  max-width:400px;
}
  #tooltip h3, #tooltip div { 
    margin: 0;
    color:#c51640;
    background:transparent;
    font-weight:bold; 
  }

/*  form validation messages  */
#tooltip.failed {
	border:1px solid red;
	background-color:#fcc9c9;
	padding: 5px;
	opacity: 0.85;
  color:#c51640;
}
#tooltip.info {
	border:2px solid #00c;
	background-color:#acfda2;
	padding: 5px;
	opacity: 0.85;
  text-align:center;
}
  #tooltip.info h3{
    color:#000;
    font-weight:normal;
}

#tooltip.titletip { 
	background-color:#FFFFFF; padding:5px; border:1px solid #61C9CC; min-width:100px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #818181;
	-webkit-box-shadow: 5px 5px 5px #818181;
	box-shadow: 5px 5px 5px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
}
#tooltip.titletip h3 { color:#0084F7; }

/************************************ 
 *
 *          Modal Window
 *
************************************/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#modal_container .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:450px;
  display:none;
  z-index:9999;
  padding:20px;
}


/************************************ 
 *
 *          Badge Generator
 *
************************************/

#Badge { width:100px; height:100px; display: table; #position: relative; overflow: hidden; }
#Badge .inners { #position: absolute; #top: 50%; display: table-cell; text-align:center; vertical-align: middle; }
#Badge .inners p { #position: relative; #top: -50%; font-weight:bold; width:100%; margin:0 auto; }

.ed 			{ background:url(/archives/t4l-badges/T4LBadge_100x100_EdMouse.gif); }
.ed .inners, .ed .inners a 	{ padding: 22px 0 0 0; font:bold 9px/11px Arial, Helvetica, sans-serif; color:#0f0f6a; text-decoration: none; }

.clouds 		{ background:url(/archives/t4l-badges/T4LBadge_100x100_Logo_Sky.png); }
.clouds .inners, .clouds .inners a { padding:22px 0 0 0; font:bold 11px Arial, Helvetica, sans-serif; color:#002d8a; text-decoration: none; }

.blue-seal 		{ background:url(/archives/t4l-badges/T4LBadge_100x100_Seal_Blue.png); }
.blue-seal .inners, .blue-seal .inners a { padding:0 0 0 0; font:bold 10px/11px Arial, Helvetica, sans-serif; color:#ffffff; text-decoration: none;  }

.gold-seal 		{ background:url(/archives/t4l-badges/T4LBadge_100x100_Seal_Gold.png); }
.gold-seal .inners, .gold-seal .inners a { padding:0 0 0 0; font:bold 10px Arial, Helvetica, sans-serif; color:#000000; text-decoration: none;  }

.blue-quote 	{ background:url(/archives/t4l-badges/T4LBadge_100x100_Quote_Blue.png); }
.blue-quote .inners, .blue-quote .inners a { padding:0 0 15px 0; font:bold 11px/13px Arial, Helvetica, sans-serif; color:#ffffff; text-decoration: none; }

.orange-quote 	{ background:url(/archives/t4l-badges/T4LBadge_100x100_Quote_Orange.png); }
.orange-quote .inners, .orange-quote .inners a { padding:0 0 15px 0; font:bold 11px/12px Arial, Helvetica, sans-serif; color:#000000; text-decoration: none; }

.code {	
	background-color: #F3F3F3;
	border: 1px solid #cccccc;
	text-align: left;
}
#Badge_CSS, #Badge_Code {
	width: 355px;
	height: 55px;
	border: 1px solid #cccccc;
	background-color:#FFFFFF;
	text-align: left;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 5px;
}
#Badge_CSS {	
	height: 65px;
	overflow: auto;
}


/************************************ 
 *
 *          Tooltip
 *
************************************/

div.speechbubbles{
background-color:#FFFFFF; /*background color of tooltip*/
border:1px solid #61C8CD;
position:absolute;
top:0;
z-index:100;
visibility:hidden;
line-height:1.3em;
padding:8px;
/*min-width:125px; default width of tooltip*/
/*width:200px;*/
border-radius:8px; /*CSS3 border radius*/
-moz-border-radius:8px;
-webkit-border-radius:8px;
box-shadow:0 0 10px #888888; /*CSS3 shadow*/
-moz-box-shadow:0 0 10px #888888;
-webkit-box-shadow:0 0 10px #888888;
}

div.speechbubbles div.speechbubbles-arrow{  /*shared CSS for arrow DIV (upwards pointing)*/
border-color: transparent transparent #FFFFFF transparent; /*border color should be same as div.speechbubbles background color*/
border-style: solid;
border-width: 10px;
height:0;
width:0;
position:absolute;
top:-19px;
left:20px;
z-index:101;
_display:none; /*IE hack to hide arrow in IE6*/
}

div.speechbubbles div.speechbubbles-arrow-border{ /*shared CSS for arrow border DIV*/
border-color: transparent transparent #61C8CD transparent; /*border color should be same as div.speechbubbles border color*/
border-style: solid;
border-width: 10px;
height:0;
width:0;
position:absolute;
top:-20px;
left:20px;
z-index:101;
_display:none; /*IE hack to hide arrow in IE6*/
}

div.downversion div.speechbubbles-arrow{ /*down arrow DIV specific CSS*/
border-color: #FFFFFF transparent transparent transparent; /*border color should be same as div.speechbubbles background color*/
top:auto;
bottom:-19px;
}

div.downversion div.speechbubbles-arrow-border{ /*down arrow border DIV specific CSS*/
border-color: #61C8CD transparent transparent transparent; /*border color should be same as div.speechbubbles border color*/
top:auto;
bottom:-20px;
}

