
body {
  background-image: url(../images/assets_logo_250.jpg);
  background-repeat: no-repeat;
  background-position: 0px -25px;

  background-color: #FFF;
  color: #A00000;
  font-family: helvetica, arial, sans-serif;
  margin: 0px;
  padding: 0px;
}



/* ---- */
/* Containers */
/* ---- */
.wrapper {
}

.container {
}

.main { 
  margin: 0px;
  padding: 0px;
}



/* ------ */
/* Header */
/* ------ */
.header {
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 250px;
  margin-right: 0px;
  
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 5px;
}

.skiplink {
  display: none;
}

h1 {
  display: inline;
  font-size: 3em;

  float:left;
  
  margin: 0px;
  padding: 0px;
}

.date-and-location {
  float: right;
  color: #A00000;
  font-size: 1.2em;
  white-space: nowrap;
  margin: 0px;
}

.longname {
  color: #000;
  font-size: 1.2em;
  margin-bottom: 5px;
  min-width: 300px;
}

/* ---- */
/* Footer */
/* ---- */
.footer {
  background-color: #FFF8F8;
  
  font-size: 0.8em;
  text-align: center;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  
  
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}

.tryout {
  color: #000;
  margin: 3px 0px;
}

.footer ul {
  margin: 0px;
  padding: 0px;
  display: inline;
  list-style-type: none;
}

.footer ul li {
  display: inline;
  padding: 2px;
}

.w3c-validator {
  border: none;
}

.w3c-validator > img {
  border: none;
  margin: 0px;
  padding: 0px;
}

.wave {
  background: url(../images/wave.png) repeat-x rgb(34, 34, 28) !important;
  border: none !important;
  width: auto !important;
  color: rgb(162, 199, 144) !important;
  font-family: corbel, optima, 'Lucida Grande', Arial, Verdana, sans-serif !important;
  font-size: 15px !important;
  overflow: visible !important;
  padding: 2px 10px !important;
  text-decoration: none;
  
  
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}



/* ---- */
/* Sidebar */
/* ---- */
.sidebar {
  font-family: "Palatino Linotype", sans-serif;

  float: left;
  text-align: center;
  
  position: absolute;
  top: 320px;
  left: 0px;
  width: 250px;

  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.sidebar h2 {
  font-weight: bold;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}

.sidebar ul {
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #A0A0A0;
}

.sidebar ul li {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  list-style: none;
  
  white-space: nowrap;
}

.sidebar > ul > li > a {
  font-size: 1em;
    
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;

  color: #A00000;
}

.sidebar > ul > li > a:hover, .sidebar > ul > li > a:focus {
  color: #A00000;
  background: #FFF8F8;

  border: 1px solid #A00000;
  
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.sidebar > ul > li > a.active {
  color: #FFF;
  background: #A00000;

  border: 1px solid #A00000;
  
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.sigaccess {
  margin-top: 10px;
}

.sigaccess > a:link > img, .sigaccess > a:visited > img, .sigaccess > a:hover > img, .sigaccess > a:active > img {
  border: 1px solid #A00000;

  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  
  border: none;
}



/* ---- */
/* Content */
/* ---- */
.content {
  background-color: #FFF8F8;
  
  min-height: 1030px;

  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  
  margin-left: 250px;
  
  color: #000;
  
  border-top: 1px solid #A00000;
  border-bottom: 1px solid #A00000;
  border-left: 1px solid #A00000;
  
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
}



/* ---- */
/* Helper classes */
/* ---- */
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
}



/* ------------- */
/* Page Elements */
/* ------------- */
h2 {
  font-size: 1.2em;
  font-weight: bold;

  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  
  color: #A00000;
  
  text-transform: uppercase;
}

h3 {
  font-size: 1.2em;
  font-weight: normal;
  color: #A00000;
  
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

h4 {
  font-size: 1.0em;
  font-weight: bold;
/*  font-style: italic;*/
  color: #A00000;
  
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;  
}

p {
  font-size: 1em;
  
  margin-top: 5px;
  margin-bottom: 15px;
  
  padding: 0px;
  
  color: #000;
}

img {
  border: 1px solid #A00000;
}

img.transparent-logo {
  background-color: white;
  padding: 10px;
}

a > img {
  border: 2px solid #00F;
}

a:visited > img {
  border: 2px solid #800080;
}

img.external, img.external:visited {
  border: none;
  padding-left: 5px;
  padding-bottom: 2px;
}

/* ---- */
/* Unordered Lists */
/* ---- */
.content ul {
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;

  padding: 0px;
  
  list-style-type: none;
}

.content ul li {
  background: url(../images/bullet.png) no-repeat;
  background-position: left center;
  
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 0px;
}

.content ol {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 5px;
  
  padding-left: 35px;
}


ol ol {
  list-style-type: lower-alpha;
}



/* ---- */
/* Ordered Lists */
/* ---- */
.content ol li {
  font-weight: bold;
  color: #A00000;

  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0px;
}

.content ol li span {
  font-weight: normal;
  color: #000;
}


/* ------ */
/* Tables */
/* ------ */
table {
/*  font-size: 0.9em;*/
  
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  
  background-color: #FFF;  
  border-collapse: collapse;
}

table.program {
/*  width: 100%;*/
}

table.program td {
  width: 100%;
}

table.program th {
  text-align: left;
/*  color: #A000000;*/
}

/*
td > em {
  color: #A00000;
  font-weight: normal;
  font-style: normal;
  display: block;
}
*/

table .program-item {
  display: block;
  color: #A00000;
/*  font-weight: bold;*/
}

table .paper {
  display: block;
  color: #A00000;
  padding-left: 25px;
}

table .person {
/*  font-size: .9em;*/
/*  color: #666;*/
  display: block;
/*  margin-top: 5px;*/
  padding-left: 25px;
/*  font-style: italic;*/
}

table .authors {
/*  font-size: .9em;*/
/*  color: #666;*/
  display: block;
  padding-left: 50px;
/*  font-style: italic;*/
}

table.fees {
  text-align: center;
}

th.delegate-type {
  margin: 0px;
  padding: 5px;

  font-weight: bold;

  border: 1px solid;
}

th {
  margin: 0px;
  padding: 5px;
  border: 1px solid;
  font-weight: normal;
  vertical-align: top;
}

tr.toprow > th {
  color: #A00000;
  
  margin: 0px;
  padding: 5px;
  
  font-weight: bold;
  
  border: 1px solid #A00000;
}

td {
  margin: 0px;
  padding: 5px;
  border: 1px solid;
  
  vertical-align: top;
}


/* Program committee */
.approval {
  font-style: italic;
}


.hotel {
  margin: 0px;
}

.map {
  float: left;
  background-color: white;
  
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 20px;
  
  padding: 0px;
  
  border: 1px solid #A00000;
}

.caption {
  color: #666;
  font-size: 0.9em;
  margin-top: 0px;
  margin-left: 50px;
  margin-bottom: 30px;
}

.credit {
  color: #666;
  font-size: 0.9em;
}

.keynote-speaker > p {
  color: #A00000;
  margin: 0px;
/*  font-style: italic;*/
}

/*
img.cook {
  margin-left: 10px;
  margin-right: 10px;
  float: right;
}
*/


.doctoral-faculty-member {
  margin-bottom: 10px;
/*  float:right;*/
}

.doctoral-faculty-name, .doctoral-chair-name {
/*  font-size: 1.1em;*/
/*  color: #A00000;*/
  padding-top: 15px;
  margin-bottom: 10px;
}

.doctoral-faculty-member > img, .doctoral-chair > img {
  float:left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#acm-logo {
  margin-right: 20px;
}

#sigaccess-logo {
  background: #FFF;
}

div.logos {
/*  text-align:center;*/
  margin-left: 25px;
  margin-bottom: 10px;
}

.additional-partner-logos {
/*  text-align:center;*/
  margin-left: 25px;
}

/* Used for accepted papers list */
dl {
  /* nothing yet */
  margin-top: 10px;
  margin-bottom: 25px;
}

dt {
  color: #A00000;
  margin: 0px;
  padding: 0px;
/*  text-transform: uppercase;*/
}

dd {
  padding: 0px;

  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 25px;
  margin-right: 0px;
}

dd > .affiliation {
  display: block;
}

.student-participant {
  margin-bottom: 10px;
}

.student-name {
  color: #A00000;
}
