/**
 * Reset
 *
 */


html {
  overflow-y: scroll;
  background-color: #e1e1e1;
  text-align: left;
}

body {
  background-color: #e1e1e1;
  color: #000;
  font-size: 116%;
  font-size: 108%;
  font-family: Arial;
}

body.large {
  font-size: 131%;
}

body.larger {
  font-size: 146.5%;
}

body.largest {
  font-size: 161.6%;
}

/* ^ Reset */



/**
 * Grids
 *
 */

#doc3 {
  margin: 0;
}

.yui-gc,
.yui-g {
  width: 41.2em;
  margin: 0 auto;
}

.yui-gc {
  padding: 1.5em 0;
}

#bd .yui-g.blank {
  background-image: none;
}

.yui-g .yui-u {
  width: 55%;
  _width: 42%;
  margin: 0 0 0 5%;
}

.yui-g .yui-u.first {
  margin: 0;
}

.yui-gc .yui-u {
  width: 29%;
  margin: 0 1% 0 3%;
}

.yui-gc .yui-u.first {
  width: 65%;
  margin: 0;
}

/* ^ Grids */



/**
 * General
 *
 */

a {
  color: #000;
}

#bd a {
  color: #003257;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

p {
  margin-bottom: 1em;
}

p.message {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

p.confirm {
  padding-left: 34px;
  background: transparent url(../images/ikon_ok.png) no-repeat 0 0;
  min-height: 27px;
  _min-height: 27px;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.yui-gc p.notice {
  background-color: #272829;
  color: #fff;
  width: 55%;
  padding: 1em 5%;
}

.yui-gc .yui-u p.notice {
  width: 90%;
}

p.notice {
  font-size: 130%;
  margin-bottom: 0.7em;
}

h1 {
  font-family: Georgia;
  color: #a30002;
  font-size: 193%;
  clear: both;
  padding-bottom: 15px;
  border-bottom: 3px solid #a30002;
  margin-bottom: 20px;
}

h2 {
  font-family: Georgia;
  color: #000;
  font-size: 162%;
  margin-bottom: 1.5em;
  clear: both;
}

h3 {
  font-weight: bold;
  margin-bottom: 1em;
  clear: both;
}

h4 {
  font-weight: bold;
}

ul {
  margin-left: 1.5em;
}

ul li {
  list-style: disc;
}

/* ^ General */



/**
 * Button
 *
 * TODO: Change background images, and add HTML element, when button and link flexibility is solved in JavaScript.
 *
 */
/*
.yui-skin-sam .yui-link-button {
  border: none;
  background: transparent url(../images/button_grey_left.png) no-repeat 0 0;
  color: #003257;
  padding: 0;
  margin: 0 0 0 -2px;
}

.yui-skin-sam .yui-link-button.alt  {
  clear: both;
  background: transparent url(../images/button_blue_left.png) no-repeat 0 0;
}

.yui-skin-sam .yui-link-button .first-child {
  border: none;
  margin: 0;
  background: transparent url(../images/button_grey_right.png) no-repeat 100% 0;
  padding: 7px 0 0 0;
}

.yui-skin-sam .yui-link-button.alt .first-child {
  background: transparent url(../images/button_blue_right.png) no-repeat 100% 0;
}

.yui-skin-sam .yui-link-button a {
  color: #003257;
  font-weight: bold;
  padding: 0 1.4em;
  height: 42px;
  white-space: nowrap;
}

.yui-skin-sam #bd .yui-link-button a {
  color: #003257;
}

.yui-skin-sam #bd .yui-link-button.alt a {
  color: #fff;
}

.yui-skin-sam .yui-submit-button {
  border: none;
  background: #000f3f url(../images/button_blue_left.png) no-repeat 0 0;
  color: #fff;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0 -2px;
}

.yui-skin-sam .yui-submit-button .first-child {
  border: none;
  margin: 0 0 -2px 0;
  background: transparent url(../images/button_blue_right.png) no-repeat 100% 0;
  padding: 7px 0 0 0;
  height: 41px;
}

.yui-skin-sam .yui-submit-button button {
  color: #fff;
  padding: 0 1.4em;
  white-space: nowrap;
}
*/
/* ^ Button */





/**
 * Header
 *
 */

#hd {
  min-height: 63px;
  height: 63px;
  padding-top: 1.7em;
  font-family: Georgia;
  background: url(../images/grad_top.png) repeat-x 0 100%;
}

#hd #minid_logo {
  float: left;
}

#hd #minid_logo,
#hd #minid_logo a {
  width: 149px;
  height: 38px;
}

#hd #minid_logo {
  position: relative;
}

#hd #minid_logo a span {
  background: url(../images/logo.png) no-repeat 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

#hd #minid_tagline {
  float: left;
  margin: 20px 0 0 65px;
}

/* ^ Header */



/**
 * Content area
 *
 */

#bd {
  background-color: #fff;
  padding: 0;
}

/**
 * TODO: These could be more generic, and not require HTML markup.
 *
 */
#bd.forgot_password_order,
#bd.login {
  padding: 30px 0 25px 0;
}
/* ^ Content area */



/**
 * Footer
 *
 */

#ft {
  padding: 1.7em 0 1.5em 0;
  background: url(../images/grad_bot.png) repeat-x 0 0;
}

#ft h2 {
  margin-bottom: 0.5em;
}

#ft ul {
  margin-bottom: 2.5em;
  margin-left: 0;
}

#ft li {
  margin-bottom: 0.8em;
  list-style: none;
}

/* ^ Footer */


/**
 * Lists
 *
 */

ul.tools {
  margin-left: 0;
}

.yui-gc ul.tools {
  font-size: 93%;
}

ul.tools li {
  margin-bottom: 0.8em;
  list-style: none;
}

ul.tools li.postal {
  padding-left: 34px;
  background: transparent url(../images/ikon_brev.png) no-repeat 0 0;
  min-height: 27px;
  _height: 27px;
}

.yui-gc ul.tools li.postal {
  background: transparent url(../images/ikon_brev.png) no-repeat 0 0;
}

ul.tools li.close {
  padding-left: 34px;
  background: transparent url(../images/ikon_stopp.png) no-repeat 0 0;
  min-height: 27px;
  _height: 27px;
}

ul.tools li.security {
  padding-left: 34px;
  background: transparent url(../images/ikon_laas.png) no-repeat 0 0;
  min-height: 27px;
  _height: 27px;
}

ul.tools li.reserve {
  padding-left: 34px;
  background: transparent url(../images/ikon_reserver.png) no-repeat 0 0;
  min-height: 27px;
  _height: 27px;
}
 
ul.tools li.play {
  padding-left: 34px;
  background: transparent url(../images/play.jpg) no-repeat 0 0;
  min-height: 27px;
  _height: 27px;
}

ul.tools li.reserve {
  padding-left: 34px;
  background: transparent url(../images/ikon_reserver.png) no-repeat 0 0;
  min-height: 27px;
  _height: 27px;
}


ul.tools li.resend {
  padding-left: 34px;
  background: transparent url(../images/ikon_tilbake.png) no-repeat 0 0;
  min-height: 27px;
  _height: 27px;
}

.yui-gc ul.tools li.resend {
  background: transparent url(../images/ikon_tilbake.png) no-repeat 0 0;
}

ul.tools li.sms {
  padding-left: 34px;
  min-height: 27px;
  _height: 27px;
}

/* ^ Lists */



/* Forms */
ol.form {
  margin: 0;
}

ol.form li {
  list-style: none;
  display: block;
  clear: both;
  margin-bottom: 20px;
}

ol.form li label {
  float: left;
  width: 40%;
  text-align: right;
}

ol.form li input {
  float: left;
  width: 55%;
  margin-left: 2.5%;
  border: 1px solid #666666;
  padding: 3px;
}

ol.form li:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  *height: 1%;
}

/* Links next to INPUT elements */
ol.form li input + a {
  margin-left: 1%;
}

/* RADIO input elements should have an automatic width and height, and no border and padding */
ol.form li input[type=radio] {
  width: auto;
  height: auto;
  border: none;
  padding: none;
}

ol.form li input.small {
  width: 25%;
}

ol.form li input.medium {
  width: 30%;
}

ol.form li p {
  clear: none;
  float: right;
  color: #333;
  font-size: 65%;
  width: 57.5%;
  margin: 0;
}

ol.form li.error input {
  background-color: #F6E5E5;
}

ol.form li.error p {
  color: #A30002;
}

ol.form li.info {
  
}

ol.form li.info p {
  font-size: 100%;
}

ol.form li.warning {
  color: #fff;
  background: #A30002 url(../images/icon_error.png) no-repeat scroll 9px 4px;
  min-height: 32px;
  padding: 19px 5px 19px 83px;
  margin-bottom: 1em;
}

ol.form li.warning ul {
  margin-left: 1.5em;
}

ol.form li.warning ul li {
  list-style: disc;
  display: list-item;
}

ol.form li.warning p {
  color: #fff;
  font-size: 100%;
  margin: 0;
  width: 100%;
}

ol.form li.warning li {
  margin-bottom: 0;
}

#bd ol.form li.warning a {
  color: #fff;
}

/* Message box */
.messagebox {
  border: 1px solid #e5e5e5;
  background-color: #fffcd6;
  padding: 30px 10px 30px 30px;
  margin-bottom: 30px;
  display: block;
  
}

/**
 * TODO: Styling of the CAPTCHA element will have to be done based on the
 * actual implementation requirements, which are unknown at the moment.
 *
 */
ol.form li.captcha {
  padding-left: 42.5%;
}
ol.form li.captcha img{
  margin-right: 1%;
}

ol.form li.action {
  padding-left: 42.5%;
}

ol.form li.action p {
  float: none;
  margin-left: 0;
}

ol.form li fieldset {
  width: 100%;
  clear: both;
  position: relative;
}

ol.form li fieldset legend {
}

ol.form li fieldset legend span {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  text-align: right;
}

ol.form li fieldset ol {
  float: left;
  width: 57.5%;
  margin: 0 0 0 42.5%;
}

ol.form li fieldset ol li {
  margin-bottom: 0;
  vertical-align: top;
}

ol.form li fieldset label {
  width: auto;
  text-align: left;
  margin-left: 0.3em;
}

ol.form.profile li fieldset legend {
  display: none;
}

ol.form.register li {
  border-top: 3px solid #CCD1D4;
  margin-bottom: 0;
  padding-top: 20px;
}

ol.form.register li:first-child,
ol.form.register li.action {
  border-top: none;
}

ol.form.register li li {
  border-top: none;
  padding-top: 0;
}

ol.form.register li fieldset legend {
}

ol.form.register li fieldset legend span {
  width: 66%;
  text-align: left;
  font-weight: bold;
}

ol.form.profile li fieldset ol,
ol.form.register li fieldset ol {
  margin: 0;
  float: left;
  width: 66%;
  margin-top: 1.5em;
}

ol.form.profile li fieldset ol.help,
ol.form.register li fieldset ol.help {
  width: 29%;
  /* TODO: Hack required for IE6 */
  _width: 28%;
  float: right;
  margin: -1.5em 1% 0 0;
}

ol.form.register li fieldset ol.help {
  margin-top: 0;
}

ol.form.profile li fieldset ol.help {
  margin-top: 0;
  padding-bottom: 0;
}

ol.form.profile li fieldset ol {
  margin-top: 0;
}

ol.form.profile li fieldset ol li,
ol.form.register li fieldset ol li {
  float: left;
  clear: none;
  position: relative;
  padding-bottom: 20px;
}

ol.form.register li fieldset ol.help li,
ol.form.profile li fieldset ol.help li {
  color: #333;
  *clear: left;
  *float: none;
}

ol.form.profile li fieldset ol li p,
ol.form.register li fieldset ol li p {
  clear: both;
  width: 100%;
  margin-bottom: 0;
  zoom: 1;
  /* TODO: This does not clear in IE, hack required */
  *float: left;
}

ol.form.profile li fieldset ol li.label ,
ol.form.register li fieldset ol li.label {
  width: 40%;
  clear: both;
}

ol.form.profile li fieldset ol li.label label,
ol.form.register li fieldset ol li.label label {
  width: 100%;
  margin: 0;
  text-align: right;
}

ol.form.profile li fieldset ol li.input,
ol.form.register li fieldset ol li.input {
  width: 55%;
  margin-left: 2.5%;
}

ol.form.profile li fieldset ol li.input input,
ol.form.register li fieldset ol li.input input {
  margin-left: 0;
}

ol.form.profile li fieldset ol li.input p,
ol.form.register li fieldset ol li.input p {
  /* TODO: Hack required for IE7 */
  *margin-left: 1%;
  /* TODO: Hack required for IE6 */
  _margin-left: 0.5%;
}

ol.form.profile li fieldset ol ol,
ol.form.register li fieldset ol ol {
  /* TODO: Hack required for IE */
  *position: absolute;
  *top: 0;
}

ol.form.profile li fieldset ol li.input.options input,
ol.form.register li fieldset ol li.input.options input {
  float: left;
  clear: both;
  margin-right: 1%;
  border: none;
  /* TODO: Hack required for IE6 */
  _width: auto;
}

ol.form.profile li fieldset ol li.input.options label,
ol.form.register li fieldset ol li.input.options label {
  float: left;
  /* TODO: Without a specific width, this element will not float */
  width: 88%;
}

ol.form li.fieldset li.options label {
  width: 88%;
}

ol.form.profile li fieldset ol.help h4,
ol.form.register li fieldset ol.help h4 {
  color: #333;
  margin-bottom: 0.3em;
}

ol.form.profile li fieldset ol.help p,
ol.form.register li fieldset ol.help p {
  margin-bottom: 0.7em;
  font-size: 93%;
}

ol.form.profile li fieldset ol li.fieldset {
  width: 66%;
}

ol.form.register li fieldset ol li.fieldset {
  width: 100%;
}

ol.form.profile li fieldset ol li.fieldset fieldset legend,
ol.form.register li fieldset ol li.fieldset fieldset legend {
  float: left;
  width: 38%;
}

ol.form.profile li fieldset ol li.fieldset fieldset legend span,
ol.form.register li fieldset ol li.fieldset fieldset legend span {
  width: 38%;
  font-weight: normal;
  text-align: right;
  /* TODO: Hack required for IE6 */
  _width: 100%;
}

ol.form.profile li fieldset ol li.fieldset fieldset ol,
ol.form.register li fieldset ol li.fieldset fieldset ol {
  float: left;
  width: 61%;
  margin: 0 0 0 39%;
}

ol.form.profile li fieldset ol li.fieldset fieldset ol li,
ol.form.register li fieldset ol li.fieldset fieldset ol li {
  width: 100%;
}

ol.form.profile li.action,
ol.form.register li.action {
  padding: 0 0 0 28%;
  /* TODO: Hack required for IE6? */
  /* _padding-left: 19.5%;*/
}

/* ^ Forms */

/* Lightbox */
.mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.25;
  filter: alpha(opacity = 25);
  zoom: 1;
}

.yui-overlay {
  position: absolute;
  background: #fff;
  z-index: 3;
  text-align: left;
  padding-bottom: 2.5%;
  font-size: 85%;
  width: 54em;
  height: auto;
  margin-left: -1em;
}

.yui-overlay .yui-g,
.yui-overlay .yui-gb {
  width: 92%;
  margin: 5% 4% 0 4%;
}

.yui-overlay .yui-g {
  margin-top: 2%;
  margin-bottom: 0;
}

.yui-overlay .yui-gb {
  padding-bottom: 2em;
  border-bottom: 3px solid #999;
}

.yui-overlay .yui-gb .yui-u {
  min-height: 280px;
  *height: 280px;
  background: transparent url(../images/arrow.png) no-repeat 0 0;
  width: 31%;
  padding-left: 1.5%;
  margin-left: 1.2%;
}

.yui-overlay .yui-gb .yui-u.first {
  margin-left: 0;
}

.yui-overlay .yui-g .yui-u {
  width: 48%;
  margin-left: 4%;
}

.yui-overlay .yui-gb ul {
  margin-left: 0;
}

.yui-overlay .yui-gb ul li {
  list-style: none;
  margin-bottom: 0.5em;
}

.yui-overlay .yui-g h2 {
  margin-bottom: 0.5em;
}

.yui-overlay .yui-g .yui-u.first {
  margin-left: 0;
}

.yui-overlay .yui-gb img {
  margin: 1em 0 1em 0.2em;
}
/* ^ Lightbox */



/* Tool form */
form.tool {
  font-size: 93%;
  margin-bottom: 0.8em;
}

form.tool button {
  border: none;
  text-decoration: underline;
  white-space: normal;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
  display: block;
  color: #003257;
  width: 100%;
}

form.tool button span {
  white-space: normal;
  zoom: 1;
}

form.tool.postal {
  padding-left: 34px;
  background: transparent url(../images/ikon_brev.png) no-repeat 0 0;
  min-height: 27px;
  _height: 27px;
}

/* ^ Tool form */


/* Link form */
form.link {
  margin-bottom: 0.8em;
  margin-left: -3px;
  clear: both;
}

form.link input[type=submit] {
  border: none;
  text-decoration: underline;
  white-space: normal;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
  display: block;
  color: #003257;
}

/* ^ Link form */

/* Logout form */
form.logout {
  margin-bottom: 0.8em;
}
/* ^ Logout form */

/* Details */
dl.details {
  float: left;
  width: 100%;
  margin-bottom: 0.8em;
}

dl.details dt {
  float: left;
  clear: both;
  min-width: 15%;
}

dl.details dd {
  float: left;
}

/* ^ Details */


/* New buttons */
a.action,
button.action, input.action{
  position: relative;
  border: none;
  background: transparent url(../images/button_grey_left.png) no-repeat 0 0;
  color: #003257;
  padding: 0 0 0 20px;
  cursor: pointer;
  height: 48px;
	overflow: visible; /* Remove extra side padding in IE */
  text-align: center;
  display: block;
}

a.action {
  display: inline-block;
  text-decoration: none;
}

button.action,
a.action {
  *display: inline;
}

/* Override extra padding in Firefox */
a.action::-moz-focus-inner,
button.action::-moz-focus-inner {
  padding: 0;
	border: none;
}

#bd a.action.alt,
#bd button.action.alt {
  clear: both;
  background: #003257 url(../images/button_blue_left.png) no-repeat 0 0;
  color: #fff;
}

a.action span,
button.action span {
  border: none;
  margin: 0;
  background: transparent url(../images/button_grey_right.png) no-repeat 100% 0;
  /* Keep the padding in pixels: The graphics are fixed. */
  padding: 12px 20px 7px 0;
  height: 29px;
  font-weight: bold;
  display: block;
	position: relative;
	white-space: nowrap;
  text-align: center;
  zoom: 1;
}

a.action.alt span,
button.action.alt span {
  background: transparent url(../images/button_blue_right.png) no-repeat 100% 0;
}

div.closeWindow {
  text-align: right;
  margin-bottom: 0.4em;
}

.closeWindow a, .closeWindow a:link, .closeWindow a:visited, 
.closeWindow a:active, .closeWindow a:hover{
  color:#003257;
  text-decoration:underline;
  background-color: transparent;
  font-weight:bold;
  font-family:Georgia;
  font-size:85%;
}

/* ^ New buttons */

.languagemenu a {
  color: #003257;
}