/* $Id: screen.css 26087 2010-06-08 09:07:27Z vidars $ */
@import "/common/css/comments.css";
@import "/common/css/form.css";
@import "/common/css/forum.css";
@import url(/common/css/searchform.css);

body {
  background-color: #fff;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 11px;
}
/* globals */
* {
  padding: 0;
  margin: 0;
}
a {
  color: #649ca2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #9a2332;
}
img { border: 0; }
p { margin-bottom: 1em; }
ul { list-style: none; }
.object ul { /* regular ul needed in this area */
  list-style: disc;
  padding: 1ex 1ex 0 1ex;
  margin: 0 1ex 0 1em;
}
.object ul li { /* regular li needed in this area */
  padding: 0;
  margin: 0 0 1em 0;
}
/* positions */
#mainframe {
  width: 852px;
  margin: 30px auto 0;
}
#header {
  height: 100px;
  position: relative;
}
#content {
  margin: 15px 10px;
  padding: 35px 0 0 0;
}
  #tree {
    float: left;
    width: 130px;
    min-height: 1em;
    margin-right: 30px;
  }
  .object {
    float: left;
    width: 400px;
    margin-right: 30px;
  }
  #col {
    float: left;
    width: 210px;
    margin-right: 30px;
    margin-top: 32px;
  }

/* canvasstyle */
form.login input.submit,
a.butt {
  border: 1px #999 solid;
  padding: 2px 3px 1px 3px;
  background: #d6e5e7;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-size: 11px;
}
a.butt:hover,
form.login input.submit:hover {
  background: #356d71;
  color: #fff;
}
#mainframe { border: 1px #356d71 solid; }
  #header #logo {
    background: transparent url(../gfx/logo.png) no-repeat;
    width: 29px;
    height: 53px;
    position: absolute;
    top: 16px;
    left: 24px;
  }
  #header #logotext {
    background: transparent url(../gfx/logotext.png) no-repeat left 18px;
    width: 185px;
    height: 38px;
    position: absolute;
    top: 16px;
    left: 59px;
  }
  #header #quicksearch {
    position: absolute;
    top: 63px;
    right: 20px;
  }
    #header #quicksearch input {
      width: 80px;
      border: 1px #356d71 solid;
      font-size: 11px;
      padding: 0 1px;
    }
    #header #quicksearch a.butt {
      padding: 1px 3px 19px 3px;
      border-width: 0;
      color: #356d71;
      font-weight: normal;
      background: transparent;
    }
    #header #quicksearch a.butt:hover { background: transparent url(../gfx/rollover.png) no-repeat center 15px; }
  #header .menu {
    background: transparent url(../gfx/menu_bg.png) repeat-x;
    padding-left: 25px;
    border-top: 55px white solid;
    margin: 0 10px;
  }
    #header .menu ul li { float: left; }
      #header .menu ul li a {
        display: block;
        color: #356d71;
        font-size: 11px;
        padding: 9px 25px 19px 25px;
      }
      #header .menu ul li.selected a,
      #header .menu ul li a:hover,
      #header .menu ul li.expanded {
        background: transparent url(../gfx/rollover.png) no-repeat center 23px;
        text-decoration: none;
      }
  #header form#logout {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  #content {
    border: 1px #d6e5e7 solid;
    padding-bottom: 10px;
  }
  body.frontpage #content { border: none; }

    #tree a {
      display: block;
      padding: 3px 0 4px 15px;
      margin: 1px 0;
      background: transparent url(../gfx/tree_bullet.png) no-repeat 10px center;
      color: #707070;
      line-height: 100%;
    }
    #tree a:hover { color: #9a2332; }
    #tree .selected a {
      background-color: #d6e5e7;
      color: #9a2332;
    }

#col .item,
#col ul.addons { margin-bottom: 1.5em; }

ul.addons {
  border: 1px #d6e5e7 solid;
  padding: 7px 7px 0 7px;
}
  ul.addons li {
    margin-bottom: 1em;
    background: transparent url(../gfx/tree_bullet.png) no-repeat 0 1ex;
    padding-left: 5px;
  }
  ul.addons li.note {
    background: none;
    padding-left: 0;
  }
  ul.addons .title { font-size: 110%; }
  ul.addons .body p { margin-bottom: 0; }

  ul.addons a.iconlink { padding-left: 12px; background: transparent url(/common/gfx/icon10/link.png) no-repeat left center; }
  ul.addons a.icondoc  { padding-left: 12px; background: transparent url(/common/gfx/icon10/doc.png) no-repeat left center; }
  ul.addons a.iconpdf  { padding-left: 12px; background: transparent url(/common/gfx/icon10/pdf.png) no-repeat left center; }
  ul.addons a.iconppt  { padding-left: 12px; background: transparent url(/common/gfx/icon10/ppt.png) no-repeat left center; }
  ul.addons a.iconxls  { padding-left: 12px; background: transparent url(/common/gfx/icon10/xls.png) no-repeat left center; }
  ul.addons a.iconhtml { padding-left: 12px; background: transparent url(/common/gfx/icon10/html.png) no-repeat left center; }
  ul.addons a.icondef  { padding-left: 12px; background: transparent url(/common/gfx/icon10/default.png) no-repeat left center; }

  #footer {
    text-align: center;
    margin-top: 10px;
  }
    #footer p { display: inline; }
    #footer span {
      background: transparent url(../gfx/tree_bullet.png) no-repeat 2px center;
      padding-left: 10px;
    }
    #footer div { display: inline; }
    #footer div img { vertical-align: middle; }


/* typestyle */
h1 {
  padding-bottom: .8em;
  color: #9a2332;;
}
h2,
h3,
h4 { margin-bottom: 0; }

h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }
.caption {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 1em;
}
.object { line-height: 160%; }
.alert { color: #F30; }

/* objectstyle */

.object .body {
  clear: both;
  margin-bottom: 10px;
  border-bottom: 2px #d6e5e7 solid;;
}
#formpage.object .body { border-bottom-width: 0; }

body.frontpage #content {
  padding-top: 0;
  margin-top: 10px;
}
body.frontpage .mainlinks div {
  float: left;
  width: 260px;
  background-color: #d6e5e7;
  margin-right: 26px;
  text-transform: uppercase;
}
body.frontpage .mainlinks div a { text-decoration: none; }
body.frontpage .mainlinks div a h2 {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  padding: 2px 0 2px 15px;
}
  body.frontpage .mainlinks .link3 { margin-right: 0; }

body.frontpage .items { padding: 0 25px; }
body.frontpage .tips .dividor,
body.frontpage .course .dividor { margin-top: 0; }
body.frontpage .object {
  width: 770px;
  margin-right: 0;
}
#frontpage .item,
.frontpage .item {
  width: 370px;
  margin-bottom: 10px;
}
.frontpage .tips .item { padding-left: 10px; }
#frontpage .item.left {
  float: left;
  clear: both;
}
#frontpage .item.right { float: right; }
#frontpage .item .image {
  float: left;
  margin: 0 10px 10px 0;
}
.frontpage .item h3 a {
  color: #9a2332;
  font-weight: normal;
  font-size: 14px;
}
.frontpage .course h3,
.frontpage .tips h3 { font-size: 1.2em; }
#frontpage .item .caption {
  font-weight: normal;
  font-size: 100%;
}
#frontpage .item .readmore,
.frontpage a.readmore {
  text-align: right;
  display: block;
}
#frontpage .item .readmore .date { display: none; }
body.frontpage .course,
body.frontpage .tips {
  width: 390px;
  float: left;
  line-height: 160%;
}
body.frontpage .tips h2 { margin-left: 10px; }
#frontpage a.archive { display: none; }

body.forum .object {
  width: 640px;
  margin-right: 0;
}
body.forum #col { display: none; }

#article .byline { overflow: hidden; }
#article .date,
#article .author {
  font-size: 1.1em;
  line-height: normal;
  float: left;
  margin: 0 1ex 1em 0;
}
#article .item.videos embed,
#article .item.videos object { margin-bottom: 1.5em; }
#article #keywords {
  font-size: 1.1em;
  margin: 15px 0;
}
#article #keywords h4 {
  display: inline;
  font-size: 1.1em;
}
.functions a {
  display: block;
  height: 20px;
  padding-left: 21px;
  background: transparent url(../gfx/printer.png) no-repeat;
  float: left;
  line-height: 250%;
  margin-right: 10px;
}
.functions a.tipser { background-image: url(../gfx/letter.png); }

#calendar .months {
  border-left: 1px #ccc solid;
  margin-bottom: 10px;
}
#calendar .month {
  float: left;
  /*padding: 0 .4em;*/
  border: 1px #ccc solid;
  border-width: 1px 1px 1px 0;
  text-transform: uppercase;
  text-align: center;
  width: 8%;
}
#calendar h3 { clear: left; }
#calendar #calserach { margin-bottom: 10px; }

#locator .item {
  clear: both;
  border: 1px #ccc solid;
  padding: .6em;
  border-top-width: 0;
}

#locator .item.toppers {
  border: 1px #ccc solid;
  background: #F1F1F1;
}
#locator form {
  border-width: 0;
  float: left;
  clear: none;
  width: 100%;
}
#locator form.gform input {
  margin: 0;
  clear: none;
  float: none;
  width: 45%;
}
#locator .item h3 {
  float: left;
}
#locator .item h4 { line-height: 100%; }
#locator .item a.mailto {
  background: url(../gfx/letter.png) no-repeat left -.4em;
  width: 20px;
  height: 20px;
  float: left;
}
#locator .item a.homer {
  background:  url(../gfx/home.png) no-repeat left -.4em;
  width: 20px;
  height: 20px;
  float: left;
}
#locator .item .address {
  width: 45%;
  float: left;
  clear: left;
}
#locator .item .address.two {
  float: right;
  clear: none;
}

#mypage fieldset { border-width: 0; }
#mypage fieldset legend {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.6em;
}

#mypage .myinfo {
  border: 1px #ccc solid;
  background-color: #F1F1F1	;
  margin-bottom: 1em;
  padding: .6em;
  position: relative;
}
#mypage .myinfo h2 { margin-bottom: .5em; }
#mypage .myinfo dl dt,
#mypage .myinfo dl dd {
  float: left;
  border-top: 1px #ccc solid;
}
#mypage .myinfo dl dt {
  clear: left;
  width: 40%;
  font-weight: bold;
  color: #333;
}
#mypage .myinfo dl dt:after { content: ':\00a0'; }
#mypage .myinfo dl dd { width: 60%; }
#mypage .myinfo .frame {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px #ccc solid;
  border-width: 0 0 1px 1px;
}
#mypage .myinfo img { border: .6em #fff solid; }
#mypage .myinfo dt.minor {
  font-weight: normal;
  text-align: right;
}
#mypage .myinfo input {
  width: 60%;
  color: #333;
  border: 0;
  padding: 1px;
}
#mypage .myinfo input:hover { background-color: #FFc; }
#mypage .myinfo input.postcode { width: 3em; }
#mypage .myinfo .place {
  margin-left: 1ex;
  display: inline;
  font-size: 110%;
}
#mypage .myinfo input.workname { width: 99%; }
#mypage input.submit { display: none; }


.dividor {
	padding: 3px 0 2px 0;
	border: 2px #d6e5e7 solid;
	border-width: 2px 0;
	margin: 18px 0;
	position: relative;
}
.dividor h2 {
  text-transform: uppercase;
  font-size: 12px;
  color: #356d71;
  font-weight: normal;
}
.dividor .social {
	position: absolute;
	top: 2px;
	right: 0;
	line-height: 165%;
	color: #666;
}
.dividor .social a {
	background: transparent url(/common/gfx/icon16/all_tips.png) no-repeat;
	padding-left: 18px;
	display: inline-block;
	height: 16px;
}
.dividor .social a.facebook { background-position: 0 -1px; }
.dividor .social a.twitter { background-position: 0 -18px; }

ul.contentlist {
  line-height: normal;
  margin: 0;
  padding: 0;
}
ul.contentlist li { list-style: none; }
ul.contentlist a.title { font-weight: bold; }
ul.contentlist .caption {
  font-size: 90%;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}
ul.contentlist p { margin-bottom: 0; }
ul.contentlist .date {
  font-size: 80%;
  display: block;
}

form.login .item { margin-bottom: 10px; }
form.login label {
  width: 10em;
  display: inline-block;
}
form.login input.submit {
  margin-left: 10.3em;
  padding: 1px;
}

/* gform/comment override */
.gform {
  padding: 3px 0 2px 0;
  border: 2px #d6e5e7 solid;
  border-width: 2px 0;
  margin-bottom: 1em;
  font-weight: normal;
  background-color: transparent;
}
.gform .item { padding: 0 .6em; }
.gform input.submit { display: none; }
.gform input,
.gform textarea { padding: 0; }
.gform input,
.gform select { width: 47%; }
.gform .item.dateselector select.month { width: 66px; }

.comments label { display: none; }
.comments .item { font-size: 100%; }

.prevnext {
  text-align: center;
  position: relative;
}
.object .prevnext { margin: 1em 0; }
.prevnext .prev {
  position: absolute;
  left: 0;
}
.prevnext .next {
  position: absolute;
  right: 0;
}
.prevnext .prev:before { content: "« "; }
.prevnext .next:after { content: " »"; }

.calendar .infoForDay { display: none; }
.calendar .prevnext .current {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 110%;
}
.calendar table {
  width: 100%;
  border-left: 1px #ccc solid;
}
.calendar th {
  width: 14%;
  border: 1px #ccc solid;
  border-width: 1px 1px 1px 0;
  text-transform: uppercase;
  font-weight: normal;
}
.calendar td {
  text-align: center;
  height: 2em;
  border: 1px #ccc solid;
  border-width: 0 1px 1px 0;
}
.calendar td a { font-weight: bold; }
.calendar .notInMonth { color: #999; }

/* dynaparked gparked */
.gimage { background: transparent; }
.gimage div {
  font-size: .8em;
  line-height: normal;
}
.gpimage.leftaligned,
.gimage.left {
  float: left;
  padding: 3px 10px 10px 0;
}
.gpimage.rightaligned,
.gimage.right {
  float: right;
  padding: 3px 0 10px 10px;
}
.gimage.center {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}
.gimage .gbottom { padding-top: 3px; }
.gimage .gtop { padding-bottom: 3px; }
img.gimg { border: 0; }
.annonse { background: url(../gfx/ann.gif) no-repeat right top; }

/* useful stuff */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.spacer {
  clear: both;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 1px;
  height: 1px;
}
/*outline: 1px red dashed;*/

/* ugly stuff */
.object .mainimage { display: none !important; }
