/* redefine xhtml selectors
---------------------------------------------------------- */

table {
	margin: 0;
    width: 100%;
	border-collapse: collapse;
}

caption {
	height: 0px;
	line-height: 0px;
	text-indent: -999em;
}

thead {

}

th {
}

tbody {

}

th {
	padding: 6px 8px;
	color: #0053a0;
    text-align: left;
	background: #e6f5fa;
}

td {
    vertical-align: top;
    text-align: left;
    padding: 0;
}

td img {
    float: left;
}

/* results -> table overview
---------------------------------------------------------- */

.tile td {
	padding: 0 0 1px 0;
}

table.sponsors {
    margin-bottom: 10px;
    border-top: 1px solid #E0DFDD;
}

table.sponsors h3 {
    font-size: 1em;
    text-align: left;
}

table.sponsors td {
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
}

table.sponsors td img { float: none; }

table.companies { margin-bottom: 10px; }
table.companies td {
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
}

/* workshops -> table
---------------------------------------------------------- */

table.workshops {
    margin: 0 0 50px 0;
    font-size: 11px;
    background: none;
    border: 1px solid #000;
}

table.workshops td,
table.workshops th {
    padding: 5px 10px 10px;
    width: 120px;
    color: #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

table.workshops .border td,
table.workshops .border th,
table.workshops td.border {
    border-bottom: 1px solid #000;
}

table.workshops .time td,
table.workshops .break td {
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #404040;
    background: #fff;
}

table.workshops .break td,
table.workshops th {
    background: #F3F5F4;
}

table.workshops thead .yellow { background: #ffd204 !important; }
table.workshops thead .orange { background: #f7901e !important; }
table.workshops thead .green { background: #00a950 !important; }
table.workshops thead .purple { background: #79288c !important; }
table.workshops thead .blue { background: #1c3f95 !important; }
table.workshops thead .red { background: #ee2e24 !important; }


table.workshops tbody .yellow { background: #ffe074 !important; }
table.workshops tbody .orange { background: #fbb46a !important; }
table.workshops tbody .green { background: #64c083 !important; }
table.workshops tbody .purple { background: #9b6cad !important; }
table.workshops tbody .blue { background: #666fb2 !important; }
table.workshops tbody .red { background: #f4805d !important; }

table.workshops .empty { background: #808080 !important; }

table.workshops span.long {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-style: italic;
}

table.workshops span.num {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    color: #404040;
    background: url(../img/bg_num.png) no-repeat 50% 0;
}
