/* OOPSLA 2009 template css
 *
 */

body {
    background-color: #F8CA10;
    font-size: smaller;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #873B89;
}

a:hover {
    text-decoration: underline;
}

.schedule .time a,
.schedule .time a:hover
{
  text-decoration: none;
}

#page-container {
    background-color: #F8CA10;
    border: none;
}

#page-body {
}

#page-top-margin p {
  text-align: right;
}

#masthead {
    background-color: #F8CA10;
    border: none;
}

#masthead .tombstone {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    width: 24em;
}

.front-page {
  font-size: 14px;
}

.front-page > p {
  padding-top: 1ex;
}

.front-page h5 {
  font-size: 14px;
  font-style: italic;
  color: #F27A22;
  padding: 0;
  margin: 0.5ex 0;
}

.invited-speakers {
    border-radius: 15px;
    -moz-border-radius: 15px;		/* for Firefox */
    -opera-border-radius: 15px;		/* for Opera */
    -webkit-border-radius: 15px;		/* for Safari */
  margin-left: 1em;
  background-color: #DCCEDC;
}

.invited-speakers .article_separator {
  display: none;
}

.invited-speakers table {
  border: none;
    padding: 2px;
}

div.at_a_glance {
  width: 120%;
}

.at_a_glance {
  font-size: smaller;
}

.at_a_glance td.column {
  text-align: center;
  vertical-align: middle;
  width: 7em;
}

.at_a_glance td.calibration {
  line-height: 0;
  padding: 0;
  width: 2em;
}

.at_a_glance a.venue {
  font-weight: bold;
  color: blue;
}

.at_a_glance th {
  background-color: #FFB47C;
  vertical-align: middle;
}

.at_a_glance th.room {
  width: 5em;
}

.chairs-signature {
  text-align: right;
}

.chairs-signature p {
  margin: 0;
  padding: 0;
}

.chairs-signature p.name {
    font-weight: bold;
}

.chairs-signature p.chair {
}

.chairs-signature p.company {
  font-style: italic;
}

.chairs-signature p.email {
  font-style: italic;
}

.invited-speakers tr {
  background-color: transparent;
}

.invited-speakers td {
    width: 15%;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: smaller;
    text-align: center;
  background-color: transparent;
}

.survey_link {
    padding: 2px 5px;
    border: outset 2px #873B89;
    border-radius: 5px;
    -moz-border-radius: 5px;		/* for Firefox */
    -opera-border-radius: 5px;		/* for Opera */
    -webkit-border-radius: 5px;		/* for Safari */
    background-color:#ffe167;
    text-decoration: none;
    padding: 2px 6px 0 6px;
    border-top:4px #fff9e1 solid;
    border-left:4px #fff9e1 solid;
    border-bottom:4px #cfb346 solid;
    border-right:4px #cfb346 solid
}

.survey_link a:visited, .happening.survey a:visited, .special-happening.survey a:visited {
    color: #439DC4;
    color: #dc7e72;
    color: #dc5a13;
    color: #858585;
}

#InfoQ {
    border: 2px solid white;
    text-align: center;
    background-color: #FFE167;
    padding-bottom: 0;
}

#InfoQ h4 a, #InfoQ h4 a:link, #InfoQ h4 a:visited, #InfoQ h4 a:active {
    color: black;
}

#InfoQ a, #InfoQ a:link, #InfoQ a:visited, #InfoQ a:active {
    font-weight: bold;
}

#news {
    background-image: url(../images/news_background.png);
}

#news a, #news a:link, #news a:visited, #news a:active {
    font-weight: bold;
}

#news h4 {
    text-align: center;
    font-size: 20px;
}

table#supporters {
    border: solid 1px #873B89;
    background-color: white;
    border-collapse: collapse;
    text-align: center;
}

table#supporters th {
    background-color: #FFB47C;
    vertical-align: middle;
    border: solid 1px #873B89;
    width: 7em;
}

table#supporters td {
    background-color: white;
    padding: 10px;
    vertical-align: middle;
    border: solid 1px #873B89;
}

#news h5 {
    font-size: 14px;
}

.overview_schedule td {
    vertical-align: middle;
    padding: 1ex 0.5em 1ex 0.2em;
}

.overview_schedule th {
    text-align: left;
    vertical-align: middle;
    padding: 1ex 0.5em;
    background-color: #FFB47C;
}

#blog {
    position: relative;
    background-image: url(../images/blog_background.png);
}

#blog a, #blog a:link, #blog a:visited, #blog a:active {
    font-weight: bold;
}

#blog h4 {
    text-align: center;
    font-size: 16px;
}

#left-column {
    background-color: #231F20;
}

#left-column a {
    font-weight: bold;
}

#left-column a:hover {
}

#left-column .menu {
    padding-left: 10px;
    margin-left: 0px;
}

.menu a:link, .menu a:visited, .menu a:active {
    text-decoration: none;
    color: white;
}

#left-column li {
    list-style-type: none;
    margin: 1.1ex 0 1ex -1.1em;
    padding-left: 3px; 
    padding-top: 3px; 
    font: bold 13px;
    line-height: 100%;
}

#left-column li ul li {
    margin: 0.5ex 0 0.5ex -2em;
}

#thanks {
    font-weight: bold;
    font-size: smaller;
    background-color: #DCCEDC;
}

#footer {
    background-color: #231F20;
    color: white;
    font-size: 12px;
}

#footer .chair ul li {
  list-style-type: none;
}

#footer .chair {
}

#footer .chair p {
    line-height: 40%;
}

#footer .tombstone {
    text-align: right;
}

#footer .tombstone a {
    color: white;
}

#footer a:link, #footer a:visited, #footer a:active {
    color: #FFE167;
}

#footer-thanks tr {
    background-color: #231F20;
}

#footer-thanks th {
    font-size: medium;
}

#footer-thanks td {
    background-color: #231F20;
    padding: 1ex 2em;
    font-size: smaller;
}

#footer-thanks table {
    background-color: #231F20;
    border: 0;
}

#footer-thanks p {
    padding-bottom: 0.5ex;
}

#footer-thanks a:link, #footer-thanks a:visited, #footer-thanks a:active {
    color: white;
}

.email-info {
    text-align: center;
}

.cols1 {
	margin: 0 !important;
}

.column1 , .column2 {
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 0;
}

.column2 , .column1 {
	margin: 0;
}

.column2 {
	margin: 0;
}

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

.article_column {
	border: solid 0px #ccc;
	padding: 10px 10px 10px 0;
}

.row_separator2 {
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}

#cfp_tombstone {
    border-spacing: 0px;
}

#cfp_tombstone thead td {
    font-weight: bold;
    text-align: center;
}

#support_benefits {
    border-top: solid 1px #873B89;
    border-left: solid 1px #873B89;
    border-right: solid 0px #873B89;
    border-bottom: solid 0px #873B89;
    border-spacing: 0px;
}

#support_benefits thead td {
    font-weight: bold;
    text-align: center;
}

#support_benefits td {
    border-right: solid 1px #873B89;
    border-bottom: solid 1px #873B89;
}

#support_benefits tbody td p {
    font-size: small;
    margin: 1ex 0 1ex 0;
}

table {
    border: solid 1px #873B89;
}

thead td {
    font-weight: bold;
    text-align: center;
    background-color: #FFB47C;
}

tbody tr {
    background-color: #FFF2BD;
}



.session {
    padding-top: 1ex;
    padding-bottom: 1ex;
}

.session .presentation {
    padding-top: 1ex;
    padding-bottom: 1ex;
}

.session .presentation .title {
    padding-top: 1ex;
    padding-bottom: 1ex;
    font-weight: bold;
    font-size: larger;
}

.session .presentation .participant .name {
    font-weight: bold;
}

.session .presentation .participant .affiliation {
}

.session .presentation .participant .bio {
    padding-top: 1ex;
    padding-bottom: 1ex;
    margin-left: 10em;
    margin-right: 10em;
    font-size: smaller;
}

.session .presentation .abstract {
    padding-bottom: 1ex;
}

.session .session_chair {
    padding-top: 1ex;
    padding-bottom: 1ex;
}

.session .session_chair .participant .role {
    font-weight: bold;
}

.session .session_chair .participant .name {
    font-weight: bold;
    padding-left: 0.5em;
}

.session .presentation .tutorial_trait {
    padding-top: 0.5ex;
    padding-bottom: 0.5ex;
}

.session .presentation .tutorial_trait .content p,
.session .presentation .tutorial_trait .content ol,
.session .presentation .tutorial_trait .content ul
{
    margin-top: 0.25ex;
}

.session .presentation .tutorial_trait span.label {
    font-weight: bold;
}

.schedule {
  margin-top: 2ex;
}

.schedule table {
  margin-bottom: 2ex;
  width: 100%;
}

.schedule td.coordinates {
  width: 30%;
}

.schedule .time {
  font-weight: bold;
}

.schedule .space {
}

.schedule td.content {
  width: 70%;
}

.schedule tr.very_long_session {
  background-color: #FFFAE7;
}

.schedule tr.long_session {
  background-color: #FFECB2;
}

.schedule tr.regular_session {
  background-color: #FFD688;
}

.schedule tr.short_session {
  background-color: #FFB47C;
}

.happening {
  padding: 0.3ex 0.3em;
  background-color: #FFECB2;
}

.special-happening {
  padding: 0.3ex 0.3em;
  background-color: #FFD688;
}

.not-happening {
  background-color: #FFFAE7;
}

#educators_symposium .schedule .title {
  font-weight: bold;
  font-size: medium;
}

#educators_symposium td.coordinates {
  width: 20%;
}

#educators_symposium td.content {
  width: 80%;
}

#educators_symposium .schedule .participant {
  padding-top: 0.5ex;
}

#educators_symposium .schedule .participant .name {
  font-weight: bold;
}

#educators_symposium .schedule .participant .affiliation {
}

#educators_symposium .schedule .participant .bio {
    padding-top: 1ex;
    padding-bottom: 1ex;
    margin-left: 10em;
    margin-right: 10em;
    font-size: smaller;
}

#educators_symposium .schedule .abstract {
  padding-top: 1ex;
}

#educators_symposium .schedule .abstract p {
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
}

#educators_symposium .schedule dt {
  font-weight: bold;
  padding-top: 0.5ex;
}

.quote {
  font-size: small;
  padding-left: 4em;
  padding-right: 4em;
}

table.rslthintable tr, table.rslthintable, table.rslthintable th {
  background-color: white;
}


table.rslthintable .pink {
  background-color: #FFAAAA;
}

table.rslthintable .peach {
  background-color: #FFDDAA;
}

table.rslthintable .darker-peach {
  background-color: #FFCC99;
}

table.rslthintable .yellow {
  background-color: #FFFF99;
}

table.rslthintable .darker-yellow {
  background-color: #DDDD77;
}

table.rslthintable .grey {
  background-color: #CCCCCC;
}

table.rslthintable .lavender {
  background-color: #CCCCFF;
}

table.rslthintable .darker-lavender {
  background-color: #99CCFF;
}

table.rslthintable .green {
  background-color: #DDFFDD;
}

table.rslthintable .darker-green {
  background-color: #AAFFDD;
}


