body {
  background: #6e6e6e url(../images/construction/background.png) repeat scroll 0 0;
  color: #777777;
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-size: 11px;
  margin: 0;
}

h1 {
  clear: both;
  color: #6a6a6a;
  font-size: 15px;
}

h2 {
  clear: both;
  font-size: 14px;
}

h3 {
  clear: both;
  font-size: 11px;
  margin-bottom: 0;
}

h4 {
  clear: both;
  font-size: 12px;
  margin-bottom: 0;
}

p {
  line-height: 1.15em;
  margin-top: 0;
}

a {
  color: #c0a581;
}

  a:hover {
    color: #4f4f4f;
  }

textarea {
  width: 615px;
}

hr {
	border-bottom: 3px solid #d7d7d7;
  border-top: 0 none;
  border-right: 0 none;
  border-left: 0 none;
  clear: both;
  color: transparent;
  height: 1px;
  margin: 0;
}

hr.withMargin {
  margin: 15px 0;
}

#pageWrapper {
  background: white;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  width: 820px;
}

#topBox {
  background: #ececec;
  height: 186px;
  width: 820px;
}

  #topBox .left {
    clear: both;
    float: left;
    width: 181px;
  }

    #topBox .left img.logo {
      clear: both;
      float: left;
      margin: 8px 0 0 10px;
    }

  #topBox .slideshow {
    float: left;
    width: 470px;
  }

  #topBox .right {
    float: left;
    width: 175px;
  }

#colWrapper {
  background: transparent url(../images/construction/middle-dotted.png) repeat-y scroll 181px 0;
  clear: both;
  margin: 15px 0 0 0;
  overflow: hidden;
}

  body.colSpan #colWrapper {
    background: transparent url(../images/construction/dotted-v.png) repeat-y scroll 185px 0;
  }

  #colLeft {
    clear: both;
    float: left;
    width: 185px;
  }

  #loggedInInfo {
    background-color: #ECECEC;
    padding: 5px;
    width: 165px;
  }

    #loggedInInfo span {
      color: #c0a581;
      font-weight: bold;
    }

    .menu {
      color: #4f4f4f;
      font-size: 12px;
      font-weight: bold;
      list-style-type: none;
      margin: 4px 0 11px 0;
      padding: 0;
    }

      .menu a.active {
        /*color: #c0a581;*/
        text-decoration: underline;
      }

      .menu li {
        background-image: url("../images/construction/menu-item.png");
        background-position: 5px 3px;
        background-repeat: no-repeat;
        margin-bottom: 4px;
        padding-left: 20px;
      }

      .menu .submenu {
        display: none;
        font-family: Arial,Tahoma,Verdana,sans-serif;
        font-size: 10px;
        font-weight: bold;
        list-style-type: none;
        margin: 5px 0;
        padding: 0;
      }

        .menu .submenu li {
          background-image: none;
          padding: 0px 0 3px 4px;
        }

          .menu .submenu li .submenu li {
            background-image: none;
            list-style-type: circle;
            margin-left: 14px;
            padding: 0;
          }

      .menu li a,
      .toggleMenuWrapper a {
        color: #4f4f4f;
        font-family: Arial,Tahoma,Verdana,sans-serif;
        text-decoration: none;
      }

        .menu li a:hover,
        .toggleMenuWrapper a:hover {
          color: #c0a581;
        }

    .menu li.headline {
      background-image: none !important;
      margin-top: 15px;
      padding-left: 5px;
    }

    .toggleMenuWrapper {
      background-color: #ECECEC;
      font-weight: bold;
      padding: 5px;
      margin-top: 5px;
      width: 165px;
    }

  #colMiddle {
    float: left;
    padding: 0 10px;
    width: 437px;

    min-height: 300px
  }

  #colRight {
    float: left;
    padding: 0 7px;
    width: 164px;
  }

  #colSpan {
    float: left;
    padding: 0 10px;
    width: 615px;

    min-height: 300px
  }

#footer {
  border-top: 4px solid #d7d7d7;
  margin: 15px 0 0 0;
  padding: 10px 0 0 0;
  text-align: center;
  width: 820px;
}

#slider {
    position:relative;
    width:457px; /* Change this to your images width */
    height:183px; /* Change this to your images height */
    background:url(../images/construction/loading.gif) no-repeat 50% 50%;
    border: 1px solid #9b9b9b;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

#wrWrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  width: 820px;
}

#wrLink {
  background: transparent url('../images/construction/wrLogo.png') no-repeat scroll 0 0;
  float: right;
  padding-left: 20px;
  opacity: 0;
}

  #wrLink:hover {
    color: #fff;
    opacity: 1;
  }

label {
    line-height: 20px;
}

input[type=text],
input[type=password] {
    border: 1px solid #ccc;
    margin-bottom: 3px;
    padding: 2px 5px;
    width: 170px;
}

input.styleMe[type=submit]{
    border: 1px solid #777;
    color: #777;
    font-size: 11px;
    margin-top: 5px;
    padding: 2px 5px;
}

fieldset {
    border: 1px solid #ccc;
    margin-top: 14px;
    margin-bottom: 10px;
    padding: 10px;
}

fieldset.green {
    border: 1px solid #6eb43f;
    color: #505050;
}

fieldset.red {
    border: 1px solid #dc0101;
    color: #505050;
}

.loginLeft {
    clear: both;
    float: left;
    width: 200px;
}

.loginRight {
    float: left;
    width: 235px;
}

div.staff {
	clear: both;
	float: left;
  width: 415px;
}

	div.staff div.img {
		clear: both;
		float: left;
		width: 105px;
		height: 155px;
	}

	div.staff div.info {
		float:left;
		padding:93px 0 0 3px;
		width:275px;
	}

dl.employeeItem {
  border-bottom: 1px dotted #999999;
  clear: both;
  display: inline;
  float: left;
  margin: 0;
  padding: 10px 0;
  width: 620px;
}

  dl.employeeItem dt {
    padding-bottom: 5px;
  }

    dl.employeeItem dt strong {
      font-size: 14px;
    }

  dl.employeeItem dd {
    margin: 0;
    padding: 0;
  }

    dl.employeeItem dd.specialEmployment {
      margin-top: 66px;
    }

  dl.employeeItem dd.portrait {

  }

    dl.employeeItem dd.portrait img {
      border: 1px solid #505050;
      clear: both;
      float: left;
      margin-right: 7px;
    }

.presentationList, .searchList {
  clear: both;
  float: left;
  margin-bottom: 25px;
  width: 435px;
}

  body.colSpan .presentationList {
    width: 623px;
  }

  .presentationList .left, .searchList .left {
    clear: both;
    float: left;
    width: 270px;
  }

    .presentationList .left span.name, .searchList .left span.name {
      font-size: 16px;
      font-weight: bold;
    }

    span.small {
        font-size: 12px;
      }

  .presentationList .right, .searchList .right {
    float: right;
    text-align: right;
    width: 165px;
  }

.searchList {
  margin: 5px 0 0 0;
  width: 615px;
}

  .searchList .right, .searchList .right select {
    float: right;
  }

a.print {
  background: transparent url(../images/construction/printer-icon.gif) no-repeat scroll 0 0;
  font-size: 11px;
  padding: 4px 0 2px 25px;
}

a.historyBack {
  background: transparent url(../images/construction/arrow.png) no-repeat scroll 0 2px;
  font-size: 11px;
  margin-left: 5px;
  padding: 0 0 0 10px;
}

a.inEnglish {
  background: transparent url(../images/construction/english.png) no-repeat scroll 0 2px;
  font-size: 11px;
  margin-left: 5px;
  padding: 0 0 0 20px;
}

a.inSwedish {
  background: transparent url(../images/construction/swedish.png) no-repeat scroll 0 2px;
  font-size: 11px;
  margin-left: 5px;
  padding: 0 0 0 20px;
}

img.presentationImage {
  float: left;
  margin-right: 7px;
}

div.imageText {
  background: #000;
  color: #fff;
  height: 25px;
  line-height: 25px;
  padding-left: 5px;
  position: absolute;
}

div.caption {
  color: #6a6a6a;
  float: left;
  font-size: 10px;
}

a.presentationMovie {
  background: transparent url(../images/construction/movie-icon.png) no-repeat scroll 0 0;
  font-size: 12px;
  margin-left: 5px;
  padding: 5px 0 5px 27px;
}

a.presentationGallery {
  background: transparent url(../images/construction/photo-icon.png) no-repeat scroll 0 0;
  font-size: 12px;
  margin-left: 5px;
  padding: 5px 0 5px 27px;
}

fieldset.search {
  background-color: #ececec;
  border: 1px solid #999999;
  margin: 0;
}

  fieldset.search label, fieldset.search span.asLabel {
    font-weight: bold;
  }

  fieldset.search input.small {
    text-align: center;
    width: 30px;
  }

  fieldset.search select {
    width: 182px;
  }

  fieldset.search div.left {
    clear: both;
    float: left;
    height: 26px;
    width: 160px;
  }

  fieldset.search div.right {
    float: left;
    width: 230px;
  }

  fieldset.search div.farRight {
    float: left;
    text-align: right;
    width: 200px;
  }

  fieldset.search a.reset {
    display: block;
    margin-top: -5px;
  }

div.box {
  background: #ececec; 
  clear: both;
  float: left;
  padding: 5px;
  width: 614px;
}

  div.box .courseGalleryItem {
    float: left;
    margin: 5px 15px 0 0;
    width: 175px;
  }

    div.box .courseGalleryItem img {
      border: 1px solid #2c2c2c;
    }

.dialogue input[type=text],
.dialogue input[type=password] {
  clear: both;
  float: left;
  width: 540px;
}

.dialogue label {
  clear: both;
  float: left;
}

.dialogue .ui-buttonset label {
  clear: none;
}

p.formGridType1 {
  width: 325px;
}

p.formGridType1 label {
  clear: both;
  display: inline-block;
  float: left;
  width: 140px;
}

p.formGridType1 input[type=text],
p.formGridType1 input[type=password] {
  display: inline-block;
  float: right;
}

p.formGridType1 input[type=submit] {
  clear: both;
  display: inline-block;
  float: right;
}

/* Dialogue specials  [start]* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.dialogue .errors {
  clear: both;
  margin-top: 20px;
  overflow: auto;
}

.dialogue .errors dl dt {
	background: url("../images/construction/dialogue.error.png") no-repeat scroll 1px 3px transparent;
	font-weight:bold;
	padding-left:12px;
}

.dialogue .errors dl dd {
	background: url("../images/construction/dialogue.solution.png") no-repeat scroll 0 4px transparent;
	margin:1px 0 15px;
	padding-left:12px;
}
/* Dialogue specials  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

.whiteBox {
  background: white;
  border: 1px #ccc dashed;
  clear: both;
  float: left;
  margin: 0 0 15px 0;
  padding: 10px 20px;
  width: 583px;
}

  .whiteBox a {
    background: transparent url("../images/construction/menu.undone.png") no-repeat scroll 0 5px;
    border-bottom: 0 !important;
    clear: both;
    float: left;
    padding-left: 13px;
  }

  .whiteBox a.done {
    background: transparent url("../images/construction/menu.ok.png") no-repeat scroll 0 4px;
  }

/* Table  [start]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
table {
    border-collapse:collapse;
    font-size: 13px;
    text-align: left;
    width: 100%;
}

table, th, td {
    border: 1px solid #8b9094;
}

    table a {
        text-decoration: none;
        text-shadow:1px 1px 0 #fff;
    }

        table a:hover {
            text-decoration: none;
        }

th, td {
    height: 27px;
    font-size: 11px;
    padding: 0 7px;
}

    table thead {

    }

        table thead td,
        table thead th,
        table tbody th {
            background-color: #f5f5f5;
            font-weight: normal;
            text-transform: uppercase;
        }

    table tbody {

    }

    table thead td.counter,
    table tbody th.counter {
        padding: 0 3px;
        text-align: center;
    }

    table tbody tr:hover td {
        background-color: #dee5e8;
    }

    table tbody td {
        background-color: #fff;
    }

        table tbody tr td:hover {
            background-color: #cfd9de;
        }

    table tfoot td {
        background: #f5f5f5;
        font-size: 11px;
        height: 21px;
    }

/* Table  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* Work  [start]* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.overviewLeft {
  clear: both;
  float: left;
  font-weight: bold;
  width: 300px;
}

.overviewRight {
  float: left;
  width: 200px;
}

.arrow_right {
  background: url("../images/construction/arrow-medium.png") no-repeat scroll 50% 50% transparent;
  display: block;
  height: 33px;
  margin-top: 10px;
  width: 35px;
}

.halfWidth {
  display: block;
  float: left;
  width: 305px;
}
/* Work  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

a.ui-slider-handle,
div.hasDatepicker a {
  border-bottom: 0 !important;
}

table.ui-datepicker-calendar {
  border: 0;
}

table.ui-datepicker-calendar tbody tr:hover td {
  background-color: #fff;
}

table.ui-datepicker-calendar tbody td {
  background-color: #fff;
}

table.ui-datepicker-calendar tbody tr td:hover {
  background-color: #fff;
}

.ui-datepicker .ui-state-active {
  background: #C0A581 !important;
  border-color: #C0A581 !important;
}

input.mediumWidth {
  width: 275px;
}

.dialogue .withBackground {
  background-color: #D9EDF6;
  overflow: auto;
  padding: 0 15px;
  width: 95%;
}