/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
margin:0;
padding:0;
background-color:#EBEBEB; /* color for browser window background color and footer top border */
font-family:Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
color:#000;
font-size:100%;
line-height:150%;
  -webkit-touch-callout: none; /* iOS Safari    http://stackoverflow.com/questions/826782/css-rule-to-disable-text-selection-highlighting */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror  HTML*/
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently supported by Chrome and Opera */
}


h1, h2, h3, h4, h5, h6 {
background-color:transparent;
font-family:Georgia, Verdana, Arial, sans-serif;
color:#527ed4;
clear:both;
}

h2, h3, h4, h5, h6 {
margin-top:24px;
}

h1 {
margin-top:0;
line-height:125%;
text-align:center;
}

h2 {
padding:10px 0 10px 0;
font-weight:lighter;
background-color:#eff3fb;
}

h3 {
font-weight:lighter;
}




blockquote {
margin:2% 10%;
color:#000;
font-size:105%;
line-height:150%;
font-family:'Courier New', Courier, monospace;
}


img {
border:0;
}

a:link img {
border:0;
}


/* -- General Link Styling -- */

a:link {
color:#527ed4;
text-decoration:underline;
}

a:visited {
color:purple;
text-decoration:underline;
}

a:hover {
color:red;
text-decoration:underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width:1060px;
}

#Header {
position:relative;
}

#ContentWrapper {
float:left;
width:100%;
}

#ContentColumn {
margin:0;
padding:0 25px 0 25px;
}

#NavColumn                 /*  Need to set width of this, otherwise expands to largest content  */
{
margin-left:0;             /* Set to the same width specified in #PageWrapper above (but with minus sign)  */
padding:0;
float:left;
width:0;                   /* To set left column at 250, set here at 250, less left and right padding (and less left and right border) */
}

#Footer {
clear:both;
width:100%;
}

.Liner {
padding:10px;
}

#Header .Liner {
position:relative;
padding:1px 0;
min-height:223px; /* change this number to the header height, minus 2px */
_height:223px; /* IE6 min-height fix */ /* change this number to the header height, minus 2px */
}

#Footer .Liner {
margin:0 8px 20px 8px;
border-top:1px solid #ebebeb;
padding:10px;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin:0px auto;
background-image:url(https://www.allabouttabletennis.com/images/aatt-content-bg-home.jpg);
background-repeat:repeat-y;
}

#Header .Liner {
background-image:url(https://www.allabouttabletennis.com/images/aatt-header.jpg);
background-repeat:no-repeat;
background-color:transparent;
background-position:top left;
}

#ContentWrapper {
background-image:url();
background-repeat:no-repeat;
background-color:transparent;
}

#NavColumn {
background-image:url();
background-repeat:repeat-y;
background-color:transparent;
}

#ContentColumn {
background-image:url();
background-repeat:no-repeat;
background-color:transparent;
}

#Footer {
background-image:url(https://www.allabouttabletennis.com/images/aatt-footer.jpg);
background-position:bottom;
background-repeat:no-repeat;
text-align:center;
font-size:85%;
font-family:Arial, sans-serif;
}

#Footer h3 {
padding:4px;
font-size:100%;
color:3366cc;
}



/* ------ Section 4 - Left Column Inner Navigation (inside Liner) ------ */


.Navigation {
margin-bottom:4px;
width:100%;
font-family:Arial, Verdana, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-weight:normal;
}


/* -- Navigation Headers -- */

.Navigation h3 {
margin:10px 0 1px 0;
border:1px solid #3366cc;
border-radius:4px 4px 0px 0px; -moz-border-radius:4px 4px 0px 0px; -webkit-border-radius:4px 4px 0px 0px;
padding:10px 0px 10px 6px; 
font-family:Arial, Verdana, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
font-size:110%;
font-weight:bold;
color:#3366cc;
background-color:#eff3fb; 
background-image:-webkit-gradient(linear, left top, left bottom, from(#eff3fb), to(#91ade4));
background-image:-webkit-linear-gradient(top, #eff3fb, #91ade4);
background-image:-moz-linear-gradient(top, #eff3fb, #91ade4);
background-image:-ms-linear-gradient(top, #eff3fb, #91ade4);
background-image:-o-linear-gradient(top, #eff3fb, #91ade4);
background-image:linear-gradient(to bottom, #eff3fb, #91ade4);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eff3fb, endColorstr=#91ade4);
box-shadow:0 0 0px #8d8d8d;    /* ------ right, bottom, blur, colour ------ */
}


/* -- Navigation Lists -- */

.Navigation ul {
margin:0;
padding:0;
list-style-type:none;
}

.Navigation li {
margin-bottom:0px;
border-top:0px solid #3366cc;
border-bottom:1px solid #3366cc;
border-left:1px solid #3366cc;
border-right:1px solid #3366cc;
padding:4px 0 4px 4px;
font-size:90%;
background-color:#f8f8f8;      /*  color for button background  */
}






/* -- Navigation Link styles -- */

.Navigation a:link {
padding:3px 0 3px 4px;
display:block;              /*  this makes the whole box highlight rather than just the text */
color:#527ed4;              /*  color for nav button text -- */
text-decoration:none;
}

.Navigation a:visited {
padding:3px 0 3px 4px;
display:block;               /*  this makes the whole box highlight rather than just the text */
color:#527ed4;
text-decoration:none;
}

.Navigation a:hover {
padding:3px 0 3px 4px;
display:block;              /*  this makes the whole box highlight rather than just the text */
background-color:#ffc;      /*  color for nav button highlights -- */
color:red;
text-decoration:none;
}




/* ------ Section 5 - Boxes ------ */


.CalloutBox {
clear:both;
margin:40px auto 40px auto;
border:1px solid #8f8fb3;
padding:10px;
background-color:#ffc;
width:75%;
color:black;
text-align:center;
}


.ReminderBox {
margin:0 0 12px 20px;
border:1px solid #8f8fb3;
background-color:#ffc;
width:178px;
float:right;             /* adding float enables text to flow around it */
}

.ReminderBox h4 {
margin:0;
padding:2px;
text-align:center;
color:white;
background-color:#91ade4;
}

.ReminderBox p {
padding:0 12px;
font-size:80%;
color:black;
text-align:justify;
line-height:120%;
}


.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter .AdSenseBoxCenter250, .AdSenseBoxCenter300, .AdSenseBoxCenter336, .AdSenseBoxCenter468 {
border:0;
padding:0;
background-color:transparent;
}

.AdSenseBoxLeft {
margin:0 2% 2% 0;
float:left;
}

.AdSenseBoxRight {
margin:0 0 2% 2%;
float:right;
}

.AdSenseBoxCenter {
clear:both;
margin:2% auto 2% auto;
}

.AdSenseBoxCenter250 {
margin:18px auto 18px auto;
clear:both;
width:250px;
}

.AdSenseBoxCenter300 {
margin:18px auto 18px auto;
clear:both;
width:300px;
}

.AdSenseBoxCenter336 {
margin:18px auto 18px auto;
clear:both;
width:336px;
}

.AdSenseBoxCenter468 {
margin:18px auto 18px auto;
clear:both;
width:468px;
}


.ReturnToNavBox {
margin:40px auto 40px auto;
border-top:1px solid #3c7ad1;
border-bottom:1px solid #3c7ad1;
padding:10px;
font-family:Arial, sans-serif;
background-color:#eff3fb;
width:100%;
}



.InfoBox {
margin-top:0px;
margin-bottom:20px;
margin-left:4px;
margin-right:4px;
border-radius:7px 7px 7px 7px; -moz-border-radius:7px 7px 7px 7px; -webkit-border-radius:7px 7px 7px 7px;
padding:0 20px 20px 20px;
float:left;
width:190px;
background-color:#eff3fb; -moz-box-shadow:inset 0 0 4px #8d8d8d; -webkit-box-shadow:inset 0 0 4px #8d8d8d;
box-shadow:inset 0 0 4px #8d8d8d;     /* ------ right, bottom, blur, colour ------ */
}

.InfoBox p {
margin-left:auto;
margin-right:auto;
padding:4px;
font-size:90%;
text-align:justify;
color:black;
}

.InfoBox h2 {
margin:0 -20px 8px -20px;
border-radius:7px 7px 0 0; -moz-border-radius:7px 7px 0 0; -webkit-border-radius:7px 7px 0 0;
padding:10px 15px;
font-size:100%;
font-weight:bold;
text-indent:0px;
text-align:center;
color:white;
background-color:#eff3fb; 
background-image:-webkit-gradient(linear, left top, left bottom, from(#eff3fb), to(#91ade4));
background-image:-webkit-linear-gradient(top, #eff3fb, #91ade4);
background-image:-moz-linear-gradient(top, #eff3fb, #91ade4);
background-image:-ms-linear-gradient(top, #eff3fb, #91ade4);
background-image:-o-linear-gradient(top, #eff3fb, #91ade4);
background-image:linear-gradient(to bottom, #eff3fb, #91ade4);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eff3fb, endColorstr=#91ade4);
box-shadow:inset 0 0 4px #8d8d8d;
}

.InfoBox img {
align:center;
margin-left:auto;
margin-right:auto;
display:block;
}

.InfoBox a:link {
text-decoration:none;
}

.InfoBox a:visited {
text-decoration:none;
}

.InfoBox a:hover {
text-decoration:none;
}



.InfoBoxLeft {
margin-top:0px;
margin-bottom:20px;
margin-right:20px;
border-radius:7px 7px 7px 7px; -moz-border-radius:7px 7px 7px 7px; -webkit-border-radius:7px 7px 7px 7px;
padding:0 20px 20px 20px;
float:left;
width:190px;
background-color:#eff3fb; -moz-box-shadow:inset 0 0 4px #8d8d8d; -webkit-box-shadow:inset 0 0 4px #8d8d8d;
box-shadow:inset 0 0 4px #8d8d8d; 
}

.InfoBoxLeft p {
margin-left:auto;
margin-right:auto;
padding:4px;
font-size:90%;
text-align:justify;
color:black;
}

.InfoBoxLeft h2 {
margin:0 -20px 8px -20px;
border-radius:7px 7px 0 0; -moz-border-radius:7px 7px 0 0; -webkit-border-radius:7px 7px 0 0;
padding:10px 15px;
font-size:100%;
font-weight:bold;
text-indent:0px;
text-align:center;
color:#3366cc;
background-color:#eff3fb; 
background-image:-webkit-gradient(linear, left top, left bottom, from(#eff3fb), to(#91ade4));
background-image:-webkit-linear-gradient(top, #eff3fb, #91ade4);
background-image:-moz-linear-gradient(top, #eff3fb, #91ade4);
background-image:-ms-linear-gradient(top, #eff3fb, #91ade4);
background-image:-o-linear-gradient(top, #eff3fb, #91ade4);
background-image:linear-gradient(to bottom, #eff3fb, #91ade4);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eff3fb, endColorstr=#91ade4);
box-shadow:inset 0 0 4px #8d8d8d;
}

.InfoBoxLeft img {
align:center;
margin-left:auto;
margin-right:auto;
display:block;
}

.InfoBoxLeft a:link {
text-decoration:none;
}

.InfoBoxLeft a:visited {
text-decoration:none;
}

.InfoBoxLeft a:hover {
text-decoration:none;
}



.InfoBoxRight {
margin-top:0px;
margin-bottom:20px;
margin-left:20px;
border-radius:7px 7px 7px 7px; -moz-border-radius:7px 7px 7px 7px; -webkit-border-radius:7px 7px 7px 7px;
padding:0 20px 20px 20px;
float:right;
width:200px;
background-color:#eff3fb; -moz-box-shadow:inset 0 0 4px #8d8d8d; -webkit-box-shadow:inset 0 0 4px #8d8d8d;
box-shadow:inset 0 0 4px #8d8d8d; 
}

.InfoBoxRight p {
margin-left:auto;
margin-right:auto;
padding:4px;
font-size:90%;
text-align:justify;
color:black;
}

.InfoBoxRight h2 {
margin:0 -20px 8px -20px;
border-radius:7px 7px 0 0; -moz-border-radius:7px 7px 0 0; -webkit-border-radius:7px 7px 0 0;
padding:10px 15px;
font-size:100%;
font-weight:bold;
text-indent:0px;
text-align:center;
color:#3366cc;
background-color:#FEF0C1; 
background-image:-webkit-gradient(linear, left top, left bottom, from(#FEF0C1), to(#FFC300));
background-image:-webkit-linear-gradient(top, #FEF0C1, #FFC300);
background-image:-moz-linear-gradient(top, #FEF0C1, #FFC300);
background-image:-ms-linear-gradient(top, #FEF0C1, #FFC300);
background-image:-o-linear-gradient(top, #FEF0C1, #FFC300);
background-image:linear-gradient(to bottom, #FEF0C1, #FFC300);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FEF0C1, endColorstr=#FFC300);
box-shadow:inset 0 0 4px #8d8d8d;
}

.InfoBoxRight img {
align:center;
margin-left:auto;
margin-right:auto;
display:block;
}

.InfoBoxRight a:link {
text-decoration:none;
}

.InfoBoxRight a:visited {
text-decoration:none;
}

.InfoBoxRight a:hover {
text-decoration:none;
}


.InfoBoxCenter {
margin-top:50px;
margin-bottom:50px;
margin-left:auto;
margin-right:auto;
border-radius:7px 7px 7px 7px; -moz-border-radius:7px 7px 7px 7px; -webkit-border-radius:7px 7px 7px 7px;
padding:2px 20px 20px 20px;
width:75%;
background-color:#ffc; 
-moz-box-shadow:0 0 8px #888; 
-webkit-box-shadow:0 0 8px #888;
box-shadow:0 0 8px #888; 
}

.InfoBoxCenter p {
margin-left:auto;
margin-right:auto;
padding:4px;
font-size:90%;
text-align:center;
color:black;
}

.InfoBoxCenter h2 {
margin-top:0;
padding:20px 0 6px 0;
border-bottom:1px solid #527ed4;
font-weight:bold; 
color:#3366cc; 
font-size:150%;
text-indent:0px;
text-align:center;
background-color:#ffc; 
}

.InfoBoxCenter h3 {
margin-top:0;
padding:6px 0 6px 0;
font-family:Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
color:#3366cc; 
font-size:125%;
text-indent:0px;
text-align:center;
background-color:#ffc; 
}

.InfoBoxCenter img {
align:center;
margin-left:auto;
margin-right:auto;
display:block;
}

.InfoBoxCenter a:link {
text-decoration:none;
}

.InfoBoxCenter a:visited {
text-decoration:none;
}

.InfoBoxCenter a:hover {
text-decoration:none;
}


.InfoBoxSignUp {
margin-top:50px;
margin-bottom:50px;
margin-left:auto;
margin-right:auto;
border-radius:7px 7px 7px 7px; -moz-border-radius:7px 7px 7px 7px; -webkit-border-radius:7px 7px 7px 7px;
padding:2px 20px 20px 20px;
width:75%;
background-color:#ffc; 
-moz-box-shadow:0 0 8px #888; 
-webkit-box-shadow:0 0 8px #888;
box-shadow:0 0 8px #888; 
}

.InfoBoxSignUp p {
margin-left:auto;
margin-right:auto;
padding:4px;
font-size:90%;
text-align:center;
color:black;
}

.InfoBoxSignUp h2 {
margin-top:0;
padding:20px 0 6px 0;
border-bottom:1px solid #527ed4;
font-weight:bold; 
color:#3366cc; 
font-size:150%;
text-indent:0px;
text-align:center;
background-color:#ffc; 
}

.InfoBoxSignUp img {
align:center;
margin-left:auto;
margin-right:auto;
display:block;
}

.InfoBoxSignUp a:link {
text-decoration:none;
}

.InfoBoxSignUp a:visited {
text-decoration:none;
}

.InfoBoxSignUp a:hover {
text-decoration:none;
}


.button-blue {
margin-left:auto;
margin-right:auto;
border:1px solid #25729a; -webkit-border-radius:5px; -moz-border-radius:5px;
border-radius:5px;
padding:10px; 
cursor:pointer;
display:block;
font-size:100%;
font-family:arial, helvetica, sans-serif; 
font-weight:bold; 
color:white;
text-align:center;
background-color:#3093c7; 
background-image:-webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
background-image:-webkit-linear-gradient(top, #3093c7, #1c5a85);
background-image:-moz-linear-gradient(top, #3093c7, #1c5a85);
background-image:-ms-linear-gradient(top, #3093c7, #1c5a85);
background-image:-o-linear-gradient(top, #3093c7, #1c5a85);
background-image:linear-gradient(to bottom, #3093c7, #1c5a85);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}

.button-blue:hover{
border:1px solid #1c5675;
background-color:#26759e; 
background-image:-webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
background-image:-webkit-linear-gradient(top, #26759e, #133d5b);
background-image:-moz-linear-gradient(top, #26759e, #133d5b);
background-image:-ms-linear-gradient(top, #26759e, #133d5b);
background-image:-o-linear-gradient(top, #26759e, #133d5b);
background-image:linear-gradient(to bottom, #26759e, #133d5b);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
color:red;
}






.button-orange {
margin-left:auto;
margin-right:auto;
border:1px solid #FFC300; -webkit-border-radius:5px; -moz-border-radius:5px;
border-radius:5px;
padding:10px; 
cursor:pointer;
display:block;
font-size:100%;
font-family:arial, helvetica, sans-serif; 
font-weight:bold; 
color:#3366cc;
text-align:center;
background-color:#FEF0C1; 
background-image:-webkit-gradient(linear, left top, left bottom, from(#FEF0C1), to(#FFC300));
background-image:-webkit-linear-gradient(top, #FEF0C1, #FFC300);
background-image:-moz-linear-gradient(top, #FEF0C1, #FFC300);
background-image:-ms-linear-gradient(top, #FEF0C1, #FFC300);
background-image:-o-linear-gradient(top, #FEF0C1, #FFC300);
background-image:linear-gradient(to bottom, #FEF0C1, #FFC300);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FEF0C1, endColorstr=#FFC300);
}

.button-orange:hover{
border:1px solid #fcd85d;
background-color:#FFC200; 
background-image:-webkit-gradient(linear, left top, left bottom, from(#FFC200), to(#FFC200));
background-image:-webkit-linear-gradient(top, #FFC200, #FFC200);
background-image:-moz-linear-gradient(top, #FFC200, #FFC200);
background-image:-ms-linear-gradient(top, #FFC200, #FFC200);
background-image:-o-linear-gradient(top, #FFC200, #FFC200);
background-image:linear-gradient(to bottom, #FFC200, #FFC200);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFC200, endColorstr=#FFC200);
color:red;
}




.BreadcrumbsTop {
margin:-10px 0 20px 0;
padding:0;
font-family:Arial, sans-serif;
color:#999999;
font-size:85%;
width:100%;
}


.BreadcrumbsBottom {
margin:40px 0 40px 0;
border-top:1px solid #3c7ad1;
border-bottom:1px solid #3c7ad1;
padding:10px;
font-family:Arial, sans-serif;
background-color:#eff3fb;
}





/* -- RSS Box -- */


#RSSbox {
margin:10px auto;
border:0;
padding:2px 2px 10px 2px;
background-color:transparent;
font-size:100%;
color:#eff3fb;
line-height:120%;
text-align:center;
}




/* -- Tables -- */


.TableData 
{
border-collapse:collapse;
font-family:Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
width:95%;
}

.TableData td, .TableData th 
{
border:1px solid #999999;
padding:5px 5px 5px 5px;
font-size:95%;
text-align:left;
}

.TableData th 
{
padding-top:5px;
padding-bottom:5px;
background-color:#91ade4;
color:white;
}

.TableData tr.alt td 
{
color:#000;
background-color:#eff3fb;
}


.TableData2
{
border-collapse:collapse;
font-family:Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
width:100%;
}

.TableData2 td, .TableData2 th 
{
border:1px solid #999999;
padding:5px 5px 5px 5px;
font-size:95%;
text-align:left;
}

.TableData2 th 
{
padding-top:5px;
padding-bottom:5px;
background-color:#91ade4;
color:white;
}

.TableData2 tr.alt td 
{
color:#000;
background-color:#eff3fb;
}


.TableData3
{
border-collapse:collapse;
font-family:Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
width:90%;
}

.TableData3 td, .TableData3 th 
{
border:1px solid #999999;
padding:5px 5px 5px 5px;
font-size:100%;
text-align:left;
}

.TableData3 th 
{
padding-top:5px;
padding-bottom:5px;
background-color:#91ade4;
color:white;
}

.TableData3 tr.alt td 
{
color:#000;
background-color:#eff3fb;
}



.TableFullWidth
{
margin:20px auto;
border-collapse:collapse; 
border:1px solid #b1c4eb; 
width:100%;
font-family:Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
box-shadow:4px 4px 4px #ccc;
background:#eff3fb;
background:-webkit-linear-gradient(bottom, #ffffff, #eff3fb);
background:-ms-linear-gradient(bottom, #ffffff, #eff3fb);
background:-moz-linear-gradient(bottom, #ffffff, #eff3fb);
background:-o-linear-gradient(bottom, #ffffff, #eff3fb);
}

.TableFullWidth th
{
padding:10px;
background-image:url('https://www.allabouttabletennis.com/images/stripes-tt-527ed4.jpg'); 
background-repeat:no-repeat; 
background-position:left top;
text-align:center; 
font-size:125%; 
font-weight:normal;
color:white; 
}

.TableFullWidth td 
{
padding:20px 20px 20px 0;
line-height:150%;
}



.TableT3
{
margin:4px auto;
border:1px solid #b1c4eb; 
border-collapse:collapse; 
width:100%;
font-family:Verdana, Arial, sans-serif; 
box-shadow:4px 4px 4px #ccc;
}

.TableT3 th
{
padding:10px;
background-image:url('https://www.allabouttabletennis.com/images/stripes-tt-527ed4.jpg'); 
background-repeat:no-repeat; 
background-position:left top;
text-align:center; 
font-size:125%; 
font-weight:normal;
color:white; 
}

.TableT3 td 
{
border-top:1px solid #91ade4;
padding:10px 10px; 
line-height:150%;
background-color:#eff3fb; 
}

.TableT3 h3
{
padding:4px;
color:white; 
background-color:#91ade4;
}


.TableRec
{
margin:10px auto;
border:1px solid #b1c4eb; 
border-collapse:collapse; 
width:80%;
font-family:Verdana, Arial, sans-serif; 
box-shadow:4px 4px 4px #ccc;
}

.TableRec th
{
padding:10px;
background-image:url('https://www.allabouttabletennis.com/images/stripes-tt-527ed4.jpg'); 
background-repeat:no-repeat; 
background-position:left top;
text-align:center; 
font-size:125%; 
font-weight:normal;
color:white; 
}

.TableRec td 
{
border-top:1px solid #91ade4;
padding:2px 20px; 
line-height:150%;
background-color:white; 
}

.TableRec h3
{
padding:4px;
color:white; 
background-color:#91ade4;
}



.TableRecEquip
{
margin:20px auto;
border:1px solid #b1c4eb;
border-collapse:collapse;
width:100%;
font-family:Verdana, Arial, sans-serif; 
box-shadow:4px 4px 4px #ccc;
}

.TableRecEquip th
{
padding:10px;
background-image:url('https://www.allabouttabletennis.com/images/stripes-tt-527ed4.jpg'); 
background-repeat:no-repeat; 
background-position:left top;
text-align:center; 
font-size:125%; 
font-weight:normal;
color:white; 
}

.TableRecEquip td 
{
border-right:1px solid #b1c4eb;
padding:20px 4px 20px 4px;
text-align:center;
line-height:150%;
}




/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear:both;
}


.Caption {
margin-bottom:20px;
font-size:85%;
font-weight:normal;
text-align:center;
color:#999999;
display:block;
line-height:normal;
}


.SubHead {
margin: auto auto 20px auto;
border-top: 1px solid #527ed4;
border-bottom: 1px solid #527ed4;
padding: 0 2px 0 2px;
background-color: #f8f8f8;
font-weight: bold;
color: #527ed4;
line-height: 125%;
text-align: center;
}


.ParaLink {
margin:50px 0 50px 10px;
clear:both;
font-weight:bold;
color:#000;
}


.ParaIndent {
margin:0;
}



.small {
margin:4px;
color:#000;
font-size:90%;
font-family:'Courier New', Courier, monospace;
}



.Tier3NavIndent {
margin:30px;
padding:5px;
font-size:100%;
background-color:#eff3fb;
font-family:Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.Tier3NavIndent h3 {
margin:30px;
font-size:100%;
font-family:Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.Tier3NavIndent h4 {
margin:0 0 0 30px;
font-size:100%;
font-family:Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.Tier3NavIndent p {
margin:0 30px 0 30px;
padding:0;
font-family:Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
color:#000;
font-size:85%;
}

.Tier3NavIndent ul li {
margin:30px 0;
padding:0;
font-family:Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
color:#000;
font-size:100%;
}

.Tier3NavIndent2 {
margin:30px;
padding:5px;
font-size:100%;
background-color:#eff3fb;
font-family:Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.Tier3NavIndent2 ul li {
margin:10px 0 0 0;
padding:0;
font-family:Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
color:#000;
font-size:100%;
}


.Tier3NavIndent3 {
margin:0px;
padding:5px;
font-size:100%;
background-color:#eff3fb;
font-family:Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.Tier3NavIndent3 ul li {
margin:10px 0 0 0;
padding:0;
font-family:Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
color:#000;
font-size:100%;
}


.Books ul {
margin:0;
padding:0;
list-style-type:none;
}

.Books ul li {
padding-left:40px;
padding-bottom:20px;
background-image:url(https://www.allabouttabletennis.com/images/tick.jpg);
background-repeat:no-repeat;
background-position:0px 0px; 
}



.TopPage {
font-family:Arial, sans-serif;
font-size:90%;
text-align:right;
margin:0 0 0 0px;
}



.imgbox
{
margin-top:0px;
margin-bottom:20px;
margin-left:8px;
margin-right:8px;
border:2px solid #3366CC;
padding:0px 20px 20px 20px;
float:left;
width:186px;
box-shadow:2px 2px 4px DarkGray;
background:#eff3fb;
background:-webkit-linear-gradient(bottom, #ffffff, #eff3fb);
background:-ms-linear-gradient(bottom, #ffffff, #eff3fb);
background:-moz-linear-gradient(bottom, #ffffff, #eff3fb);
background:-o-linear-gradient(bottom, #ffffff, #eff3fb);
}


.imgbox h2 {
margin:0 -20px;
border-bottom:0;
padding:10px;
font-size:100%;
font-weight:bold;
text-indent:0px;
text-align:center;
color:#3366cc;
background:#d2e4fc;
}


.imgbox p {
margin-left:auto;
margin-right:auto;
padding:4px;
font-size:90%;
text-align:justify;
color:black;
}

.imgbox img
{
margin-top:10px;
margin-bottom:4px;
margin-left:auto;
margin-right:auto;
display:block;
align:center;
}


.imgbox a:link {
text-decoration:none;
}

.imgbox a:visited {
text-decoration:none;
}

.imgbox a:hover {
text-decoration: none;
}


.video640 {
margin-left:auto;
margin-right:auto;
clear:both;
width:640px;
text-align:center;
color:#527ed4;
font-weight:bold;
}



/* -- floats -- */

.ItemRight {
margin:2px 0 2% 2%;
float:right;
text-align:center;
}

.ItemCenter {
margin:2% auto 2% auto;
text-align:center;
clear:both;
}

.ItemLeft {
margin:2px 2% 2% 0;
float:left;
text-align:center;
}


/* -- Forms -- */

#PageWrapper .formwrapper  /*  styles things such as the width of the form (use percentages so that your form will resize when viewed on mobile forms) and the border  */
{
border:1px solid #000;
padding:4px;
width:100%;
}

#PageWrapper .formbody   /*  styles the interior of the form, including the background color, font color and font size. */
{
font-size:90%;
color:#000;
text-align:center;
background-color:#eff3fb;
}

#PageWrapper .formbody input  /*  styles the boxes where your visitors type in text (ex. email address). It also affects the Submit button (ex., if you change the background color). */
{
}


/* -- C2 Clubs -- */


#c2_invitation_2579955_submission_block {
display:none;
}



/* -- Show/Hide Text   -- */


.wrap 
{
width: 80%;
margin: 0 auto;
padding: 2px;
line-height: 20px;
}


/* Show/Hide functionality. */
.more 
{
display: none;                     /* Do not delete this line - it hides the extra content by default.*/
}


a.showLink, a.hideLink {
text-decoration: none;
color: #36c;
padding-left: 10px;
background: transparent url(https://www.allabouttabletennis.com/images/down.gif) no-repeat left; }

a.hideLink {
background: transparent url(https://www.allabouttabletennis.com/images/up.gif) no-repeat left; }

a.showLink:hover, a.hideLink:hover {
border-bottom: 1px dotted #36f; }


/* --  GDPR alert   -- */


.eucookiebar.show {
background-color:#FFFFCC;
color:black;
font-size:150%;
}


