/*
		EWL2011.ORG - SPLASH SCREEN BASIC FRAMEWORK STYLESHEET
		[deep.impact] | http://deepimpact.at
*/
html, body {
    height: 100%;
}
body {margin:0px;padding:0px; background-color:#959595;background-image:url(../stat_img/ew2011ORGBack.jpg);background-repeat:repeat-x;color:#3f3f3f;}
ul, ol {
    list-style-position: inside;
}

a {
    color: #A13020;
}
a:hover {
    color: #DF3E29;
}

.clear {clear:both;font-size:1px;}

.site-positioner {
    width:780px;
    /*min-height: 930px; */
    height: 100%;

    top:0px;
    left:50%;
    margin: 0;
    padding: 0;
    margin-left:-390px;
    position:relative;
    float: left;
    background-image: url(../images/bg4.gif);
    background-repeat: repeat-y;
}


/* CONTENT ELEMENTS */

/*#ewl2011-top {position: relative; float: left; clear: both; width:780px;height:160px;  padding-left:70px;padding-right:70px;background-image:url(../stat_img/ew2011ORG_top.jpg);background-repeat:no-repeat;}*/
#ewl2011-top {position: relative; float: left; clear: both; width:780px;height:160px; padding-right:70px;background-repeat:no-repeat;}
#ewl2011-top h1 {display:none;font-size:1px;margin:0px;padding:0px;}

/* CONTAINER */
#ewl2011-container {position: relative; float: left; clear: both; width:780px; height:300px;background-image:url(../stat_img/ew2011ORGContentBack.jpg);background-repeat:no-repeat;}
/*#ewl2011-container h1 {display:none;font-size:1px;margin:0px;padding:0px;} */

/* CONTENT */
#ewl2011-headline {position: relative; float: left; clear: both;  padding-left:70px;padding-right:70px; height:35px;width:640px;background-repeat:no-repeat;}
#ewl2011-headline h1 {display:none;}
#ewl2011-content {
    background-image: url(../images/bg4.gif);
    background-repeat: repeat-y;
    position: relative; float: left; clear: both; width: 640px; padding-left:70px;padding-right:70px;padding-top:40px; font-family:Verdana, Geneva, sans-serif;font-size:0.7em;}

#content-top {
    margin-top: -40px;
    position: relative;
}
#interactive {padding-top:25px;float:left;}
.inter-element {float:left;padding-left:10px;width:200px;}
.invisible, .hidden {display:none;}

.ewl2011-content-top {
    position: relative;
    float: left;
    clear: both;
    background-image:url(../images/ew2011ORGContentBackTop2.png);
    background-repeat: no-repeat;
    width: 780px;
    height: 88px;

}
.content-main, .content, #content {
    position: relative;
    float: left;
    clear: both;
    height: 100%;
    overflow: visible;
}
.content-element, .csc-default{
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    line-height: 140%;
}

.footer {
    background-image: url(../images/bg4.gif);
    background-repeat: repeat-y;
    position: relative;
    float: left;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 780px;
    margin: 0;
    padding: 0;

    text-align: center;
}
.footer-skyline {
    margin-top: 20px;
    position: absolute;
    clear: both;
    width: 780px;
    height: 285px;
    background-image: url(../images/dreamstime_9227611.gif);
    background-repeat: no-repeat;
    border-bottom: 20px solid #000000;

}

.big-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 114px;
    overflow: visible;
}
.footer-black {
    position: fixed;
    width: 100%;
    bottom: 0;
    height:22px;
    overflow: hidden;
}
.footer-black-bg {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 114px;
    background-color: #000000;

    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;

    overflow: hidden;
    z-index: 1;

}
.footer-black-images {
    position: absolute;
    width: 780px;
    left: -384px;
    margin-left: 50%;
    bottom: 0;
    height: 107px;

    z-index: 2;
}
.open_close {
    position: absolute;
    bottom: 5px;
    left: 15px;
    z-index: 2000;
}
.open_close span {
    text-decoration: none;
    color: #f8f8f8;
    font-weight: bold;
    font-size: 0.8em;
    font-family: Arial;
    cursor: pointer;
}

ul.thumb {

    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0; padding: 9px;

}
ul.thumb li {
    margin: 0; margin-right: 18px;
    float: left;
    position: relative;  /* Set the absolute positioning base coordinate */
    width: 67px;
    height: 92px;
}
ul.thumb li img {
    width: 70px; height: 70px; /* Set the small thumbnail size */
    -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */

    padding: 1px;
    background: #000000;
    /*position: absolute;*/
    opacity: 0.5;
    left: 0; top: 0;
}
ul.thumb li img.hover {
    background:url(../images/thumb_bg.png) no-repeat center center;  
}

.navigation {
    position: relative;
    float: left;
    clear: both;
    width: 700px;
    height: 100%;
    /*margin-left: 4px;*/
    margin-bottom: 0.5em;
    margin-top: 20px;
    left: -17px;
    z-index: 60;
}
.navdiv ol, .navdiv ol li {
    position: relative;
    float: left;
    z-index: 60;
}
/*.subnavigation {
    position: relative;
    float: left;

    clear: both;
    margin-bottom: 1em;
}
.subnavigation ol {
    position: relative;
    float: left;

    font-size: 1em;
}
.subnavigation ol li {
    position: relative;
    float: left;

    margin-left: 7px;
    color: #DF3E29;
}
.subnavigation ol li a {
    font-weight: bold;
    text-decoration: none;
    color: #BB3421;
}
.subnavigation ol li a:hover {
    text-decoration: none;
    color: #DF3E29;
}*/
div.nav2ndlevel {
    clear: both;
    position: absolute;
    z-index: 61;
    left: 10px;
    top: 40px;
    width: 100%;
    padding-right: 40px;
    /*background-color: #007700;*/
    background-image: url(../images/nav2ndlevelbg.png);
    background-color: #ffffff;
    background-repeat: repeat-y;
    overflow: visible;

}

div.nav2ndlevelbgbottom {
    clear: both;
    width: 100%;
    height: 4px;
    /*background-color: #cc0000;*/
    background-image: url(../images/nav2ndlevelbgbottom.png);
    background-repeat: no-repeat;
}
div.nav2ndlevelbgtop {
    clear: both;
    width: 100%;
    height: 28px;
    background-image: url(../images/nav2ndlevelbgtop.png);
    background-repeat: no-repeat;
    /*background-color: #cc0000;*/
}
ul.nav2ndlevel {
    position: relative;
    float: left;
    width: 100%;
    top: -8px;
    margin-left: 17px;
}
ul.nav2ndlevel, ul.nav2ndlevel li {
    position: relative;
    float: left;
    clear: both;
    margin-bottom: 9px;

}
ul.nav2ndlevel li a {
    text-decoration: none;
    font-weight: 700;
    color: #3f3f3f;
}
ul.nav2ndlevel li a:hover {
    color: #A13020;
}


.csc-mailform {
    width: 100%;
}
.csc-mailform-field {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding: 7px;
    padding-left: 0;
}
.csc-mailform-field label {
    position: relative;
    float: left;
    width: 180px;
}
.csc-mailform-field span {
    position: relative;
    float: left;
    width: 400px;
}

.nobullet {
    list-style:none;
}

div.tx-mfaevent-pi1 {
    position: relative;
    float: left;
    width: 622px;
}

.event-item .title {
    line-height: 140%;
    font-size: 1.3em;
    font-weight: bold;
    width: 100%;
    margin-bottom: 7px;
}

.event-item .datetime, .event-item .time, .event-item .date {
    position: relative;
    float: left;
    width: 150px;
    height: 100%;
    margin-right: 20px;
}

.event-item .description-short {
    position: relative;
    float: left;
    width: 350px;
    height: 100%;
}

.event-item .description-full {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

.csc-mailform-field label {
    padding-left: 12px;
    padding-right: 12px;
}

table.registrationform {
    position: relative;
    float: left;
    margin-bottom: 12px;
}
table.registrationform tr td {
    padding-bottom: 4px;
}
table.registrationform table td {
    vertical-align: top;
    width: 65%;
}
table.registrationform table td table td table td {
    white-space: nowrap;
}
div.registrationform {
    position: relative;
    float: left;
    width: 100%;
    overflow: visible;
}
div.registrationform div {
    padding-bottom: 6px;
}
div.registrationform > div {
    position: relative;
    padding: 2px;
    float: left;
    width: 100%;
    clear: both;
}
div.registrationform .headline {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    color: #A13020;
}
div.registrationform h1 {
    font-size: 1.5em;
    font-weight: bold;
}
div.registrationform h2 {
    font-size: 1em;
    font-weight: bold;
}
div.registrationform .headline span {
    font-weight: bold;
    font-size: 1em;
}
div.registrationform .formlabel {
    position: relative;
    float: left;
    padding-top: 5px;
    padding-left: 10px;
    width: 250px;
}
div.registrationfee .formlabel {
    padding-right: 20px;
}
div.exhibitors .formlabel {
    padding-right: 20px;
}
div.registrationform .forminput {
    padding-top: 5px;
    position: relative;
    float: right;
    width: 380px;
}
div.registrationform .forminput select {
    width: 205px;
}

div.registrationform .forminput-memberno {
    padding-top: 5px;
    position: relative;
    float: left;
    width: 160px;
}
div.registrationform .forminput-radio,
div.registrationform .forminput-checkbox {
    padding-top: 5px;
    position: relative;
    float: right;
    width: 120px;
}
div.registrationform ul {
    list-style-position: inside;
}
.registrationformhover {
    background-color: #e5e5e5;
}

.opaque50 {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.opaque90 {
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

ul.csc-menu, ul.csc-menu li {
    position: relative;
    float: left;
    list-style:none;
    margin-right: 12px;
}
ul.csc-menu li a {
    text-decoration: none;
    font-weight: bold;
}

.pagename-header, .pagename {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 15px;
}
.pagename-header {
    margin-bottom: 20px;
}
.pagename {
    height: 28px;
    margin-bottom: 12px;
}
.pagename-header a {
    text-decoration: none;
}

.weather {
    position: absolute;
    z-index: 20;
    margin-top: 16px;
    margin-left: 14px;
}
.weathercontainer {
    position: relative;
    float: left;
    width: 120px;
    height: 65px;
    padding-bottom: 5px;
    background-image: url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/silver_120x60_bg.jpg );
    background-repeat: no-repeat;
    background-color: #86888B;
}
div.weather a {
    color: #282828;
    text-decoration: none;
}

.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd {
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 1em;
    padding-left: 0pt;
    float: left;
}

.tx-srfeuserregister-pi1 dt {
    clear: both;
    width: 30%;
    text-align: left;
    padding-right: 1em;
}
.tx-srfeuserregister-pi1 dd {
    width: 60%;

}
.tx-srfeuserregister-pi1 input, .tx-srfeuserregister-pi1 select, .tx-srfeuserregister-pi1 textarea {
    width: 350px;
}
.tx-srfeuserregister-pi1 input {
    width: 345px;
}

.tx-srfeuserregister-pi1 input[type="password"], .tx-srfeuserregister-pi1 input[type="radio"], .tx-srfeuserregister-pi1 input[type="checkbox"], .tx-srfeuserregister-pi1 input[type="button"], .tx-srfeuserregister-pi1 input[type="submit"] {
    width: auto;
}

