/**
 * basic styles for ofw
 */



/**
 * reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dd, dl, dt, li, ol, ul, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0 }
a img { border: none; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; }
/* Hides from IE on Mac \*/
* html .clearfix { height: 1%; } .clearfix { display: block; }
/* End hide from IE on Mac */

/* new clearfix method (renamed to .group) */
.group:after, #Master:after
    { display: block; visibility: hidden; clear: both; height: 0; content: " "; font-size: 0; }
* html .group, * html #Master
    { zoom: 1; } /* IE6 */
*:first-child+html .group, *:first-child+html #Master
    { zoom: 1; } /* IE7 */



/**
 * sprite images
 */

#header, #logo, .horizontalRule,
ul.tabs a,
#Gallery a.rssfeed,
#Gallery .carousel-prev, #Gallery .carousel-next,
.rating, #videoshare a.send_a_friend, #videoshare a.download {
    background-image: url(images/sprite.interface.jpg);
}




/**
 * general styles: reset, fonts, links, etc.
 */
body {
    background: #fff url(images/bg.body.jpg) no-repeat center top;
    font: normal 62.5%/140% helvetica, arial, sans-serif;
    color: #707173;
}

a:link, a:visited, a:hover, a:active, a:focus {
    color: #036;
    outline: none;
}

a:link, a:visited { text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: underline; }
a:focus { outline: 1px dotted #036; }

.hidden {
    display: none;
}

.horizontalRule {
    float: left;
    clear: both;
    width: 100%;
    height: 13px;
    margin: 20px 0 10px;
    background-position: 0 -250px;
    border: none;
}

#logo span {
    position: absolute;
    top: auto;
    left: -10000px;
}




/**
 * general site structure
 */
#Master {
    width: 944px;
    margin: 0 auto 20px;
}

#header {
    position: relative;
    height: 75px;
    margin: 52px 0 21px;
    background-color: transparent;
    background-position: 0 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}




/* site header, logo, etc. */
#header a {
    position: absolute;
}

#header a:hover, #header a:active, #header a:focus {
    text-decoration: none;
}

#header #logo {
    top: 7px;
    left: 15px;
    width: 369px;
    height: 61px;
    background-position: -15px -7px;
}

#back_to_conference:link, #back_to_conference:visited {
    right: 13px;
    bottom: 14px;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    text-align: right;
    text-decoration: underline;
}

#header a:hover, #header a:active, #header a:focus {
    text-decoration: none;
    outline: 1px dotted #fff !important;
    overflow: hidden;
}




/* generic module styles */
.contentBox {
    position: relative;
    margin-top: 12px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.contentBox h3 {
    margin: 7px 0 0 8px;
    font-size: 1em;
    font-weight: bold;
}

.contentBox .loadingIndicator {
    background: url(images/ajaxloader.gif) no-repeat left top;
    display: none;
    position: absolute;
    top: -9999;
    left: -9999px;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
}

.loading .loadingIndicator {
    display: block;
    left: 50%;
    top: 40%;
}




/**
 * Tabs and links in tabs
 */
.tabs li {
    list-style: none;
    display: inline;
}

.tabs a {
    float: left;
    width: 124px;
    height: 38px;
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    text-decoration: none;
    color: #003366;
    background-color: #f4f3f3;
    background-position: left -100px;
    background-repeat: repeat-x;
    border-style: solid;
    border-color: #e6e6e6;
}

.tabs a {
    border-width: 0;
}

/* the first (left) tab */
.tabs a.first_tab {
    border-width: 0 1px 1px 0;
    border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
}

/* the right (right) tab */
.tabs a.last_tab {
    border-width: 0 0 1px 1px;
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
}

/* the active/selected tab */
.tabs .selected a {
    background: #fff !important;
    border: none;
    color: #707173;
}

.tabs .selected a.first_tab {
    width: 125px;
    border-width: 0 1px 0 0;
}

/* tabs hovered */
.tabs a:hover, .tabs a:active, .tabs a:focus {
    text-decoration: underline;
    background: #f4f3f3;
}

/* selected tabs hovered */
.tabs .selected a:hover, .tabs .selected a:active, .tabs .selected a:focus {
    text-decoration: none;
}




/* generic form styles */
fieldset {
    border: 0;
}

label {
    color: #707173;
    line-height: 17px;
    float: left;
    margin: 6px 0 5px;
    width: 75px;
}

input, textarea {
    border: 1px solid #102E49;
    float: right;
    margin: 6px 0 5px;
    height: 15px;
    width: 199px;
}

input:hover, input:focus, textarea:hover, textarea:focus {
    border: 1px solid #7f7f7f;
}

textarea {
    height: auto;
}




/* ratings */
.rating {
    width: 50px;
    height: 9px;
    background-position: 0 -700px;
}

.rating0 { background-position: 0 -700px }
.rating1 { background-position: 0 -710px }
.rating2 { background-position: 0 -720px }
.rating3 { background-position: 0 -730px }
.rating4 { background-position: 0 -740px }
.rating5 { background-position: 0 -750px }

.rating span {
    display: none;
}




/* footer / imprint */
.footer {
    font-size: 1.1em;
    float: left;
    width: 100%;
    padding: 5px 0 20px;
}

.footer a {
	float: left;
}

.footer #powered_by {
	float: right;
}




/* overlay */
#Overlay {
    display: none;
    position: absolute;
    left: 297px;
    top: 150px;
    width: 550px;
    padding: 8px;
    z-index: 999;
    background: rgb(0,45,95);
    background: rgba(0,45,95,.7);
    border: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 8px 8px 14px #444;
    -moz-box-shadow: 8px 8px 14px #444;
    -webkit-box-shadow: 8px 8px 14px #444;
}

#Overlay .loading {
    background: #fff url(images/loading.gif) no-repeat 37% 50%;
    color: #707173;
    font-size: 1.6em;
    line-height: 3em;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#Overlay .close_overlay {
    position: absolute;
    top: 10px;
    right: 8px;
    width: 16px;
    height: 13px;
    font-size: 1.8em;
    text-align: center;
    color: #fff;
}

#Overlay .close_overlay:hover, #Overlay .close_overlay:active, #Overlay .close_overlay:focus {
    background: #fff;
    color: #036;
    text-decoration: none;
}

#Overlay .content {
    position: relative;
}

#Overlay .inner {
    padding: 10px;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

#Overlay h2 {
    padding: 0 8px;
    color: #fff;
    font-size: 2em;
    font-weight: normal;
    line-height: 200%;
    background: #036;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

#Overlay h3 {
    font-size: 1.4em;
    text-transform: none;
    color: #000;
    background: none;
}

#Overlay p {
    font-size: 1.2em;
}

#Overlay form {
    margin: 10px 0 0;
}

#Overlay form p {
    font-size: 1em;
}

#Overlay label {
    clear: both;
    width: 206px;
    color: #4d4d4d;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 22px;
    text-align: right;
}

#Overlay input, #Overlay textarea, #Overlay span.hint {
    float: right;
    width: 230px;
}

#Overlay input.error, #Overlay textarea.error {
	border: 1px solid #c00;
}

#Overlay span.hint {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 120%;
    text-align: right;
    color: #333;
    display: block;
    margin: -2px 0 5px 0;
}

#Overlay textarea {
    height: 100px;
}

#Overlay .buttons {
    clear: both;
    float: right;
    width: 230px;
    margin-top: 1em;
}

#Overlay .buttons input, #Overlay input#submit, #Overlay input#reset {
    float: left;
    width: auto;
    height: 20px;
    padding: 1px 6px 3px;
    text-transform: uppercase;
    color: #fff;
    background: #376696;
    border: 1px solid #fff;
    cursor: pointer;
}

#Overlay input#reset {
    float: right;
    clear: none;
    margin-left: 0;
}

#Overlay input#submit:focus, #Overlay input#submit:hover, #Overlay input#reset:focus, #Overlay input#reset:hover {
    border-color: #000;
}

#header_livestream {
	position:absolute;
	left:475px;
	top:12px;
}

#header_livestream a,img {
	border:0px;
	margin:0px;
	padding:0px;
}