/*  file: styles.css
/*  Copyright (C)2015 GORGES. All Rights Reserved.  */

/*  general  */

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11pt;
  text-align: left;
  padding: 0;
  margin: 0 auto;
  min-width: 320px;
  max-width: 1420px;
}
ul, ol {
  margin-top: 0;
}
td {
  text-align:left;
}
img {
  border: 0;
}
pre {
  margin: 4px 0 0 0;
}
a, a:visited {
  color: #747444;
  text-decoration: underline;
}
a:hover {
  color:#000000;
  text-decoration: underline;
}
form {
  text-align: left;
}
h1 {
  padding: 0;
  margin-top: .25em;
  font-size: 14pt;
}
h2 {
  padding: .25em 0 0 0;
  font-size: 12pt;
}
blockquote {
  margin-top: 2px;
}
input[type="checkbox"] {
  margin-left: 0;
  padding-left: 0;
}

/*  containers  */

.body_menu .container_inner {
  border: 0;
  background: transparent url(../images/menu.gif) top left repeat-y;
}
#container_outer {
  margin: 0 12px;
}
.container_menu {
  font-family: Arial Black,Arial,Helvetica,sans-serif;
  margin: 0;
  padding-right: 20px;
  background: #9EBD4A url(../images/nav_right.gif) top right no-repeat;
}
.container_menu table {
  background-color: #9EBD4A;
}
.container_menu .title {
  background: transparent url(../images/nav_left.gif) top left no-repeat;
  padding-right: 20px;
}
.container_menu td {
  padding-top: 16px;
  padding-bottom: 8px;
  padding-left: 20px;
  font-size: 18px;
  white-space: no-wrap: 
}
.container_menu a {
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  white-space: no-wrap;
}
.container_menu a:hover {
  color: #FFFFFF;
}
.container_inner {
  border-left: 40px solid #9EBD4A;
  border-bottom: 10px solid #9EBD4A;
  padding: .5em 1em .25em 2em;
}
#container_footer {
  clear: both;
  margin: 1em auto 10px auto;
  text-align: center;
  font-size: 9pt;
}
#container_footer a {
  text-decoration: underline;
  color: #5D3F98;
}
#container_footer a:hover {
  text-decoration: underline;
  color: #000000;
}
.body_menu #container_footer {
  padding-left: 240px;
  background-color: transparent;
}

/*  header & dashboard & crumbline  */

#container_header {
  font-size: 10pt;
  color: #5D3F98;
  background: #FFFFFF url('/images/logo.gif') no-repeat 0px 0px;
  padding-top: 5px;
  line-height: 1.2em;
}
#container_header #header_logo {
	float: left;
  width: 50px;
  height: 80px;
  cursor: pointer;
}
#container_header a, #container_header a:visited {
  text-decoration: none;
  color: #5D3F98;
}
#container_header .join {
  font-size: 10pt;
  margin: 0 10px 0 10px;
}
#container_header a:hover {
  text-decoration: underline;
  color: #000000;
}
#dashboard {
  right: 0;
  text-align: right;
  height: 32px;
  padding-bottom: 8px;
  line-height: 1.7em;
}
#dashboard a, #dashboard .person {
	background: white;
}
#dashboard .whois {
  font-size: 14pt;
}
#dashboard img {
  padding-right: 4px;
}
#crumbline {
  clear: both;
  cursor: default;
  text-align: right;
  padding-bottom: 4px;
}
.message {
  font-weight: bold;
  color: #FF6666;
  background-color: #FFF4EE;
  margin: 1em 1em 1em 0;
  padding: 1em 2em;
  border: 1px outset #888888;
}

/*  menu area  */

.container-menu {
  height: 100%;
  min-height: 300px;
}
.container-menu td {
  vertical-align: top;
}
.container-menu .menu, .container-menu .right-margin {
  background-color: #C6D79E;
}
.container-menu .right-margin {
  width: 30px;
}

/*  modules  */

.module {
  margin: 5px;
  padding-top: .5em;
}
.module .module {
  margin-left: 2em;
}
.module-heading {
  line-height: 25px;
  font-size: 11pt;
  color: #333333;
  font-weight: bold;
  background: #949663 url(../images/module_back.gif) repeat-x left center;
  padding-left: 6px;
}
.module-heading a, .module-heading a:visited {
  color: #333333;
  text-decoration: none;
  font-style: italic;
}
.module-heading a:hover {
  color: #000000;
  text-decoration: underline;
}
.module-content {
  border: 2px solid #949464;
  padding: 0;
  margin: 0;
}
.module-links {
  padding-left: 10px;
}
.module-links a, .module-links a:visited {
  color: #000000;
  font-size: 9pt;
  font-weight: normal;
  padding: 1px 10px;
  margin: 0 2px 0 12px;
  background: #F6F79C url(../images/button2_back.gif) repeat-x left center;
  cursor: pointer;
  text-decoration: none;
  border: 1px inset #F6F79C;
}
.module-links a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background: #7C7C4F url(../images/button2_hover.gif) repeat-x left center;
}
.module-links a.link-disabled {
  color: #aaaaaa;
}
.module-links a.link-disabled:hover {
  color: #aaaaaa;
  /*background: #F6F79C url(../images/button2_back.gif) repeat-x left center;*/  
}
.module-links label {
	font-weight: normal;
	font-style: italic;
  padding-left: 12px;
  padding-right: 2px;
}
.module-links button {
  margin-left: 8px;
  margin-right: 2px;
	padding: 1px 6px;
	position: relative;
	top: 1px;
}
.module .list div {
  margin: 0;
  padding: 3px 0 3px 22px;
  text-indent: -17px;
  border-bottom: 1px solid #CCEECC;
}
.module .list li {
  text-indent: 0px;
}
.module .links {
  margin: .25em .25em .25em .5em;
  font-size: .8em;
}
.module .links a {
  padding-right: 20px;
}

/*  search  */

.search-title {
  margin: 5px;
  padding: .5em .25em 1em 2em;
  font-size: 14pt;
  font-weight: bold;
  background-color: #bac0a6;
  border: 1px outset #aaaaaa;
  color: #ffffff;
}
.search-title .search-by {
  font-size: 9pt;
  font-weight: normal;
  float: right;
}
.calendar {
  border: 2px solid #CCCCCC;
  border-bottom: 0;
}
.calendar th, .calendar td {
  border-bottom: 2px solid #CCCCCC;
}
.calendar th {
  padding: 2px 6px;
  background-color: #C9DAEE;
}
.calendar td {
  padding: 8px 6px;
}
.calendar td.date {
  border-right: 2px solid #CCCCCC;
}
.calendar td.name {
  
}
.calendar td.learn {
  
}

/*  categories (index)  */

table.categories {
	
}
table.categories tr th {
	font-size: 14pt;
	font-weight: bold;
  background-color: #DEE4CA;
  padding: 5px 0 5px 1em;
}
table.categories tr.heading td {
	font-weight: bold;
	padding-bottom: 4px;
}
table.categories tr :first-child {
  padding-right: 3em;
}

/*  profile  */

#profile-tabs {
	margin-top: 2em;
	min-height: 400px;
	padding: 0 0 3px 0;
}
#profile-tabs ul.ui-widget-header {
  background-color: #bac0a6;
}
#profile-tabs ul.ui-widget-header li a {
	font-weight: bold;
}
.23sortby {
  margin: 5px;
  padding: .5em .25em 1em 2em;
  font-size: 14pt;
  font-weight: bold;
  border: 1px outset #DEE4CA;
}
.sortby {
  float: right;
  padding-right: .5em;
  font-size: 9pt;
  font-weight: normal;
}

/*  buttons  */

button {
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
  padding: 1px 11px 1px 11px;
  margin: 0 1.5em 0 1.5em;
  background: #949663 url(../images/button_back.gif) repeat-x left center;
  cursor: pointer;
  border: 1px inset #949663;
  overflow: visible;
  width: auto;
  white-space: nowrap;
}
button :hover, #button {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  background: #646643 url(../images/button_hover.gif) repeat-x left center;
}
button .small {
  font-size: 9pt;
  font-weight: normal;
  padding: 0 9px 0 9px;
  border-width: 1px;
  margin: 0 1em 0 1em;
}
button .mini {
  font-size: 8pt;
  font-weight: normal;
  padding: 0 7px 0 7px;
  border-width: 1px;
  margin: 0 .5em 0 .5em;
}
button .default {
  border-color: #333333;
}
.button-disabled, .button-disabled:link, .button-disabled:hover {
  color: #CCCCCC;
  cursor: default;
}
* html button {
  overflow: visible;
}
.admin_buttons {
  margin: 12px 20px;
}
.admin_buttons button {
  margin: 1em 1em 1em 1em;
}

/*  tables  */

table th a.column {
  color: black;
}
table th a.column:hover {
  text-decoration: none;
  color: #EEEEEE;
  background-color: #333333;
}
.list {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #CCCCCC;
}
.list th {
  font-weight: bold;
  padding: 0 4px 0 4px;
  color: black;
  background-color: #EFF1E4;
  border-bottom: 1px solid #E0E0E0;
  white-space: nowrap;
}
.list td {
  padding: 0 3px 0 3px;
  color: black;
  vertical-align: top;
  border-left: 1px solid #DDDDDD;
}
.list tr :first-child {
  border-left: 0;
}
.list .num {
  text-align: center;
}
.list .totals th {
  border-top: 1px solid #333;
}
.list .answer {
  text-align: center;
  font-weight: bold;
  color: #9ebd4a;
}
.list .answer a, .list .num a {
  text-decoration: none;
}
.list .answer a:hover, .list .num a:hover {
  text-decoration: underline;
}
.list .correct {
  font-weight: bold;
  color: #9ebd4a;
}
.list .count {
  text-align: right;
  padding-right: 8px;
}
.list .total {
  /*border-left: 1px solid #333;*/
  text-align: right;
  font-weight: bold;
  padding-right: 8px;
  background-color: #d7e5b3;
}
.list tr.rowtotal td {
  border-top: 1px solid black;
}
.responses {
  border-bottom: 0;
  margin-bottom: 4px;
}
.responses .totals th {
  border-bottom: 0;
}
table tr.toggle {
  background-color: #F6F7F0;
}
.display th, .display td {
  padding-left: .5em;
}
.display th, .display td.label {
  font-weight: normal;
  background-color: #EFF1E4;
  text-align: right;
  padding: 2px 4px 2px 14px;
  border-bottom: 1px solid #ECEEE1;
  border-right: 1px solid #E0E0E0;
  white-space: nowrap;
  margin-right: 2px;
}
.display .label {
  background-color: #EFF1E4;
  vertical-align: top;
  padding: 2px 4px 2px 14px;
  margin-right: 4px;
}
.display td {
  padding: 2px 4px 2px 8px;
}
.display .section {
  font-size: 12pt;
  font-weight: bold;
  padding: 0 0 0 1em;
  background-color: #C6D79E;
}
.display .section a, .display .section .disabled {
  font-size: 9pt;
  font-weight: normal;
  position: relative;
  top: -2px;
  color: #333333;
  text-decoration: none;
  margin-left: 1em;
}
.display .section a:hover, .display .section a:active {
  color: #666666;
  text-decoration: underline;
}
.display .section .disabled {
  color: #AAAAAA;
}
.border th, .border td {
  border-bottom: 1px solid #666666;
}
.navigation * {
  font-size: 9pt;
}
.navigation td {
  padding: 16px 2px 2px 2px;
  white-space: nowrap;
}
.navigation .icons a {
  margin-left: 0;
}
.navigation .spacer {
  padding-left: 2em;
}
.wrapok th {
  white-space: normal;
}

/*  icons  */

.icons {
  border: 0;
  white-space: nowrap;
}
.icons a {
  margin-left: 4px;
}
.icons a :first-child {
  margin-left: 0;
}
.icon {
  width: 15px;
  height: 15px;
  font-size: 15px; /* to prevent cut-off */
  background-repeat: no-repeat;
  background-position: top left;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.icon:link, .icon:visited {
  padding: 0;
}
.icon:hover {
  background-position: top center;
  background-color: transparent;
  text-decoration: underline;
}
.icon-disabled {
  background-position:top right;
}
.icon-disabled:hover {
  background-position: top right;
  background-color: transparent;
  text-decoration: none;
}
.icon-help {
  cursor: pointer;
}
.icon-image-add {
  background-image: url(../images/icons/add.gif);
}
.icon-image-ascend {
  background-image: url(../images/icons/ascend.gif);
}
.icon-image-close {
  background-image: url(../images/icons/close.gif);
}
.icon-image-comment {
  background-image: url(../images/icons/comment.gif);
}
.icon-image-copy {
  background-image: url(../images/icons/copy.gif);
}
.icon-image-delete {
  background-image: url(../images/icons/delete.gif);
}
.icon-image-descend {
  background-image: url(../images/icons/descend.gif);
}
.icon-image-download {
  background-image: url(../images/icons/download.gif);
}
.icon-image-edit {
  background-image: url(../images/icons/edit.gif);
}
.icon-image-excel {
  background-image: url(../images/icons/excel.gif);
}
.icon-image-expand {
  background-image: url(../images/icons/expand.gif);
}
.icon-image-first {
  background-image: url(../images/icons/first.gif);
}
.icon-image-help {
  background-image: url(../images/icons/help.gif);
}
.icon-image-help2 {
  background-image: url(../images/icons/help2.gif);
}
.icon-image-last {
  background-image: url(../images/icons/last.gif);
}
.icon-image-mask {
  background-image: url(../images/icons/mask.gif);
}
.icon-image-next {
  background-image: url(../images/icons/next.gif);
}
.icon-image-nohelp {
  background-image: url(../images/icons/nohelp.gif);
}
.icon-image-previous {
  background-image: url(../images/icons/previous.gif);
}
.icon-image-print {
  background-image: url(../images/icons/print.gif);
}
.icon-image-shrink {
  background-image: url(../images/icons/shrink.gif);
}
.icon-image-unhelp {
  background-image: url(../images/icons/unhelp.gif);
}
.icon-image-view {
  background-image: url(../images/icons/view.gif);
}

/*  display options  */

.report-options {
  margin: .5em 0 .75em 0;
}
.report-options button {
  margin: 0 1.5em 6px 0;
}
.checkbox-options span {
  white-space: nowrap;
  padding-right: 10px;
}
.checkbox-options label {
  padding-left: 1px;
}
.checkbox-options a {
  padding: 0 2px;
  font-size: .85em;
  text-decoration: none;
  font-style: italic;
}
.checkboxes label {
  margin-right: 14px;
  white-space: nowrap;
}
.checkboxes-block .checkbox-option {
  display: block;
}
.checkbox-label {
  font-size: .85em;
  font-style: italic;
}

/*  mask  */

#mask {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  /*background-color: #FFCCCC;*/
  background: #A65353 url(../images/module_back.gif) repeat-x left center;
  border-bottom: 1px solid #996666;
}
#mask a, #mask a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
#mask a:hover {
  color: #F7F89D;
  text-decoration: underline;
}
#test-site {
  width: 100%;
  text-align: center;
  background-color: #AAFFAA;
  border-bottom: 1px solid black;
}

/*  sortable lists  */

.listsort ul {
  list-style-type: none;
}
.listsort li {
  list-style: none;
  border: 1px solid gray;
  cursor: move;
  position: relative;
  border: 1px solid #3A3A3A;
  margin: 3px 60px 1px 0;
  padding: 2px 8px 1px 8px;
  text-align: left;
  color: #000000;
  background-color: #BEE4FF;
}

/*  images  */

.image-browser {
}
.image-thumb {
  float: left;
  margin: 8px 12px;
}
.image-caption {
  font-size: 9pt;
}
.image-cropper td {
  vertical-align: top;
}

/*  help  */

.help-cert {
  margin: 1em 1em;
}
.help-cert dl {
  margin-left: 20px;
}
.help-cert dt {
  font-weight: bold;
}
.help-cert dd {
  margin-top: -1em;
  margin-left: 90px;
  margin-bottom: 20px;
}
.help-cert th, .help-cert td {
  padding-top: 10px;
}
.help-cert th {
  padding-left: 20px;
}
.help-cert td {
  padding-left: 1em;
}
.help-intro {
  margin: .25em 1.5em 1em 0;
}
.help-edit {
  cursor: help;
}

/*  index page   */

.index_course {
  border-top: 2px solid #949464;
  margin-top: 20px;
  padding-top: 20px;
  clear: both;
}
.index_course .image {
  float: left;
  width: 140px;
  text-align: center;
}
.index_course .image img {
  border: 1px solid #747444;
}
.index_course .text a {
  color: #000000;
  text-decoration: none;
}
.index_course .text a:hover {
  text-decoration: underline;
}
.index_course .buttons {
  float: right;
  width: 180px;
  margin-right: 1em;
  text-align: left;
  height: 100%;
}
.index_course .buttons button {
  margin-top: 1em;
  margin-bottom: .5em;
  width: 120px;
}
.index_course .text {
  margin-left: 140px;
  margin-right: 150px;
}

/*  class page  */

.course, .class {
  padding: 0;
  margin: 0;
}
.course .menu {
  width: 220px;
  padding-top: 12px;
  float: left;
}
.course .menu div, .learn_menu div {
  width: 220px;
}
.course .learn .menu {
  float: none;
}
.course .menu img, .learn_menu img {
  width: 184px;
  height: 37px;
}
.course .menu a, .learn_menu a {
  margin-left: 16px;
  width: 184px;
  height: 37px;
  display: block;
  background: transparent url(../images/menu_resources.gif) top left no-repeat;
}
.course .menu a:hover, learn_menu a:hover {
  background-position: center left;
}
.course .menu .disabled, .course .menu .disabled :hover, learn_menu .disabled, learn_menu .disabled :hover {
  background-position: bottom left;
}
.course #content {
  padding-right: 1em;
  margin-right: 1em;
  margin-left: 240px;
  background: transparent;
  border: 0;
  min-width: 740px;
}
.course .learn #content {
  padding-left: 20px;
}
.course #content #loading {
  color: gray;
  font-size: 15pt;
  text-align: center;
  margin-top: 4em;
  font-style: italic;
  text-decoration: blink;
}
.course #content #certificates dt {
  font-size: 13pt;
  font-weight: bold;
}
.course #content #certificates dd {
  margin-bottom: 16px;
}
.course #content #certificates dd button {
  margin-top: 2px;
}
.course .learn {
  clear: right;
}
.course .learn td {
  vertical-align: top;
}
.course .learn #content {
  padding-left: 15rem;
}
.course .sidebar {
  width: 188px;
  background-color: #f2f4f5;
  padding-left: 1em;
  padding-top: 150px;
}
.course .sidebar .text {
  margin: 10px 10px;
}
.course .sidebar .text h1 {
  font-size: 12pt;
}
.course .sidebar .text h2 {
  font-size: 10pt;
}
.course .sidebar .text p {
  font-size: 9pt;
}
.course #content #info {
}
.course #content #resources {
  margin-left: 24px;
}
.course #content #resources dt {
  font-weight: bold;
}
.course #content #pdf {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.course #header {
  margin-left: 240px;
  margin-right: 1em;
}
.class #header, .class #content {
  margin-left: 2em;
  margin-right: 2em;
}
.class #content td {
  padding-right:1em;
}
.class #content p, .class #content table {
  padding: 0;
  margin: 10px 0 4px 0;
}
.class #content .seminar h3 {
  color: #743749;
}
.class #content .seminar li {
  margin-bottom: 12px;
}
.class #content .seminar p {
  margin-left: 24px;
}
.class .entry {
  color: #999966;
}
.class input[type="radio"] {
  margin-left: 1em;
}
.class #content .address {
  margin-left: 4em;
}
.course #header .image, .class #header .image {
  float: right;
}
.course #header .image img, .class #header .image img {
  margin-top: 1em;
}
.course #header .title, .class #header .title {
  font-size: 12pt;
  font-weight: bold;
}
.course #header .chapter {
  font-weight: bold;
}
.course #header .author {
}
.course #header .text {
  padding-top: .25em;
}
.course #tween, .class #tween {
  clear: right;
  border-bottom: 1px solid #646643;
}
.course #tween {
  margin-left: 218px;
}
.course #instructions {
  color: #FFFFFF;
  background-color: #949464;
  padding: 4px 30px;
  margin-left: 0px;
  clear: right;
  margin-top: 8px;
}
.course #starting, .course #trailing {
  margin: 12px 2em 4px 30px;
}
.course .activities td {
  padding-top: 20px;
  vertical-align: top;
}
.course .activities .progress {
  padding-left: 4px;
}
.course .activities .icon {
  padding-left: 8px;
}
.course .activities .text {
  padding-left: 12px;
}
.course .activities .text .name, .course .activities .text .name a {
  color: #0000FF;
  font-weight: bold;
  text-decoration: underline;
}
.course .activities .text .description {
  margin-top: 4px;
}
.course #activity {
  margin-bottom: 16px;
}
.course .question {
  margin-bottom: 2em;
}
.course .question .text {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 6px;
}
.course .question .image {
  padding-left: 5em;
}
.course .question .answer {
  margin-left: 3em;
  margin-top: 2px;
}
.course .question .answer label {
  margin-left: 4px;
}
.course .question .answer .scale {
  float: left;
  vertical-align: bottom;
  text-align: center;
  padding-right: 2em;
}
.course .question .comment {
  margin: 1px 0 0 4em;
}
.course .question button {
  text-align: center;
  margin-bottom: 1em;
}
.course .glossary dt {
  margin-top: 8px;
  font-weight: bold;
}

/*  board-specific pages  */

.course .board .header {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 20px;
}
.course .board h2 {
  font-size: 14pt;
}
.course .board .separator {
  clear: both;
  color: #C7D8A0;
  background-color: #C7D8A0;
  height: 8px;
  margin: 24px 0 14px 0;
}
.course .board .media-header {
  font-weight: bold;
  margin: 24px 0 3px 12px;
}
.course .board .media {
  margin-left: 30px;
}
.course .board img.position0 {
  float: left;
  padding: 2px 10px 4px 0;
}
.course .board img.position1 {
  float: right;
  padding: 2px 0 4px 10px;
}

/*  responsiveness  */

.learn_container {
	background-color: #f2f4f5;
}
.learn_menu {
  float: left;
  width: 220px;
}
.learn_content {
  margin-left: 220px;
  margin-right: 220px;
	padding: 0 10px 0 20px;
	background: white;
	min-width: 300px;
}
.learn_sidebar {
	float: right;
  background-color: #f2f4f5;
  max-width: 200px;
  padding: 0 10px;
}
@media screen and (max-width: 720px) {  /* 220+220+300=640 */
  #container_header {
    background-image: none;
  }
  .learn_menu {
    float: none;
  }
  .learn_content {
    clear: left;
    margin-left: 0;
  }
  #head-nav ul li {
    padding: 0 0.75rem;
  }
}
@media screen and (max-width: 480px) {  /* 220+220+300=640 */
	.learn_menu {
	  float: none;
	}
  .learn_content {
    clear: left;
    margin-left: 0;
    margin-right: 0;
  }
  .learn_sidebar {
    float: none;
  }
  #head-nav ul li {
    padding: 0 .5rem;
  }
}

/*  account  */

#account h1 {
  margin-bottom: 4px;
  padding-top: 20px;
  padding-left: 20px;
}
#account h3 {
  margin-bottom: 4px;
}
#account dl {
  margin-top: 4px;
}
#account dl dt {
  float: left;
  display: inline;
}
#account dl dd {
  margin-left: 140px;
}
#account .header {
  padding: 4px 20px;
  background-color: #EFF1E4;
  border-bottom: 2px solid #8F9663;
}
#account .item {
  padding: 10px 20px;
  border-bottom: 2px dashed #8F9663;
}
#account .last-item {
  border-bottom: 0;
}
#account .shaded {
  background-color: #F8F9F4;
}
#account .item table th  {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
#account .item table td  {
  padding-left: 10px;
  vertical-align: top;
}
#account .launch {
  float: right;
  margin: 16px 16px 0 10px;
}
#account .launch button {
  display: block;
  margin: 12px 0 0 0;
}
#account .expired {
  font-style: italic;
  color: #782225;
}

/*   misc   */

.small {
  font-size: 9pt;
}
.clear {
  clear: both;
}

/*   cart   */

.cart {
  border-bottom: 0;
}
.cart th {
  padding-left: 8px;
  padding-right: 8px;
}
.cart td {
  padding-left: 8px;
  padding-right: 8px;
  border-left: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.cart td.update {
  text-align: center;
  padding-bottom: 8px;
  border-left: 0;
}
.cart td.update a {
  font-size: .8em;
  font-style: italic;
  text-decoration: none;
}
.cart td.update a:hover {
  background-color: #CCCCCC;
  text-decoration: underline;
}
.cart td.quantity {
  background-color: #FCFCFC;
  text-align: center;
}
.cart td.quantity input {
  text-align: center;
  width: 100%;
}
.cart td.quantity a {
  font-style: italic;
  font-size: .8em;
  padding-left: 10px;
}
.cart tr.noborder td {
  border: 0;
}
.price, td.price {
  text-align: right;
  padding-left: 16px;
  padding-right: 20px;
}
.cart tr.noborder td.ship {
  border-left: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.cart tr.noborder td.total {
  font-weight: bold;
}
.dollarsign {
    padding-right: 2px;
    color: #666666;
    font-size: .85em;
    position: relative;
    top: -2px;
}
.cctype td label {
  margin-right: 24px;
}
.cctype td img {
  vertical-align: middle;
}
.shipping .disabled th, .shipping .disabled td input, .shipping .disabled td .label,
.ccnumber .disabled th, .ccnumber .disabled td input, .ccnumber .disabled td .label {
    color: #999999;
}
.confirm td {
    border: 0;
    vertical-align: top;
    padding-top: 8px;
}
#grant {
  margin: 1em 4em 1em 2em;
}
#grant .address {
  margin-left: 4em;
}
.shipping_policy {
  margin: 8px 0;
  padding: 8px 8px 8px 0;
  color: #666666;
  font-size: 10px;
  background-color: #F3FFD0;
  border: #DCEAAB 1px solid;
}
.shipping_policy ul {
  margin: 0;
}
.shipping_policy ul li {
  indent: 0;
  padding-bottom: 3px;
}
.shipping_policy table.fees {
  margin-left: 20px;
  border-bottom: #DDDDDD 1px solid;
  border-collapse: collapse;
}
.shipping_policy table.fees tr.toggle {
  background-color: #FFFFFF;
}
.shipping_policy table.fees tr th {
  text-align: center;
  padding: 0 3px;
  font-weight: bold;
  border: #DDDDDD 1px solid;
  color: #FFFFFF;
  background-color: #9EBD4A; 
}
.shipping_policy table.fees tr td {
  text-align: center;
  border-left: #DDDDDD 1px solid;
  border-right: #DDDDDD 1px solid;
}
.shipping_policy .author {
  cursor: help;
}
.postcourse_purchase {
  margin-bottom: 14px;
}
.attestation {
  margin-top: 8px;
  margin-bottom: 14px;
}

.seats th {
  padding: 2px 28px;
}
.seats td {
  text-align: center;
}

/*  opt-in  */

.optin {
	padding: 10px;
	max-width: 640px;
	word-wrap: break-word;
}
.optin .ui-dialog-titlebar-close {
  display: none;
}

/*  miscellaneous  */

.error {
  font-style: italic;
  color: red;
  padding-bottom: 20px;
}
.error li {
  margin-top: 16px;
}
.refund {
  padding-left: 2em;
  color: red;
}
td.err {
	color: red;
}
td.no-answer {
  font-style: italic;
	color: red;
}

/* css for timepicker */

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

.ui-datepicker-trigger { vertical-align: top; padding-left: 2px; padding-right: 4px; }