p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-size: 12px;
	color: #0A3161;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #0A3161;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0A3161;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.LabelCell {
	font-weight: bold;
	background-color: #EEEEEE;
}
.TableHead {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0A3161;
}
.HelpText {
	background-color: #FF9900;
}
.Breadcrumbs {
	font-size: 12px;
	color: #0A3161;
	text-decoration: none;
}
.Breadcrumbs a {
	font-size: 12px;
	color: #0A3161;
	text-decoration: none;
}
.Breadcrumbs a:hover {
	font-size: 12px;
	color: #0A3161;
	text-decoration: underline;
}

.pagebreak { page-break-before: always; }


.DeleteImg { 
background-image: url(../images/icons/Delete2.png);
background-position:  0px 0px;
background-repeat: no-repeat;
word-spacing: 0px;
font: italic small-caps 1px/1px Georgia, serif;
width: 15px;
height: 15px;
border: 0px;
background-color: FFFFFF;
cursor: pointer;
outline: 0px;
}

.AddImg { 
background-image: url(../images/icons/Add2.png);
background-position:  0px 0px;
background-repeat: no-repeat;
width: 15px;
height: 15px;
border: 0px;
background-color: FFFFFF;
cursor: pointer;
outline: 0px;
}


.HomeImg { 
background-image: url(../images/icons/General3.png);
background-position:  0px 0px;
background-repeat: no-repeat;
width: 56px;
height: 65px;
border: 0px;
background-color: DDDDDD;
cursor: pointer;
outline: 1px;
}
.HomeImg:hover{ 
  background-position:  -56px 0px;
}
.HomeImg:active{ 
  background-position:  -112px 0px;
}

.RostersImg { 
background-image: url(../images/icons/Rosters3.png);
background-position:  0px 0px;
background-repeat: no-repeat;
width: 56px;
height: 65px;
border: 0px;
background-color: DDDDDD;
cursor: pointer;
outline: 0;
}
.RostersImg:hover{ 
  background-position:  -56px 0px;
}
.RostersImg:active{ 
  background-position:  -112px 0px;
}

.CardsImg { 
background-image: url(../images/icons/Cards3.png);
background-position:  0px 0px;
background-repeat: no-repeat;
width: 40px;
height: 65px;
border: 0px;
background-color: DDDDDD;
cursor: pointer;
outline: 0;
}
.CardsImg:hover{ 
  background-position:  -40px 0px;
}
.CardsImg:active{ 
  background-position:  -80px 0px;
}

.ScoreboardsImg { 
background-image: url(../images/icons/Scoreboards3.png);
background-position:  0px 0px;
background-repeat: no-repeat;
width: 88px;
height: 65px;
border: 0px;
background-color: DDDDDD;
cursor: pointer;
outline: 0;
}
.ScoreboardsImg:hover{ 
  background-position:  -88px 0px;
}
.ScoreboardsImg:active{ 
  background-position:  -176px 0px;
}

.ScoresImg { 
background-image: url(../images/icons/Scores3.png);
background-position:  0px 0px;
background-repeat: no-repeat;
width: 48px;
height: 65px;
border: 0px;
background-color: DDDDDD;
cursor: pointer;
outline: 0;
}
.ScoresImg:hover{ 
  background-position:  -48px 0px;
}
.ScoresImg:active{ 
  background-position:  -96px 0px;
}

.ResultsImg { 
background-image: url(../images/icons/Results3.png);
background-position:  0px 0px;
background-repeat: no-repeat;
width: 56px;
height: 65px;
border: 0px;
background-color: DDDDDD;
cursor: pointer;
outline: 0;
}
.ResultsImg:hover{ 
  background-position:  -56px 0px;
}
.ResultsImg:active{ 
  background-position:  -112px 0px;
}

.SubmitImg { 
background-image: url(../images/icons/SubmitMeet.png);
background-position:  0px 0px;
background-repeat: no-repeat;
width: 88px;
height: 84px;
border: 0px;
background-color: DDDDDD;
cursor: pointer;
outline: 1px;
}
.SubmitImg:hover{ 
  background-position:  -88px 0px;
}

.DeleteMeetImg { 
background-image: url(../images/icons/DeleteMeet.png);
background-position:  0px 0px;
background-repeat: no-repeat;
width: 88px;
height: 84px;
border: 0px;
background-color: DDDDDD;
cursor: pointer;
outline: 1px;
}
.DeleteMeetImg:hover{ 
  background-position:  -88px 0px;
}

#GeneralActive {
     width: 56px;
     height: 65px;
     background: url(../images/icons/General3.png) -112 0;
}
#CardsActive {
     width: 40px;
     height: 65px;
     background: url(../images/icons/Cards3.png) -80 0;
}
#ScoreboardsActive {
     width: 88px;
     height: 65px;
     background: url(../images/icons/Scoreboards3.png) -176 0;
}
#RostersActive {
     width: 56px;
     height: 65px;
     background: url(../images/icons/Rosters3.png) -112 0;
}
#ScoresActive {
     width: 48px;
     height: 65px;
     background: url(../images/icons/Scores3.png) -96 0;
}
#ResultsActive {
     width: 56px;
     height: 65px;
     background: url(../images/icons/Results3.png) -112 0;
}