.sponsorImgOnOverview {
    float: left;
    margin: 10px
}

.carousel-control.left,
.carousel-control.right {
    background-image: none
}

/* collapsibleList */
.collapsibleList li{
  list-style-image:url('../images/button.png');
  cursor:auto;
}

li.collapsibleListOpen{
  list-style-image:url('../images/button-open.png');
  cursor:pointer;
}

li.collapsibleListClosed{
  list-style-image:url('../images/button-closed.png');
  cursor:pointer;
}
/* END collapsibleList */

/* Data tables styles */
.symbol {
	font-size: 75%;
}

.symbol thead {
	font-weight: bold;
}

#birdies td {
    vertical-align: top;
}

#stilling tbody tr.even:hover, #stilling tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

#stilling tbody tr.odd:hover, #stilling tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}

#stilling tr.even:hover {
	background-color: #ECFFB3;
}

#stilling tr.even:hover td.sorting_1 {
	background-color: #DDFF75;
}

#stilling tr.even:hover td.sorting_2 {
	background-color: #E7FF9E;
}

#stilling tr.even:hover td.sorting_3 {
	background-color: #E2FF89;
}

#stilling tr.odd:hover {
	background-color: #E6FF99;
}

#stilling tr.odd:hover td.sorting_1 {
	background-color: #D6FF5C;
}

#stilling tr.odd:hover td.sorting_2 {
	background-color: #E0FF84;
}

#stilling tr.odd:hover td.sorting_3 {
	background-color: #DBFF70;
}


.stilling_point {
    text-align: center;
}

.stilling_avg {
	background-color: yellow;
    text-align: center;
}

.stilling_badround {
	background-color: red;
    text-align: center;
}

.stilling_first {
	color: green;
}

.stilling_last {
	color: red;
}

.error_msg {
    font-style: italic;
    color: red;
}

table.scorecard {
    border-collapse: collapse;
    text-align: center;
}

table.scorecard thead {
    background-color: #E0E2FF;
    text-align: left;
}

table.scorecard table, table.scorecard tr, table.scorecard td {
    border: 1px solid black;
    padding: 5px;
}

table.scorecard td.Eagle {
    background-color: #ffbb4b;
    color: #ffffff;
    text-align: center;
}

table.scorecard td.Birdie {
    background-color: #c75a2d;
    color: #ffffff;
    text-align: center;
}

table.scorecard td.Par {
    background-color: #007fa7;
    color: #ffffff;
    text-align: center;
}

table.scorecard td.Bogey {
    background-color: #286738;
    color: #ffffff;
    text-align: center;
}

table.scorecard td.Bogey2 {
    background-color: #2f292b;
    color: #ffffff;
    text-align: center;
}

table.scorecard tr.subtotal {
    background-color: #F2F3FF;
    font-size: 100%;
}

table.scorecard tr.total {
    background-color: #E0E2FF;
    font-size: 110%;
    font-weight: bold;
}
