/**************************************
 * THEME NAME: lzn
 *
 * Files included in this sheet:
 *
 *   lzn/user_styles.css
 **************************************/

/***** lzn/user_styles.css start *****/

/*
//*   CHANGES MADE BY STUART
//* A_Original table.generalbox
//* B_Add
*/

  html
  {
    background-color: #FFFFFF;
  }

  body {
    font-size: 100%;
    color: #111111;
    font-family: Verdana, georgia, times, serif;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    height: 100%;
  }

  /*Lesson.css from here*/

  h2.quoteleft {
    font-size: 1.6em;
    padding-left: 45px;
    margin-bottom: 0px;
    font-style: italic;
  }

  p.quoteciteleft {
    float: right;
    text-align: right;
    font-style: italic;
    padding-right: 15px;
    margin-top: 0px;
    padding-top: 0px;
  }

	#page {
	background-color: #FFFFFF;
	}
  div.clearer
  {
    clear: both;
  }

  a:link
  {
    color: #000000;
  }

  a:visited
  {
    color: #000000;
  }

  a:hover
  {
    color: #2B51E4;
  }

  table.generaltable
  {
    background-color: #FFFFFF;
    width: 100%;
  }

  img.resize
  {
    width: 1em;
    height: 1em;
  }

  p.helplink {
    margin: 0.5em 0;
  }
  h1.headermain {
    color: #449900;
	height: 123px;
  }

  .contents h1 {
    line-height: 110%;
  }

  div.contents p
  {
    text-align: left;
  }

  h2.headingblock {
    border-style: none;
  }

  table.loginbox {
    background-color: #EEEEEE;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
  }

  table.loginbox td.content {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
  }
  div.noticebox {
    background-color: #EEEEEE;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
  }
  table.generaltable td {
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
  }
/* Changed to remove left and top border around all elements, and only have it around central column.jm 080609 */

  /*div.generalbox {
    border-top-width: 1px;
    border-style: solid none none;
    border-top-color: #DDDDDD;
  	border-left: 1px solid #DDDDDD;
  }*/
  div.generalbox {
	border: none;  
  }
  td#middle-column {
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
  }
/*Changes end*/
  table.generaltable th.header {
    background-color: #DDDDDD;
    border-width: 1px;
    border-style: solid;
    border-color: #EEEEEE #CCCCCC #CCCCCC #EEEEEE;
  }
  div.informationbox {
    background-color: #EEEEEE;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
  }
  table.userinfobox {
    border: 1px solid #DDDDDD;
  }
  p.copyright {
    text-align: center;
  }
  div.headermenu {
    font-size: 0.75em;
    color: lightgreen;
  }
  
  div.headermenu div.logininfo
  {
    margin-bottom: 0.2em;
    font-size: 100%;
    color: #2B51E4;
    /*margin-right: 200px;*/
  	margin-right: 20px;
  	font-weight: bold;
  	padding-top: 10px;
  }

  div.headermenu div.logininfo a{
    color: #2B51E4;
  }

  div.headermenu div.logininfo a:hover{
    color: #5999FF;
  }

  div.breadcrumb {
    font-size: 0.8em;
    padding-left: 0.3em;
	padding-top: 2px;
  }

  table.tabs td.side {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #2a4de3;
  }

  div.navbar div.navbutton form {
    float: left;
  }

  div.navbar div.navbutton {
    margin-top: 1px;
  }

  div.navbar
  {
    padding: 0px 0;
    background-color: #569DF7;
	  background-image: url(pix/navbar_repeater.gif);
  	background-repeat: repeat-x;
	  height: 27px;
    margin-top: 0px;
    border-style: none;
    color: black;
    font-weight: bold;
    margin-bottom: 5px; /*Stuart*/
  }

  div.navbar a {
    font-weight: bold;
  }
  
  div#footer
  {
    margin-top: 5; /*Stuart changed 0 to 5*/
    font-size: 0.75em;
    background-color: #FFFFFF;
  	background-image: url(pix/footer_repeater.gif);
	  background-repeat: repeat-x;
    border-style: none;
    height: 50px;
    clear: both; /*Stuart*/
  }

  div#content
  {
    background-color: #FFFFFF;
    padding: 0px 0;
    font-size: 0.75em;
    line-height: 1.6em;
    margin-top: 0px;
    padding-bottom: 20px;
    padding-top: 0px;
    border-top-style: none;
    border-bottom-style: none;
    padding-left: 30px;
    padding-right: 30px;
  }

/* Stuart
  div#content table
  {
    clear: both;
  }
*/

  div#footer .logininfo{
    font-size: 200%;
  }

  div#footer .logininfo a{
    color: darkgreen;
  }
  
  ul.section li {
    margin: 0.2em 0;
  }
  div.sideblock div.content * {
    text-align: left;
  }
  div.sideblock ul.list span.c1 {
    padding-left: 0.3em;
  }
  div.sideblock div.title h2 {
    line-height: 1.1em;
  }
  div.sideblock div.header {
    height: 17px;
    padding-left: 10px;
    background-image: url(pix/sidebar_head_repeater.gif);
    color: #000000;
    border: 1px solid #a0a0b1;
  }
  div.sideblock div.content {
    padding: 0px 0px 0px 0px;
    border-style: none;
    border-right-color: #DDDDDD;
    border-bottom-color: #DDDDDD;
    border-left-color: #FFFFFF;
  }
  div.sideblock table.calendar-controls td.current {
    text-align: center;
  }
  div.sideblock table.minicalendar td.day {
    text-align: center;
    font-size: 0.9em;
  }
  div.sideblock table.minicalendar {
    border-style: none;
  }
  body#admin-lang h2.main {
    font-size: 1em;
    text-align: left;
  }
  body#course-index table.generalbox {
    background-color: #EEEEEE;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
  }
  table.minicalendar td.today {
    line-height: 1.4em;
    border: 2px solid #88DD55;
  }
  div.sideblock table.minicalendar tr.weekdays {
    font-size: 0.8em;
  }

  .coursebox
  {
    background-color: #ebf2ff;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
    margin-bottom: 10px;
  }
  
  .coursebox .name
  {
    font-weight: bold;
  }

  .Quotation {
    border: 4px groove #666699;
    background-color: #D1D1E0;
    font-weight: bold;
    padding: 4px;
  }
  /*End of New style Information*/
  
  .tabrow td {
    border: 1px solid #2a4de3;
  }
  .tabrow td.selected {
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-style: solid solid none;
    border-top-color: #2a4de3;
    border-right-color: #2a4de3;
    border-left-color: #2a4de3;
  }
  .sideblock .content .message {
    text-align: left;
  }
  .sideblock .header .hide-show img.hide-show-image {
    background-image: url(../../pix/t/switch_minus.gif);
    background-repeat: no-repeat;
    margin-top: 0;
  }
  .sideblock.hidden .header .hide-show img.hide-show-image {
    background-image: url(../../pix/t/switch_plus.gif);
    background-repeat: no-repeat;
    margin-top: 2px;
  }
  #calendar .event_global {
    background-color: #D6F8CD;
    border-color: #D6F8CD;
  }
  .minicalendar .event_global {
    background-color: #D6F8CD;
    border-color: #D6F8CD;
  }
  .block_calendar_month .event_global {
    background-color: #D6F8CD;
    border-color: #D6F8CD;
  }
  #calendar .event_course {
    background-color: #FFD3BD;
    border-color: #FFD3BD;
  }
  .minicalendar .event_course {
    background-color: #FFD3BD;
    border-color: #FFD3BD;
  }
  .block_calendar_month .event_course {
    background-color: #FFD3BD;
    border-color: #FFD3BD;
  }
  #calendar .event_group {
    background-color: #FEE7AE;
    border-color: #FEE7AE;
  }
  .minicalendar .event_group {
    background-color: #FEE7AE;
    border-color: #FEE7AE;
  }
  .block_calendar_month .event_group {
    background-color: #FEE7AE;
    border-color: #FEE7AE;
  }
  #calendar .event_user {
    background-color: #DCE7EC;
    border-color: #DCE7EC;
  }
  .minicalendar .event_user {
    background-color: #DCE7EC;
    border-color: #DCE7EC;
  }
  .block_calendar_month .event_user {
    background-color: #DCE7EC;
    border-color: #DCE7EC;
  }
  div#header-home {
    background-image: url(pix/header_repeater.gif);
  }
  div.sideblock div.content li {
    background-color: #FCFFF5;
    border-left-width: 6px;
    border-bottom-width: 1px;
    border-style: none none dashed solid;
    border-left-color: #FFCC00;
    border-bottom-color: #FFCC00;
  }

  div#header {
    background-image: url(pix/header_repeater.gif);
  }

  hr.HorRule
  {
    border: none 0;
    border-top: 1px dashed #000;/*the border*/
    height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
  }

  .contents a
  {
    color: #0000FF;
    font-weight: bold;
  }
  
  .contents
  {
    background-color: #FFFFFF;
    /*border: 4px groove white;*/
    padding-left: 10px;
    padding-right: 10px;
  }

  a
  {
    text-decoration: underline;
  }
  
  /*Jonathan new styles*/
  .course_wrapper 
  {
  float: left;
  margin: 10px 0px 5px 0px;
  width: 100%;
  background-color: #fcfff5;
  background-image: url(pix/course_repeater.gif);
  background-repeat: repeat-x;
  }
  
  .course_wrap_tl
  {
  background-image: url(pix/coursewrap_tl.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 1px 4px 4px 4px;
  }
  
  .course_ind
  {
  float:left;
  width: 50%;
  }
  
  .summary {
  padding-top: 11px;
  float: right;
  height: 100%;
  /*width: 49%;*/
  width: 100%; /*SG_Change*/
  }
  
  #footer img {
  padding: 9px 10px 0px 8px;
  float: left;
  text-align: left;
  }
  /*Tooltips*/
  /*New window tool tip*/
  .tooltip {
    position:relative; /*this is the key*/
    z-index:24; 
	}

	a.tooltip:hover {
	z-index:25; 
	}

	a.tooltip span {
	display: none;
	}

	a.tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:30px; left:20px; width:180px; height: 53px;
	padding: 12px 2px 1px 4px;
	background-image: url(pix/tooltipbox.gif);
	background-repeat: no-repeat;
	color:#000;
    text-align: center;
	}
    /*New window tool tip end*/
	/*Podcast tooltip*/
	.podtip {
    position:relative; 
    z-index:24;
	}

	a.podtip:hover {
	z-index:25;
	}

	a.podtip span {
	display: none;
	}

	a.podtip:hover span{
    display:block;
    position: absolute;
    top:20px; left:2em; width:309px; height: 120px;
	/*margin-top: 20px;
	padding: 8px;*/
    background-color:#FFFFFF;
	color:#000;
	font-size: 80%;
    text-align: center;
	}
	
	.podtip p {
	text-align: center;
	padding: 10px 10px 0px 10px;
	margin: 0px;
	}
	
	.podtop {
  	background-image: url(pix/tipbox_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	/*padding-top: 10px;*/
  	}
  
  	.podbot {
  	background-image: url(pix/tipbox_bot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 1px;
  	}
	
	.podmid {
	background-image: url(pix/tipbox_mid.gif);
	background-repeat: repeat-y;
	}
  /*Podcast tooltip end*/
  
  .foot_email {
  	float: right;
	padding: 18px 30px 0px 20px;
	margin: 0;
	font-size: 90%;
	line-height: 0.8em;
  }
  
  div#headcredit {
  	clear: right;
  	float: right;
	padding-top: 3px;
  }
   
  h4.asset {
  	padding: 3px 0px 1px 87px;
	background-image: url(pix/knowledge_icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-style: normal;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 1px;
	text-indent: -60px; 
	margin-left: 0px;
  }
  
  h4.reading {
  	padding: 3px 0px 3px 87px;
	background-image: url(pix/reading.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	margin: 2px 0px 10px 0px;
	text-indent: -60px; 
	margin-left: 0px;
  }
.backbutton {
	
}

/*what was said*/

.wwsDiv{
	background-color: #FFFFFF; 
	height: 200px; 
	/*overflow: hidden;*/
	text-align: center;

}

.wwslink {
	text-align: left;
	padding-left: 150px;
	font-size: 1.4em;
	color: #2B51E4;
}

/*Lesson.css added in here*/
.ModuleImage_r
  {
  	float: right;
	margin: 20px 10px 10px 10px;
	clear: left;
	background-color: #FCFFF5;
  }

.ModuleImage_r img {
	border: 1px solid #000000;
}

.ModuleImage_r p {
	border: 1px solid #000000;
	/*width: 400px;*/
}

  .ModuleImage_l
  {
  	float: left;
	margin: 20px 10px 10px 0px;
	clear: right;
	background-color: #FCFFF5;
  }

.ModuleImage_l img {
	border: 1px solid #000000;
}

.ModuleImage_l p {
	border: 1px solid #000000;
	margin-top: 12px;
}

.blogicon {
	border: 1px solid #000000;
	float: left;
	margin: 0px 4px 0px 4px;
}

.blogtext {
	display: block;
	padding: 0px 0px 5px 0px;
}

  .list_left {
  	float: left;
	position: relative;
	width: 362px;
	padding: 0px;
	margin: 5px 5px 20px 0px;
	background-image: url(pix/listbox_repeater.gif);
	background-repeat: repeat-y;
	/*clear: right;*/
	text-align: center;
  }
  
  .list_top {
  	background-image: url(pix/listbox_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFFF;
	position: relative;
  }
  
  .list_bt {
  	background-image: url(pix/listbox_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
  }
  
  .list_left h4 {
  	padding: 10px 6px 0px 6px;
	margin: 0px;
	line-height: 1.1em;
  }
  
  /*500px wide list box*/
  .list_left2 {
	position: relative;
	width: 500px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 25px;
	background-image: url(pix/listbox_repeater2.gif);
	background-repeat: repeat-y;
	clear: right;
	text-align: center;
  }
  
  .list_top2 {
  	background-image: url(pix/listbox_top2.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFFF;
	position: relative;
  }
  
  .list_bt2 {
  	background-image: url(pix/listbox_bottom2.gif);
	background-position: bottom;
	background-repeat: no-repeat;
  }
  
  div.list_left2 li {
  	padding-bottom: 3px;
	padding-right: 10px;
	margin: 0px;
  }
  
  .list_left2 h4 {
  	padding: 10px 6px 0px 6px;
	margin: 0px;
	line-height: 1.1em;
  }
  /*500px wide box end*/

  div.contents ul.lists {
  list-style-image: url(pix/list_icon.gif);
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 0px;
  padding-bottom: 10px;
  }

  div.contents ul.lists li {
  list-style-image: url(pix/list_icon.gif);
  }

  div.list_left li {
  	padding-bottom: 3px;
	padding-right: 10px;
	margin: 0px;
  }

  div.contents .ModuleImage_r p
  {
  font-style: italic;
  font-weight: bold;
  text-align: center;
  }

  div.contents .ModuleImage_l p
  {
  font-style: italic;
  font-weight: bold;
  text-align: center;
  padding:0;
  margin:0;
  }

  .Grade
  {
    list-style-image: url(pix/Arrow.gif);
  }
  
  .Poem
  {
    border: 4px groove #0B4585;
    font-weight: bold;
    text-align: justify;
    font-style: oblique;
    background-color: #e0e0e0;
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .Poem h4
  {
    text-align: center;
    text-decoration: underline;
  }

  /*To align questions for check boxes*/
  td.generalboxcontent
  {
  	text-align: left;
  }

  td.generalboxcontent #answer
  {
    width: 100%;
  }
  
  /*Credit div box*/
  #Credit
  {
  	position: absolute;
	  top: 43px;
  	right: 20px;
   	width: 318px;
	  height: 47px;
  }

  /* Text size increase */

  #sizer {
  	position: absolute;
	top: 92px;
	right: 20px;
	width: 132px;
	height: 32px;
  }

  #sizer img {
  	padding-left: 2px;
	padding-right: 2px;
  }

/*Language dropdown
  .headermenu form {
  position: relative;
  padding: 0px;
  marging: 0px;
  }*/

  .NoAnswerGiven
  {
    color: #FFFFFF;
    background-color: #FD2A2A;
  }

  .Quiz
  {
    font-weight: bold;
    margin-left: 20px;
    font-size: 100%;
  }
  
  .GradeContainer .GH
  {
    background-color: black;
    color: #FFFFFF;
  }
  
  .pod_wrap {
  	clear: left;
  	margin-bottom: 20px;
	height: 180px;
	background-image: url(pix/podbox_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #FCFFF5;
  }
  
  .pod_wrap img {
  	float: left;
	padding-right: 10px;
  }

  .podbox_rhs {
  	height: 180px;
  	background-image: url(pix/podbox_right.gif);
	background-position: right;
	background-repeat: no-repeat;
  }
  
  .podbox_rhs p {
  	padding-bottom: 10px;
  }
  
  h2.Podcast_Headphones
  {
  font-size: 1.4em;
  line-height: 1.2em;
  }

  #content h2 {
  font-size: 1.2em;
  font-weight: bold;
  }
  
  #content h2.main {
  font-size: 1.6em;
  font-weight: normal;
  }

  #content h2.help {
  font-size: 1.7em;
  font-weight: bold;
  }
 
  .Indent_Sides
  {
    padding: 20px;
    background-color: #9CACE5;
    border: 2px groove #8B9BD4;
  }
  
  .Mark
  {
    float: right;
  }

  .GH
  {
    background-color: black;
    color: #FFFFFF;
  }

  table.loginbox {
    background-color: #EEEEEE;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
  }

  table.loginbox td.content {
    background-color: #EEEEEE;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
  }

  /*Jonathans LZN from here*/
  
  /*pullquote start*/ 
  .Pullquote
  {
  width: 500px;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #D1DBBD;
  background-image: url(pix/pullquote_top.gif);
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  clear: both;
  }
  
  #quote_img_wrap {
  width: 750px;
  }
  .Pullquote2
  {
  width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 5px;
  float:left;
  display: inline;
  background-color: #D1DBBD;
  background-image: url(pix/pullquote_top.gif);
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  }
  
  .quotetext {
	color: #000000;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.2em;
	padding: 45px 20px 40px 15px;
	text-align: left;
	background-image: url(pix/quotemark.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 450px;
}

#quotetext {
	color: #000000;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.2em;
	padding: 45px 20px 40px 15px;
	text-align: left;
	background-image: url(pix/quotemark.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 450px;
}

p.quotecite {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	line-height: 0em;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url(pix/pullquote_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 0;
}

div.contents p.quotecite {
	text-align: right;
}
/*pullquote end*/
/*scenario start*/
.Scenario
  {
  width: 500px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  background-image: url(pix/scenario_repeater.jpg);
  background-position: 0px 5px;
  background-repeat: repeat-y;
  position: relative;
  text-align: center;
  }
  
  #scen_text {
	color: #000000;
	font-size: 140%;
	font-weight: bold;
	background-image: url(pix/scenario_top.jpg);
  	background-repeat: no-repeat;
	background-position: top left;
	line-height: 1.2em;
	padding: 55px 20px 0px 15px;
	text-align: left;
	width: 470px;
}

p.scen_cite {
	color: #000000;
	height: 22px;
	padding-bottom: 0px;
	background-image: url(pix/scenario_bot.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 0;
}
/*scenario end*/

.videowrapper {
	width: 645px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
}

/*video quote start*/
.video_quote
  {
  width: 500px;
  background-color: #FFFFFF;
  background-image: url(pix/video_quote_repeater.jpg);
  background-position: 0px 5px;
  background-repeat: repeat-y;
  position: relative;
  left: 60px;
  }
  
  #video_quote_text {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	background-image: url(pix/video_quote_top.jpg);
  	background-repeat: no-repeat;
	background-position: top left;
	line-height: 1.2em;
	padding: 19px 20px 0px 15px;
	text-align: left;
	width: 470px;
}

p.video_quote_cite {
	color: #000000;
	height: 35px;
	padding-bottom: 0px;
	background-image: url(pix/video_quote_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 0px;
}
/*video quote end*/

div.contents a:link {
	color: #2B51E4;
	text-decoration: none;
	border-bottom: 1px dashed #2B51E4;
}

div.contents a:visited {
	color: #2B51E4;
	text-decoration: none;
}

div.contents a:hover {
	color: #2B51E4;
	text-decoration: none;
	border-bottom: none;
}

div.contents a:active {
	color: #2B51E4;
	text-decoration: none;
}

ul.references {
	list-style-image: url(pix/script.gif);
}

.tl {
	background-image: url(pix/tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
}

.tr {
	background-image: url(pix/tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.top {
	background-image: url(pix/box_top_repeater.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	margin: 5px 0px 10px 0px;
	clear: both;
}

.top2 {
	background-image:url(pix/box_top_repeater.gif);
	background-position:center top;
	background-repeat:repeat-x;
	margin: 40px 0px 10px 0px;
	width: 330px;
}

.bl {
	background-image: url(pix/bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.br {
	background-image: url(pix/br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.bottom {
	background-image: url(pix/box_bottom_repeater.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.left {
	background-image: url(pix/box_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.right {
	background-image: url(pix/box_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#ref_padding {
	padding: 6px;
}

/*Lesson.css ends here*/

/*Stuart*/
  table.Courses, table.StudentAssignedToClass
  {
    border: 1px solid;
    float: left;
  }

  table.Courses td, table.Courses th, table.StudentAssignedToClass td, table.StudentAssignedToClass th, table.forumheaderlist th
  {
    border: 1px solid #000000;
    padding: 5px;
  }

  table.Courses th, table.StudentAssignedToClass th, table.forumheaderlist th
  {
    background-color: #D1DBBD;
    color: #000000;
  }

  div.StudentAssignedToClass
  {
    float: left;
    margin-right: 10px;
  }

  option.StudentAssignedToClass
  {
    background-color: #FFCC00;
    color: #000000;
  }

  div.MaintainClassStudentOptions
  {
    float: left;
  }

  div.MaintainClassStudentOptions ul li
  {
    list-style-type: none;
    margin-bottom: 6px;
    background-color: #FFFFFF;
    border: thin solid #000000;
    padding: 4px;
    font-weight: bold;
  }

  div.MaintainClassStudentOptions ul li a
  {
    color: #2B51E4;
  }

  .GradesSpacer
  {
    background-color: #ADBDF6;
    height: 15px;
  }

  table.GradeContainer td
  {
    border: 1px solid;
  }

  table.GradeContainer th, table.forumheaderlist th
  {
    font-weight: bold;
    background-color: #FFCC00;
    color: #000000;
    text-align: center;
    border: 2px solid;
  }

  .NavigationOptions {
  	padding-left: 0px;
  	margin-left: 0px;
    float: left;
    width: 180px;
    text-align: left;
  }

  .NavigationOptions .title h2 {
  	height: 17px;
  	padding-left: 10px;
  	background-image: url(pix/sidebar_head_repeater.gif);
  	padding-bottom: 4px;
  	font-weight: bold;
  	border: 1px solid #a0a0b1;
  }

  .NavigationOptions ul#Navigation_Links li {
  	list-style: none;
  	padding-left: 24px;
  	margin-left: 0px;
  	background-color: #FCFFF5;
    border-left-width: 4px;
    border-bottom-width: 1px;
    border-style: none none dashed solid;
    border-left-color: #FFCC00;
    border-bottom-color: #FFCC00;
  }

  .jigsaw {
  	background-image: url(pix/jigsaw_icon.gif);
  	background-position: 6px 2px;
  	background-repeat: no-repeat;
  }

	.video{
	background-image: url(pix/video_icon.gif);
	background-position: 6px 2px;
	background-repeat: no-repeat;
}

.see{
	background-image: url(pix/see_icon.gif);
	background-position: 6px 2px;
	background-repeat: no-repeat;
}

.hear{
	background-image: url(pix/hear_icon.gif);
	background-position: 6px 2px;
	background-repeat: no-repeat;
}

.quiz{
	background-image: url(pix/quiz_icon.gif);
	background-position: 6px 2px;
	background-repeat: no-repeat;
}

.blog{
	background-image: url(pix/blog_icon.gif);
	background-position: 6px 2px;
	background-repeat: no-repeat;
}

.transfer {
	background-image: url(pix/forum_icon.gif);
	background-position: 6px 2px;
	background-repeat: no-repeat;
}

  .category
  {
    background-color: #D1DBBD;
  }

  .category a
  {
    text-decoration: none;
    font-weight: bold;
    padding-left: 10px;
    color: #2B51E4;
  }

  .course
  {
    background-color: #FCFFF5;
  }

  .Quiz_Question_Title
  {
    color: #000000;
	font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-left: 2px;
  }

  #LessonResponsesOutput
  {
    border: 2px groove #2B51E4;
    padding: 2px;
    width: 90%;
    font-size: 130%;
  }

  #LessonResponsesOutput
  {
    border: 2px groove #2B51E4;
    padding: 2px;
    width: 90%;
    font-size: 130%;
    background-color: #FCFFF5;
  }

  #LessonResponsesOutput .ResponseHeader
  {
    font-weight: normal;
    text-align: center;
    font-size: 130%;
    background-color: #5999FF;
    border: 2px groove #2B51E4;
		padding-top: 2px;
		padding-bottom: 2px;
		color: white;
  }

  #LessonResponsesOutput .Quiz
  {
    color: #2B51E4;
  }

  tr.Lesson_Results .GH
  {
    font-weight: bold;
    color: #000000;
    background-color: #FFCC00;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .correct_ActualAnswer, .correct_YourAnswer
  {
    font-weight: bold;
  }

  .incorrect_ActualAnswer, .incorrect_YourAnswer
  {
    font-weight: bold;
  }

  .WDYS_Correct {
    background-color: green;
  }

  .WDYS_Incorrect {
    background-color: red;
  }

  .wdys_cb_label_red {
    background-color: red;
    border: thin solid darkred;
    color: white;
  }

  .wdys_cb_label_green, .fq_rb_label_green {
    background-color: green;
    border: thin solid darkgreen;
    color: white;
  }

.categorybox {
  border-width:1px;
  border-style:solid;
}

textarea {
	width: 100%;
}

.GradebookGradeItem {
  padding-left: 10px;
}

.TeacherFeedback {
  background-color: lightgreen;
}

  .ResultsPullQuote  {
		margin-top: 15px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		background-color: #D1DBBD;
		background-image: url(pix/pullquote_top.gif);
		background-repeat: no-repeat;
		position: relative;
		text-align: center;
		clear: both;
  }
	
	#ResultsQuoteText {
		color: #000000;
		font-size: 90%;
		font-weight: bold;
		line-height: 1.2em;
		padding: 45px 20px 40px 15px;
		text-align: left;
		background-image: url(pix/quotemark.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
	}

	#teacher_feedback_text {
		color: #000000;
		font-size: 90%;
		font-weight: bold;
		background-image: url(pix/teacher_feedback_top.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		line-height: 1.2em;
		padding: 55px 20px 0px 15px;
		text-align: left;
	}

	.teacher_feedback_scenario {
		width: 800px;
		margin-bottom: 10px;
		margin-left: auto;
		background-color: #FFFFFF;
		background-image: url(pix/teacher_feedback_scenario_repeater.jpg);
		background-position: 0px 5px;
		background-repeat: repeat-y;
		position: relative;
	}
	
	p.teacher_feedback_scen_cite {
		color: #000000;
		height: 22px;
		padding-bottom: 0px;
		background-image: url(pix/teacher_feedback_scenario_bot.jpg);
		background-position: left bottom;
		background-repeat: no-repeat;
		margin-bottom: 0;
	}
	
	.teacher_feedback_grade {
		float: right;
	}
	
	.showhidelink {
		float: left;
	}

	.showhidelink a {
		color: white;
		background-color: #5999FF;
		font-size: 20px;
	}
		
	.grandtotal_icon {
		background-image: url(pix/i/mean.gif);
		background-position: 6px 2px;
		background-repeat: no-repeat;
  }
	
	.NavigationOptions ul#Navigation_Links li.ActiveNavigationLink {
	  background-color: #ECEED5;
	}
	
	@media print {
		form#choosepluginreport, form#navmenupopup, .navbar, .showhidelink , .foot_email {
		  display: none;
		}
		
		#LessonResponsesOutputDiv, #LessonResponsesOutput{
		  width: 100%;
		}
  }
	
	#LessonResponsesOutput .ResponseSubHeader {
    font-weight: normal;
    font-size: 130%;
    background-color: #5999FF;
    border: 2px groove #2B51E4;
		padding-top: 2px;
		padding-bottom: 2px;
		color: white;
	}
	
	#LessonResponsesOutput .SubHeaderTitle {
		margin-left: 10px;
		padding-left: 2px;
		padding-right: 2px;
    background-color: #5989FF;

	}

  #course-view .summary {
    padding-top: 5px;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: underline;
  }

  .unlistregistered {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .unlistregistered .coursebox {
    background-color: #5999FF;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
    margin-bottom: 10px;
  }

  div.sideblock div.commands {
    float: left;
    width: 190px;
  }
	/* Stuart - End */
  #mhvid {
  	text-align: center;
  	margin-left: auto;
  	margin-right: auto;
  }/***** lzn/user_styles.css end *****/

