body
{
  background: #fff url(/images/portal/body-bg.gif) 0 0 repeat-y;
  margin: 0;
  padding: 0;
  font: x-small/1.4em Verdana, Arial, sans-serif;
} 

a
{
  color:#00529B;
  text-decoration: underline;
}

a:hover
{
  color: #E89300;
}
h1,h2,h3,h4,p
{
  margin: 0;
  padding: 0;
}

h4
{
  font-size: 100%;
  margin-left: 10px;
}

ul h4
{
  margin: 0;
}

img
{
  border: 0;
}

#header
{
  width: 750px;
  position: relative; 
}
#header h1
{
  width: 750px;
  margin: 0;
  padding: 0;
}
#header h1 a
{
  text-decoration: none;
  display: block;
}

#navcontainer
{
  float: left;
  background: #bbb;
  width: 750px;
  position: relative;
}
#navcontainer ul {
  float: left;
  margin:0 0 0 155px;
  padding:10px 10px 0;
  list-style:none;
  display: inline; /* fix IE6 double-margin bug */
  }
#navcontainer li 
{
  float:left;
  background:url(/images/portal/left-all.gif) no-repeat 0 -150px;
  margin:0;
  padding:0 0 0 9px;
}
#navcontainer a
{
  float:none;
  display:block;
  padding:5px 15px 5px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#000;
 }

#navcontainer li:hover, #navcontainer li:hover span 
{
  background-position:0% 0;
}
#navcontainer li:hover span
{
  background-position:100% 0;
}

div#navcontainer ul li.current 
{      
  background-position:0 -301px;
  padding-right: 1px;
}

#navcontainer span
{
  background:url(/images/portal/right-all.gif) no-repeat 100% -150px;
  color:#000;
}

#navcontainer li.current span
{
  background-position: 100% -300px;	
}

#container
{
  clear: both;
  padding-bottom: 1px;
  width: 750px;
  background: transparent;
}
#content, #sidebar, #supercontent
{
  float: left;  
  background: transparent;
}

#supercontent, #content {
  width: 545px;
  margin: 10px 10px -20px 20px;
  padding: 10px 0 0 0;
}

#content
{
  margin: 20px 10px 0 20px;
  background: #E8DBC5 url(/images/portal/content-top-test.gif) 0 0 no-repeat; 
}

#content2
{
  background: #E8DBC5 url(/images/portal/content-bg-test.gif) 0 100% no-repeat;
  padding: 1px 1px 10px 1px;
}

#content3
{
  border-top: 0;
  border-bottom: 0;
  background: #fff;
}
#content h2
{
  margin: 0 0 10px 0;
  padding: 0 10px 10px 10px;
  font-weight: bold;
  font-size: 140%;
  background: #E8DBC5;
  width: 523px;
  float: left;
}

#content #current h2
{
  width: auto;
  font-size: 170%;
  height: auto;
}
#content #current h3
{
  font-size: 100%;
  margin: 0;
  padding: 10px 0 0 10px;
}
#content h3
{
  clear: both;
  font-size: 130%;
  float: none;  
  margin: 0 0 5px 0;
  padding: 0 10px 0 10px;
}
#current
{
  padding: 0 0 10px 0;
  background: #E8DBC5;
  /* margin-bottom: 10px; */
  text-align: left;
}

#content #current p
{
  padding: 0;
  margin: 0 15px 5px 15px;
  text-align: right;
  clear: none;
}
#sidebar
{
  width: 170px;
  overflow: hidden;
  padding-bottom: 30px;
}

#footer
{
  clear: both;
  background: transparent;
  width: 750px;
  color: #666;
  padding: 60px 0 0 0;
}
#footer p
{
  margin: 0 20px 0 185px;
  padding: 0 0 70px 0;
  border-top: 1px solid #E8DBC5;
}
#footer img
{
  float:right;
  padding-top: 1px;
}
#sidebar ul 
{ 
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

#sidebar ul li 
{ 
  margin: 0 5px 0 0;
  background: #E8DBC5;
  border-bottom: 1px solid #fff;
  padding: 0;
}

#sidebar ul li a 
{
  display: block;
  padding: 4px 0 5px 20px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
#sidebar ul li a:hover
{
  background: #bbb;
}

#sidebar ul li.active 
{
  margin-right: 0;
  background: #fff url(/images/portal/active.gif) 100% 50% no-repeat;
  border-bottom: 1px;
  padding: 4px 0 5px 20px;
  font-weight: bold;
}
#sidebar ul li.active a:hover
{
  background: #fff url(/images/portal/active.gif) 100% 50% no-repeat;
}

#signinbox, #signoutbox
{
  padding: 10px;
  color: #333333;
  font-size: 95%;
}
#signinbox p, #signoutbox p
{
  margin-top: 3px;
  clear: both;
}
#signinbox input, #signoutbox input
{
  font-size: 100%;
  width: 120px;
}

body #signinbox input.submit, body #signoutbox input.submit
{
  width: auto;
  float: none;
  font-size: 100%;
}

#content table
{
  width: 520px;
  margin: 0 0 10px 10px;
  text-align: left;
  clear: left;
  height: 1%;
}

#content table td, #content table th
{
  font-size: 90%;
}

#quickstart h2, #legend h2
{
  font-size: 120%;
  margin: 0;
  padding: 0 0 0 5px;
}
#legend h2
{
  margin-bottom: 10px;
}
#quickstart p, #legend p
{
  padding: 5px 0 0 5px;
}
#legend p
{
  margin: 0 0 10px 0;
}
#legend img
{
  clear: both;
  float: left;
  margin: 0 10px 0 0;
}

#quickstart, #legend
{
  margin: 20px 0 0 0;
  background: transparent url(/images/portal/qs-top.gif) no-repeat 0 0;
  padding: 12px 0 0 0;
}
#quickstart2
{
  background: transparent url(/images/portal/pdf.gif) no-repeat 0 100%;
  padding: 0 0 58px 0;
  margin: 0;
}
#legend2
{
  background: transparent url(/images/portal/legend-bottom.gif) no-repeat 0 100%;
  padding: 0 0 12px 0;
  margin: 0;
}

#quickstart3, #legend3
{
  background: #fff;
  margin: 0 20px 0 10px;
  padding: 1px 0 1px 5px;
}

#language
{
  margin: 10px 5px 0 0;
  color: #333;
  float: right;
  text-align: right;
  line-height: 1;
}
#language label { vertical-align: middle; margin: 0;}
#language select
{
  font-size: 100%;
  margin: 0 0 0 5px;
  padding: 0;
}
#options select
{
  font-size: 100%;
  margin: 0;
  padding: 0;
}

#options
{
  margin: 5px 0 0 190px;
}

#options p
{
  margin: 0;
  padding: 0;
}

h5
{
  font-weight: normal;
  margin-top: 1px;
}

#content ul
{
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0 0 10px 10px;
}

#home .index #content ul.bullet
{
  height: 170px;
  font-size: 125%;
  padding-top: 20px;
}

#home .index #content ul.bullet li {
  margin: 0 0 10px 0;
  line-height: 1.3;
}

#home .index #content h2 {
  margin-bottom: 0;
}

ul.bullet li
{
  background: url(/images/portal/li.gif) 0 .25em no-repeat;
  padding: 0 0 0 25px;
  margin: 0 0 5px 0;
}

#support #content ul.bullet li div.info-body p {
  padding-bottom: 1em;
}

#support #content ul.bullet li div.info-header {
  font-weight: bold;
  padding-bottom: 2px;
}

#content ul.plain
{
  list-style-type: disc;
  margin-left: 25px;
}

ul.bullet li h4
{
  font-size: 140%;
  line-height:1em;
  margin-bottom: 5px;
}

ul.bullet ul li
{
  background: #fff;
  padding: 0;
}

ul li
{
  padding: 0;
  margin: 0 0 10px 0;
}

#content ul li p
{
  margin: 0;
  padding: 0;
}

#content p
{
  padding: 0 10px 10px 10px;
  margin: 0;
  clear:both;
}

.assignment-header, .est-time, .goal, .score, .a-type, .test, .delayed, .timed
{
  width: 55px;
  text-align: right;
}

.assignment-header {
  padding: 7px 15px 0 0;
}

.a-type
{
  width: 105px;
  /*padding: 8px 0 15px 35px;*/
  text-align: left;
  /*margin: 0 0 0 15px;*/
}

.test, .delayed, .timed, .a-type-image {
  width: 30px;
  padding: 0;
}

.a-type-image {
  padding-right: 3px;
}

.status
{
  float: left;
  margin-left: 10px;
}

form
{
  margin: 0;
  padding: 0;
}

#content ul ul
{
  padding: 0;
  margin: 0;
}

#content #customer_support_info { margin: 0; padding: 0 0 10px 10px; }

ul.titled li
{
  margin-bottom: 20px;
}

#lessonplan input
{
  float: left;
  clear:both;
  margin-left: 10px;
}
#lessonplan label
{
  float: left;
  margin: 2px 0 0 5px;
  font-weight:bold;
}
#lessonplan p
{
  clear: both;
  margin: 0 10px 10px 32px;
  padding: 0;
}
#content .submit
{
  clear: both;
  margin: 10px 20px 0 214px;  
  font-size: 100%;
  width: auto;
}

.learner_form, .support-form
{
  margin-top: 20px;
  padding-bottom: 1px;
  width: 440px;
}

.dropdown {
  width: 165px;
}

label
{
  margin: 2px 5px 10px 10px;
}

.learner_form label, .support-form label, #lesson_plan_possibilities label
{
  float: left;
  text-align: right;
  width: 200px;
}

.learner_form input, .learner_form select, .support-form input, .support-form select, #lesson_plan_possibilities input, #lesson_plan_possibilities select
{
  float: left;
  margin: 0 5px 10px 0;
  font-size: 100%;
  width: 125px;
  clear: right;
}

.learner_form textarea {
  float: left;
  clear: right;
  width: 210px;
}

.learner_form .submit, .support-form .submit, #lesson_plan_possibilities .submit
{
  width: auto;
  text-align: center;
}

.learner_form dl { margin-left: 40px; width: 390px; }
.learner_form dt { clear: both; float: left; margin: 0; width: 140px; font-weight: bold; }
.learner_form dd { float: left; margin: 0; width: 250px; }

div#lesson_plan_possibilities input.registration_lesson_plan_radio_button
{
  clear:both;
  float:left;
  width:auto;
  margin:0 3px 0 215px;
}

#tech-form {
  width: 400px;
}

#tech-form input {
  margin: 0 5px 10px 0;
  float: left;
  text-align: left;
  clear: right;
}

#tech-form label {
  text-align: right;
  float: left;
  clear: left;
  width: 120px;
  margin: 3px 5px 15px 10px;
  margin-top: 3px;
}

#tech-form textarea {
  width: 240px;
}

.current-tour-page
{
  background: #E8DBC5;
}
#product-tour
{
  margin: 0;
}
#product-tour a, #product-tour span
{
  margin: 0;
  text-decoration: none;
  padding-bottom: 3px;
}
#product-tour li
{
  margin: 0 5px 10px 0;
}

#product-tour li, #product-tour li a, #product-tour span
{
  display: inline;
}

p.right
{
  float:right;
}

.course-list
{
  font-size: 150%;
}

#assignment-table span
{
font-size: 9px;
}

#content table td
{
  font-size: 90%; 
}

.even
{
  background: #eee;
}

div.bullet
{
  margin-left: 10px;
  padding-left: 10px;
  background: url(/images/portal/li.gif) 0 .25em no-repeat;
  clear: left;
}

:target
{
  background: url(/images/portal/li.gif) 0 .25em no-repeat;
  padding-left: 20px; 
}

span
{
  display: block;
}

.bar-end
{
  float: left;
}

#start-date, #end-date
{
  clear:both;
}
#search-box label
{
  width: 70px;
  text-align: right;
  margin: 3px 5px 5px 10px;
  clear: both;
  float: left;
}

#content #search-box input, #content #search-box select
{
  margin: 0 5px 5px 0;
  float: left;
  font-size: 100%;
}

#content #search-box .submit
{
  clear: both;
  margin: 10px 10px 0 0;
  float: right;
}

#content #search-box p.submit
{
  margin: 0;
  white-space: nowrap;
  text-align: right;
}


.next
{
  float: right;
  margin: 5px 10px 0 0;
}

.prev
{
  float: left;
  margin: 5px 0 0 10px;
}

#import-instructions
{
  background: #def;
  padding: 1em;
  margin: 1em;
}

#content .tableHeader
{
  background: #eee;
  color: #000;
  padding: 5px;
  font-weight: bold;
}

#summary
{
  margin-bottom: 20px;
  font-size: 100%;
}

#content label.admin-lp-selection
{
  margin: 0 0 5px 0;
  text-align: left;
  clear: right;
}
* html #content label.admin-lp-selection
{
  margin: 3px 0 0 0;
}

.disabled
{
  background: #eee;
}

#non-lp-course-list
{
  font-size: 120%;
}

#non-lp-course-list thead th {
  border-bottom: 1px solid black;
}

.learner_form hr, .support-form hr, #lesson_plan_possibilities hr
{
clear:both;
margin: 0 0 5px 210px;
padding-bottom:10px; 
color: #fff;
border: #fff;
}

#content .learner_form h3, #content .support-form h3, #lesson_plan_possibilities h3
{
  width: 200px;
  text-align: right;
  font-weight: normal;
  font-size: 95%;
}

#content table tr.unlaunchable-assignment td { color: #888; cursor: default;}

#content p.description { visibility: visible; color: #888; }

#content #errorExplanation {
  border: 1px solid #ddd;
  padding: 10px 10px 0 10px;
  background: #eee;
  margin: 0 10px 10px 10px;
  clear: left; 
}

#content #errorExplanation ul { list-style: disc; padding-top: 0; margin: 0 0 0 15px; background: #eee; height: auto; }

#errorExplanation h2 {
  width: 480px; /* fix for ie/pc */
  background: none;
  color: red;
}

#pages a { padding: 1px 4px; border: 1px solid #ddd; text-decoration: none;}
  #pages a:hover { background: #ddd; color: #000; }
  #pages a.active { background: #00529B; color: #fff; border: 1px solid #00529B;}

.hide_inactive_users_checkbox {
  position: relative;
  left: 75px;
}

#content h3.system_requirements_version_header {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

#error, #notice { margin: 0 0 5px 0; padding: 5px; }
#error { border: 1px solid #FF7D80; background: #fadad7; }
#notice { border: 1px solid #333; background: #eee; }
#error ul li {margin: 0 0 5px -10px }

#reset_password input
{
  display: block;
  margin: 5px 5px 10px 10px;
  font-size: 100%;
  width: 125px;
}

#footnote_list {
  margin-top: 0;
  font-size: 90%;
}

.requirements { padding: 5px 10px; background-color: #EEE; margin-bottom: 10px; }
.requirements a { font-weight: bold; }
.requirements li { list-style-type: square; padding: 0; margin: 0px 0px 0px 8px; margin-top: 4px; }

#portal_notifications { border-bottom: 1px solid #E8DBC5; padding: 20px 10px 10px 20px; }
.portal_notification { padding-top: 10px; }