﻿body {




}
.texboxsheet
{
     font-family:monospace
}


.textblurShadow {
    text-shadow:5px 5px 10px blue;
}
.textWlightShadow {
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.textBlightShadow {
    color: white;
    text-shadow: 2px 2px 4px #000fff;
}

.textOutSetShadow
{
    text-shadow: -1px -1px white, 1px 1px #333

}
.textInSetShadow {
    text-shadow: 1px 1px white, -1px -1px #444

}
.textInSetShadow2 {
    background-color: #666666;
    -webkit-background-clip:content-box;
    -moz-background-clip:content-box;
    background-clip:content-box;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}

.text3DShadow {
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
.textWhiteBlueShadow {
   text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
   color: white;
   font: 1.5em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif;
}

.textWhiteBlueShadow2 {
   text-shadow: 1px 1px 2px black, 0 0 1em gray, 0 0 0.2em darkblue;
   color: white;
   font: 1.5em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif;
}
.textHitTheFloor {
color:darkblue;
font-size: 16em;
font-weight: bold;
font-family: Helvetica;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
/*text-align: center;*/
}

.text3Dtext {
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}


.rdbtnlist input[type="radio"]
{
   /*margin-left: 1em;*/
   /*padding-left: 2em;*/
   margin-left: 10px;
}


.btn-default-link-my {
  
  /*background-image: linear-gradient(#fff, #fff 60%, #f5f5f5);*/
  /* 
  background-repeat: no-repeat;  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
  filter: none;
  background-image: linear-gradient(#fff, #fff 60%, #f5f5f5);
  
  border-width:1px;
  border-color:cornflowerblue;
  border-color:lightslategray;   
  width:180px; 
  height:auto;
  text-align:left;  */
  border-width:1px;
  border-color:lightgray;
  width:100%;
  text-align:left;

}
.icoImg {
    height:80%;
    width:20%;    
}
.icoImgSmall {
    height:20px;
    width:20px    
}