/* opx:#9983: ugh, webkit. */
/* jazz: 1764 "Curriculum Navigator and Studio are not aligned with Rosetta World on V4 Online homescreen" */
html, body {
  height: 96%;
}

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9pt;
  line-height: 15px;
  color: #444;
  text-align: center;
  background-image: url('/images/page_gradient.png');
  /* override background-image for newer browsers that understand CSS gradients - it looks smoother */
  background-image: -moz-linear-gradient(top, #282827, #7a7977 500px, #7a7977 1500px, #282827);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#282827), to(#282827), color-stop(0.25, #7a7977), color-stop(0.75, #7a7977));
  background-repeat: repeat;
  background-color: #000;
  background-position: 0 0;
  -webkit-background-size: 1px 2000px;
}

body.nonimmersion.toolbarless {
  background-position: 0 140px;
}

body.nonimmersion {
  background-position: 0 160px;
}

body.immersion {
}

a {
  text-decoration: none;
  color: #336699;
}

a:hover {
  text-decoration: underline;
}

a.inverted {
  color: #FFFFCC;
}

a.inverted:hover {
  color: #FF9999;
}

hxl {
  font-size: 2.25em;
  color: #000;
}

h1 {
  font-size: 1.4em;
  font-weight: normal;
  color: #000;
  padding: 0 0 5px;
}

h2 {
  margin-top: 6px;
  font-size: 1.2em;
  font-weight: normal;
  color: #000;
}

h3 {
  font-size: 1em;
  font-weight: normal;
  color: #000;
  padding: 0 0 5px;
}

.dark_background {
  color: #fff;
}

.spacer {
  height: 12px;
}

span.brand > span {
  font-variant: small-caps;
  text-transform: lowercase;
}

/* -----------------------------------------------------------------------------------
   Containers
   ----------------------------------------------------------------------------------- */

#grid_wrapper {
  width: 900px;
  text-align: left;
}

#grid_wrapper .site_errors {
  background-color: #fe3d17;
  color: white;
  padding: 15px;
  border: 3px solid white;
  list-style-position: inside;
  list-style-type: square;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#grid_wrapper  > .site_errors {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 600px;
  z-index: 2;
}

#grid_wrapper .invitation_action .site_errors {
  line-height: 22px;
  border: 0px;
  z-index: 4;
  padding: 4px;
  top: 0px;
  color: black;
  background-color: #CDDEE8;
  left: 0px;
  width: 119px;
  position: absolute;
}

body.nonimmersion #grid_wrapper {
  margin: 54px auto 25px auto;
}

body.immersion #grid_wrapper {
  margin: 4px auto 25px auto;
}

#grid_wrapper_top, #grid_wrapper_bottom {
  height: 3px;
  overflow:hidden;
}

body.nonimmersion #grid_wrapper_top {
  background: url('/images/content_top.png') no-repeat;
}
body.nonimmersion #grid_wrapper_bottom {
  background: url('/images/content_bottom.png') no-repeat;
}

#v3_app {
  position: absolute;
  left: 0px;
  z-index: 0;
  margin-top: 0;
  padding: 0;
}

#content_bottom {
  clear:both;
  background: url('/images/content_bottom.png') no-repeat;
}

#main {
  min-height: 400px;
  text-align: left;
  padding-bottom: 2px;
  position: relative;
  overflow: hidden;
  clear: both;
}

body.nonimmersion #main > div.background {
  width: 100%;
  height: 10000px;
  background-color: #000;
  -moz-opacity: 0.7;
  opacity: .70;
  filter: alpha(opacity=70);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#main div.body {
  position: relative;
  z-index: 1;
}

body.nonimmersion #main #interstitial_content {
  position: relative;
  z-index: 0;
}

#bottomframe {
  position: relative;
  z-index: 0; /*IE fix.  title_bar needs to be z-indexed in front of bottomframe */
}

#title_bar {
  height: 35px;
  position: relative;
  z-index: 1; /*IE fix.  title_bar needs to be z-indexed in front of bottomframe */
}

#title_bar.squashed {
  height: 2px;
}

body.users.registration #title_bar {
  height: 6px;
}

#title_bar .totale_logo {
  margin: 10px 0 5px 10px;
  float: left;
}


#title_bar .rworld_logo {
  margin: 10px 0 5px 10px;
  float: left;
  color: #fff;
  font-size: 1.6em;
}

#banner_language {
  float: left;
  padding: 4px 0 0 7px;
  position: relative;
}

#banner_language .label {
  font-size: 16px;
  font-weight: 500;
  color: #eee;
  line-height: 21px;
  float: right;
  white-space: nowrap;
}

#banner_language .label:hover {
  text-decoration: none;
}

#banner_language .switcher_icon {
  float: right;
  padding-left: 5px;
}

/* Spinner is public domain from here: http://mentalized.net/activity-indicators/ */
#spinner {
  float: right;
  width: 138px;
  padding: 10px 10px 0px 0px;
}

.squashed > #spinner {
  position: absolute;
  right: 2px;
  height: 0;
  top: 4px;
}

#spinner .spinner_image {
  height: 12px;
}

#only, #only_trans {
  min-height: 400px;
  background: transparent;
  text-align: left;
}

#signed_in_only_bg_wrapper {
  min-height: 400px;
  width: 866px;
  background: #fff;
  margin: auto;
  padding: 10px;
}

#not_signed_in {
  background: transparent;
  background: #fff;
  position: relative;
  min-height: 388px;
}

body.sorry #not_signed_in {
  padding: 1em;
}

/* -----------------------------------------------------------------------------------
   Round Bottoms
   ----------------------------------------------------------------------------------- */
#bottom-border, #bottom-left, #bottom-right {
  height: 8px;
}

#bottom-left, #bottom-right {
  background-repeat: no-repeat;
  position: relative;
  width: 8px;
  bottom: 0;
}

#bottom-border {
  background: white;
  margin: 0 14px;
}

#bottom-left {
  background-image: url(/images/lower_left_main.png);
  left: -8px;
  float: left;
}

#bottom-right {
  background-image: url(/images/lower_right_main.png);
  left: 8px;
  float: right;
}
/* -----------------------------------------------------------------------------------
   Profile Layout
   ----------------------------------------------------------------------------------- */

#profile {
  min-height: 400px;
  position: relative;
  background: #669bbb url("/images/profile-planet-bg.png")  no-repeat scroll bottom right;
  border: 0px solid white;
  text-align: left;
  padding: 10px 0px 10px 0px;
  margin: 0px 6px 0px 6px;
  width: 888px; /* 900 - 6 - 6 */
  color: #FFF;
}

#profile a {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
}

#profile a:hover {
  text-decoration: underline;
}

#profile h1, #profile h2, #profile h3, #change_password h2 {
  color: #FFF;
}

#profile #edit_profile_heading {
  padding: 4px;
}

#profile #edit_languages_heading {
  padding: 4px;
}

#profile #select_new_avatar_heading {
  padding: 4px;
}

#profile h2, #change_password_heading, #profile #edit_preferences_heading {
  margin-top: 0px;
  background: transparent url("/images/50_percent_blue.png") repeat scroll;
  padding: 3px;
  clear: both;
  border-bottom:1px solid #CCCCCC;
}

#change_password, #change_email {
  background: transparent url("/images/profile_div_back.png") repeat scroll;
  color: #FFF;
  margin-bottom: 10px;
}

#edit_preferences {
  background: transparent url("/images/profile_div_back.png") repeat scroll;
  color: #FFF;
  margin-bottom: 10px;
  width: 475px;
}

#change_password p , #change_email p {
  padding: 4px;
}

#profile h2 a {
  float: right;
  position: relative;
  right:10px;
  padding: 3px 0 0;
}

#profile ul, #profile p {
  color: #DDD;
  clear: both;
}

#profile_menu {
  float: left;
  padding: 0px 0px 12px 6px;
  width: 142px;
}

#profile_actions {
  list-style-position: inside;
  list-style-type: square;
  color: #FFF;
}

#profile_actions li.current, #profile_main span.current {
  color: #F9D12A;
  font-weight: bold;
}

#profile_actions li.current {
  background: transparent url(/images/15_percent_white.png) repeat scroll 0 0;
}



#profile_actions li.indented {
  margin-left: 10px;
}

#profile_actions li.current a {
  text-decoration: none;
}

#profile_main {
  background: transparent url(/images/profile_middle.png) no-repeat scroll 0 0;
  float: left;
  width: 300px;
  min-height: 440px;
  padding: 10px 0 12px 7px;
  position: relative;
  overflow: hidden;
}

#profile_main_without_secondary {
  background: transparent url(/images/profile_middle.png) no-repeat scroll 0 0;
  float: left;
  padding: 6px 6px 12px 6px;
  width: 500px;
}


#profile_secondary {
  background: transparent url(/images/profile_div_back.png) repeat scroll 0 0;
  float: left;
  width: 416px;
  padding: 0px 0px 12px 0px;
  color: #eee;
  margin-left: 10px;
}

#profile_secondary b {
  font-weight: bold;
  color: #2D475E;
}

#profile_secondary .icon_list {
    padding-left: 12px;
}

#profile_secondary #profile_mini #mini_profile{
  margin-left: auto;
  margin-right: auto;
}

.information_class_heading {
  margin-bottom: 5px;
  padding: 3px 6px;
  border-bottom: 1px solid #ccc;
  width: 410px;
}

#edit_profile_directions {
  margin-left: 20px;
  list-style-type: disc;
}

#language_competency_list {
  margin: 6px 0 12px 6px;
}

#profile_editor {
  width: 626px;
  height: 460px;
  background-color: #ebeae9;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 3px;
  position: relative;
}

#profile_editor h2 {
  position: absolute;
  left: 22px;
  top: 10px;
}

#profile_editor .profile_editor_close {
  background: 0 0 no-repeat url('/images/close.gif') transparent;
  position: absolute;
  cursor: pointer;
  height: 16px;
  width: 16px;
  right: 17px;
  top: 16px;
}

#profile_editor ul#profile_editor_selector {
  position: absolute;
  height: 328px;
  left: 22px;
  top: 44px;
  text-align: left;
}

#profile_editor ul#profile_editor_selector li {
  background-color: #E8E8E8;
  margin-bottom: 2px;
  padding: 5px;
  width: 196px;
  cursor: pointer;
}

#profile_editor ul#profile_editor_selector li.active {
  background-color: #d3e1e7;
}

#profile_editor ul#profile_editor_selector li span.description {
  display: none;
}

#profile_editor ul#profile_editor_selector li.active span.description {
  font-size: .9em;
  width: 167px;
  display: block;
  margin: 10px 0 10px 20px;
}

#profile_editor #profile_editor_fields_container {
  background-color: #d3e1e7;
  position: absolute;
  height: 378px;
  width: 395px;
  left: 220px;
  top: 44px;
}

#profile_editor #profile_editor_fields_container select {
  margin-top: 10px;
}

#profile_editor #profile_editor_fields_container div.form_field {
  margin: 0 0 0 25px; /* before messing with this, make sure you are not making #10022 happen again */
  text-align: left;
  float: none;
  clear: left;
}

#profile_editor #profile_editor_fields_container div.form_field div.form_field {
  margin-left: 15px;
}

#profile_editor #profile_editor_fields_container div.form_field div.form_field label {
  display: block;
  margin-top: 0;
  float: left;
  width: 120px;
}

#profile_editor #profile_editor_fields_container div.form_field .double_text_field_2 {
  margin-left: 103px;
}

#profile_editor #profile_editor_fields_container div.form_field #user_mobile_number.double_text_field_2,
#profile_editor #profile_editor_fields_container div.form_field #user_contact_phone_number.double_text_field_2 {
  margin-left: 5px;
}

#profile_editor #profile_editor_fields_container fieldset.preference_set.with_relevant_field {
  text-align: left;
  margin-left: 124px;
}

#profile_editor #profile_editor_fields_container fieldset.preference_set label {
  clear: none;
  display: inline;
  float: none;
}

#profile_editor #profile_editor_fields_container fieldset.preference_set input {
  float: none;
  margin: 0;
}

#profile_editor #profile_editor_fields_container fieldset legend {
  padding: 10px 0 0 10px;
  white-space: normal;
  font-weight: bold;
  text-align: left;
}

#profile_editor #profile_editor_fields_container fieldset legend span {
  width: 350px;
  display: block;
}

#profile_editor #profile_editor_fields_container form.input_columns label {
  width: 75px;
}

#profile_editor #profile_editor_privacy_policy_link {
  position: absolute;
  left: 22px;
  top: 430px;
}

#profile_editor #profile_editor_update_notification_container {
  text-align: center;
  position: absolute;
  width: 420px;
  left: 100px;
  top: 430px;
}

#profile_editor #save_button {
  background: url("/images/buttons/game_run_up.png") no-repeat scroll left center transparent;
  position: absolute;
  font-weight: bold;
  cursor: pointer;
  height: 18px;
  width: 85px;
  left: 528px;
  top: 430px;
}

#profile_editor #save_button:hover {
  background: url("/images/buttons/game_run_over.png") no-repeat scroll left center transparent;
  color: #666;
}

#profile_editor #save_button span {
  margin: 1px 0 0 25px;
  text-align: left;
  display: block;
}

/* -----------------------------------------------------------------------------------
   Header
   ----------------------------------------------------------------------------------- */
body.toolbarless #header {
  display: none;
}

#header  {
  background-color: black;
  position: relative;
  z-index: 2;
}

#header #navbar {
  width: 900px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  z-index: 5;
}

#header #navbar #logo {
  float: left;
  z-index: 5;
}

#header #navbar #logo img {
  margin-left: 12px;
}

#header #navbar #logo a.disabled {
  cursor: default;
}

#header_links {
  float: right;
  margin: 5px 10px 0px 0px;
  font-size: 10pt;
  height: 21px;
}

#student_view_container {
  float:left;
  cursor:pointer;
}

#student_view_container.clicked {
  background: #DDD;
  color: #000;
}

#student_view_container .class_pulldown li {
  padding:5px 5px 7px;
}

#student_view_container .class_pulldown li.class_information {
  font-style: italic;
  padding-top: 0px;
}

#student_view_container .class_pulldown li.class_title {
  font-weight: bold;
  padding-bottom: 3px;
}


#student_view_container.clicked .student_menu_item {
  color: #000;
  background: #DDD;
}

#student_view_container .student_menu_item {
  float:left;
  color:#F9D12A;
  padding: 2px;
  height:22px;
  margin-left: 5px;
}

#student_view_container .pulldown_wrapper {
  clear: both;
  position: absolute;
  top: 25px;
}

#student_view_container .class_pulldown {
  top: 0px;
  left: 0px;
  position: absolute;
  color: #000;
  background-color: #DDD;
  margin: 0;
  min-width: 155px;
  z-index: 100;
}

#student_view_container ul.class_pulldown li.menu_button {
  background-color: #FFF;
  border-bottom: 1px solid black;
}

#student_view_container ul.class_pulldown li.menu_button.attend {
  background-image: url(/images/studio/buttons/button_large_green_up.png);
  background-repeat: no-repeat;
  background-position: 4px 4px;
}

#student_view_container ul.class_pulldown li.menu_button.attend div{
  margin-left:25px;
}

#student_view_container ul.class_pulldown li.menu_button:hover {
  background-color: #999;
  cursor: pointer;
}

#header_support_link {
  float: left;
}

div#studio_icon {
  height: 25px;
  width: 22px;
  float: left;
}


div#studio_icon {
  background-image: url(/images/navbar/new/studio_up.png);
  background-repeat: no-repeat;
}

div#studio_icon.future {
  background-image: url(/images/navbar/in_future.png);
  background-repeat: no-repeat;
}

div#studio_icon.minutes {
  background-image: url(/images/navbar/in_minutes.png);
  background-repeat: no-repeat;
}

div#studio_icon.seconds {
  background-image: url(/images/navbar/in_seconds.png);
  background-repeat: no-repeat;
}

div#studio_icon.today {
  background-image: url(/images/navbar/today.png);
  background-repeat: no-repeat;
}

div#studio_icon.tomorrow {
  background-image: url(/images/navbar/tomorrow.png);
  background-repeat: no-repeat;
}


div.clicked div#studio_icon {
  background-image: url(/images/navbar/new/studio_over.png);
  background-repeat: no-repeat;
}

body.immersion #banner_image {
  display: none;
}

body.nonimmersion.toolbarless #banner_image {
  top: 0;
}

body.nonimmersion #banner_image {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 30px;
  left: 0px;
  width: 100%;
  height: 140px;
  z-index: -1;
  overflow: hidden;
}

.header_message {
  float: left;
  padding: 1px 40px 0px 6px;
  color: #ccc;
  border: 0px solid green;
  height: 17px;
  vertical-align: middle;
  overflow: hidden;
  max-width: 325px;
}

#header_links .displayed_name a.disabled {
  color: #b7b5ac;
  cursor: default;
}

.header_avatar {
  background-image: url(/images/header_avatar_border.png);
  width: 19px;
  height: 19px;
  padding: 1px;
  float: left;
  margin-left: 25px;
  color: #ccc;
  border: 0px solid green;
}

.header_avatar img {
  width: 19px;
}

#header_v3_menu, #header_menu {
  position: relative;
  float: left;
}

#header_links .home, #header_links .home_over,
#header_links .help, #header_links .help_over,
#header_links .preferences, #header_links .preferences_over {
  float: left;
  width: 22px;
  height: 22px;
  margin-left: 4px;
  text-decoration: none;
  background-repeat: no-repeat;
  cursor: pointer;
}

#header_links .home {
  display: block;
  background-image: url(/images/buttons/v3_home.png);
}

#header_links .home:hover,
#header_links .home.clicked {
  background-image: url(/images/buttons/v3_home_over.png);
}

#header_links .home.disabled,
#header_links .home.disabled:hover {
  background-image: url(/images/buttons/v3_home_disabled.png);
  cursor: default;
}

#header_links .help {
  background-image: url(/images/navbar/help_over.png);
}

#header_links .help.disabled,
#header_links .help.disabled:hover {
  background-image: url(/images/buttons/v3_help_disabled.png);
  cursor: default;
}

#header_links .help:hover,
#header_links .help.clicked {
  background-image: url(/images/navbar/help_bw.png);
  background-color: #FFF;
}

#header_links .preferences {
  background-image: url(/images/navbar/new/prefs_up.png);
}

#header_links .preferences.disabled,
#header_links .preferences.disabled:hover {
  background-image: url(/images/buttons/v3_preferences_disabled.png);
  cursor: default;
}

#header_links .home:hover {
  background-image: url(/images/buttons/v3_home_over.png);
}

#header_links .preferences:hover,
#header_links .preferences.clicked {
  background-color: #FFF;
  background-image: url(/images/navbar/new/pref_over.png);
}

#header_links .menu_pulldown {
  position: absolute;
  top: 22px;
  color: #000;
  background-color: #DDD;
  margin: 0;
  min-width: 155px;
  z-index: 100;
}

#header_links .menu_pulldown a:hover {
  text-decoration: none;
}

#header_links #v3_help_menu_pulldown {
  right: 25px;
}

#header_links #v3_preferences_menu_pulldown, #header_links #help_menu_pulldown {
  right: 0px;
}

#header_links a {
  color: #F9D12A;
  font-weight: normal;
  text-decoration: none;
}

#header_links a:hover {
  text-decoration: underline;
}


ul.menu_pulldown {
  list-style: none;
  padding: 0;
}

ul.menu_pulldown li {
  font-size: .9em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
  background-color: #FFF;
  border-bottom: 1px solid black;
}

#header_links ul.menu_pulldown a {
  color:black;
}

/* #header_menu has elements inside the <li>, #header_v3_menu does not */
#header_menu ul.menu_pulldown li *,
#header_v3_menu ul.menu_pulldown li {
  padding: 5px 5px 7px 5px;
  display: block;
}

ul.menu_pulldown li:hover {
  background-color: #999;
  cursor: pointer;
}


#header_nav a {
  display: block;
  float:left;
  padding: 5px;
  top: -1px;
  cursor:pointer;
  width: 52px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

.header_link {
  float: left;
  padding-left: 15px;
  border: 0px solid green;
  padding-top: 1px;
}

.header_link img {
  margin-top: 4px;
}

.header_link a, #header_menu a {
  border-bottom: 0;
  padding-top: 2px;
}




/* -----------------------------------------------------------------------------------
   Banner
   ----------------------------------------------------------------------------------- */

#banner_text_back_layer, #banner_text_front_layer {
  position: absolute;
  font-size: 11pt;
  line-height: 30px;
}

#banner_text_back_layer {
  top: 11px;
  right: 10px;
  color: black;
  z-index: 4;
}

#banner_text_front_layer {
  top: 10px;
  right: 10px;
  color: white;
  z-index: 5;
}

#banner_text_back_layer .banner_text_left {
  background-image: url(/images/banner_text_left.png);
  width: 2px;
  height: 30px;
  float: left;
}

#banner_text_back_layer .banner_text {
  background-image: url(/images/banner_text_back.png);
  background-repeat: repeat-x;
  height: 30px;
  float: left;
}

.banner_text {
  padding-left: 8px;
  padding-right: 10px;
}

#banner_text_back_layer .banner_text_right {
  background-image: url(/images/banner_text_right.png);
  width: 2px;
  height: 30px;
  z-index: 4;
  float: left;
}

/* -----------------------------------------------------------------------------------
   Layout 1 - 3 panel layout used for recommendations
   ----------------------------------------------------------------------------------- */
#primary, #secondary {
  position: relative;
  width: 900px;
}

#primary {
  min-height: 274px;
  margin: 0 5px 0 5px;
}

#secondary {
  height: 185px;
  margin: 0px 5px 0px 5px;
}


#footer_wrapper.immersion {
  height: 0;
}

#footer_wrapper {
  float: left;
  width: 900px;
  height: 70px;
  clear: both;
  margin: auto;
}

.footer_item {
  float: left;
  display: inline;
  height: 40px;
  padding: 0 15px;
  color: #ccc;
}

.footer_item form {
  display: inline;
}

.footer_item select {
  margin-top: -3px;
}

.footer_item a {
}

.footer_item a:hover {
  color: #FFFFCC;
}

#footer {
  height:  88px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
}

#footer-texture {
  background-image: url("/images/bigpatternstrip.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 400;
  width: 100%;
  height: 16px;
  overflow: hidden;
  position: fixed;
  padding: 0;
  line-height: 4px; /* for IE7 */
  font-size: 4px; /* for IE7 */
}

#footer-texture img {
  border: 0;
  width: 100%;
  height: 4px;
}

#javascript_redirect {
  margin-top: 200px;
  text-align: center;
  color: white;
}


#broadcast_message {
  padding: 10px;
  border: 2px solid white;
  background-color: black;
  width: 500px;
  margin: 0 auto;
  color: white;
}
#broadcast_message h1 {
  color: yellow;
  padding-bottom: 10px;
}
#broadcast_message p {
  margin-top: 10px;
  text-align: left;
}
#broadcast_dismissal {
  margin: 20px;
}


/* -----------------------------------------------------------------------------------
   Mouseovers and bubbles
   ----------------------------------------------------------------------------------- */
.mouseover {
  clear: both;
  text-align: left;
  width: 318px;
  z-index: 501;
}

.clr {
  clear: both;
}

.mouseover .mo_top, .mouseover .mo_bottom {
  background-repeat: no-repeat;
  width: 318px;
  height: 15px;
}

.mouseover .mo_top {
  background-image: url('/images/popup/top.png');
}

#mini_profile, #badge_popup {
  width: 315px;
}

#mini_profile h1, #badge_popup h1, #mini_profile h2, #badge_popup h2, #mini_profile h3, #badge_popup h3 {
  color: #000;
  overflow: hidden;
}

.mouseover .user_info, .mouseover .info {
  background-image: url('/images/popup/white_back.png');
  background-repeat: repeat-y;
  padding: 0 10px 6px 15px;
  width: 290px;
  overflow: hidden;
}

.mouseover .stamps {
  background-image: url('/images/popup/blue_back.png');
  background-repeat: repeat-y;
  padding: 6px 0 0px 15px;
  width: 300px;
  clear: both;
}

.mouseover .mo_bottom {
  background-image: url('/images/popup/bottom.png');
}

.mouseover .profile_badge img {
  height: 35px;
}

.mouseover .image {
  margin: 0 8px 0 0;
  border: 1px solid white;
}

.mouseover li {
  white-space: nowrap;
}

.mouseover .info li {
  white-space: normal;
}

.mouseover .language_name, .mouseover .known_languages, .mouseover .lang_list {
  float: none;
  display: block;
  color: #666;
}

.mouseover .language_name {
  width: 290px;
}

.mouseover .profile_languages {
  margin-top: 9px;
}

.mouseover .profile_badge {
  padding: 0px;
  float: left;
}

.mouseover .profile_badge img {
  height: 50px;
  padding: 0 6px 0 0;
}

.alert {
  width: 390px;
  background-color: white;
  border: 5px solid #377aa0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  z-index: 100000;
}

.alert .error_code {
  padding: 5px 0;
  font-size: 1.1em;
}

.alert .message {
  font-size: 1.3em;
  font-weight: bold;
}

.alert input {
  margin-left: 20px;
}

/* -----------------------------------------------------------------------------------
   Level Nav
   ----------------------------------------------------------------------------------- */

.level_nav {
  float: left;
  width: 100%;
  position: relative;
  height: 37px;
}

.level_nav img {
  float: left;
  margin: 4px;
}

.level_nav .nav_buttons {
  position: absolute;
  left: 84px;
  top: 0px;
}

.level_nav .divider {
  width: 1px;
  height: 37px;
  background: transparent url(/images/level_nav/unit_divider.png) no-repeat scroll center bottom;
  float: left;
}

.level_nav div {
  font-family: "Trebuchet MS",Arial;
  font-size: 12px;
  font-weight: lighter;
  color: #ACB1A6;
}

.level_nav .label {
  line-height: 17px;
  text-shadow: #111 1px 1px 3px;
}

.level_nav .level {
  height: 36px;
  text-align: center;
  width: 97px;
  float: left;
  overflow: hidden;
  margin-top: 1px;
}

.level_nav .level:hover .label {
  color: #CFD4C6;
}

.level_nav .level.selected {
  background: transparent url(/images/level_nav/selected_level.png) no-repeat scroll 0 0;
}

.level_nav .level.selected .label {
  color: #fff;
}

.level_nav .units {
  margin-left: 9px;
  width: 97px;
}

.level_nav .units, .level_nav .label {
  cursor: pointer;
}

.level_nav .unit span {
  display: none;
}

.level_nav .unit {
  position: relative;
  margin-right: 2px;
  text-shadow: none;
  padding: 1px;
  height: 18px;
  float: left;
  width: 17px;
}

.level_nav .level div.unit1 { background: transparent url(/images/level_nav/mouse_up_level_not_selected_1.png) no-repeat scroll 0 0; }
.level_nav .level div.unit2 { background: transparent url(/images/level_nav/mouse_up_level_not_selected_2.png) no-repeat scroll 0 0; }
.level_nav .level div.unit3 { background: transparent url(/images/level_nav/mouse_up_level_not_selected_3.png) no-repeat scroll 0 0; }
.level_nav .level div.unit4 { background: transparent url(/images/level_nav/mouse_up_level_not_selected_4.png) no-repeat scroll 0 0; }

.level_nav .level div.unit1:hover { background: transparent url(/images/level_nav/mouse_over_1.png) no-repeat scroll 0 0; }
.level_nav .level div.unit2:hover { background: transparent url(/images/level_nav/mouse_over_2.png) no-repeat scroll 0 0; }
.level_nav .level div.unit3:hover { background: transparent url(/images/level_nav/mouse_over_3.png) no-repeat scroll 0 0; }
.level_nav .level div.unit4:hover { background: transparent url(/images/level_nav/mouse_over_4.png) no-repeat scroll 0 0; }

.level_nav .level div.unit1:active { background: transparent url(/images/level_nav/mouse_down_1.png) no-repeat scroll 0 0; }
.level_nav .level div.unit2:active { background: transparent url(/images/level_nav/mouse_down_2.png) no-repeat scroll 0 0; }
.level_nav .level div.unit3:active { background: transparent url(/images/level_nav/mouse_down_3.png) no-repeat scroll 0 0; }
.level_nav .level div.unit4:active { background: transparent url(/images/level_nav/mouse_down_4.png) no-repeat scroll 0 0; }

.level_nav .level.selected div.unit1 { background: transparent url(/images/level_nav/mouse_up_unit_not_selected_1.png) no-repeat scroll 0 0; }
.level_nav .level.selected div.unit2 { background: transparent url(/images/level_nav/mouse_up_unit_not_selected_2.png) no-repeat scroll 0 0; }
.level_nav .level.selected div.unit3 { background: transparent url(/images/level_nav/mouse_up_unit_not_selected_3.png) no-repeat scroll 0 0; }
.level_nav .level.selected div.unit4 { background: transparent url(/images/level_nav/mouse_up_unit_not_selected_4.png) no-repeat scroll 0 0; }

.level_nav .level.selected div.selected.unit1 { background: transparent url(/images/level_nav/mouse_up_level_selected_1.png) no-repeat scroll 0 0; }
.level_nav .level.selected div.selected.unit2 { background: transparent url(/images/level_nav/mouse_up_level_selected_2.png) no-repeat scroll 0 0; }
.level_nav .level.selected div.selected.unit3 { background: transparent url(/images/level_nav/mouse_up_level_selected_3.png) no-repeat scroll 0 0; }
.level_nav .level.selected div.selected.unit4 { background: transparent url(/images/level_nav/mouse_up_level_selected_4.png) no-repeat scroll 0 0; }

.level_nav .level.selected div.unit1:active { background: transparent url(/images/level_nav/mouse_down_1.png) no-repeat scroll 0 0; }
.level_nav .level.selected div.unit2:active { background: transparent url(/images/level_nav/mouse_down_2.png) no-repeat scroll 0 0; }
.level_nav .level.selected div.unit3:active { background: transparent url(/images/level_nav/mouse_down_3.png) no-repeat scroll 0 0; }
.level_nav .level.selected div.unit4:active { background: transparent url(/images/level_nav/mouse_down_4.png) no-repeat scroll 0 0; }

.level_nav .unit .pointer {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 3px;
  width: 10px;
  height: 6px;
  cursor: pointer;
}

.level_nav .unit.selected .pointer {
  background: transparent url(/images/level_nav/selection_indicator.png) no-repeat scroll 0 0;
  display: block;
}

.level_nav .unit .new_content_indicator {
  position: absolute;
  display: none;
  height: 8px;
  width: 9px;
  right: 0px;
  top: -3px;
  background: transparent url(/images/level_nav/new_content_indicator.png) no-repeat scroll 0 0;
}

.level_nav .unit.has_new_content .new_content_indicator {
  display: block;
}


/* -----------------------------------------------------------------------------------
   Studio Dashboard Level Nav
   ----------------------------------------------------------------------------------- */

.sd_level_nav {
  float: left;
  width: 100%;
  position: relative;
  height: 37px;
}

.sd_level_nav img {
  float: left;
  margin: 4px;
}

.sd_level_nav .nav_buttons {
  position: relative;
  z-index: 10;
}

.sd_level_nav .nav_buttons_container {
  position: absolute;
  overflow: hidden;
  left: 84px;
  top: 0px;
}

#studio_nav_smoke_glass {
  position: absolute;
  z-index: 5;
  opacity: 0.3;
  left: -395px; /* has matching value in _moveSmokeGlass */
  top: -4px; /* has matching value in _moveSmokeGlass */
}

.sd_level_nav .divider {
  width: 1px;
  height: 37px;
  background: transparent url(/images/level_nav/unit_divider.png) no-repeat scroll center bottom;
  float: left;
}

.sd_level_nav div {
  font-family: "Trebuchet MS",Arial;
  font-size: 12px;
  font-weight: lighter;
  color: #ACB1A6;
}

.sd_level_nav .label {
  line-height: 17px;
  text-shadow: #111 1px 1px 3px;
}

.sd_level_nav .level {
  height: 36px;
  text-align: center;
  width: 97px;
  float: left;
  overflow: hidden;
  margin-top: 1px;
}

.sd_level_nav .level .label:hover{
  color: #CFD4C6;
}

.sd_level_nav .level.selected {
  background: transparent url(/images/level_nav/selected_level.png) no-repeat scroll 0 0;
}

.sd_level_nav .level.selected .label {
  color: #fff;
}

.sd_level_nav .units {
  margin-left: 9px;
  width: 97px;
}

.sd_level_nav .units, .sd_level_nav .label {
  cursor: pointer;
}

.sd_level_nav .unit span {
  display: none;
}

.sd_level_nav .unit {
  position: relative;
  margin-right: 2px;
  text-shadow: none;
  padding: 1px;
  height: 18px;
  float: left;
  width: 17px;
}

.sd_level_nav .level div.unit1 { background: transparent url(/images/level_nav/mouse_up_level_not_selected_1.png) no-repeat scroll 0 0; }
.sd_level_nav .level div.unit2 { background: transparent url(/images/level_nav/mouse_up_level_not_selected_2.png) no-repeat scroll 0 0; }
.sd_level_nav .level div.unit3 { background: transparent url(/images/level_nav/mouse_up_level_not_selected_3.png) no-repeat scroll 0 0; }
.sd_level_nav .level div.unit4 { background: transparent url(/images/level_nav/mouse_up_level_not_selected_4.png) no-repeat scroll 0 0; }

.sd_level_nav .level div.unit1:hover { background: transparent url(/images/level_nav/mouse_over_1.png) no-repeat scroll 0 0; }
.sd_level_nav .level div.unit2:hover { background: transparent url(/images/level_nav/mouse_over_2.png) no-repeat scroll 0 0; }
.sd_level_nav .level div.unit3:hover { background: transparent url(/images/level_nav/mouse_over_3.png) no-repeat scroll 0 0; }
.sd_level_nav .level div.unit4:hover { background: transparent url(/images/level_nav/mouse_over_4.png) no-repeat scroll 0 0; }

.sd_level_nav .level div.unit1:active { background: transparent url(/images/level_nav/mouse_down_1.png) no-repeat scroll 0 0; }
.sd_level_nav .level div.unit2:active { background: transparent url(/images/level_nav/mouse_down_2.png) no-repeat scroll 0 0; }
.sd_level_nav .level div.unit3:active { background: transparent url(/images/level_nav/mouse_down_3.png) no-repeat scroll 0 0; }
.sd_level_nav .level div.unit4:active { background: transparent url(/images/level_nav/mouse_down_4.png) no-repeat scroll 0 0; }

.sd_level_nav .level.selected div.unit1 { background: transparent url(/images/level_nav/mouse_up_unit_not_selected_1.png) no-repeat scroll 0 0; }
.sd_level_nav .level.selected div.unit2 { background: transparent url(/images/level_nav/mouse_up_unit_not_selected_2.png) no-repeat scroll 0 0; }
.sd_level_nav .level.selected div.unit3 { background: transparent url(/images/level_nav/mouse_up_unit_not_selected_3.png) no-repeat scroll 0 0; }
.sd_level_nav .level.selected div.unit4 { background: transparent url(/images/level_nav/mouse_up_unit_not_selected_4.png) no-repeat scroll 0 0; }

.sd_level_nav .level.selected div.selected.unit1 { background: transparent url(/images/level_nav/mouse_up_level_selected_1.png) no-repeat scroll 0 0; }
.sd_level_nav .level.selected div.selected.unit2 { background: transparent url(/images/level_nav/mouse_up_level_selected_2.png) no-repeat scroll 0 0; }
.sd_level_nav .level.selected div.selected.unit3 { background: transparent url(/images/level_nav/mouse_up_level_selected_3.png) no-repeat scroll 0 0; }
.sd_level_nav .level.selected div.selected.unit4 { background: transparent url(/images/level_nav/mouse_up_level_selected_4.png) no-repeat scroll 0 0; }

.sd_level_nav .level.selected div.unit1:active { background: transparent url(/images/level_nav/mouse_down_1.png) no-repeat scroll 0 0; }
.sd_level_nav .level.selected div.unit2:active { background: transparent url(/images/level_nav/mouse_down_2.png) no-repeat scroll 0 0; }
.sd_level_nav .level.selected div.unit3:active { background: transparent url(/images/level_nav/mouse_down_3.png) no-repeat scroll 0 0; }
.sd_level_nav .level.selected div.unit4:active { background: transparent url(/images/level_nav/mouse_down_4.png) no-repeat scroll 0 0; }

.sd_level_nav .unit .pointer {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 3px;
  width: 10px;
  height: 6px;
  cursor: pointer;
}

.sd_level_nav .unit.selected .pointer {
  background: transparent url(/images/level_nav/selection_indicator.png) no-repeat scroll 0 0;
  display: block;
}

.sd_level_nav .unit .new_content_indicator {
  position: absolute;
  display: none;
  height: 8px;
  width: 9px;
  right: 0px;
  top: -3px;
  background: transparent url(/images/level_nav/new_content_indicator.png) no-repeat scroll 0 0;
}

.sd_level_nav .unit.has_new_content .new_content_indicator {
  display: block;
}
