/* CSS style sheet for Diss-LPSS Joint Workshop 2010 */
@charset "UTF-8";

/* CSS hack for Safari*/
html
{
     background-color: #669;
}

body
{
    padding: 0;
    margin: 0;
    text-align: center;
    font-family:  sans-serif, Verdana;
    background-color: #669;
    color:#333;
    font-size: 90%;
}
body #WRAPPER
{
    padding: 5px 5px;
    margin: 0 auto;
    width: 1000px;
    min-height:100%;
    background-color:#FFF;
    border-style:solid;
    border-width: 5px 5px 5px 5px;
    border-color: #003;
    color: #333;
}

#WRAPPER hr
{
    display: none;
}
#WRAPPER #HEADER
{
    margin: 5px auto;
    padding: 5px;
    width: 960px;
    height:390px;
    border-style: solid;
    /*border-width: 3px;*/
    background: url("img/logo.png") #006 no-repeat 0 -20px;
    background-color:#006;
    color:#FFF;
}

#WRAPPER #HEADER h1
{
    margin-top:220px;
    margin-right:10px;
    text-align:right;
    font-size:220%;
}
#WRAPPER #HEADER h2
{
    text-align:right;
    margin-right:10px;
    font-size: 130%;
}
#WRAPPER #HEADER h3
{
    text-align:right;
    margin-right:10px;
    font-size: 130%;
}

#WRAPPER #MENU
{
    background-color:#FFF;
    margin: 0;
    padding: 10px;
    width: 200px;
    position: relative;
    border-width: 0;
    /*float: right;*/
    float: left;
}
#WRAPPER #MENU ul
{
    margin: 0;
    padding: 0;
    width: 200px;
    text-align:left;
    background-color:#CCF;
}
#WRAPPER #MENU li
{
    display: block;
    list-style-type: none;
}
#WRAPPER #MENU a,
#WRAPPER #MENU span
{
    display:block;
    line-height:30px;
    text-align:center;
}
#WRAPPER #MENU a:link,
#WRAPPER #MENU a:visited,
#WRAPPER #MENU a:focus
{ 
    
    color:#009;
    background-color: #FFC;
    border-bottom: dotted 1px #FFC;
}
#WRAPPER #MENU a:hover,
#WRAPPER #MENU a:active,
#WRAPPER #MENU span 
{ 
    color:#FFC;
    background-color:#CCF;
    border-bottom:solid 1px #CCF;
 }
#WRAPPER #MAIN
{
    background-color:#FFF;
    margin: 0;
    padding: 10px 10px;
    width: 700px;
    min-height:500px;
    position: relative;
    border-width: 0;
    float: left;
    /*float: right;*/
    text-align:left;    
}
#WRAPPER #MAIN h2,
#ACCEPTEDLIST h2
{
    border-left:10px solid #006;
    padding-left:10px;
}
#WRAPPER #MAIN h3 
{
    border-bottom:1px solid #006;
    width:300px;
    margin-left:10px;
}
#WRAPPER #MAIN p
{
    padding-left:15px;
}
#WRAPPER #MAIN p.mail
{
    text-align: center;
    text-decoration: underline;
}
#WRAPPER #MAIN p.announce
{
    font-size: 150%;
    color: red;
}

#WRAPPER #MAIN p.fee
{
    /*font-size: 120%;*/
    font-weight: bold;
    text-align:center;
    /*color: red;*/
}

#WRAPPER #MAIN p.announce strong
{
    text-decoration: underline;
}
#WRAPPER #MAIN p strong
{
    color: red;
}
#WRAPPER #MAIN #remarks p
{
    margin-top:20px;
    margin-bottom:20px;
    padding-left:5px;
    font-weight: bold;
    font-size:110%;
}
#WRAPPER #MAIN pre
{
    padding-left:15px;
}
#WRAPPER #MAIN ul li
{
    min-height: 15pt;
}

#WRAPPER #MAIN table
{
    margin-left:15px;
    width: 90%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
#WRAPPER #MAIN th
{
    border-bottom: 1px solid #333;
}
#WRAPPER #MAIN tr
{
    height: 2em;
}

/* MAIN for Accepted paper list */
#ACCEPTEDLIST
{
    padding: 5px 5px;
    margin: 0 auto;
    width: 1000px;
    min-height:100%;
    background-color:#FFF;
    border-style:solid;
    border-width: 5px 5px 5px 5px;
    border-color: #003;
    color: #333;
    font-size: 100%;
    /*float: left;*/
    /*float: right;*/
    text-align:left;  
}
#ACCEPTEDLIST ul
{
    list-style-type: none;
    margin-left: 10px;
    padding-left: 0;
}
#ACCEPTEDLIST ul li
{
    margin-bottom: 5px;
}
#ACCEPTEDLIST ul li font
{
    font-weight: bold;
}
#ACCEPTEDLIST ul li span.title
{
    font-weight: bold;
}
#ACCEPTEDLIST p.link
{
    font-size:105%;
    text-align:right;
    padding-right:10px;
}
#WRAPPER #SPONSOR
{
    clear: both;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    text-align: center;
}
#WRAPPER #SPONSOR ul
{
    width: 960px;
    margin: 0 auto;
    padding: 0 0;
}
#WRAPPER #SPONSOR li
{
    display: inline;
    margin: 20px 20px;
    list-style-type: none;
}
#WRAPPER #SPONSOR a
{
    text-decoration: none;
}

#WRAPPER #FOOTER, 
#ACCEPTEDLIST #FOOTER 
{
    clear: both;
    /*float: right;*/
    /*position: relative;*/
    margin: 0 auto;
    width: 900px;
    text-align: center;
}
#WRAPPER #FOOTER hr,
#ACCEPTEDLIST #FOOTER hr
{
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 900px;
    height: 1px;
    border-top: 1px #00F solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;   
}
#WRAPPER #FOOTER address,
#ACCEPTEDLIST #FOOTER address
{
    margin-bottom:10px;
}

/*Conference Program Table*/
#WRAPPER #MAIN table.program
{
    margin-top:15px;
    margin-left:15px;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.program col.time
{
    width:10%;
}
.program td
{
    vertical-align:top;
    padding-bottom:10px;
    /*line-height:20px;*/
}
.program td.event
{
    font-weight:bold;
    font-size:110%;
    /*font-variant:small-caps;*/
    /*font-style:italic;*/
}
.program tr.presentation
{
    border-top:1px solid #FFF;
    /*font-family: Times;*/
}
.program tr.presentation td span.ptitle
{
    font-weight:bold;
}
.program tr th
{
    text-align:center;
    font-size:105%;
    border-bottom: 1px solid #333;
}
.program tr
{
    border-bottom: 1px dotted #333;
    height: 2em;
}
