/*GLOBAL -----------------*/
body
{
  background-color: #003366;
}

h1,h2,h3,h4,h5,h6 
{
  font-family: arial;
  color: yellow;
}

a:link     {color:#ffcc00}
a:visited  {color:#ffcc00}
a:active   {color:#ffcc00}
a:hover    {color:#ff9900}

/*eventsAdmin.php4 -----------------*/
div.day
{
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
  color: yellow;
}

div.date
{
  font-family: arial;
  font-size: 10pt;
  font-weight: normal;
  color: yellow;
}

div.sportHead
{
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
  color: yellow;
}

div.sportDescrip
{
  font-family: arial;
  font-size: 10pt;
  font-weight: normal;
  color: yellow;
}

div.socHead
{
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
  color: yellow;
}

div.socDescrip
{
  font-family: arial;
  font-size: 10pt;
  font-weight: normal;
  color: yellow;
}

div.adminEdit
{
  border:1px #003366 solid;
  
  /*due to bug in IE, can't retrieve obj.style.border obj,
    so must use js to hard code border props on mouse over/out.
    As a precaution, also set obj.style.background in the
    same way.
    
    This may mean that if you change the style
    set above, then you may need to adjust props in 
    kljs130903.js accordingly. */
}



button.reset, button.deleteSport, button.applySport, button.applySoc, button.deleteSoc, button.deleteDate, button.resetDate, button.applyDate
{
  visibility:hidden;
}


td.adminEditAllDates
{
  background:#006699;
  /* border:1px #ccff33 solid; */
}

/*
div.adminEditAllTitle
{
  font-family: arial;
  font-size: 14pt;
  font-weight: bold;
  color: #cccccc;
}
*/
#insertDate
{
  font-family: arial;
  font-size: 14pt;
  font-weight: bold;
  color: #cccccc;
}

#delAllDates
{
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  color: #cccccc;
}