.blue
{
  background-color:#23a8bd;
  color:white;
}

.large
{
  font-size:xx-large;
}



#managementHeader, #playersHeader
{
  background-color:#23a8bd;
  color:white;
  height:30px;
  margin-bottom:0;
  border-radius:9px 9px 0 0;
  padding:6px;
  margin:10px 0 0 0;
}

#managementHeader a, #playersHeader a
{
  color:#e0e4cc;
}

.smallForm
{
  width: 240px;
}

#contentbox,
#detailsBox,
#secondary
{
  background-color: white;
  border: 2px dashed #23a8bd;
  margin-left: 10px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-top: 10px;
  width: 340px;
}
.rounded5
{
  border-radius: 5px;
}

.panelcontainer
{
  /*little issue in IE with hiddenInitially - setting the width i something that exapands causes it to not scroll down fully first time, so set it in a containing div*/
  width:400px;
}

#managementContent, #playersContent
{
  background-color:white;
  border:1px solid white;
  border-top:0;
  padding:4px 0 8px 8px;
  margin-bottom:10px;
  border-radius:0 0 13px 13px;
  padding:6px;
  margin:0;
}

.linksinheader
{
  float:right;
}


#sidebar a.tutoriallink
{
  color:black;
  font-size:large;
  text-decoration:underline;
  font-size:93%
}

.rounded5
{
  border-radius:5px;
}



ul#teams
{
  margin-top:10px;
}

ul#teams li
{
  margin-top:5px;
}



#para
{
  border-radius:3px;
  border:2px dashed white;
  margin:15px 30px 5px 5px;
  padding:5px;
}

button
{
  cursor:pointer;
}

li
{
  padding-top:6px;
}

code
{
  font-family:"PT Mono", monospace;
}

#instructions img
{
  float:right;
  margin-right:5px;
  margin-top:5px;
}

#instructions
{
  margin: 1em 0;
  width:300px;
  _width:250px;
  margin-right:20px;
  font-size:large;
  font-family:"Indie Flower", cursive;
  position:fixed;
  top:73px;
  right:10px;
  padding:4px;
  color:#333;
  background:white;

  /* css3 */
  border-radius:10px;

}


* html #instructions  
{
  display:none; /*ie6 only*/
}



#instructions:before
{
  content:url(../TutorialImages/Rooster.png);
  sdisplay:block; /* reduce the damage in FF3.0 */
  position:absolute;
  top:-79px;
  left:150px;
  width:155px;
  height:36px;
}

/* creates the triangle */
#instructions:after
{
  content:"";
  display:block; /* reduce the damage in FF3.0 */
  position:absolute;
  top:-30px;
  right:112px;
  width:0;
  height:0;
  border:15px solid transparent;
  border-bottom-color:white;
}


#instructionhider
{
  cursor:pointer;
}

blockquote
{
  border:1px solid #f3f3f3;
  xbox-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
}

.instructioncode
{
  font-family:"PT Mono", monospace;
  font-size:large;
  color:#fa6900;
  
}

#topnavlinks a
{
  font-size:95%;
}

@media screen and (max-width: 650px)
{
  #instructions
  {
    padding-bottom:0px;
    padding-top:0px;
  }
}

@media screen and (max-width: 450px)
{
  #instructions
  {
    margin-right:5px;
    padding:0px;
  }
}

@media screen and (max-width: 410px)
{
  #instructions
  {
    display:none;
  }
  #topnavlinks
  {
    width:190px;
  }
}

@media screen and (max-width: 320px)
{
  #instructions
  {
    display:none;
  }
  #topnavlinks
  {
    width:190px;
  }
  #topnav
  {
    width:320px;
  }
}

@media screen and (max-width: 500px)
{
  #topnav h1
  {
    font-size:110%;
  }
}

@media screen and (max-width: 400px)
{
  #topnav h1
  {
    font-size:92%;
  }
}

@media screen and (max-width: 1010px)
{
  #instructions:before
  {
    content:url(../TutorialImages/Owl.png);
  }
}

@media screen and (max-width: 950px)
{
  #instructions:before
  {
    content:url(../TutorialImages/Crab.png);
  }
}

@media screen and (max-width: 880px)
{
  #instructions:before
  {
    content:url(../TutorialImages/Eagle.png);
  }
}


@media screen and (max-width: 500px)
{
  #instructions:before
  {
    content:url(../TutorialImages/Penguin.png);
  }
}




@media screen and (min-width: 1050px)
{
  #instructions
  {
    margin-right:25px;
  }
}

@media screen and (min-width: 1100px)
{
  #instructions
  {
    margin-right:50px;
  }
}

@media screen and (min-width: 1150px)
{
  #instructions
  {
    margin-right:75px;
  }
}

@media screen and (min-width: 1200px)
{
  #instructions
  {
    margin-right:100px;
  }
}

@media screen and (min-width: 1250px)
{
  #instructions
  {
    margin-right:125px;
  }
}

@media screen and (min-width: 1300px)
{
  #instructions
  {
    margin-right:150px;
  }
}

@media screen and (min-width: 1350px)
{
  #instructions
  {
    margin-right:175px;
  }
}

@media screen and (min-width: 1400px)
{
  #instructions
  {
    margin-right:200px;
  }
}

@media screen and (min-width: 1450px)
{
  #instructions
  {
    margin-right:225px;
  }
}

@media screen and (min-width: 1500px)
{
  #instructions
  {
    margin-right:250px;
  }
}

@media screen and (min-width: 1550px)
{
  #instructions
  {
    margin-right:275px;
  }
}

@media screen and (min-width: 1600px)
{
  #instructions
  {
    margin-right:300px;
  }
}

@media screen and (min-width: 1650px)
{
  #instructions
  {
    margin-right:325px;
  }
}

@media screen and (min-width: 1700px)
{
  #instructions
  {
    margin-right:350px;
  }
}



@media screen and (min-width: 1750px)
{
  #instructions
  {
    background:#e0e4cc;
    margin-right:0;
  }
  #instructions:after
  {
    border-bottom-color:#e0e4cc;
  }
  #instructions:before
  {
    content:url(../TutorialImages/Ghost.png);
  }
}


@media screen and (max-width: 500px)
{
  #sortableTableNotes
  {
    display:none;
  }
  .hiddenWhenTablesAreTables
  {
    display:block;
  }
}