/*********************************************/
/* general */
/*********************************************/
* { margin: 0; padding: 0; border: 0; }

a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
 }

.centered { display: block;
    margin-left: auto;
    margin-right: auto;}
/*********************************************/
/* boxes */
/*********************************************/
.GreenBox { display:inline-block;
font-size: 11px;
background-color: #efe;
border: 1px solid #7a7;
border-radius:9px;
padding: 5px;
text-align: left;
}
.GreyBox { display:inline-block;
color: #333300;
background-color:#f8f8f9;
padding:5px;
border: 1px dotted #CCCCCC;
}
.RoundFrame { display:inline-block;
border-radius:9px;
} 
.TopTab { display:inline-block;
font-size: 12px;
color: white !important;
background-color: #3d94f6;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
padding: 5px;
}
.RedStitched { display:inline-block;
   padding: 20px;
   margin: 10px;
   background: #ff0030;
   color: #fff;
   font-size: 21px;
   font-weight: bold;
   line-height: 1.3em;
   border: 2px dashed #fff;
   border-radius: 10px;
   box-shadow: 0 0 0 4px #ff0030, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
   text-shadow: -1px -1px #aa3030;
   font-weight: normal;
}
.BlueStitched { display:inline-block;
   padding: 20px;
   margin: 10px;
   background: #0000c0;
   color: #fff;
   font-size: 21px;
   font-weight: bold;
   line-height: 1.3em;
   border: 2px dashed #fff;
   border-radius: 10px;
   box-shadow: 0 0 0 4px #0000c0, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
   text-shadow: -1px -1px #aa3030;
   font-weight: normal;
}
.PinkStitched { display:inline-block;
   padding: 20px;
   margin: 10px;
   background: #ff00ff;
   color: #fff;
   font-size: 21px;
   font-weight: bold;
   line-height: 1.3em;
   border: 2px dashed #fff;
   border-radius: 10px;
   box-shadow: 0 0 0 4px #ff00ff, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
   text-shadow: -1px -1px #aa3030;
   font-weight: normal;
}
/*********************************************/
/* classes */
/*********************************************/
.clear
{
clear: both;
}
.imgRight
{ float: right; margin: 0 0 10px 10px;}
.imgLeft
{ float: left; margin: 0 10px 10px 0;}

.bold
{ font-weight: bold; font-variant: small-caps;}
.boldAlert
{font-weight: bold; color: #990000; font-size: 14px;}

.border{
height:1px;
background: url(http://www.leapnlink.co.uk/comms/PHPlist/images/border.jpg) repeat-x center;
clear: both;
padding-bottom: 10px;
padding-top: 10px;
}

.read{
position:relative;
width: 68px;
height: 16px;
font-family: Arial, Verdana, sans-serif;
font-size: 9px;
font-weight: normal;
font-style:italic;
color: #143aef;
display:inline-block;
text-align: right;
padding-right: 8px;
background: url(http://leapnlink.co.uk/PHPlist/images/read_more.png) no-repeat bottom right;
}
.read:hover{
width: 68px;
height: 16px;
font-family: Arial, Verdana, sans-serif;
font-size: 9px;
font-weight: bold;
font-style:italic;
color: #ffffff;
display:inline-block;
text-align: right;
padding-right: 8px;
background: url(http://leapnlink.co.uk/PHPlist/images/read_more2.png) no-repeat bottom right;
}

.BlueButton {
        -moz-box-shadow: 4px 4px 3px -1px #97c4fe;
        -webkit-box-shadow: 4px 4px 3px -1px #97c4fe;
        box-shadow: 4px 4px 3px -1px #97c4fe;
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
        background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
        background-color:#3d94f6;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        border-radius:8px;
        display:inline-block;
        color:#ffffff !important;
        font-family:arial;
        font-size:12px;
        font-weight:bold;
        padding:10px 24px;
        text-decoration:none;
        text-shadow:3px 3px 1px #1570cd;
}.BlueButton:hover {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
        background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
        background-color:#1e62d0;
}.BlueButton:active {
        position:relative;
        top:1px;
}
.purple_button {
-moz-box-shadow:inset 0px -19px 9px 0px #683891;
-webkit-box-shadow:inset 0px -19px 9px 0px #683891;
box-shadow:inset 0px -19px 9px 0px #683891;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b37ede), color-stop(1, #7c16cb) );
background:-moz-linear-gradient( center top, #b37ede 5%, #7c16cb 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b37ede', endColorstr='#7c16cb');
background-color:#b37ede;
-moz-border-radius:12px;
-webkit-border-radius:12px;
border-radius:12px;
display:inline-block;
color:#ffffff;
font-family:Verdana;
font-size:12px;
font-weight:bold;
padding:8px 10px;
text-decoration:none;
}.purple_button:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c16cb), color-stop(1, #b37ede) );
background:-moz-linear-gradient( center top, #7c16cb 5%, #b37ede 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c16cb', endColorstr='#b37ede');
background-color:#7c16cb;
}.purple_button:active {
position:relative;
top:1px;
}
.blueBall { display:inline-block;
  display: table-cell;
  position:relative;
  background: black;
  border-radius: 100%;
  height: 200px;
  width: 200px;
  margin: 0;
  color:#ffffff;
  font-family:arial;
  font-weight:bold;
  font-size:18px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
  background: radial-gradient(circle at 70px 70px, #5cabff, #000);
}
