html {
	font-family: "Whitney SSm A", "Whitney SSm B", "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
	font-weight: 400;
	line-height: 1.45em;
	font-size: 1.2em;
}

.menu_timeschedule, .menu_teampoints {
    background-color: rgb(21,101,192);
    color: rgba(255,255,255,0.93);
}

.navigation-odd {
    /*background-color: #E8EAF6;*/
}

.navigation-even {
    /*background-color: #E3F2FD;*/
}

table.participationstable thead, table.combinedeventtotaltable thead {
	padding-top: 12px;
	padding-bottom: 12px;
        border-top: 3px solid rgb(92, 160, 214);
        border-bottom: 3px solid rgb(92, 160, 214);
}
table.participationstable, table.combinedeventtotaltable {
	padding-bottom: 12px;
        border-bottom: 3px solid rgb(92, 160, 214);
}
table.participationstable td, table.combinedeventtotaltable td {
	background-color: white;
	border-bottom: 2px solid rgb(230, 230, 230);
        text-align: center;
}
table.participationstable td.rank, table.participationstable th.rank, table.combinedeventtotaltable td.rank, table.combinedeventtotaltable th.currentorder_combined {
	font-weight: bold;
        /*background-color: yellow;*/
	border-bottom: none;
        text-align: center;
}
td.attempt, th.attempt, td.height, th.height, td.combinedeventpoints, th.combinedeventpoints {
	color: rgb(100, 100, 100);
	background-color: rgb(250, 250, 250);
}
td.attempt, td.height, td.combinedeventpoints {
	border: 1px solid rgb(250, 200, 200);
}
.result {
	color: rgb(180, 80, 80);
	font-weight: bold;
}

/* =================================================== */

table.scheduletable, table.teampointstable {
	padding-top: 12px;
	padding-bottom: 12px;
        border-top: 3px solid rgb(92, 160, 214);
        border-bottom: 3px solid rgb(92, 160, 214);
}
table.scheduletable td, table.teampointstable td {
	background-color: white;
	border: none;
}
table.scheduletable tr.events {
        border-top: 3px solid rgb(92, 160, 214);
}
table.scheduletable tr.status_5 {
	border-left: 10px solid green;
}
table.scheduletable tr.status_6 {
	border-left: 10px solid red;
}

@-webkit-keyframes blinkstatus4 { 
   50% { border-color: #202255; } 
}
@keyframes blinkstatus4 { 
   50% { border-color: #202255; } 
}
table.scheduletable tr.status_4 {
	border-left: 10px solid transparent;
}
table.scheduletable tr.status_4 {
    animation: blinkstatus4 .5s step-end infinite alternate;
    -webkit-animation: blinkstatus4 .5s step-end infinite alternate;
}
@-webkit-keyframes blinkstatus3 { 
   50% { border-color: #CFCCD7; } 
}
@keyframes blinkstatus3 { 
   50% { border-color: #CFCCD7; } 
}
table.scheduletable tr.status_3 {
	border-left: 10px solid transparent;
}
table.scheduletable tr.status_3 {
    animation: blinkstatus3 .5s step-end infinite alternate;
    -webkit-animation: blinkstatus3 .5s step-end infinite alternate;
}
