
.title {
	font-size:120%;
	color:#FFFFFF;
}
#btnClear{height:35px;width:200px;}

#imgBtnHitB {
 background: url(../images/hBl.med.png) no-repeat top;
}
#imgBtnHitB:active {
 background: url(../images/hBl.med.png) no-repeat bottom;
}
#imgBtnHitS {
 background: url(../images/hSl.med.png) no-repeat top;
}
#imgBtnHitS:active {
 background: url(../images/hSl.med.png) no-repeat bottom;
}
#imgBtnHitP {
 background: url(../images/hPi.med.png) no-repeat top;
}
#imgBtnHitP:active {
 background: url(../images/hPi.med.png) no-repeat bottom;
}
#imgBtnHitM {
 background: url(../images/hMg.med.png) no-repeat top;
}
#imgBtnHitM:active {
 background: url(../images/hMg.med.png) no-repeat bottom;
}
#imgBtnFumbN {
 background: url(../images/fNa.med.png) no-repeat top;
}
#imgBtnFumbN:active {
 background: url(../images/fNa.med.png) no-repeat bottom;
}
#imgBtnFumbMl {
 background: url(../images/fMl.med.png) no-repeat top;
}
#imgBtnFumbMl:active {
 background: url(../images/fMl.med.png) no-repeat bottom;
}
#imgBtnFumbR {
 background: url(../images/fRa.med.png) no-repeat top;
}
#imgBtnFumbR:active {
 background: url(../images/fRa.med.png) no-repeat bottom;
}
#imgBtnFumbMg {
 background: url(../images/fMg.med.png) no-repeat top;
}
#imgBtnFumbMg:active {
 background: url(../images/fMg.med.png) no-repeat bottom;
}

td
{
 text-align: center;
}

tr
{
text-align: center;
}
span
{
	text-shadow: 0px 0px 0px #000000;
	font-family: Calibri;
} 
.btnLabel{
	font-family: Calibri;
	font-weight: bold;
	color:#FFFFFF;
}

.crit { 
 display: block;
 margin-left:auto;
 margin-right:auto;
 width: 75px;
 height: 75px;
 
}

.critEffectStyle {
  border: 2px solid #990000;
  font-family: Calibri;
  background-color: #ffcccc;
  text-align: center;
  padding-top: 1px;
  padding-right: 0px;
  padding-bottom: 1px;
  margin-top: 1px;
  margin-bottom: 4px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  
  
 /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FF5C57 0%, #3B0807 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FF5C57 0%, #3B0807 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FF5C57 0%, #3B0807 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF5C57), color-stop(1, #3B0807));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FF5C57 0%, #3B0807 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FF5C57 0%, #3B0807 100%);
}
.fumbEffectStyle {
  border: 2px solid #666600;
  font-family: Calibri;
  background-color: #ffffcc;
  text-align: center;
  padding-top: 1px;
  padding-right: 0px;
  padding-bottom: 1px;
  margin-top: 1px;
  margin-bottom: 4px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  
  /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FAFF70 0%, #303602 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FAFF70 0%, #303602 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FAFF70 0%, #303602 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FAFF70), color-stop(1, #303602));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FAFF70 0%, #303602 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FAFF70 0%, #303602 100%);
  
}
