/**
 * Minbesked.dk
 * File: screen.css
 */

html, body {
  height: 100%;
}
  table#registration tr td
  {
    margin: 0;
    padding: 0 15px 0 0;
  }

  table#registration tr td input.special
  {
    margin: 0;
    padding: 5px;
    border: 1px inset #ddd;
  }

  table#registration tr td textarea.special
  {
    margin: 0;
    padding: 5px;
    border: 1px inset #ddd;
  }

.notify {
  width:80%;
  margin-bottom:18px;
  background: url('/images/icons/error.png') no-repeat top left;
  padding: 0px 0 8px 20px;
  min-height:30px;
  color:#ff0000;
}
ul li a {
  text-decoration: none;
}
body {
  background-color: #1b4668;
  background-image: url(/images/layout_background.png);
  background-position: top center;
  background-repeat: repeat-x;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: small;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
}

a:link { color: #95B8CF; text-decoration: none; }
a:visited { color: #95B8CF; text-decoration: none; }

a:visited:hover, a:hover {
  color: #1B4668;
  text-decoration: underline;
}

h1, h2, h3 { font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; }

h1 {
  font-size: 250%;
  letter-spacing: -0.05em;
}

h2 { font-size: 190%; }

h3 {
  color: #1B4668;
  font-size: 190%;
  margin-top: 1.25em;
  margin-bottom: .75em;
}

p {
  margin-top: .25em;
  margin-bottom: 1em;
  line-height: 140%;
}

input {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/* page layout */
#layout_wrapper_outer {
  background-image: url(/images/layout_page_shadow.png);
  background-position: center;
  background-repeat: repeat-y;
  height: 100%;
}

#layout_wrapper_inner {
  background-image: url(/images/layout_page_shadow_top.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 100%;
}

#layout {
  background-color: white;
  background-image: url(/images/layout_page_shadow.png);
  background-position: center;
  background-repeat: repeat-y;
  width: 768px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}


#header {
  background-color: white;
  height: 165px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

#logo {
  padding-top: 2px;
}

  #logo p {
    padding-top: 15px;
  }

#navigation_block {
  font-size: 140%;
  bottom: 17px;
  position: absolute;
  left: 20px;
  right: 20px;
  width: 730px;
  text-align: right;
}

  #navigation_block .separator {
    display: none;
  }

  #navigation_block a, #navigation_block strong {
    margin-left: 5px;
    margin-right: 5px;
  }

  #navigation_block a:link, #navigation_block a:visited {
    color: #95B8CF;
    text-decoration: none;
  }

  #navigation_block a:hover {
    color: #1b4668;
    text-decoration: none;
/*    padding-bottom: 17px;*/
/*    border-bottom: 8px solid #fff;*/
  }

#top_block {
  background-image: url(/images/top_teaser_male.jpg);
  background-repeat: no-repeat;
  border-top: 8px solid #95B8CF;
  color: white;
  padding: 0 300px 27px 45px;
  height: 250px;
}

    #top_block h1 {
      margin-top: 40px;
      margin-bottom: 5px;
      font-size: 230%;
    }

    #top_block p {
      font-size: 125%;
      line-height: 1.4em;
    }

    #top_block a, #top_block a:visited {
      color: #1b4668;
    }

#top_block_user {
  background-color: #598fb3;
  border-top: 8px solid #95B8CF;
  color: white;
  padding: 0 300px 27px 45px;
  height: 125px;
}

    #top_block_user h1 {
      margin-top: 20px;
      margin-bottom: 5px;
      font-size: 230%;
    }

    #top_block_user p {
      font-size: 125%;
      line-height: 1.4em;
    }

    #top_block_user a, #top_block_user a:visited {
      color: #1b4668;
    }

#main {
  width: 100%;
}

#left_block_wrapper {
  float: left;
  width: 100%;
  margin-right: -600px;
/*  margin-bottom: 63px;*/
}

#left_block {
  margin-right: 256px;
  padding: 24px;
}

  #left_block .first {
    margin-top: 0;
  }

  #left_block ul {
    color: #1b4668;
    list-style: square;
    margin-left: -10px;
  }

  #left_block ul li a {
    font-weight: bold;
  }

  #left_block ul ul {
    color: #000;
    list-style: none;
    margin-left: -40px;
  }

  #left_block ul ul li {
    padding-bottom: 10px;
  }

  #left_block a, #left_block a:visited {
    color: #1b4668;
    text-decoration: underline;
  }

  #left_block a:hover {
    text-decoration: underline;
  }

#right_block_wrapper {
  float: right;
  width: 256px;
  background-color: #f4f4f4;
}

  #right_block {
    padding: 1px 24px 24px;
  }

  #right_block h3 {
    margin-top: 1em;
    margin-bottom: .35em;
  }

  #right_block ul {
    color: #1b4668;
    list-style: square;
    margin-left: -10px;
  }

  #right_block ul li a {
    font-weight: bold;
  }

  #right_block ul ul {
    color: #000;
    list-style: none;
    margin-left: -40px;
  }

  #right_block ul ul li {
    padding-bottom: 10px;
  }

  #right_block a, #right_block a:visited {
    color: #1b4668;
    text-decoration: underline;
  }

  #right_block a:hover {
    text-decoration: underline;
  }

/* Layouts */
#content_layout #top_block {
  background-image: url(/images/top_teaser_male.jpg);
  background-repeat: no-repeat;
}

#login_layout #top_block {
  background-image: url(/images/top_teaser_buy.jpg);
  background-repeat: no-repeat;
}

#help_layout #top_block {
  background-image: url(/images/top_teaser_male.jpg);
  background-repeat: no-repeat;
}

#about_layout #top_block {
  background-image: url(/images/top_teaser_male.jpg);
  background-repeat: no-repeat;
}

#register_layout #top_block {
  background-image: url(/images/top_teaser_buy.jpg);
  background-repeat: no-repeat;
}

#contest_layout #top_block {
  background-image: url(/images/top_teaser_female.jpg);
  background-repeat: no-repeat;
}

#error_block {
  background-color: #fff3f3;
  border: 1px solid #ffc9c9;
}

  #error_block p {
    margin: 0;
    padding: 10px;
  }

input.errorField {
  background-color: #fff3f3;
}

td {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
  margin-right: 0;
}

#top_block a.clean {
  color: #fff;
}

table td.customer_header
{
  background-color: #598FB3;
  padding: 5px;
  color: #ffffff;
  text-align: left;
}

.flashy
{
  color: red;
}

