html {
    /* Hack to force the size large to fix the scrollbar/page shift problem */
    min-height: 100%; 
    margin-bottom: 1px;
}

body {
    font-family: "Lucida Sans Unicode", sans-serif;
    background-image: url('../images/graybar.png');
    background-repeat: repeat-y;
    padding: 0px;
    margin-top: 0px;
}

#outer {
    min-width: 900px;
}

#header {
    position: relative;
    width: 100%;
    z-index: 200;
    background-color: #FFFFFF;
}

#illinoislogo2 {
    top: 0px;
    float: right;
   /* width: 62px; */
   /* height: 80px; */
    padding-top: 9px;
    padding-right: 5px;
    display: block;
}

#intellogo2 {
    top: 0px;
    float: right;
   /* width: 121px; */
   /* height: 80px; */
    padding-top: 9px;
    padding-right: 5px;
    display: block;
}

#ncsalogo2 {
    top: 0px;
    float: right;
   /* width: 118px; */
   /* height: 80px; */
    padding-top: 9px;
    padding-right: 5px;
    display: block;
}

#charmworkslogo2 {
    top: 0px;
    float: right;
   /* width: 108px; */
   /* height: 80px; */
    padding-top: 9px;
    padding-right: 5px;
    display: block;
}

#nvidialogo2 {
    top: 0px;
    float: right;
   /* width: 108px; */
   /* height: 80px; */
    padding-top: 9px;
    padding-right: 5px;
    display: block;
}


.noborder {
    border-style: none;
}

#ppllogo2 {
    top: 0px;
    float: left;
   /* width: 66px; */
   /* height: 80px; */
    padding-top: 9px;
    /*padding-bottom: 9px;*/
    padding-left: 5px;
    /*padding-right: 43px;*/
    display: block;
}

#headerinner {
    width: 483px;
    height: 125px;
    padding-right: 420px;
    margin: 0px auto;
    text-align: center;
    background-image: url('../images/workshop.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

#ppllogo {
    background-image: url('../images/ppl-logo.jpg');
    background-repeat: no-repeat;
    width: 200px;
    height: 59px;
    margin-top: 20px;
}

#illinoislogo {
    background-image: url('../images/illinifull.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 59px;
    margin-top: 20px;
    border-bottom: 2px solid;
    border-color: #0000CD;
}

#ppllogo a, #illinoislogo a {
    display: block;
    width: 200px;
    height: 59px;
}

#video {
    float: right;
    margin: 0 0 0 5px;
    width: 480px;
    height: 289px;
}

#innervideo {
   width: 480px;
   height: 289px;
}

#maintext {
    zoom: 1;
}

/*#workshop {
  background-image: url('../WebGraphic_WithoutSlash.jpg');
  background-repeat: no-repeat;
  margin: 0px auto;
  height: 155px;
  width: 701px;
  float: left;
  left: 100px;
  position: absolute;
  z-index: 2;
  border: 1px solid;
  }

#illini {
background-image: url('../illini.gif');
background-repeat: no-repeat;
width: 56px;
height: 72px;
position: absolute;
top: 70px;
z-index: 3;
}

#ppl {
background-image: url('../pplsquarelogo.png');
background-repeat: no-repeat;
width: 60px;
height: 75px;
position: absolute;
top: 70px;
left: 720px;
z-index: 3;
}

#divider {
background-color: #666666;
width: 100%;
height: 10px;
float: right;
}*/

#menu1 {
    width: 200px;
    padding: 0px;
    margin: 0px;
    float: left;
    background-color: #FFFFFF;
    z-index: 200;
}

#menu1 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #0000CD;
    width: 200px;
    padding: 0px;
}

#menu1 ul li {
    margin: 0px;
    /*display: inline;*/
    height: 29px;
    background-color: #FFFFFF;
}

#menu1 ul li a {
    text-decoration: none;
    background-color: #EEEEEE;
    /*border: 1px solid;*/
    width: 195px;
    height: 28px;
    padding-left: 5px;
    display: block;
}

#menu1 ul li a:hover {
    background-color: #0000CD;
    color: white;
}

#datestitle {
    background-color: #0000CD;
    color: white;
    padding-left: 10px;
}

#dates {
    margin-top: 10px;
    background-color: #EEEEEE;
    border-bottom: 2px solid;
    border-color: #0000CD;
}

#date {
    font-size: 12px;
}

#desc {
    font-size: 12px;
}

#body1 {
    position: relative;
    height: 100%;
    clear: both;
}

#main {
    /*position: absolute;*/
    margin-left: 200px;
    padding-left: 8px;
    display: block;
    /* IE hack to fix static/float problem */
    zoom: 1;
}

#main1 {
    height: auto;
/*width: 300px;*/
}

#main2 {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    height: auto;
    width: auto;
}

#blackbox {
    clear: right;
    background-color: #0000CD;
    margin: 0px;
    padding: 0px;
    color: white;
    font-family: sans-serif;
    text-align: center;
    width: 100%;
}

#redbox {
    clear: right;
    background-color: #FF0000;
    margin: 0px;
    padding: 0px;
    color: white;
    font-family: sans-serif;
    text-align: center;
    width: 100%;
}
#blocklist {
    position: static;
    padding: 0px;
    list-style: none;
    margin: 0px;
}

#blocklist li {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    padding: 5px 0 5px 0;
    font-size: 11pt;
    border-bottom: 2px solid #0000CD;
}

#blocklist li li {
    list-style: none;
    float: none;
    width: auto;
    padding: 0;
    border: none;
}

.text {
    position: relative;
    margin-left: 305px;
}

.ad {
    background-color: #888888;
    width: auto;
    position: relative;
    margin-right: 5px;
    display: block;
    float: left;
}

.ad ul li {
    background-color:#ffffff;
    opacity: 0.6;
    filter:alpha(opacity=60);
    line-height: 25px;
    width: auto;
}

.ad ul li a {
    padding-left: 10px;
    color: #0000A0;
    font-weight: bold;
    font-size: 10pt;
/*text-decoration: none;*/
}

.ad ul {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 235px;
    height: 0px;
    position: absolute;
    z-index: 2;
}

.ad img {
    float: left;
    width: 300px;
    z-index: 1;
    position: relative;
}

#NAMD {
}

#bluewaters {
}

#bluewaters ul {
    top: 135px;
    left: 15px;
    width: 260px;
}

#bluewaters ul li a {
    padding: 0px;
    color: #808000;
    font-weight: bold;
    font-size: 18pt;
}

#bluewaters ul li {
    /*   padding: 10px;
         background-color:#ffffff;
         opacity: 0.9;
         width: auto;
         height: 70px;
         */
    float: none;
    display: block;
    padding-top: 0px;
    width: auto;
    height: auto;
    margin-top: 0px;
}

#roadrunner {
}

#exascale {
}

h1, h2, h3 {
    margin: 0px;
}

h4 {
    font-size: 12pt;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 5px 0;
}

p {
}

/*
  For program.php...
  */

div.dayHeader    { font-weight:bold;   font-family='Lucida Sans Unicode'; font-style:italic;   font-size:medium;    margin-top:25px; }
div.title        { font-weight:bold;   font-family='Lucida Sans Unicode'; font-style:normal;   font-size:x-large;   margin-top:0px;  }
div.columnHeader { font-weight:bold;   font-family='Lucida Sans Unicode'; font-style:normal;   font-size:medium;    margin-top:0px;   text-decoration:underline; }

div.time            { font-weight:normal;   font-family='Lucida Sans Unicode'; font-style:normal;   font-size:small;   margin:3px; }
div.type            { font-weight:normal;   font-family='Lucida Sans Unicode'; font-style:italic;   font-size:small;   margin:3px; }
div.location        { font-weight:normal;   font-family='Lucida Sans Unicode'; font-style:normal;   font-size:small;   margin:3px; }
div.talkTitle       { font-weight:bold;     font-family='Lucida Sans Unicode'; font-style:normal;   font-size:small; }
div.talkAuthor      { font-weight:normal;   font-family='Lucida Sans Unicode'; font-style:italic;   font-size:small;   margin-bottom:5px; }
div.talkDescription { font-weight:normal;   font-family='Lucida Sans Unicode'; font-style:normal;   font-size:small; }
div.slide { font-weight:normal;   font-family='Lucida Sans Unicode'; font-style:normal;   font-size:small; }
div.webcast { font-weight:normal;   font-family='Lucida Sans Unicode'; font-style:normal;   font-size:small; }

div.break { font-weight:normal;   font-family='Lucida Sans Unicode'; font-style:italic;   font-size:small; }
div.lunch { font-weight:normal;   font-family='Lucida Sans Unicode'; font-style:italic;   font-size:small; }

tr.keynote    { background-color:#bbffcc; }
tr.talk       { background-color:#bbbbff; }
tr.tutorial   { background-color:#ffccbb; }
tr.discussion { background-color:#ddbbff; }
tr.break      { background-color:#eeeeee; }
tr.lunch      { background-color:#eeeeee; }
tr.banquet    { background-color:#ffffbb; }

