/*
Author  : Boon
URL     : http://builtbyboon.com
Twitter	: http://twitter.com/mattberridge
---------------------------------------*/
body {
  margin: 0;
  font: 1em/1.5 sans-serif; }

.strip {
  background: #891434;
  color: #fff;
  padding: 1em 5%; }
  .strip p {
    text-align: left;
    font-size: 1.2em;  
  }

.container {
  width: 90%;
  margin: 2em auto; }

p {
  text-align: justify;
  margin: 0 0 1.5em 0; }

a {
  color: #fff; }

h2 {
  margin-top: 0; }

/* -- Begin grids
------------------------------------------------------------- */
/* -- Use this wrapper if you want to divide your columns -- */
.divide-bottom {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5em; }

/* -- Use this wrapper if you want to block-out a column with padding 
Taken from http://csswizardry.com/2011/10/the-island-object/) -- */
.island {
  padding: 1.5em;
  background-color: #ececec; }
  .island :last-child {
    margin-bottom: 0; }

/* -- Set up your grids -- */
.grid-wrap {
  margin-left: -0.7em;
  overflow: hidden;
  clear: both; }

.grid-col {
  float: left;
/**  padding-left: 2em; **/
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.half-gutter {
  /** margin-left: -1.5em; **/
}

.half-gutter .grid-col {
    padding-left: 0.4em;
}

/* -- If you want any columns to begin with -- */
.col-full {
  width: 100%; }

.col-one-half {
  width: 50%; }

.col-one-third {
  width: 33.333%; }

.col-two-thirds {
  width: 66.666%; }

.col-one-quarter {
  width: 25%; }

.col-three-quarters {
  width: 75%; }

/** my stuff **/

/** heading stuff  **/

div.seriesCon {
    
}
.sbResult-grid-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
.sbLive-grid-col {
    float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 250px;
  min-width: 94px;
}
.sbResult-scroll-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 250px;
  min-width: 44px;
}

.sbLive-scroll-col {
    float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 250px;
  min-width: 44px;
}
.sbScroll-grid-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 250px;
  min-width: 44px;
}

div.ui-content {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0;
}


div.compHeader {
    border-bottom: 1px solid #222;
    height: 28px;
    background-image: -webkit-linear-gradient( #585858, #383838 );
	background-image: -moz-linear-gradient( #585858, #383838 );
	background-image: -ms-linear-gradient( #585858, #383838 );
	background-image: -o-linear-gradient( #585858, #383838 );
	background-image: linear-gradient( #585858, #383838 );
}
div.compName {
    display: block;
    float: left;
    margin-left: 6px;
    font-size: 12px;
}
div.sbLiveHeatNum, div.sbResultHeatNum {
    padding-left: 10px;
}
/**
div.sbResultCompName  {
    float: left;
    margin-left: 6px;
    line-height: 28px;
}
**/
div.RoundHeatConLeft {
    clear: left;
    margin-top: 8px;
    margin-left: 8px;
    font-size: 14px;
    font-weight: bold;
    
}
div.RoundHeatCon {
    float: right;
    margin-left: 18px;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
}
span.sbResultRoundName {
    
}
span.sbResultHeatNum {
    padding-left:0.8em;
}

div.timer {
        display: inline-block;
	color: yellow;
	font-weight: bold;
	font-size: 16px;
        padding-right: 10px;
        margin-left: 5px;
        height: 22px;
}
span.timer {
        float: right;
	color: mediumblue;
	font-weight: bold;
	font-size: 16px;
        padding-right: 5px;
}



div.smallScoresCon {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
div.smallScoresBox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.cdPlace {
	float: left;
	border: 1px solid #111;
	padding-top: 2px;
	padding-left: 2px;
	margin-bottom: 2px;
	width: 22px;
	height: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.cdCol {
	float: left;
	/** border: 1px solid #111; **/
	padding-left: 2px;
	margin-bottom: 2px;
	width: 22px;
	height: 12px;
        font-size: 11px;
        font-weight: bold;
        min-width: 22px;
        text-align: center;
        color: #777;
        text-shadow: none;
}
div.transparent {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
div.cdColWide {
	border: 1px solid #111;
	padding-top: 2px;
	padding-left: 2px;
	margin-bottom: 2px;
	height: 14px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
div.cTotal {
	float: right;
	margin-top: -2px;
	margin-right: 4px;
	font-size: 14px;
	font-weight: bold;
        -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
        background-color: #2b2b2b;
        min-width: 40px;
        text-align: center;
        border: 1px solid #111;
        
}
div.cdScores {
    /** display: none; **/
    clear: both;
    margin-top: 8px;
    margin-bottom: 4px;
}

/************************
 Name classes
*************************/
div.cdNames {
    clear: both;
    margin-top: 4px;
    margin-right: 4px;
    padding-top: 0px;
    padding-bottom: 4px;
    background-color: #333;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
    border: 1px solid #111;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
div.cdName1 {
    text-overflow:ellipsis;
    font-weight: bold;
}
div.cdName2 {
    text-overflow:ellipsis;
    font-weight: bold;
}
div.cdInfo {
    font-size: 10px;
    color: #888;
}
div.cdStatus {
    font-size: 11px;
    text-overflow:ellipsis;
    font-weight: bold;
    color: #777;
    text-shadow: none;
}

/************************
 Name classes
*************************/
div.cdNamesLeft {
    width: 96%;
    font-size: 12px;
    padding-left: 6px;
}
div.cdName1Left {
    float: left;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 4px;
    padding-bottom: 4px;
}
div.cdName2Left {
    float: left;
    display: block;
    padding-top: 0px;
    padding-left: 4px;
}
div.cdInfoRight {
    float: right;
    padding-top: 2px;
    padding-right: 4px;
    font-size: 10px;
    color: #aaa;
}
div.cdStatusLeft {
    text-align: center;
}
/******************************
 * centered classes
 ******************************/
div.cdNamesMid {
    width: 96%;
    font-size: 12px;
}
div.cdName1Mid {
    	float: none;
	padding-left: 0;
	padding-top: 4px;
	font-size: 14px;
}
div.cdName2Mid {
    	float: none;
	padding-left: 0;
	padding-top: 0;
	display: block;
	font-size: 14px;
}
div.cdInfoMid {
    	float: none;
	font-size: 10px;
	color: #888;
}
div.cdStatusMid {
    float: none;
    clear: both;
    text-align: center;
    padding-top: 6px;
}
/************************************/
div.cBestCon {
    clear: both;
    margin-top: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.cBest {
	float: left;
	margin-right: 8px;
	margin-bottom: 3px;
	width: 74px;
	height: 20px;
	text-align: center;
	border: 1px solid black;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
	font-size: 8px;
	line-height: 20px;
        color: white;
        text-shadow: 0 1px 1px black;
        -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
        -moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
        background-image: -webkit-linear-gradient( #383838,#585858 );
	background-image: -moz-linear-gradient( #383838,#585858 );
	background-image: -ms-linear-gradient( #383838,#585858 );
	background-image: -o-linear-gradient( #383838,#585858 );
	background-image: linear-gradient( #383838,#585858 );
}
span.wvBestTxt {
    /* display: none; */
    padding-right: 4px;
    font-size: 10px;
    
}
span.wvBest {
    /* display: none; */
    float: left;
    text-align: left;
    font-size: 11px;
    height: 20px;
    background-color: #898989;
    border-right: 2px solid #111;
    padding-left: 4px;
    padding-right: 4px;
}

span.toScoresIcon {
    display: block;
    margin-right: 10px;
}
span.iconArrow {
    display: block;
}

/** Score data page stuff **/

div.sdCol {
	float: left;
	border: 1px solid #111;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
        margin-right: 8px;
	width: 22px;
	height: 22px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
span.sdStatus {
        float: left;
	font-size: 12px;
	text-overflow:ellipsis;
        font-weight: bold;
}

/** Score detail page **/

div.sdNames {
    margin-bottom: 8px;
    margin-top: 8px;
    margin-left: 6px;
}

div.sdInfo {
    margin-bottom: 8px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}



.rounded-bottom-outer {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-top: 0;
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
}
div.cdGridChild {
    /* border: 1px solid #777; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 6px;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 8px;
    margin-right: 2px;
    /**
    text-shadow: 0 1px 1px #111;
    background-image: -webkit-linear-gradient( #444,#2D2D2D );
    background-image: -moz-linear-gradient( #444,#2D2D2D );
    background-image: -ms-linear-gradient( #444,#2D2D2D );
    background-image: -o-linear-gradient( #444,#2D2D2D );
    background-image: linear-gradient( #444,#2D2D2D );
    **/

}

div.cdBoxChild {
    float: left;
    width: 90px;
    border: 1px solid #777;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 8px;
    /**
    text-shadow: 0 1px 1px #111;
    background-image: -webkit-linear-gradient( #444,#2D2D2D );
    background-image: -moz-linear-gradient( #444,#2D2D2D );
    background-image: -ms-linear-gradient( #444,#2D2D2D );
    background-image: -o-linear-gradient( #444,#2D2D2D );
    background-image: linear-gradient( #444,#2D2D2D );
***/
}
div.cdColPop {
    border: 1px solid #777;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    width: 14px;
    height: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.cdWave {
    display: none;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #555;
    margin-left: 2px;
    margin-right: 2px;
    /***
    background-image: -webkit-linear-gradient( white, #a79F91 );
    background-image: -moz-linear-gradient( white, #a79F91 );
    background-image: -ms-linear-gradient( white, #a79F91 );
    background-image: -o-linear-gradient( white, #a79F91 );
    background-image: linear-gradient( white, #a79F91 );
    ***/
    background-color: #fff;
    border-color: 1px solid #ddd;
    text-shadow: 0 1px 1px #f3f3f3;
    border-width: 1px;
    border-style: solid;
}
.cdBest {
    display: none;
    height: 22px;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    margin-left: 2px;
    margin-right: 2px;
    color: #333;
    text-shadow: 0 1px 1px #f3f3f3;
    background-color: #ccc !important;
    /**
    background-image: -webkit-linear-gradient( #434343,#656565 );
    background-image: -moz-linear-gradient( #434343,#656565 );
    background-image: -ms-linear-gradient( #434343,#656565 );
    background-image: -o-linear-gradient( #434343,#656565 );
    background-image: linear-gradient( #434343,#656565 );
    text-shadow: 0 1px 1px #111;
    **/

}
span.wvdNumBest {
    line-height: 22px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 10px;
    font-weight: bold;
    height: 100%;
    color: #333;
    text-shadow: 0 1px 1px #f3f3f3;
}
span.wvdNum {
    line-height: 22px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 10px;
    height: 100%;
    color: #555;
    text-shadow: 0 1px 1px #f3f3f3;
}
span.scdScore {
    margin-left: 20%;
}


/***************** summary page css ***************/
div.cBoxChild {
    height: 80px;
    border: 1px solid #111;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-top: 8px;
    padding-left: 8px;
    margin-top: 12px;

    text-shadow: 0 1px 1px #111;
    background-image: -webkit-linear-gradient( #444,#2D2D2D );
    background-image: -moz-linear-gradient( #444,#2D2D2D );
    background-image: -ms-linear-gradient( #444,#2D2D2D );
    background-image: -o-linear-gradient( #444,#2D2D2D );
    background-image: linear-gradient( #444,#2D2D2D );

}
div.cName {
    float: left;
    padding-top: 4px;
    margin-left: 12px;
    font-size: 16px;
}
div.cScores {
    clear: left;
    margin-left: 44px;
    margin-top: 40px;
    height: 36px;
}
span.scNum {
    font-size: 10px;
    color: grey;
    margin-left: 1.2em;
}
span.scBest {
    font-weight: bold;
    font-size: 11px;
    margin-left: 1.2em;
}
div.cCaught {
    display: none;
    float: right;
}
#seriesPage ul {
    padding-left: 1.0em;
    padding-right: 1.0em;
}
div.heatPlace {
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
}
div.heatScore {
    float: right;
    padding-left: 4px;
    padding-right: 8px;
    font-size: 13px;
}
div.heatLine {
    clear: left;
    height: 28px;
    line-height: 28px;
    background-color: #f9f9f9;
    border-color: #bbb;
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
    /**
    background-image: -webkit-linear-gradient( #777,#2D2D2D );
    background-image: -moz-linear-gradient( #777,#2D2D2D );
    background-image: -ms-linear-gradient( #777,#2D2D2D );
    background-image: -o-linear-gradient( #777,#2D2D2D );
    background-image: linear-gradient( #777,#2D2D2D );
    ***/
} 
div.heatLineTxt {
    font-size: 11px;
    display: inline-block;
    margin-left: 8px;
}

/* tag team surfer scores */
div.tag_li {
    overflow-x: hidden;
    margin-bottom: 2px;
    padding-left: 3px;
    padding-top: 3px;
    font-size: 11px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /***
    background-image: -webkit-linear-gradient( #444,#777 );
    background-image: -moz-linear-gradient( #444,#777 );
    background-image: -ms-linear-gradient( #444,#777 );
    background-image: -o-linear-gradient( #444,#777 );
    background-image: linear-gradient( #444,#777 );
    ***/
}
div.tag_stot_con {
    clear: both;
    display: inline-block;
    width: 30%;
}
div.tag_stot {
    float: left;
    font-size: 11px;
    text-align: center;
    padding: 1px 4px 1px 2px;
    margin-top: 4px;
    /****
    background-image: -webkit-linear-gradient( #444,#2D2D2D );
    background-image: -moz-linear-gradient( #444,#2D2D2D );
    background-image: -ms-linear-gradient( #444,#2D2D2D );
    background-image: -o-linear-gradient( #444,#2D2D2D );
    background-image: linear-gradient( #444,#2D2D2D );
    ****/

}
div.tag_ss {
    display: inline-block;
    width: 60%;
    float: right;
}
div.tag_ws {
    margin: 0 6px 0 6px;
    height:17px;
    border: 1px solid #ccc;
    width: 70%;
    font-size: 11px;
    text-align: center;
    margin-bottom: 2px;
    /*************** 
    background-image: -webkit-linear-gradient( #444,#2D2D2D );
    background-image: -moz-linear-gradient( #444,#2D2D2D );
    background-image: -ms-linear-gradient( #444,#2D2D2D );
    background-image: -o-linear-gradient( #444,#2D2D2D );
    background-image: linear-gradient( #444,#2D2D2D );
    *************/
}
div.tagPW_ws {
    margin: 0 6px 0 6px;
    height:17px;
    border: 1px solid orange;
    width: 70%;
    font-size: 11px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*************** 
    background-image: -webkit-linear-gradient( #777,#2D2D2D );
    background-image: -moz-linear-gradient( #777,#2D2D2D );
    background-image: -ms-linear-gradient( #777,#2D2D2D );
    background-image: -o-linear-gradient( #777,#2D2D2D );
    background-image: linear-gradient( #777,#2D2D2D );
    *************/
}
div.bonusPoint {
    font-size: 9px;
    margin-top: 3px;
    margin-bottom: 3px;
}


div.sdTeamP {
    font-size: 11px;
    font-weight: normal;
}
div.sdTSInfo {
    padding-top: 2px;
    padding-bottom: 5px;
}

div.graphContainer {
    box-sizing: border-box;
    /** width: 850px; **/
    height: 350px;
    padding: 20px 15px 15px 15px;
    margin: 15px auto 30px auto;
    border: 1px solid #aaa;
    background: #333;
    background: linear-gradient(#444 0, #333 50px);
    background: -o-linear-gradient(#444 0, #333 50px);
    background: -ms-linear-gradient(#444 0, #333 50px);
    background: -moz-linear-gradient(#444 0, #333 50px);
    background: -webkit-linear-gradient(#444 0, #333 50px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
div.graphCanvas {
    width: 100%;
    height: 100%;
}


/*********************************************************/
.liveDiv {
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #bbb;
}
.liveStatus {
    width: 100%;
    background: #333;
    /**border: 1px solid #111;**/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
li.surferli {
    position: relative;
    padding: 0 0 !important;
    height: 55px;
}
.statsBlk {
    display: inline-block;
    padding: .7em .05em;
    margin-left: 34px;
}
.statScoreBlk {
    display: inline-block;
    vertical-align: top;
   /** background-color: #ccc; **/
    border: 1px solid #ccc;
    border-radius: 6px;
    padding-left: 4px;
    padding-top: 4px;
    margin-left: 10px;
    margin-right: 5px;
    width: 90px;
}
.statTagScoreBlk {
    display: inline-block;
    vertical-align: top;
   /** background-color: #ccc; **/
    border: 1px solid #ccc;
    border-radius: 6px;
    padding-left: 4px;
    padding-top: 4px;
    margin-left: 10px;
    margin-right: 5px;
    width: 70px;
}
.statTot {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 44px;
    font-weight: bold;
    vertical-align: center;
}
.statCol {
    position: absolute;
    border-right: 1px solid #ccc;
    top: 0;
    left: 0;
    bottom: 0;
    width: 24px;
}
.statBestBlk {
    display: inline-block;
    /**float: right; breaks in Firefox**/
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}
.statBestWv {
    font-size: 11px;
    text-align: center;
}
.statNameBlk {
    display: inline-block;
    margin-left: 10px;
}
.statName {
    font-size: 14px;
    font-weight: bold;
}
.statStatus {
    font-size: 11px;
    color: #555;
    font-weight: bold;
}
.dividerIcon {
    float: right;
    margin-top: -.1em;
}
.centre {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.legend {
    color: #fff;
}
.sbLiveHeatDivPanel {
    float: right;
}
div.gridComp {
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 14px;
    text-align: center;
    height: 80px;
    cursor: pointer;
    color: #333;
}
div.gridHeat {
    color: #1D3A48;
    font-size: 10px;
}
div.gridRun {
    font-size: 12px;
    text-align: center;
    color: lightgreen;
    text-shadow: 0 1px 1px darkgreen;    
}
.dataStatus {
    margin-top: 4px;
}
.jscoreDiv {
    display: inline-block;
    width: 60px;
    border: 1px solid #333;
    border-top-right-radius: 8px;
    font-size: 13px;
    background-color: #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 2px;
}
.jnumber {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 4px;
    
}
.jscore {
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 6px;
    font-weight: bold;
    /** background-color: #222; **/
}
div.hlCol {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-left: 4px;
    border: 1px solid #333;
    border-radius: 3px;
    vertical-align: middle;
}
div.runtimedata {
    width: 100%;
    display: inline-block;
    border: 1px solid #333;
    border-top-right-radius: 8px;
    font-size: 13px;
    background-color: #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
}
span.timedata {
    float: right;
    margin-right: 5px;
}
span.rundata {
    float: left;
    margin-left: 5px;
}
.cs-name-clip {
    text-overflow: ellipsis;
}