/* iBallEffects.css Last Updated December 16, 2013 */



/****************************************************************************************/
/*****                         "Pretty" stuff goes here                             *****/
/****************************************************************************************/



/******************* Cross browser gradient color effects *****************************/
.backgroundGradientBlack {
  background: #212121; /* Old browsers */
  background: -moz-linear-gradient(top, #212121 0%, #272727 12%, #2d2d2d 25%, #1f1f1f 39%, #000000 40%, #131313 50%, #070707 60%, #131313 76%, #0c0c0c 91%, #080808 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212121), color-stop(12%,#272727), color-stop(25%,#2d2d2d), color-stop(39%,#1f1f1f), color-stop(40%,#000000), color-stop(50%,#131313), color-stop(60%,#070707), color-stop(76%,#131313), color-stop(91%,#0c0c0c), color-stop(100%,#080808)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #212121 0%,#272727 12%,#2d2d2d 25%,#1f1f1f 39%,#000000 40%,#131313 50%,#070707 60%,#131313 76%,#0c0c0c 91%,#080808 100%); /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #212121 0%,#272727 12%,#2d2d2d 25%,#1f1f1f 39%,#000000 40%,#131313 50%,#070707 60%,#131313 76%,#0c0c0c 91%,#080808 100%); /* IE10+ */
  background: linear-gradient(to bottom, #212121 0%,#272727 12%,#2d2d2d 25%,#1f1f1f 39%,#000000 40%,#131313 50%,#070707 60%,#131313 76%,#0c0c0c 91%,#080808 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#080808',GradientType=0 ); /* IE6-8 */
}

.backgroundGradientRed {
  background: #e40438; /* Old browsers */
  background: -moz-linear-gradient(top, #e40438 0%, #d10333 44%, #b6002a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e40438), color-stop(44%,#d10333), color-stop(100%,#b6002a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e40438 0%,#d10333 44%,#b6002a 100%); /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #e40438 0%,#d10333 44%,#b6002a 100%); /* IE10+ */
  background: linear-gradient(to bottom, #e40438 0%,#d10333 44%,#b6002a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40438', endColorstr='#b6002a',GradientType=0 ); /* IE6-9 */
}


.backgroundGradientYellow {
  background: #f7e85f; /* Old browsers */
  background: -moz-linear-gradient(top, #f7e85f 0%, #c1ac0d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7e85f), color-stop(100%,#c1ac0d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7e85f 0%,#c1ac0d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7e85f 0%,#c1ac0d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7e85f 0%,#c1ac0d 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f7e85f 0%,#c1ac0d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e85f', endColorstr='#c1ac0d',GradientType=0 ); /* IE6-9 */

}

.backgroundGradientOrange {
  background: #fc5b04; /* Old browsers */
  background: -moz-linear-gradient(top, #fc5b04 0%, #a13f0b 50%, #8a3304 51%, #c74905 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc5b04), color-stop(50%,#a13f0b), color-stop(51%,#8a3304), color-stop(100%,#c74905)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fc5b04 0%,#a13f0b 50%,#8a3304 51%,#c74905 100%); /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #fc5b04 0%,#a13f0b 50%,#8a3304 51%,#c74905 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fc5b04 0%,#a13f0b 50%,#8a3304 51%,#c74905 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5b04', endColorstr='#c74905',GradientType=0 ); /* IE6-9 */
}

/**********************************************/
.button-gray {
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#646464) );
  background: -moz-linear-gradient(-90deg, #E1E1E1, #646464);
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E1E1E1', endColorstr='#646464');
}
.button-gray:hover {
  background: #E1E1E1;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#E1E1E1) );
  background: -moz-linear-gradient(-90deg, #646464, #E1E1E1);
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#646464', endColorstr='#E1E1E1');
}
.button-gray:active {
  background: #646464;
}

/*****************************************/


.button-blue {
  background: #4477a1;
  background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1) );
  background: -moz-linear-gradient(-90deg, #E1E1E1, #4477a1);
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1');
}
.button-blue:hover {
  background: #81a8cb;
  background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb) );
  background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');
}
.button-blue:active {
  background: #4477a1;
}


/********** Guts to make the fancy buttons work ********/

.button {
  margin-left: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8em;  /* Change the em value to scale the button */
  font-family: 'Arial', 'Segoe UI', 'Liberation Sans', 'Nimbus Sans L', Helvetica, Arial, serif;
  display: inline-block;
  text-align: center;
  color: #000000;

  border: 1px solid #9c9c9c; /* Fallback style */
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 .05em rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);

}

.button, .button span {
  -moz-border-radius: .3em;
  border-radius: .3em;
}

.button span {
  border-top: 1px solid #fff; /* Fallback style */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding: 0.1em .5em;

  /* The background pattern */

  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
  -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
  -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
  -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
  background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
  -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
  -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
  -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);

  /* Pattern settings */

  -moz-background-size: 3px 3px;
  -webkit-background-size: 3px 3px;
  background-size: 3px 3px;
}

.button:hover {
  -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
  box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}

.button:active {
  /* When pressed, move it down 1px */
  position: relative;
  top: 1px;
}



/**************************** Cluetip Control *************************************/
div.ui-cluetip {
  font-size: 0.8em;
  color: #FFFF00;
  background-color: #000000;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 4px solid #FFFFFF;
  font-weight: normal;

}
.ui-cluetip-header,
.ui-cluetip-content {
  padding: 12px;
}
.ui-cluetip-header {
  font-size: 1em;
  margin: 0;
  overflow: hidden;
}

.cluetip-title .cluetip-close {
  float: right;
  position: relative;
}
.cluetip-close img {
  border: 0;
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(WaitAni-4.gif);
}

.cluetip-extra {
  display:none;
}