div.coursereg h2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

div.coursereg fieldset.fieldset-width {
  width: 360px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
}

div.coursereg p {
    margin-top: 0;
    margin-bottom: 1em;
}

div.coursereg div.mainheader {
    margin: 0.5em 0;
}

div.coursereg div.mainheader h1 {
    margin-bottom: 0;
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 2px;
    background: none;
    padding: 3px;
    font-size: 13px;
    background-color: #4B799E;
    color: white;
}

div.coursereg fieldset {
    border: 1px solid #aaaaaa;
    padding-top: 1em;
}

div.coursereg legend {
    font-size: 11px;
    font-weight: bold;
}

div.coursereg input.button {
    background-color: #EEEDE6;/*#CECBB8;*/
    color: #333333;
    border: 1px solid #999999;
    font-family: Arial;
    cursor: pointer;
    vertical-align: middle;
}

div.coursereg input.button-disabled {
    background-color: #F5F4EA;/*#CECBB8;*/
    color: #ACA899;
    border: 1px solid #C9C7BA;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
}

div.coursereg div.status, div.coursereg div.error {
    border: 2px solid #000000;
    background-color: #f8f8f4;
    margin-bottom: 1em;
}
div.coursereg div.status h2, div.coursereg div.error h2 {
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 8px 0 8px 8px;
    padding: 4px 8px 8px 40px;
    border: none;
    color: black;
    font-weight: bold;
    font-size: 1.4em;
}
div.coursereg div.status p, div.coursereg div.error p {
    margin: 0 8px 8px 48px;
    padding: 0;
}
div.coursereg div.status ul, div.coursereg div.error ul {
    margin-top: 0.5em;
}
div.coursereg div.status {
    border-color: #7ed376;
}
div.coursereg div.status h2 {
    background-image: url(../images/message-feedback.gif);
}
div.coursereg div.error {
    border-color: #d98078;
}
div.coursereg div.error h2 {
    background-image: url(../images/message-error.gif);
}

div.coursereg div.path {
    font-size: 11px;
    color: #444444;
    margin: 1em 0;
}

div.coursereg div.list {
    margin-bottom: 1em;
}

div.coursereg div.list div.header {
    border: 1px solid #aaaaaa;
    border-bottom: none;
    background-color: #EEEDE6;
    background-image: url(../images/header_bg_1.gif);
    background-position: 0 0;
    background-repeat: repeat-y;
    color: #666666;
    padding: 3px;
    font-weight: bold;
    font-size: 13px;
}

div.coursereg div.list div.header div.context-toolbar {
    font-size: 10px;
    font-weight: normal;
}

div.coursereg div.list div.header div.block {
    margin: 0;
}

div.coursereg div.list div.header img {
    vertical-align: text-bottom;
}

div.coursereg div.list table.list {
    margin: 0;
    border: 1px solid #aaaaaa;
}

div.coursereg div.list table.list th {
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    padding: 2px;
    font-size: 11px;
}

div.coursereg div.list table.list th.right {
    text-align: right;
}

div.coursereg div.list table.list tr.bglight {
    background-color: white;
}

div.coursereg div.list table.list tr.bgdark {
    background-color: #eeeeee;
}

div.coursereg div.list table.list tr.bglight:hover, div.coursereg div.list table.list tr.bgdark:hover {
    background-color: #DEEAF5;
}

div.coursereg div.list div.paging {
    border: 1px solid #aaaaaa;
    border-top: none;
    background-color: #F5F4F0;
}

div.coursereg div.list div.paging div.pagenavigator {
    margin: 0;
    padding: 0;
}

div.coursereg div.list div.context-toolbar {
    font-size: 10px;
    padding: 2px 5px;
    background-color: transparent;
}

div.coursereg div.list div.paging p {
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 12px;
}

div.coursereg div.actions {
    padding: 5px;
    font-size: 11px;
    color: #666666;
    text-align: center;
    border: 1px dotted #aaaaaa;
    border-top: none;
    display: none;
    background-color: white; /*#F5F3DE;*/
    background-image: url(../images/actions_bg_2.gif);
    background-repeat: repeat-x;
    background-position: 0 0;
}

div.coursereg div.actions div.block {
    margin: 0 0 1px 0;
    padding: 0;
}

div.coursereg div.actions input {
    font-size: 11px;
    margin: 0;
}

div.coursereg div.action-toggler {
    border-top: 2px solid #ECE9CD;
    /*border: 1px dotted #aaaaaa;
    border-top: none;
    background-color: #ECE9CD;
    height: 2px;
    line-height: 2px;*/
}

div.coursereg div.action-toggler img {
    cursor: pointer;
}

div.coursereg div.list div.no-children {
    border: 1px solid #aaaaaa;
    padding: 5px;
    font-size: 11px;
    color: #ACA899;
}

.hidden {
    display: none;
}
.mono {
    font-family: "Courier New", sans-serif;
}

div.coursereg div.register div.right, div.coursereg div.block div.right {
    float: right;
    margin-left: 1em;
    text-align: left;
}

div.coursereg div.register table,
div.coursereg div.register table td,
div.coursereg div.register table input,
div.coursereg div.register table select {
    font-size: 11px;
}

div.coursereg div.register table input {
    vertical-align: text-bottom;
}
div.coursereg td.caption {
    background-color: #eeeeee;
    vertical-align: top;
    padding: 2px 5px;
    color: #666666;
}
div.coursereg table.info {
    float: left;
    margin-right: 2em;
}
div.coursereg table.info th {
    text-align: left;
    border-bottom: 1px solid #cccccc;
    padding-left: 5px;
}
div.coursereg table.info td {
    padding: 2px 5px;
}
div.coursereg table.info td.caption {
    background-color: transparent;
}
div.coursereg td.required {
    font-weight: bold;
}

div.coursereg table.register {
    float: left;
}
div.coursereg table.register th {
    text-align: left;
    border-bottom: 1px solid #cccccc;
    padding-left: 5px;
}
div.coursereg table.register td {
    padding: 2px 2px;
}
div.coursereg table.register td.caption {
    background-color: transparent;
}

div.break {
    clear: both;
    font-size: 1px;
    height: 1px;
}

/**
 * Calendar
 */
div.coursereg div.calendar h1 {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 10px 0;
    padding: 0;
}
div.coursereg div.calendar div.navigate {
    margin-bottom: 1em;
}
div.coursereg div.calendar div.navigate h2 {
    margin-bottom: 0;
}
div.coursereg div.calendar div.navigate h2 a {
    text-decoration: none;
}
div.coursereg div.calendar div.navigate img {
    vertical-align: text-bottom;
}
div.coursereg table.calendar {
    font-size: 16px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}
div.coursereg table.calendar th {
    /*border-bottom: 2px solid gray;*/
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #eeeeee;
    padding: 5px;
}
div.coursereg table.calendar td {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}
div.coursereg table.calendar td.week {
    font-size: 15px;
    text-align: center;
    background-color: #f0f0f0;
    font-weight: normal;
}
div.coursereg table.cell, div.coursereg table.cell th, div.coursereg table.cell td {
    border: none;
}
div.coursereg table.cell {
    width: 120px;
}
div.coursereg table.cell td {
    padding: 0;
}
div.coursereg table.cell td.day {
    width: 2em;
}
div.coursereg table.cell img.color {
    width: 100%;
}
div.coursereg p.course-list {
    font-size: 14px;
    margin: 10px 0 10px 20px;
}
div.coursereg p.course-list img {
    vertical-align: middle;
}
div.coursereg div.resource-list img {
    vertical-align: text-bottom;
}

@media print {
    div.coursereg table.calendar, div.coursereg table.calendar th, div.coursereg table.calendar td {
        border-color: black;
    }
    div.coursereg a {
        color: black;
        text-decoration: none;
    }
}

/**
 * DateList datatype
 */
div.datelist-edit table {
    border: none;
}
div.datelist-edit table td {
    padding: 0 1em 0 1em;
    vertical-align: top;
}
div.datelist-edit table td.left {
    border-right: 1px solid #aaaaaa;
    background-color: #EEEDE6;
}

/**
 * Setup
 */
div.coursereg-setup ul ul {
    color: gray;
}

div.removep {
  margin-top: -15px;
}

li.selected {
  font-weight: bold;
}

li.selected li {
  font-weight: normal;
}

a.stengt,span.stengt {
  color: #c0c0c0;
}

a.stengt:hover {
  color: #c0c0c0;
}

/* Brukes for plassering av objekter i XML-tekst */
div.object-right{
  float: right;
  padding-right: 5px;
}
div.object-left{
  float: left;
    padding-right: 5px;
}

div.coursereg {
  padding: 7px;
}

div.coursereg fieldset.step {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}
div.coursereg fieldset.user-login {
  position: absolute;
  right: 10px;
  width: 200px;
}

div.coursereg div.part-name input.part-name {
  width: 120px;
}
div.coursereg div.part-name input.part-address {
  width: 55px;
}
div.coursereg div.part-name input.part-phone {
  width: 60px;
}
div.coursereg div.part-name input.part-email {
  width: 40px;
}

div.coursereg div.part-address input.part-address {
  width: 140px;
}
div.coursereg div.part-address input.part-name {
  width: 35px;
}
div.coursereg div.part-address input.part-phone {
  width: 60px;
}
div.coursereg div.part-address input.part-email {
  width: 40px;
}

div.coursereg div.part-phone input.part-phone {
  width: 145px;
}
div.coursereg div.part-phone input.part-name {
  width: 35px;
}
div.coursereg div.part-phone input.part-address {
  width: 55px;
}
div.coursereg div.part-phone input.part-email {
  width: 40px;
}

div.coursereg div.part-email input.part-email {
  width: 125px;
}
div.coursereg div.part-email input.part-name {
  width: 35px;
}
div.coursereg div.part-email input.part-address {
  width: 55px;
}
div.coursereg div.part-email input.part-phone {
  width: 60px;
}
