@CHARSET "ISO-8859-1";

div {
  background-attachment: scroll;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
}

body{
  font-family: verdana, sans-serif;
  font-size: 8pt;
  padding: 0;
  margin-top: 10px;
}

h1{
  font-size: 11pt;
}

h2{
  font-size: 10pt;
  font-weight: bold;
}

h3{
  font-size: 9pt;
}

/* unordered lists */
ul {
  line-height: 1.5em;
  list-style-type: square;
  list-style-image: none;
  list-style-position: outside;
  margin: 0 0 0.5em 1.5em;
}


/* ordered lists */
ol {
  line-height: 1.5em;
  list-style-image: none;
  margin: 0 0 0.5em 1.5em;
  font-weight: bold;
}

ol {list-style-type: decimal}
ol ol {list-style-type: upper-roman}
ol ol ol {list-style-type: lower-alpha}
ol ol ol ol {list-style-type: lower-greek}

h1, h2, h3{
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #303030;
}

p {
  margin: 7px 7px;
}

.hr_top, .hr_ {
  height: 1px;
  border-style: none;
  border-top-style: solid;
  border-top-color: white;
  clear: both;
}

.hr_top {
  background-color: white;
  color: white;
}

.hr_ {
  color: silver;
  background-color: silver;
  border-top-color: silver;
}

.fullwidth{
  width: 1014px;
}

a.mail {
  background: transparent url(../images/icons/mail.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 18px;
}

a.edit {
  background: transparent url(../images/icons/edit.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 18px;
}

a:link, a:visited, a:hover, a:active{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

.color_blue, a:link, a:visited, a:hover, a:active{
  color: #5888AB;
}

.color_green{
  color: #8CF31B;
}

.color_red, #premium_sponsor, #basic_sponsor{
  color: #E2001A;
}

.color_grey{
  color: silver;
}

img{
  border: none;
  border-color: transparent;
}

.links.left{
  text-align: left;
}

.links.left form{
  display: inline;
  vertical-align: bottom;
}

.links.right{
  text-align: right;
  color: grey;
}

.links.center{
  text-align: center;
}

.topitem, .topitem_left, .item {
  margin: 5px 0px;
  text-align: left;
  margin-left: 5px;
  overflow: hidden;
}

.topitem, .topitem_left{
  width: 318px;
  height: 150px;
  padding-right: 5px;
}

.topitem_left{
  border-right: 1px solid white;
  float: left;
}

.topitem_img, .img_small{
  width: 80px;
  float:left;
  margin-right: 5px;
}

.img_mid, .img_large{
  float:left;
  margin-right: 3px;
}

.img_mid{
  width: 120px;
}

.img_large{
  width: 180px;
}

.img_xlarge{
  width: 240px;
}


.topitem{
  float: left;
}

.item{
  width: 100%;
  height: 70px;
  clear: both;
}

.sponsor_logo{
  margin: 0 20px;
  width: 123px;
}

.basic_logo{
  margin: 0 10px;
  width: 110px;
}

.slideshowImageContainer{
  width:176px;
  position:relative;
  vertical-align: middle;
  text-align: center;
  height:90px;
  background-color: white;
}
.slideshowImageContainer img{
  position:absolute;
  top: 12px;
  left: 9px;
  width: 160px;
}

/* notes */
.noteclassic,
.noteimportant,
.noteerror,
.notetip {
  margin: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 70% !important;
  min-height: 40px;
  clear: both;
  text-align: justify;
  vertical-align: middle;
  border-collapse: collapse;
  padding: 15px 20px 15px 80px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}

.noteclassic {
  /*border: 1px solid #99D;*/
  background-color: #eef;
  background-image: url(/images/notes/note.png);
}

.noteimportant {
  /*border: 1px solid #ff0;*/
  background-color: #ffc;
  background-image: url(/images/notes/important.png);
}

.noteerror {
  /*border: 1px solid #d99;*/
  background-color: #fdd;
  background-image: url(/images/notes/error.png);
}

.notetip {
  /*border: 1px solid #9d9;*/
  background-color: #dfd;
  background-image: url(/images/notes/tip.png);
}

#main{
  margin-left: auto;
  margin-right: auto;
}


#top {
  margin-bottom: 6px;
  background-position: left 55px;
  height: 422px;
  width: 100%;
  overflow: hidden;
}

#lang{
  margin-left: 5px;
  float: left;
}
#logo{
  float: left;
  text-align: center;
  width: 207px;
  height: 186px;
  background-image: url(/images/logos/logo.png);
}

#home_links{
  margin-right: 5px;
}

#lang, #home_links{
  width: 498px;
  overflow: hidden;
}

#login{
  width: 136px;
  height: 220px;
  text-align: right;
  margin-right: 9px;
  margin-left: auto;
  float: right;
  margin-top: 120px;
}

#name{
  clear: left;
  width: 672px;
  height: 180px;
  text-align: left;
  margin-right: auto;
  margin-left: -5px;
  margin-top: -10px;
  background-image: url(/images/layout/challenge.png);
}

#nav{
  width: 610px;
  margin-top: 182px;
  text-align: left;
}

#content, #sidebar, #content-text, #main, #container, #central, #content_table{
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

#menu{
  background-image: url(/images/layout/side_nav.jpg);
  width: 131px;
  float: left;
  margin-right: 10px;
  margin-left: 3px;
  height: 456px;
  border: 0px;
}
#menu p{
  margin: 10px 10px;
}

#container{
  width: 863px;
}

#container_top{
  width: 100%;
  background-image: url(/images/layout/content_end_top.jpg);
  height: 26px;
  overflow: hidden;
}

#container_bottom{
  width: 100%;
  background-image: url(/images/layout/content_end_bottom.jpg);
  height: 13px;
  overflow: hidden;
}

#central{
  background-image: url(/images/layout/content_background.jpg);
  background-repeat: repeat-y;
}

#content_table{
  margin-left: 4px;
  margin-right: 5px;
  width: 856px;
}


#content_column{
  width: 677px;
}

#content{
  background-image: url(/images/layout/gradient.jpg);
  background-repeat: repeat-x;
  width: 100%;
  min-height: 420px;
}

#content_text{
  margin: 10px;
  text-align: left;
}

#sidebar{
  width: 176px;
}

#sidebar_header{
  width: 100%;
  height: 24px;
  background-image: url(/images/layout/sidebar_header.jpg);
}

#sidebar_content{
  padding: 10px;
}

#content_end {
  height: 1px;
  clear: both;
}
div#slideshow{
  clear:both;
  overflow:hidden;
}
