/* login area - please log in */
.login_area {
  /*text-align: right;*/
}
.login_area .form_items p {
  margin:3px 0 5px;
  padding:0;
}
.login_area .form_items label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.login_area .form_submit a {
  color: #969696;
  text-decoration: none;
}
.login_area .form_submit a:hover {
  color: black;
}

p.watchWideoNow {
  position: relative;
  margin-bottom: .4em;
}
a.watchWideoNow {
  display: block;
  float:left;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
   background: url("/images2/home/right-arrow.gif") no-repeat right;
  text-decoration:none;
  color:#2073C5;
  padding:0 12px 0 18px;
}
a.watchWideoNow:hover{
  color:#2073C5;
  text-decoration:underline;
}
#hs_k12 a.watchWideoNow {
  bottom: 0;
}

a.requestWideoNow {
  display: block;
  float:right;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  padding:0 10px 0 0;
  margin:0 7px 0 0;
  color:#2073C5;
  background: url("/images2/home/down-arrow.gif") no-repeat right;
}
a.requestWideoNow:hover{
  color:#2073C5;
  text-decoration:underline;
}





/* register free button in header */
#head_reg {
  display: block;
  clear: right;
  float: right;
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin: 15px 15px 0 0 ;
  white-space: nowrap;
}
#head_reg:hover {
  text-decoration: underline;
}

/* menu */
#menu {
  padding-left: 7px;
  text-align: center;
  height: 45px;
}
#menu span {
  background: url("/images2/menu/border_bottom.png") bottom left no-repeat;
  padding-bottom: 10px;
}
* html #menu span {
  background: url("/images2/menu/border_bottom_ie.gif") bottom left no-repeat;
  padding-bottom: 6px;
}
#menu a {
  font-size: 13px;
  padding: 2px 0 3px;
}
#menu .here a {
  padding: 4px 0 5px;
}

/* content main image */
#main_image {
  background: url("/images2/home/main_image.jpg") top left no-repeat;
  height: 224px;
  overflow: hidden;
}
#main_image img {
  float: left;
  margin: 0 0 0 20px;
}
.main_image_bottom {
  background: url("/images2/home/main_image_bottom.png") top right no-repeat;
}


/* main content - steps */
#steps_4 {
  background-color: #eee3d3;
  clear: left;
  border-top: 4px solid #3c6ca9;
  height: 80px;
  padding: 20px 30px 0;
}
#step_text {
  float: left;
  font-weight: bold;
  font-size: 18px;
  color: #3f4042;
  padding: 10px 5px 0;
}
#step_text strong {
  color: #c9242b;
  font-size: 30px;
}
.step_click {
  cursor: pointer;
  float: left;
  padding-left: 30px;
}
.step_click img {
  float: left;
  margin-left: -30px;
}


/* main content - testimonials */
#testimonials {
  padding: 0;
  width: 321px;
  height: 182px;
  /*background: url("/images2/home/green_box.png") center center no-repeat;*/
  color: #585858;
  font-size: 14px;
  float: left;
  margin: 0 0 0 30px;
}
#testimonials #enroll_your_school {
  position: absolute;
  right: 23px;
  top: 47px;
  cursor: pointer;
}
#testimonials p {
  padding: 18px 20px 0;
  height: 98px;
}
#testimonials em {
  font-weight: bold;
  font-style: normal;
  display: block;
}
#testimonials a.signup {
  display: block;
  text-decoration: none;
  color: #c9242b;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  width: 326px;
  height: 48px;
  padding-top: 4px;
  text-align: center;
  background: url("/images2/home/green_box_button.png") center center no-repeat;
  margin: 0 -6px 0 1px;
  cursor: pointer;
}

#change_overview {
  background-color: #ECECEC;
}
#change_overview a {
  font-weight: bold;
  color: #C9242B;
  cursor: pointer;
  padding: 10px;
  text-decoration: none;
}
#change_overview a:hover {
  text-decoration: underline;
}


/* main content - overview */
#overview {
  border-top: 4px solid #3c6ca9;
  border-top: 1px dotted #585858;
  clear: both;
  float: left;
  position: relative;
  width: 100%;
}
#overview.inTheMiddle {
  border-bottom: 1px solid #3c6ca9;
  border-bottom: 1px dotted #585858;
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
  width: 780px;
  margin-left: -15px;
}
#overview_panel {
  border-collapse: collapse
}
#overview_panel td {
  vertical-align: top;
  width: 390px;
  background: #e1c7a4 url("/images2/home/tan_gradient_horizontal.jpg") top left repeat-y;
  padding-top: 15px;
}
#overview_panel h4 {
  color: #C9242B;
  margin: 0;
  padding: 5px 25px 25px 100px;
  font-size: 22px;
}
#overview_panel p {
  font-size: 13px;
  color: #585858;
  clear: left;
  padding: 0;
  width: 370px;
  height: 60px;
}
#overview_panel a {
  float: left;
  background: url("/images2/home/arrow.png") center center no-repeat;
  width: 91px;
  height: 45px;
  margin: -1px;
  padding: 6px 10px 0 0;
  text-align: center;
  cursor: pointer;
}
#overview_panel strong {
  color: #c9242b;
  text-transform: uppercase;
}

/* home page subpages (admins and schools) */
#hs_schools, #hs_admins {
  background-color: white;
}
#hs_teachers {
}
#hs_teachers table {
  margin-top: 50px;
  margin-left: 15px;
}
#hs_k12 {
  position: relative;
}
#hs_k12 h3 {
  margin: 0;
  padding: 30px 0 30px;
  text-align: center;
  font-size: 20px;
  clear: left;
  color: #585858;
}
#hs_k12 h3 strong {
  color: #21ADE7;
  font-size: 26px;
  padding: 0 0 5px;
  display: block;
}
#hs_main {
  color: #585858;
  padding: 10px 10px 0;
  font-size: 13px !important;
}

#hs_main h4 {
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  font-size: 1.3em !important;
}
#hs_main h5 {
  margin: 0;
  padding: 0;
  font-size: 1.15em !important;
  color: #193C5B;
}
#hs_main p {
  padding-bottom: 15px;
  font-size: 1em !important;
}
#hs_schools #hs_show {
  width: 320px;
  height: 60px;
  vertical-align: bottom;
}
#hs_admins #hs_show {
  width: 351px;
}
#hs_show img {
  float: left;
}
#hs_admins #hs_show a {
  padding-top: 35px;
  margin: -110px 0 0 0;
  width: 125px;
  height: 73px;
}
#hs_show a {
  color: #3f3f3f;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  float: right;
  text-align: center;
  border: 1px solid #3f3f3f;
  border-width: 1px 2px 2px 1px;
  background-color: white;
}
#hs_schools #hs_show a {
  padding: 8px 0;
  margin: 0;
  width: 100px;
}


#ModuleDescription {
  position: absolute;
  top: 5px;
  right: 5px;
}
.Window_div {
  background-color: #EEE3D3;
  font-size: 14px;
  padding: 10px 10px;
}
.Window_div p {
  padding-bottom: 0;
}

/* common table borders */
.tb_b_tl {
  width: 6px;
  height: 6px;
  background-image: url('/images/boxes/stpleft.gif');
}
.tb_b_t {
  height: 6px;
  background-image: url('/images/boxes/stpbg.gif');
}
.tb_b_tr {
  width: 7px;
  height: 6px;
  background-image: url('/images/boxes/stpright.gif');
  padding-right:5px;
}
.tb_b_l {
  width: 6px;
  background-image: url('/images/boxes/sltbg.gif');
  padding-left:5px;
}
.tb_b_r {
  width: 7px;
  background-image: url('/images/boxes/srtbg.gif');
}
.tb_b_bl {
  width: 6px;
  height: 8px;
  background-image: url('/images/boxes/sbtleft.gif');
}
.tb_b_b {
  height: 8px;
  background-image: url('/images/boxes/sbtbg.gif');
}
.tb_b_br {
  width: 7px;
  height: 8px;
  background-image: url('/images/boxes/sbtright.gif');
}

/* register */
#fmr {
  margin: 0;
  padding: 10px 0 0;
}

#reg_fields {
  clear: both;
  padding-bottom: 25px;
}
#reg_messages p {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 0 0;
  color: #C9242B;
}

#reg_title h2 {
  margin: 15px 0 0;
  padding: 0;
  float: left;
  font-size: 18px;
}
#reg_title b {
  float: left;
  font-size: 9px;
  clear: left;
  margin: 0 0 5px;
}
#reg_title strong {
  margin: 25px 0 5px;
  float: right;
  font-size: 14px;
}

#reg_fields table {
  width: 100%;
  font-size: 14px;
}
#reg_fields .free_col td {
  font-size: 1px;
  height: 15px;
}
#reg_fields td {
  vertical-align: top;
}
#reg_fields label {
  white-space: nowrap;
  text-align: right;
  display: block;
}
#reg_fields input, #reg_fields select, #reg_fields label {
  display: block;
  margin: 5px;
}
#reg_fields input, #reg_fields select {
  width: 80%;
}
#reg_fields .long_input input {
  width: 93%;
}
#reg_fields .short_input input {
  width: 30%;
}
#reg_fields .short_q_mark select {
  width: 30%;
  float: left;
}
#reg_fields .short_q_mark em {
  float: left;
  margin: 5px;
  cursor: pointer;
}
#reg_title strong, #reg_fields span {
  color: #C9242B;
}
#reg_fields input {
  color:#000 !important;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px !important;
}
#reg_fields strong {
  display: block;
  font-weight: normal;
  padding: 0 5px 5px;
}
#reg_fields #verify_img {
  display: block;
  margin: 5px;
}
#reg_fields #Submit {
  width: auto;
  margin-top: 10px;
}

/** CLEAN FRONT PAGES' DEFINITIONS */
#sign_in_first_dialog {
  border: 4px solid #c00;
  margin: 0 50px 20px;
  background: #fdd;
  color: #e00;
  text-align: center;
}
#sign_in_first_dialog div {
  padding: 20px 0;
}
.xcurriculum_helps {
  margin: 0;
  padding: 5px 38px 10px 33px;
  font-size: 22px;
}
.clean_home_borders {
  margin: 7px 0 0 91px;
  padding: 0;
}
.clean_home_borders li {
  border: 1px solid #ccc;
  height: 8px;
  float: left;
  width: 164px;
  font-size: 1px;
  list-style:none;
}
.clean_home_borders li.first {
  width: 417px;
  border-right: 0;
}
.clean_home_borders.top li {
  border-bottom: 0;
}
.clean_home_borders.bottom li {
  border-top: 0;
}

.clean_home_lists {
  font-size: 14px !important;
  font-weight: bold;
  height: 220px;
}
ol.clean_home_lists,
ol.clean_home_lists li,
.clean_home_lists ul,
.clean_home_lists ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}
ol.clean_home_lists {
  padding-left: 37px;
  width:720px;
  overflow:hidden;
  float:left;
}
.clean_home_lists li {
  float: left;
}
.clean_home_lists ul li {
  float: none;
  line-height: 2.1em;
  font-weight: normal;
  color: #333;
}
.clean_home_lists ul li a {
  /*color: #333;*/
}
.clean_home_lists .for_header {
  font-size: 1.2em;
  line-height: 1.45em;
}
.clean_home_lists .for_teachers {
  width: 160px;
}
.clean_home_lists .bursts {
  width: 180px;
  position: relative;
}
.clean_home_lists .for_administrators {
  text-align: right;
  width: 186px;
  margin-right: 37px;
}
.clean_home_lists .for_parents {
  text-align: center;
  width: 140px;
}

.clean_home_lists .bursts .teachers,
.clean_home_lists .bursts .enroll {
  position: absolute;
}
.clean_home_lists .bursts .teachers {
  width: 150px;
  height: 116px;
  top: 20px;
  left: -15px;
}
.clean_home_lists .bursts .enroll {
  width: 150px;
  height: 116px;
  top: 78px;
  right: -58px;
}

.clean_home_world_map {
  clear: both;
  text-align: center;
  position: relative;
}
.clean_home_world_map .world_map {
  margin-top:30px;
}
.clean_home_world_map .testimonial {
  position: absolute;
  top: 210px;
  left: 255px;
  width: 270px;
  height: 70px;
  font-size: 12px;
  color: #999;
  text-align: left;
  text-indent: 15px;
}
.clean_home_world_map .testimonial em {
  display: block;
  text-align: right;
  font-weight: bold;
  padding: 5px 20px 0 0;
}



