﻿* 
{
  margin:0;
  padding:0;
}

html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  font-family: Verdana;
}
#wrapper {
  position:relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-top:-40px;
}
#footer {
  position: relative;
  height: 40px;
  background:#007CA7;
}
#header
{
    height: 80px;
    width: 100%;
    padding-top: 40px;
    border-bottom: solid 4px #007CA7;
}


.divFull
{
    width: 100%;
    min-height: 100%;
    height : auto !important;
    height : 100%;
}
.center
{
    margin: 0 auto 0 auto;
}
.centerMiddle
{
    margin: 300px auto auto auto;
}

.textWatermark
{
    font-style: italic;
    color: #3E3F40;
}


.pastPer
{
    background-color: #007CA7; /*#E86E34;*/
    color: White;
}
.pastPer a
{
    color: White;
    text-decoration: none;
}
.curPer
{
    background-color: #FFBC79;
}
.futurePer
{
    background-color: #E1E1E1;
}

h3
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-bottom: solid 1px #007CA7;
}



.scoreCard
{
    margin: 10px auto 2px auto;
}
.scoreCard td, th
{
    border-color: Black;
}

.scoreCard img
{
    cursor: pointer;
}

.gridRow
{
    border-bottom: 1px solid #000;
}
.action
{
    padding-left: 5px;
}
/* alternative row in table
   don't forget to change this color in ScoreCardGrid.ascx.cs.gvA_OnRowCreated()
 */
.altr
{
    background-color: #F2F9FF;
    border-bottom: 1px solid #000;
}

.totScores
{
    float: right;
    border: solid 1px black;
    height: 51px;
    padding: 0 5px 0 5px;
}
    
.dayScores
{
    border-collapse: collapse;
    float: right;
}
.dayScores td
{
    border: solid 1px black;
}
.dayScores td.sc
{
    padding: 0 5px 0 5px;
    text-align: right;
    text-align: center;
}
.dayScores td.scDay
{
    width: 31px;
    height: 26px;
    text-align: center;
    font-weight: bold;
}

/* ============================== USER CREATION WIZARD ==============================*/

td.createUser
{
    padding: 5px;
    border-bottom: solid #3E3F40 1px;
}


table.createUser input[type="password"], 
table.createUser input[type="text"],
table.createUser select
{
    font-family: Verdana;
    font-size: 130%;
    width: 300px;
}

.hint
{
    font-size: 60%;
    font-style: italic;
    color: #3E3F40;
}

.wizardButton
{
    margin: 0 15px 15px 0;
    padding: 5px;
}

/* ==================================== ALL USERS =================================== */

.users
{
    border-color: Black;
}

.users TD, TH
{
    padding: 3px;
    border-color: Black;
}


/* ==================================== REORDER ACTIONS =================================== */
.reorder
{
    width: 90%;
    margin: 0 auto;
    background-color: White;
    padding: 1px 0;
}

.reorder ul
{
    margin: 5px;
    padding: 0 0px 0 0px;
    list-style-type: none;
}

.reorder ul li
{
    background-color: #DDEFFF;
    margin: 5px 0 5px 0;
    cursor: pointer;
}

.reorder ul li div
{
    padding: 5px;
}

.reorderCb
{
    border: 2px dashed #FF0000;
    cursor: wait;
}

.reordCaption
{
    font-size: 14px;
    margin-bottom: 5px;
}

.reordCaption span
{
    font-size: 18px;
}

div.overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    filter: alpha(opacity = 20); /* required for opacity to work in IE */
    height: 100%;
}