﻿body
{
    font-size: .9em; /*color: #222;*/
    background: #41495f;
    font-family: trebuchet MS ,Helvetica,Arial,Verdana,sans-serif;
    line-height: 1.5; /* changed to 1.5 for 18px baseline grid*/
    text-align: center;
    margin: 0;
    margin-top: 10px;
    color: #000;
}


/* Headings
-------------------------------------------------------------- */
div
{
    margin: 0;
    padding: 0;
    background-color: White;
}

h1, h2, h3, h4, h5, h6, h7
{
    font-weight: normal;
    color: #111;
}

h1
{
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
}
h2
{
    font-size: 2em;
    margin-bottom: 0.75em;
}
h3
{
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
}
h4
{
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.1em;
    height: 1.25em;
}
h5
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}
h6
{
    font-size: 1em;
    font-weight: bold;
    margin-top: 0.5em;
}
h7
{
    font-size: 0.7em;
    font-weight: bold;
    margin-top: 0.5em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
    margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p
{
    margin: 0 0 1.5em;
}
p img
{
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}
p img.right
{
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
}

a:focus, a:hover
{
    text-decoration: underline;
}
a
{
    text-decoration: none;
}
p a
{
    color: #2200cc;
    text-decoration: none;
}
p a:focus, a:hover
{
    color: #2200cc;
    text-decoration: underline;
}

blockquote
{
    margin: 1.5em;
    color: #666;
    font-style: italic;
}
strong
{
    font-weight: bold;
}
em, dfn
{
    font-style: italic;
}
dfn
{
    font-weight: bold;
}
sup, sub
{
    line-height: 0;
}

abbr, acronym
{
    border-bottom: 1px dotted #666;
}
address
{
    margin: 0 0 1.5em;
    font-style: italic;
}
del
{
    color: #666;
}

pre, code
{
    margin: 1.5em 0;
    white-space: pre;
}
pre, code, tt
{
    font: 1em 'andale mono' , 'lucida console' , monospace;
    line-height: 1.5;
}


/* Lists
-------------------------------------------------------------- */
/*
li ul, li ol
{
    margin: 0 1.5em;
}
ul, ol
{
    margin: 0 1.5em 1.5em 1.5em;
}

ul
{
    list-style-type: disc;
}
ol
{
    list-style-type: decimal;
}

dl
{
    margin: 0 0 1.5em 0;
}
dl dt
{
    font-weight: bold;
}
dd
{
    margin-left: 1.5em;
}*/
li
{
}

/* Tables
-------------------------------------------------------------- */

table
{
    margin-bottom: 1.4em;
    width: 100%;
}
th
{
    font-weight: bold;
    background: #4F7EA7;
}
/*th, td
{
    padding: 5px 10px 5px 7px;
}*/
tr.even td
{
    background: #fbfbfb;
}
tr.odd td
{
    background: #eee;
}
tr.hover
{
    color: #4F7EA7;
}
tfoot
{
    font-style: italic;
}
caption
{
    background: #eee;
}

.register-table td
{
    padding: 2px 10px 0px 7px;
}
.left-td
{
    width: 135px;
}

/* Rules
-------------------------------------------------------------- */
hr
{
    background: #ddd;
    color: #ddd;
    clear: both;
    float: none;
    width: 100%;
    height: .1em;
    margin: 0 0 1.45em;
    border: none;
}
hr.space
{
    background: #fff;
}

/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

fieldset
{
    padding: 1.4em;
    margin: 0 0 1.5em 0;
    border: 1px solid #ccc;
}
legend
{
    font-weight: bold;
    font-size: 1.2em;
}


/* Form fields
-------------------------------------------------------------- */

input.text, input.title, textarea, select
{
    margin: 0.5em 0;
    border: 1px solid #bbb;
}

input.text:focus, input.title:focus, textarea:focus, select:focus
{
    border: 1px solid #666;
}

input.text, input.title
{
    width: 300px;
    padding: 5px;
}
input.title
{
    font-size: 1.5em;
}
textarea
{
    width: 390px;
    height: 250px;
    padding: 5px;
}

/* Container
-------------------------------------------------------------- */
#outer-wrap
{
    width: 798px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 1px solid #5f5f5f;
}
#header
{
    margin: 0;
    padding: 0;
}

.Datebr
{
    background: url(../images/datebnr.jpg) no-repeat;
    height: 28px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    border-top: 1px solid #737573;
}

#baMenu
{
    background: url(../images/menuback.jpg) no-repeat;
    height: 28px;
    float: right;
    width: 100%;
    font-weight: bold;
    font-size: 11px;
    border-top: 1px solid #737573;
}

*html #baMenu
{
    margin-top: -4px;
}

* + html #baMenu
{
    margin-top: -4px;
}


#baMenu a, #baMenu a:link, #baMenu a:visited
{
    display: block;
    padding-bottom: .1em;
    text-decoration: none;
    color: #fff;
}


#baMenu, #baMenu ul
{
    padding: 0;
    margin: 0;
    z-index: 2;
}

#baMenu ul
{
    margin-left: 3px;
    list-style-type: none;
}

#baMenu li ul
{
    position: absolute;
    left: -2999px;
    list-style-image: none !important;
    list-style-type: none;
}

#baMenu li
{
    float: left;
    z-index: 200;
    margin-left: 2px;
    padding-top: 1px;
    padding-left: 30px;
    background: url(../images/concha.gif) no-repeat left;
    line-height: 12px;
}

#baMenu ul li a.navSingle
{
    height: 20px;
    padding-top: 5px;
}

#baMenu li a:hover, #baMenu li:hover a, .sdMenuMSIEA
{
    color: #fff !important;
    text-decoration: underline;
}


#baMenu li li
{
    background: none !important;
    padding-left: 0;
    margin-left: -5px;
    padding-top: 0;
}

*html #baMenu li li
{
    padding-left: 4px;
}

#baMenu li ul li a, #baMenu li.sdMenuMSIE ul li a
{
    color: #fff !important;
    text-decoration: none !important;
    padding: 4px;
    width: 150px;
    height: auto;
    line-height: 15px;
    background: #9C9A9C;
}

#baMenu li ul li a:hover, #baMenu li.baMenuMSIE ul li a:hover
{
    background: #42495A;
    color: #fff !important;
    text-decoration: none;
    height: auto;
}


#baMenu li:hover ul, #baMenu li.baMenuMSIE ul
{
    display: block;
    width: 160px;
    height: auto;
}

#baMenu li:hover ul, #baMenu li.sfhover ul
{
    /* lists nested under hovered list items */
    left: auto;
}
*html #baMenu li:hover ul, *html #baMenu li.sfhover ul
{
    /* lists nested under hovered list items */
    margin-left: 0;
}
/*		
#main-nav
{
    padding: 0px;
    margin-top: 1px;
    width: 798px;
    height:30px;
    background-image: url('../images/menu-background.gif');
    background-color:Transparent;
}
.menu-div
{
    background-color: Transparent;
    float: left;
    margin-left: 5px;
    padding: 0px;
    color: White;
    font-size: 1.0em;
}
.menu-div a
{
    
    text-decoration: none;
}
.menu-div a:focus, a:hover
{
    
    text-decoration: underline;
}
.first-menu
{
    background-color: transparent;
    margin-left: 30px;
    padding-top: 4px;
    float:left;
}
.remaining-menu
{
    background-color:Transparent;
    margin-left:5px;
    padding-top:4px;
    float:left;
}
.menu-item-image
{
    background-color:Transparent;
    margin-top:7px;
}
*/

*html #inner-wrap
{
    background-color: #FFf;
    height: 0;
    display: block;
}

* + html #inner-wrap
{
    background-color: #fff;
    height: auto;
    display: block;
}

#inner-wrap
{
    background-color: #FFB68C;
    height: auto;
    display: table;
}

* + html #main-content
{
    background-color: #fff;
    height: auto;
    display: block;
}

#main-content
{
    background-color: #FFf;
    height: auto;
    display: table;
    padding: 20px;
    padding-top: 16px;
}


#left-content
{
    margin: 0px;
    padding: 0px;
    width: 154px;
    float: left;
    background-color: white;
    height: auto;
}
.left-content-image
{
    background-color: white;
    margin-top: 2px;
    margin-left: 2px;
}
#last-content-image
{
    margin-bottom: 2px;
}
#right-content
{
    width: 644px;
    float: left;
    background-color: #fff;
    min-height: 310px;
    height: auto !important;
    height: 310px;
}

.img-sponsor
{
    width: 798px;
    height: 35px;
}
#footer
{
    margin: 0px;
    padding: 0px;
    width: 798px;
    height: 131px;
    background-color: #41495f;
}
.footer-content
{
    margin-top: 8px;
    background-color: #41495f;
    text-align: center;
    color: #fff;
}
#first-div-img
{
    margin-left: 170px;
    margin-bottom: 20px;
    float: left;
}
.div-img
{
    float: left;
    margin-left: 10px;
    margin-bottom: 20px;
}
.email-div
{
    margin-left: 150px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #2e63b2;
}
.email-list-left
{
    width: 15%;
}
.error
{
    color: Red;
}
#right-content p
{
    margin: 10px 22px 4px 22px; /*font-weight:bold;*/
}
.center-div
{
    margin-left: 230px;
    background-color: #2e63b2;
}
.clear
{
    clear: both;
}
.information-div
{
    background-color: #fff;
}
.info-div
{
    margin-left: 150px;
    margin-bottom: 2px;
    margin-top: 2px;
    color: #2e63b2;
}
.red-required
{
    color: Red;
}
.half-left
{
    width: 360px;
    float: left;
}
.half-right
{
    width: 360px;
    float: right;
}
.content-center-div
{
    text-align: center;
}
#addGroupMember
{
    text-align: left;
}
.firstTableColumn
{
    width: 1px;
}
.SecondTableColumn
{
    width: 60px;
}
.splash
{
    width: 500px;
    height: 500px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.index-page-div
{
    margin-left: 90px;
    margin-right: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: trebuchet MS ,Helvetica,Arial,Verdana,sans-serif;
    font-size: 12px;
}

.index-page-div-link
{
    text-align: center;
    font-size: 9;
    padding: 4px 4px;
}
/*.index-page-div-link a, a:focus, a:hover 
{
    font-size:25px;
    color:White;    
}*/
.index-page-div-ul
{
    padding-left: 60px;
    padding-top: 10px;
}
/* PagingBulletedList */
.selectIndex
{
    font-weight: bold;
    text-decoration: none;
}
.unselectIndex
{
    font-weight: normal;
    text-decoration: underline;
}
.topicDownloadDiv
{
    width: 220px;
    border-width: thin;
    border-style: solid;
}
.whitetext
{
    color: #EEE;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.defaultButton
{
    font-family: Verdana;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
    width: 225px;
    height: 66px;
    /*float: left;*/
    margin-left: 10px;
}
.buttonSpan
{
    color: #000;
    margin-bottom: 0.6px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    /*margin-top: 0.5em;*/
    padding-top:12px;
    height: 0.8em;
}
.defaultButton h5, h7
{
    color: White;
    margin-bottom: 0.6px;
}
.defaultButton h5
{
    height: 1em;
    margin-bottom: 6px;
    margin-top:-4px;
}
#defaultButton1
{
    background: url(../images/register-back2.png) no-repeat;    margin-right:80px;
}
#defaultButton2
{
    background: url(../images/scholarship-back2.png) no-repeat;
}
#defaultButton3
{
    background: url(../images/poster-session-background2.png) no-repeat;
}
.buttonSpan a, a:focus, a:hover
{
    /*color: #2200cc;*/
    text-decoration: underline;
}
.linkP
{
    font-size: 0.6em;
    text-align: center;
}
.logisticsH5
{
    color:#F88017;
    margin-bottom:8px;
}
.right
{
    clear:right;
}
.etacMPE
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.mpeDiv
{
    width:680px;
    background-color:#fff;
    display:block;
    overflow: auto;
    max-height: 500px; 
}
.mpeDivHeader
{
    background: url(../images/menubck.gif) repeat-x;
    height:35px;
    width:500px;
    font-size:1.2em;
    font-weight:bold;
    padding-left: 8px;
    padding-top: 2px;
}
.evaluationUL li
{
    font-size:0.75em;
}
.evaluationDiv
{
    font-size:0.9em;
}
.thumbs { position: relative; }
div.thumb { float: left; padding: 1px;width:90px;}
div.thumb img { border: 0px; cursor: pointer }

