/* CSS style sheet for Diss-LPSS Joint Workshop 2010 */
/**
* Stylesheet for printing
*
*/
@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%;*/
    font-size:10pt;
}
body #WRAPPER
{
    padding: 5% 5%;
    margin: 0 auto;
    /*width: 1000px;*/
    width: auto;
    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: 0 auto;
    padding: 0;
    /*width: 960px;*/
    width: auto;
    /*height:390px;*/
    /*border-style: solid;*/
    /*border-width: 3px;*/
    /*background: url("img/logo.png") #006 no-repeat 0 -20px;*/
    /*background-color:#006;*/
    color:#333;
    /*color:#FFF;*/
}

#WRAPPER #HEADER h1
{
    /*margin-top:220px;*/
    /*margin-right:10px;*/
    text-align:center;
    /*text-align:right;*/
    /*font-size:220%;*/
    font-size:24pt;
}
#WRAPPER #HEADER h2
{
    /*text-align:right;*/
    /*margin-right:10px;*/
    /*font-size: 130%;*/
    font-size:12pt;
}
#WRAPPER #HEADER h3
{
    /*text-align:right;*/
    /*margin-right:10px;*/
    /*font-size: 130%;*/
    font-size:12pt;
}

#WRAPPER #MENU
{
    display:none;
}

#WRAPPER #MAIN
{
    background-color:#FFF;
    margin: 0 auto;
    padding: 0;/*10px 10px;*/
    /*width: 700px;*/
    width: auto;
    /*min-height:500px;*/
    /*position: relative;*/
    border-width: 0;
    float: none;
    /*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.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: 5% 5%;
    margin: 0 auto;
    /*width: 1000px;*/
    width: auto;
    min-height:100%;
    background-color:#FFF;
    /*border-style:solid;*/
    /*border-width: 5px 5px 5px 5px;*/
    /*border-color: #003;*/
    color: #333;
    font-size: 11pt;
    /*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;*/
    width: auto;
    text-align: center;
}
#WRAPPER #SPONSOR ul
{
    /*width: 960px;*/
    width: auto;
    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;*/
    width: auto;
    text-align: center;
}
#WRAPPER #FOOTER hr,
#ACCEPTEDLIST #FOOTER hr
{
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
    /*width: 900px;*/
    width: auto;
    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: 2px solid #333;
    border-bottom: 2px 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:2px 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: 2px solid #333;
}
.program tr
{
    border-bottom: 1px solid #333;
    height: 2em;
}
