body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #fff url(../img/bg.png) repeat-x;
}

p, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

div#banner {
  background: url(../img/bannerbg.png) no-repeat 0px -4px;
  height: 139px;
	margin: 0 auto;
  text-align: center;
  width: 978px;
}

div#banner img {
  /*margin: 0 9px 10px 0;*/
  height: 120px;
  width: 960px;
}

div#banner img.multiple_logos {
  /*margin: 0 9px 10px 0;*/
  height: auto;
  width: auto;
}

div#bannerborder {
  background: url(../img/bannerborder.png) no-repeat;
  height: 14px;
  margin-left: 8px;
  position: absolute;
  top: 114px;
  width: 962px;
  z-index: 999;
}

div.bg {
  background: url(../img/bg.png) repeat-y center top;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 7px;
}

div.changeLang {
  margin: -30px 0 0 0;
  text-align: right;
  width: 905px;
  z-index: 999;
}

div.container {
  width: 976px;
}

div#content {
  background: url(../img/contentbg.png) repeat-y;
  padding: 20px 0 40px 30px;
  width: 946px;
  display:table;
}

div#content_top {
  background: url(../img/contenttop.png) no-repeat;
  height: 35px;
  width: 976px;
}

div#content_topline {
	background: #209dd3;
	height: 7px;
	position: relative;
	top: -41px;
	width: 100%;
}

div.eventschedule table {
  background: none;
}

div#left_side {
	padding: 0 20px;
}

div#right_side {
    margin-left: 0px;
}

div#rightboxtop {
  background: url(../img/rightboxtopbg.png) no-repeat;
  height: 35px;
  margin-top: -53px;
  width: 486px;
}

div#rightboxbottom {
  background: url(../img/rightboxbottombg.png) no-repeat;
  height: 35px;
  width: 486px;
}

div#rightboxcontent {
  background: url(../img/rightboxbg.png) repeat-y;
  padding: 0px 50px 1px 50px;
  width: 386px;
}

div#rightboxcontent hr {
  height: 4px;
  background: rgb(5,182,233);
}

div#rightboxcontent table {
  width: 380px !important;
}

div#rightboxcontent td {
  padding: 5px 0;
  vertical-align: top;
}

div#rightboxcontent td:first-child {
  width: 60px !important;
}

div#topline {
  background: #209dd3;
  height: 7px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

footer {
  background: url(../img/footerbg.png) no-repeat;
  margin: 0 auto;
  padding: 40px 80px 0px 80px;
  position: relative;
  width: 816px;
}

footer table {
  background: none;
  border: none;
  margin-bottom: 20px;
  width: 100%;
}

footer table td {
  vertical-align: top;
}

footer .prospectum {
  bottom: 5px;
  color: #999;
  display: none;
  text-align: center;
  position: absolute;
  width: 860px;
}

footer .prospectum a {
  color: #999;
}

img.euti_logo {
  position: absolute;
  margin: 10px 0 0 40px;
}

ul.nav {
  border: none;
  left: 40px;
  position: relative;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  background: none;
  border: none;
  color: rgb(5,182,233);
}

.nav-tabs > li > a {
  padding: 0px;
}

ul.nav li {
	background: url(../img/navbg.png) no-repeat;
	border: none;
  float: left;
  font-size: 14px;
  height: 28px;
  margin-left: -25px;
  padding: 28px 0 0 0;
	text-align: center;
	width: 183px;
}

ul.nav li a:hover {
	background: none;
	border: none;
}

ul.nav li.active {
  background: url(../img/navbg_act.png) no-repeat;
	border: none;
  height: 53px;
  position: relative;
  text-align: center;
  z-index: 999;
}

ul.nav li.active a {
	font-weight: bold;
}

ul.nav li a {
	color: rgb(5,182,233);
}


/* WIZARDI */

label.required:after, label[required=required]:after {
  color: red;
  content: '*';
}

form#entry_form input[type=text], form#entry_form input[type=email], form#entry_form input[type=number], form#entry_form input[type=text]{
  color: #444444;
  height: 20px;
  margin: 0 0 10px 0;
  width: 90%;
}

form#entry_form input[type=radio], form#entry_form input[type=checkbox] {
  margin-right: 5px;
}

form#entry_form input[type=radio].last, form#entry_form input[type=checkbox].last {
  
}

form#entry_form input.small_text_left {
  float: left;
  margin-right: 10px;
  width: 7%;
}

form#entry_form label.small_text_left {
  padding-top: 5px;
}

form#entry_form select  {
  color: #444444;
  margin: 0 0 10px 0;
  width: 90%;
}

form#entry_form textarea {
  color: #444444;
  height: 95px;
  margin: 0 0 10px 0;
  width: 90%;
}

form#entry_form {
	margin-top: -30px;
}

#wizard { 
  
  font-size:12px;
  margin:20px auto; 
  overflow:hidden;
  position:relative;
  
  /* rounded corners for modern browsers */
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
}  

/* scrollable items */
#wizard .items {
  width:20000em;  
  clear:both; 
  position:relative;  
}

/* single item */
#wizard .page { 
  padding:20px 30px;
  float:left; 
  width: 325px;
  margin-right: 2px;
  color: #555;
}

/* title */
#wizard h2 {
  border-bottom:1px dotted #ccc;
  font-size:22px;
  font-weight:normal;
  margin:10px 0 0 0;
  padding-bottom:15px;    
}

#wizard h2 em {
  display:block;
  font-size:14px;
  color:#666;
  font-style:normal;
  margin-top:5px;
}

/* input fields */
#wizard ul {
  padding:0px !important;
  margin:0px !important;
}

#wizard li {
  list-style-type:none;
  list-style-image:none;
  margin-bottom:25px; 
}

#wizard label {
  font-size:13px; 
  display:block;
}

#wizard label strong {
  color:#789; 
  position:relative;
  top:-1px;
}

#wizard label em {
  font-size:11px;
  color:#666; 
  font-style:normal;
}

#wizard .text {
  width:100%;
  padding:5px;
  border:1px solid #ccc;
  color:#456;
  letter-spacing:1px;
}

#wizard select {
  border:1px solid #ccc;
  width:94%;  
  padding:4px;
}

#wizard label span {
  color:#b8128f;
  font-weight:bold;
  position:relative;
  top:4px;
  font-size:20px;
}

#wizard .double label { 
  width:50%;
  float:left;
}

#wizard .double .text {
  width:93%;  
}

#wizard .clearfix {
  clear:left;
  padding-top:10px; 
}

#wizard .right {
  float:right;    
}

#wizard .error{
  border: 1px solid red;
}

#wizard input[type=radio].error, #wizard input[type=checkbox].error {
  outline: 1px solid red;
}

#wizard label.error { 
  border: none;
  float: none;
  color: red;  
  vertical-align: top; 
  display: none !important;
  margin-top: 0px;
  font-size: 12px !important;
}

#wizard #status {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px; 
  font-size: 14px;
  
  margin:0px !important;
  height:60px;
  background-color: #cfcfcf;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f6f6f6), to(#cfcfcf));
  background-image: -moz-linear-gradient(top, #f6f6f6, #cfcfcf);
  background-image: -ms-linear-gradient(top, #f6f6f6, #cfcfcf);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #cfcfcf));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #cfcfcf);
  background-image: -o-linear-gradient(top, #f6f6f6, #cfcfcf);
  background-image: linear-gradient(top, #f6f6f6, #cfcfcf);
  padding-left:25px !important;
}

#status li {
  list-style-type:none;
  list-style-image:none;
  float:left;
  color:#999;
  padding:16px 30px;
  margin-top: 10px;
}

#status li.active {
  background-color: #fff;
  color: #404040;
  font-weight:normal;   
}

/* Tweet! -style overrides */

.tweet,
.query {
  font: inherit;
  color: inherit;
  height: 350px;
  overflow: scroll;
  overflow-x: hidden;
}

  .tweet_list {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    background-color: #F2FBFE;
  }
  
    .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: 0.5em;
      list-style-type: none;
    }
    
      .tweet_list li a {
        color: #0C717A;
      }
    
    .tweet_list .tweet_even {
      background-color: #DDE8FE;
    }
    
    .tweet_list .tweet_avatar {
      padding-right: .5em; float: left;
    }
    
      .tweet_list .tweet_avatar img {
        vertical-align: middle;
      }
