


#container .column{
	box-shadow: 0px 2px 20px #ccc;
}


#container h4 span{

	background: #6f6f6f;
	color: #fff;
}



#container .bt a {
    display: block;
    background: #6f6f6f;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    line-height: 35px;
    font-size: 1.15em;
    border-radius: 7px;
}




#program li dd p.sessionTitle {
    font-weight: bold;
    color: #000;

    font-size: 1.15em;
    margin-bottom: 2px;
}
#program li.coffeebreak dd p.sessionTitle,
#program li.lunch dd p.sessionTitle {
    font-weight: normal;
    font-size: 1em;
}


#registrationForm dl.hr {
    border-bottom: 3px solid #ececec;
}



#sympoDate dt span{display: none}



#container .bt a:hover {
    background: #0094ca;
}

#container .bt a:hover {
    background: #0094ca;
}





#container .column {
    border-top: 8px solid #b3b3b3;
}


#btTop a:hover {
    transition: all 0.5s ease;
    background-color: #0094ca;
}








#sympoDay dd span {
    display: block;
    width: 7.5em;}





@media (max-width: 768px){
#header ul li span {
    background: #0094ca;
    color: #fff;
}
}


#program dd strong{display: block;margin-top: 0.7em}
#program dd span.speakerName{}
#program dd span.speakerAffiliation{font-size: 0.95em;padding-left: 0.4em}






.enPage #logo dt {
    white-space: nowrap;
}




#exhibitors ul li{
  list-style-type: disc;
  margin-left: 1em;
}













/*#registrationForm { margin: 15px 0 20px; }
#registrationForm dl { padding: 20px 0; border-top: 1px dotted #c0c0c0; }
#registrationForm dl.bbNone { border-top: none; }
#registrationForm dl.hr { border-top: 3px solid #84bd00; }
#registrationForm dt { float: left; width: 14em; text-align: right; font-weight: bold; }
#registrationForm dd { margin-left: 16em; }
#registrationForm dd p { margin-top: 5px; }
#registrationForm dd p.ex { margin-bottom: 5px; margin-top: 0; font-size: 0.9em; }
#registrationForm dd li { margin-top: 3px; }
#registrationForm #submit { text-align: center; }
*/



#well { border: 1px solid #c0c0c0; background: #eee; padding: 20px; }
#well #wellTitle { margin-bottom: 5px; }
#well li { margin-left: 1.5em; list-style: disc; }

.text1, .text2 { border: 1px solid #c0c0c0; line-height: 24px; padding: 0 5px; border-radius: 4px; }
.text1 { width: 90%; }
.text2 { width: 12em; }

@media(max-width: 1024px) {
}

@media(max-width: 768px) {
}

@media(max-width: 680px) {
}

@media(max-width: 600px) {
    /* login */
    #loginForm table { width: 100%; }
    #ccol #contactE { margin-top: 15px; }
    #ccol #contactJ, #ccol #contactE { width: 100%; float: none; }
    /* registration */
    #registrationForm dl { padding: 15px 0; }
    #registrationForm dt { float: none; width: 100%; text-align: left; margin-bottom: 5px; }
    #registrationForm dd { margin-left: 0; }
    #well { padding: 15px; }
}


/*
=================================================
    btn
=================================================
*/

.btn {
    display: inline-block;
    * display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    * margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    * background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    * border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    * zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled,
.btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    * background-color: #d9d9d9
}

.btn:active, .btn.active {
    background-color: #ccc \9
}

.btn:first-child {
    * margin-left: 0
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active,
.btn-info.active, .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75)
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    * background-color: #04c;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #04c;
    * background-color: #003bb3
}

.btn-primary:active, .btn-primary.active {
    background-color: #039 \9
}

