/************************************************************************/
/* Transformable                                                        */
/************************************************************************/
/* Copyright (c) 2009                                                   */
/* Adaptive Technology Resource Centre / University of Toronto          */
/*                                                                      */
/* This program is free software. You can redistribute it and/or        */
/* modify it under the terms of the GNU General Public License          */
/* as published by the Free Software Foundation.                        */
/************************************************************************/
/* @import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold); */

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: bold;
  src: local('Droid Sans'), url('fonts/DroidSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Sans'), url('fonts/DroidSans.ttf') format('truetype');
}

html,body{
  height:100%;
}
/* main body attributes */
body {
  font-family: 'Droid Sans', Cantarell, Tahoma, Geneva,sans-serif;;
  font-size:.9em;
  margin:0px;
  background-color:  #FFFFFF;
  /* background-image:url('images/texture_bg.png'); */
}
p {
    /*text-align: justify;*/
  line-height: 150%;
  font-size: 1em;
}
p a {
  text-decoration: underline;
}
p a:visited {
  color: #3F2670;
  background-color: transparent;
}
p a:active {
  color: #A50707;
  background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
  color: #000000;
  clear: right;
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  padding-top: 0.5em;
  /*border-bottom: 1px solid #B8AE9C;*/
}
h1 {
  font-size: 160%;
  color: #000;
}
h2 {
    font-size: 120%;
}
h3 {
    font-size: 100%;
}
h4 {
    font-size: 90%;
}
h5 {
    font-size: 100%;
}
p.subgroup {
  margin:0 0 0 2em;
}
/* list attributes */
ul {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
}
li {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
}
img {
  border: none;
}
ul.msg {
  line-height: 150%
}
li.msg_err, li.msg_info {
  margin-bottom: 30px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 110%;
  list-style: none;
}

/* span attributes */
span.err_type{
  padding: .1em .5em;
  font-size: smaller;
}
span.msg{
  line-height: 150%;
}
span.congrats_msg{
  line-height: 120%;
  color: green;
  padding: 1em 1em;
  font-size: large;
  font-weight: bold;
  white-space:nowrap;
}
span.info_msg{
  line-height: 100%;
  color: blue;
  padding: 1em 1em;
  font-size: large;
  font-weight: bold;
}
span.padding_left {
  padding-left: 1em;
}
em {
  font-weight: bold;
}
span.small_font {
  font-size: smaller;
}

/* link attributes */
a:link, a:visited  {
  color: #1A4A72;
}
a:hover {
  color: #932318;
  color:#ffffff;
}
a:active {
  color: #932318;
}
/* align text to the left */
.left {
  text-align: left;
}

/* main submit button */

input[type=button] {
  cursor:pointer;
  border:outset 1px #ccc;
  font-weight:bold;
  padding: 1px 2px;
}
input[type=submit] {
  cursor:pointer;
  border:outset 1px #ccc;
  font-weight:bold;
}
input[type=text] {
  cursor:pointer;
  border-bottom:solid 1px #ccc;
  border-right:solid 1px #ccc;
  border-top:solid 1px #000;
  border-left:solid 1px #000;
  font-weight:bold;
  background:#fff;
  padding: 1px 2px;
}
.button:focus {
  border:1px solid #A50707;
  background-color:  #FFDAB9;  
}
/* small submit button at top */
.button2 {
  background-color: #E9F4F3;
}
.button2:focus {
  background-color: #E9F4F3;
  border:  #ACCFCC  solid 1px;
}
.center {
  text-align: center;
}
/* paging */
div.paging {
  width: 100%;
  text-align: center;
  margin: 0.5em auto;
  font-size: smaller;
}
div.paging ul {
  list-style: none;
  display: inline;
  padding: 0px;
}
div.paging li { 
  display: inline; 
  padding-left: 1px; 
  padding-right: 1px;
}
div.paging li a {
  padding-left: 4px;
  padding-right: 4px;
}
div.paging li a:hover, div.paging li a.current {
   color: #FFA20C;
}
/* floating layout */
#contentwrapper{
  width: 99%;
}
#contentcolumn {
  margin-left: 0.5em;
  padding-right: 5px;
}
#contentcolumn_shiftright {
  margin-left: 18em;
}
#leftcolumn{
  float: left;
  width: 17em;
  margin-left: 5px;
  margin-top:-10px;
}
#footer{
  /*position:absolute;
  bottom:0px;*/
  clear: left;
  width: 100%;
  text-align: center;
  padding: 4px 0px;
}
#side-menu{
  overflow:hidden;
  padding:.2em;
}

/* sequence links */
div#sequence-links {
  float:right;
  padding-right: 5px;
  padding-top:.3em;
}
div#sequence-links a {
  text-decoration: none;
}

/***************************************************************/
/* NEW STUFF */
table.tabbed-table {
  width: 100%;
  border:1px black solid;
}
table.tabbed-table th#left-empty-tab {
  background-color: transparent;
  width: 15px;
  border-bottom: 1px solid #B8AE9C;
}
table.tabbed-table th#right-empty-tab {
  text-align: right;
  background-color: transparent;
  border-bottom: 1px solid #B8AE9C;
  width: 400px;
  padding-right: 5px;
}
table.tabbed-table th#right-empty-tab a {
  text-decoration: underline;
}
table.tabbed-table th.tab-spacer {
  background-color: transparent;
  width: 5px;
  border-bottom: 1px solid #B8AE9C;
}
table.tabbed-table td.tab-spacer {
  background-color: transparent;
  width: 5px;
  border-bottom: 1px solid #B8AE9C;
}


table.tabbed-table th.tab {
  padding-top: 2px;
  padding-bottom: 2px;
  width: 110px;
  background-color: #E9F4F3;
  border-bottom: 1px solid #B8AE9C;
  border-left: 1px solid #B8AE9C;
  border-top: 1px solid #B8AE9C;
  border-right: 1px solid #B8AE9C;
}
table.tabbed-table th.tab:hover {
  background-color: #ACCFCC;
}

table.tabbed-table th.tab a:focus {
  color: white;
}
table.tabbed-table th.selected {
  padding-top: 2px;
  padding-bottom: 2px;
  width: 110px;
  background-color: #ACCFCC;
  border-left: 1px solid #B8AE9C;
  border-top: 1px solid #B8AE9C;
  border-right: 1px solid #B8AE9C;
}

table.tabbed-table a, table.tabbed-table a:visited, table.tabbed-table a:hover {
  color: black;
  text-decoration: none;
}

#banner h1 {
  display: inline; 
  font-size: 130%;
}
#banner {
  /* border: 1px #365D95 solid; */
  margin: 1.5em 1em 0em 1em;
  /* border-bottom: black 1px solid; */
  padding-top:4px;
  padding-left:4px; 
  vertical-align:middle;
}
#banner a:visited {
  color: #365D95;
}
#banner a:hover {
  color: white; background-color: #365D95
}
#banner a:active {
  color: white; background-color: #365D95
}
#banner #logininfo {
  font-size: small; 
  font-weight:bold;
  margin-left: 10px; 
  margin-top: 2px; 
  color: black; 
  background-color: white; 
  padding-left: 70%; 
  padding-right: 5px;
}

#logininfo {
float:right;
  font-size: small; 
  font-weight:bold;
  margin-left: 10px; 
  margin-top: 2px; 
  color: black; 
  background-color: transparent; 
  padding-left: 70%; 
  padding-right: 5px;
}
#banner #versioninfo {
  font-size: 8pt; 
  margin-right: 500px; 
  margin-top: 2px; 
  position: absolute; 
  right: 0px; 
  top: 0px; 
  color: black; 
  background-color: white; 
  padding-left: 5px; 
  padding-right: 5px;
}
#versioninfo{
float:right;
clear:right;
}
h2 #title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; 
  color: #053188;
}
a#back-to {
  padding-left: 20px;
  background-image: url(images/back.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
div#breadcrumbs {
    /* The path bar, including breadcrumbs and add to favorites */
  font-size: 0.85em;
  margin: 0em 2em 1em 2em;
  padding-left:4px; 
}
h2.page-title {
  clear:right;
  margin-left:1em;
}
h1 {
   margin-bottom: 5px;
}
div#sub-menu {
    color: #555;
  background-color:#FAEBD7; 
  padding-top: 3px; 
   font-size:0.85em; 
    border-top:1px solid #cccccc;
    height:2.1em;
}
div#sub-navigation {
   float:left;
}
div#subnavlistcontainer {
  width:95%;
  height:auto;
  height:1.6em;
}
ul#subnavlist {
  margin-top: 0px;
  font-size:.8em;
  margin-left:.5em;
}
ul#subnavlist li {
  background-color: #FAEBD7;
  list-style: none;
  display: inline-block;
  text-align:center;
  border-top:1px solid #cccccc;
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  border-radius: .3em .3em 0em 0em;
  -moz-border-radius: .3em .3em 0em 0em;
  padding: .4em 1em .3em 1em ;
}
ul#subnavlist li a:hover, ul#subnavlist li a:focus, ul#subnavlist li:hover{
  color: black;
  text-decoration:none;
  background-color: #FFFEF0;
  height:1.2em;  
padding-bottom: .35em;
  border-bottom:0;

}
ul#subnavlist li.active{
  padding-bottom: .5em;
  background-color: #FFFEF0;
padding-bottom: .35em;
  border-bottom:0;

}
ul#subnavlist li a {
  /* The normal, unselected tabs. They are all links */
  color: #555;
  height: 1.0em;
  text-decoration:underline;
  font-weight:500;
}
div#subnavbacktopage {
  padding-top:5px;
  padding-left:5px;
  float:left;
}
a#guide {
  background-image: url('images/guide.png'); 
  background-repeat: no-repeat; 
  background-position: 2px 2px;
  padding: 3px 10px 1px 25px;
  text-decoration:none;
  font-size:0.85em;
  float:right;
}
div#guide_box{
  background-color:#FAEBD7;
/*
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
*/
  border-radius: 0em 0em .5em .5em;
  -moz-border-radius: 0em 0em .5em .5em;
  line-height:1.5em;
  float:right;
  margin-right:2em;
  padding:.1em;
}
div#guide {
  padding-right: 5px;
  float:right;
}
div#sub-navigation strong {
  color: black;
}
div#help {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  background-color: #F7F3ED;
  margin-left: 5px;
  margin-right: 5px;
  font-size: small;
}
h3#help-title {
  margin-left: 5px;
  margin-right: 5px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 1px;
  background-color: #F7F3ED;
}
.line {
  border-bottom: 1px solid black;
}
div#help p {
  padding: 0px;
  margin: 0px;
}
div#toctoggle {
  float: left;
  padding-left: 10px;
}
h1#section-title {
  float: left;
  white-space:nowrap;
  margin-left:1em;
  margin-bottom: -0.5em;
}
div#top-links {
  float:right;
  padding-right: 5px;
  margin-right:205px;
  margin-top:1em;
  white-space:nowrap;
}
div#top-links a:link, div#top-links a:visited {
  text-decoration:none;
  margin-left:10px;
}
div#top-links a:focus{
  color:black;
  background-color:#F6EAD6;
}

/* for filter tables */
table.filter {
  clear:left;
  margin-left: auto; 
  margin-right: auto;
  text-align: left;
} 
table.filter th {
  font-weight: bold;
}
table.filter td {
  padding: 5px;
  white-space: nowrap;
}

/* for data tables */
table.data {
  clear:right;
  width: 95%; 
  margin-right: auto;
  margin-left: auto;
  text-align: left;
} 
table.data th {
  background-color: #F6EAD6;
  padding: 3px;
  white-space: nowrap;
}
table.data th a {
  color: #595241;
  padding-right: 15px;
  margin-right: 15px;
  background-image: url('../default/images/sort.gif');
  background-repeat: no-repeat;
  background-position: right;
}
table.data tbody {
  border-top: 1px solid #B8AE9C;
  border-bottom: 1px solid #B8AE9C;
}
table.data tbody th {
  text-align: left;
  background-color: #F7F3ED;
  cursor: auto;
}
table.data td {
  padding: 3px;
}
table.data tbody tr:hover {
  background-color: #efefef;
  cursor: pointer;
}
table.data tbody tr.selected {
  background-color: #E9F4F3;
  cursor: auto;
}
table.data tfoot {
  background-color: #F7F3ED;
  /*border-top: 1px solid #B8AE9C;*/
}
table.data tfoot tr:first-child td {
  /*border-top: 1px solid #B8AE9C;*/
  padding: 5px;
  background-image: url('images/arrow_ltr.gif');
  background-repeat: no-repeat;
  background-position: 4px 5px;
  padding-left: 40px;
}
table.data.static tfoot td, table.data.static tfoot tr:first-child td {
  border-top: 1px solid #B8AE9C;
  padding: 15px;
  background-image: none;
  padding-left: 0px;
}
/*buttons*/
table.data tfoot input {
  background-color: #efefef;
  font-weight: normal;
  border:  #AAA  solid 1px;
}
table.data tfoot input:focus {
  background-color: #FFDAB9;
  border:  #AAA  solid 1px;
}

/* used for static tables with no form elements: */
table.data.static tbody tr:hover {
  background-color: transparent;
  cursor: auto;
}
.data-table-tip {
  margin-left: 2em;
}
div#error {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #DD0000;
  padding: 5px;
  background-color: #F4DCDC;
  color: #A50707;
  background-color: #F4DCDC;
  padding-left: 25px;
  font-weight: bold;
  border-radius:.3em .3em .3em .3em;
  -moz-border-radius:.3em .3em .3em .3em;
}
div#error h4 {
  color: black;
  margin-left: 0px;
}
div#error ul, div#feedback ul, div#help ul {
  position: relative;
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;

}
div#error ul li{
  margin-top: 5px;
}
div#feedback {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #17B506;
  padding: 5px;
  background-color: #F2FCF0;
  color: #595241;
  font-weight: bold;
  border-radius:.3em .3em .3em .3em;
  -moz-border-radius:.3em .3em .3em .3em;
}
div#help {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #ACCFCC;
  padding: 5px;
  background-color: #E9F4F3;
  color: #024C41;
  border-radius:.3em .3em .3em .3em;
  -moz-border-radius:.3em .3em .3em .3em;
}
div#info {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #B8AE9C;
  padding: 5px;
  background-color: #EFE6FF;
  color: #595241;
  font-weight: bold;
  border-radius:.3em .3em .3em .3em;
  -moz-border-radius:.3em .3em .3em .3em;
}
div#warning {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #FF8400;
  padding: 5px;
  background-color: #FFF6ED;
  color: #D95900;
  font-weight: bold;
  border-radius:.3em .3em .3em .3em;
  -moz-border-radius:.3em .3em .3em .3em;
}
acronym {
  cursor: help;
}
.required {
  font-weight: bold;
  color: red;
  padding-right: 2px;
}
form {
  clear: none;
  display:inline;
}
h3.indent {
  width: 90%;
  padding: 0px 0px 10px 60px;
}
h4.box {
  font-size:0.85em;
  padding: 3px;
  background-color:#FAEBD7;
  /*border-top: 1px solid #B8AE9C;
  border-left: 1px solid #B8AE9C;
  border-right: 1px solid #B8AE9C;
  */
  -moz-border-radius:.5em .5em 0em 0em;
  border-radius:.5em .5em 0em 0em;
}
div.box {
  padding: 5px;
  background-color: #FAEBD7;
  color: black;
  /*
  border-left: 1px solid #B8AE9C;
  border-right: 1px solid #B8AE9C;
  border-bottom: 1px solid #B8AE9C;
  */
  font-size:0.8em;
  font-weight: normal;
  padding:2px;
  -moz-border-radius:.0em .0em .5em .5em;
  border-radius:.0em .0em .5em .5em;
}
h5.box { 
  background-color: #6F7172;
  border: 1px solid #B8AE9C;
  border-style: solid solid none solid;
  color: Black;
  padding: 0em 1em 0em 1em;  
  display: inline;
  font-size:  1em;
  height: 1em;
}
div.box a:link {
  text-decoration: none;
}
div.box a:visited {
  color: #2A6C28;
  text-decoration: none;
}
div.box a:hover {
  text-decoration: underline;
}
.boxDetails {
  text-align: right;
}
div.box .content {
  padding: 1em;
  font-size:  1em;
}
div.box a.close {
  float: right;
  text-transform: none;
  border-left: 1pt solid #B8AE9C;
  padding: 0em 0.2em;
}
div.box h1, 
div.box h2, 
div.box h3, 
div.box h4 {
    margin: 0;
    padding: 0;
}
div.box .even {
    background-color: #F7F3ED;
}
div.box .odd {
    background-color: transparent;
}
div#container {
  text-align: left;
  margin: 0px auto;
  padding: 0px;
  border:0;
  width: 95%;
}
div#menutoggle{
  text-align: right; 
  padding-bottom: 10px; 
  padding-right: 10px; 
  float: left; 
  margin-top: 10px; 
  padding-right: 5px; 
  font-size:0.95em;
}

/*** header ***/
/*
ul.topnavlist {
  padding-top: 10px;
  white-space: nowrap;
  list-style-position:inside;
  list-style: disc inside;
  line-height:1.0em;
  border:1px solid black;
}
ul.topnavlist li {
  list-style: none;
  list-style-position:inside;
  display: inline;
  margin: 0px;
}
ul.topnavlist li a:hover, ul.topnavlist li a:focus, ul.topnavlist li a.active {
    background-color: #FAEBD7;
    color: black;
    text-decoration:none;
    line-height:1.6em;
}
ul.topnavlist li a {
  color: #555;
  font-weight:bold;
  padding: 0em .5em 0em;
  text-decoration:none;
  background-color:white;
}
ul.topnavlist li a.selected {
    color: #555;
    font-weight: normal;
}
*/
ol.remove-margin-left {
  margin-left:-3em;
}
/*  form fields grouping for WCAG 2.0 conformance*/
fieldset.group_form{
  margin:.5em;
  min-height: 40px;
border:none;

}
legend.group_form{
  background-color: #eeeeee;
  font-weight: 600;
  color: black;
  height:1.5em;
  display:none;
}
fieldset.group_form1{
  margin:.5em;
  min-height:15em;
}
table.qdb_table{
  width:100%;
}
table.qdb_table td{
  vertical-align:top;
}
/* highlight active links for WCAG 2.0 conformance */
a:active,a:hover,a:focus{
  background-color:#FAEBD7;
  color:#000000;
}
.highlight, a.highlight {
  background-color: #5B8E88;
  color: white;
}
.selected {
  font-size : 14px;
  color : black;
  background: #E6E6E6;
  font-weight : bold;
  padding: 2px;
  width: 45%;
}

table.form-data th,table.form-data td {
  padding: 4px;
}
table.form-data{
  width:80%;
}
th.box {
  border-bottom: #006699 solid 1px;
  color: white;
  background-color: #006699;
}
table.box {
  background-color: white;
  border-right: #006699 solid 1px;
  border-left: #006699 solid 1px;
  border-top: #006699 solid 1px;
  margin-right: 500px;
  margin-bottom: 10px;
}
table.box th, table.box td {
  border-bottom: #006699 solid 1px;
  font-size: smaller;
}
#source ol {
  background:#F6EAD6 none repeat scroll 0 0;
  border:1px solid black;
  font-family:"Bitstream Vera Sans Mono",monospace;
  list-style-position:inside;
  list-style-type:decimal;
  margin-top:1em;
  line-height: 200%;
}
img.inline-badge {
  float:left;
  margin-left:3em;
  padding:12px;
}
pre.badgeSnippet {
  margin-bottom:2em;
  margin-left:108px;
  padding-left:3em;
}

/* Liquid Round theme elements */
#liquid-round {
  background-image:url('images/books_top.jpg');
  background-repeat:repeat-x;
  width:99%;
  margin-left:auto;
  margin-right:auto;
}

/*
#liquid-round {
background-color:#ffffff;
background-image:url('images/books_top.jpg');
background-repeat:repeat-x;
border:1px solid #000000;
width:97%;
margin-top:.2em;
margin-left:auto;
margin-right:auto;
-moz-border-radius:.8em .8em .8em .8em;
border-radius:.8em .8em .8em .8em;

}
*/
.top {
  width:100%;
  height:15px;
}
.top span {
  display:block;
  position:relative;
  height:20px;
}
.center-content {
  position:relative;
  padding:1px 0px 1px 0px;
  margin:-1px 0 -50px 0;
}
.bottom {
  margin-left:auto;
  margin-right:auto;
  height:60px;
/*  background-image:url('images/trans_logo2.png'); */
  background-repeat: no-repeat;
  background-position:98% 0%;
}
.bottom span {
  display:block;
  position:relative;
  height:60px;
}

/* Navigation tab style */
div.topnavlistcontainer {
  margin-left:-2.5em;
}
.navigation a
{
  color: #000;
  background-color: #FFFEF0;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;  
  padding-top: .2em;
  padding-bottom: -.1em;
  font-weight:700;
  text-decoration:underline;
  margin-left:.1em;
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
  border-top:1px solid #cccccc;
  border-radius:.3em .3em 0em 0em;
  -moz-border-radius:.3em .3em 0em 0em;
} 
.navigation li
{
  list-style: none;
  list-style-position:inside;
  display: inline-block;
  margin: 0;
}
.navigation a:hover
{
  color: #fff;
  background: #FAEBD7;
  text-decoration:underline;
  padding-bottom: -.4em;
  padding-top: .2em;
  padding-bottom: .1em;
}
.navigation a.active 
{
  background-color:#FAEBD7;
  padding-bottom: -.6em;
  font-weight:700;
  padding-top: .2em;
  padding-bottom: .1em;
}
#logo{
  float:left;
  clear:right;
  margin-left:2em;
}
ul.navigation li a:hover, ul.navigation li a:focus, ul.navigation li a.active {
  background-color:#FAEBD7; 
  color: #000000;
  text-decoration:none;
}
ul.navigation li a.active{
  background-color: #FAEBD7; 
  padding-right: 10px;
}

/* course search result display */
.results {
  margin: 0 16px;
  padding-right: 1em;
}
.search_top{
  white-space:nowrap;
  font-size:.8em;
  margin-right:1em;
  float:right;
}
#search_text_at_header{
  border:1px solid #cccccc;
  background-color:#ffffff;
  margin-right: .5em;
  border-radius:.3em .3em .3em .3em;
  -moz-border-radius:.3em .3em .3em .3em;
}
.search_top input[type=submit]{
  -moz-border-radius:.2em;
  border-radius:.2em;
  font-size:8pt;
  border:1px solid #cccccc;
}
li.course {

  margin:.5em -.5em;
}
ol li{
  list-style:none;
}
div.box ol{
  list-style:none;
  list-style-position:inherit;
  padding:0px;
  margin:0px;
}
li.mine{
  background-image: url('images/my_own_course.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 18px;
  line-height:1.5em;
}
div.box ol li.theirs{
  list-style-position:outside;
  list-style-image: url('images/others_course.png');
  list-style-type: disc;
  /*list-style: disc inside url("themes/default/images/my_own_course.gif"); */
}
li.theirs{
  background-image: url('images/others_course.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 18px;
  line-height:1.5em;
}
.results h3 {
  display:inline;
  font-size:small;
  font-weight:normal;
  margin:0;
  padding:0;
}

/* content display */
div#content-text {
  padding-right: 5pt;
  line-height:150%;
}
div#content-text li {
  margin-left: 15pt;
}
div#content-test {  
  float: left;
  margin-top: 2em;
  padding-right: 5pt;
  width: 80%;
}
div#content-test ol{  
  margin-right: 5pt;;  
}
div#content-test ol ul li{
  list-style: none;
  padding: 0px 2px 0px 15px;
  margin-bottom: 1px; 
  line-height: 200%; 
  background-color: #fdfdfd; 
  border-bottom: 1px solid #efefef; 
  /* -moz-border-radius: 4px;  */
  border: 1px solid #eeeeff;
}
div#content-info {
  margin: 5pt;
  font-size: small;
  color: #b8ae9c;
  clear: both;
}
fieldset#shortcuts {
  float: right;
  background-color: #FEFDEF;
  border: 1pt solid #B8AE9C;
  margin: -5pt 5pt 5pt 5pt;
  padding-right: 10pt;
  padding-bottom: 5pt;
  padding-left: 10pt;
}
.shortcuts ul {
  position: relative;
  margin-top: 0pt;
  margin-bottom: 0pt;
  margin-left: 0pt;
  list-style-type:  none;
  padding-left: 0pt; 
}
div.menuedit{
  float:right;
  margin-top:-1.2em; 
}
.hidden {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.clickable {
  cursor: pointer;    
}

/* Content editor wrapper div */
.editor_wrapper{
  border:1px solid #cccccc;
  border-radius:.5em;
  -moz-border-radius: .5em .5em .5em .5em;
  padding: .1em .5em .1em .5em ;
}
/* Content editor tabs */
table.etabbed-table  {
  padding-left:.5em;  
  font-size:10pt;
  width: 95%;
}
table.etabbed-table input[type=submit] {
  border:0;
}
table.etabbed-table td.tab-spacer {
  background-color: transparent;
  width: 5px;
}
.editor_buttontab {
  color:#000000;
  font-size:10pt;
  border:0;
  white-space: nowrap;
  background-color: #ffffff;
  margin: 0px;
  font-weight:500;
  padding:0em 0em .1em 0em;
}
.editor_tab{
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom:0;
  margin-bottom:-.5em;
  white-space: nowrap;
  background-color: #ffffff;
  border-radius: .3em .3em 0em 0em;
  -moz-border-radius: .3em .3em 0em 0em;
  padding: 0em .5em 0em .5em ;
  height:1.4em;
  width:5%;
}
.editor_tab:hover, .editor_tab input[type=submit]:hover{
  background-color:#FAEBD7;
}

.editor_tab_selected{
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: #FAEBD7;
  padding: .0em .5em 0em .5em ;
  background-color: #FAEBD7;
  font-weight:bold;
  white-space: nowrap;
  text-decoration:none;
  border-radius: .3em .3em 0em 0em;
  -moz-border-radius: .3em .3em 0em 0em;
  width:5%;
  height:1.5em;
}
.editor_tab input[type=submit]{
  height:1.2em;
}
.unsaved {
  color: red;
  background-color: #FFFDE0;
  font-weight: bold;
  margin-left:.5em;
}
.saved {
  background-color: #FFFDE0;
  margin: 10px;
}
.shortcut_icon{
  border:0;
  vertical-align:middle;
}
div.shortcuts{
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  border-radius: 0em 0em .5em .5em;
  -moz-border-radius: 0em 0em .5em .5em;
  float:right;
  margin-right:2em;
  padding: 0.1em 0.3em 0.3em 0.5em;
  line-height: 1.5em;
}
.shortcuts ul {
  position: relative;
  margin-top: 0pt;
  margin-bottom: 0pt;
  margin-left: 0pt;
  list-style-type:  none;
  padding-left: 0pt; 
}
.shortcuts li{
  display: inline;
}
dl.form_layout dt{
  text-align:center; 
  float:left;
  clear:left;
  padding-bottom:.5em;
}
dl.form_layout dd{
  margin-left: 12em;
  padding-bottom:.5em; 
}
ul#content-tool-links {
  list-style: none outside none;
}
ul#content-tool-links li{
  display: inline;
  float: left;
  width: 5em;
  padding: 0 3em 0 0;
  text-align: center;
  font-size: 0.7em;
  font-weight:bold;
  color: #1A4A72;
  line-height:120%;
}
ul#content-tool-links img{
  border: 0 none;
  display: block;
  padding-left: 10px;
}
.hidden {
  display: none;
}
.clickable {
  cursor: pointer;    
}
.nowrap {
  white-space: nowrap;
}
.selected-sidemenu {
  font-weight:bold;
  text-decoration:underline;
}
div#alternatives_shortcuts {
  float: right;
  margin: 0 2em;
  border-radius: .5em .5em .5em .5em;;
  -moz-border-radius: .5em .5em .5em .5em;
  border:1px solid #cccccc;
  padding-top: .2em;
  padding-left: .2em;
  padding-right: .2em;
}
#filesDiv{
  width:95%;
}
img.img1616{
height:1.5em;
width:1.5;
}
