body 
    {font-family: Arial, Helvetica, Calibri, "Helvetica Neue", sans-serif;
    margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5px;
	color: #000000;
	font-size:62.5%;
	}
html>body { font-size: 10px; }		
:invalid 
    {border-color: #e88;
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(255, 0, 0, .8);
    -o-box-shadow: 0 0 8px rgba(255, 0, 0, .8);
    -ms-box-shadow: 0 0 8px rgba(255, 0, 0, .8);
    box-shadow:0 0 8px rgba(255, 0, 0, .8);
    }

:required 
    {border-color: #88a;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 255, .5);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 255, .5);
    -o-box-shadow: 0 0 8px rgba(0, 0, 255, .5);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 255, .5);
    box-shadow: 0 0 8px rgba(0, 0, 255, .5);
    }

:focus 
    {border-color: #88a;
    -webkit-box-shadow: 0 0 8px rgba(255,150,0,0.8);
    -moz-box-shadow: 0 0 8px rgba(255,150,0,0.8);
    -o-box-shadow: 0 0 8px rgba(255,150,0,0.8);
    -ms-box-shadow: 0 0 8px rgba(255,150,0,0.8);
    box-shadow: 0 0 8px rgba(255,150,0,0.8);
    }

.version
    {font-size:8px;
    }

.bookingsborder
    {color: #000;
    font-size:14px;
    /*margin-left:auto;
    margin-right:auto;*/
    /*width:100%;*/
    min-width:961px;
    max-width:1560px;
    min-height:540px;
    /*max-height:2500px;*/
    /*min-height:720px;*/
    /*line-height: 1.5em;*/
    border: 0px solid #ccccff;
    /*background: rgba(230,235,255,0.7);
    background: -ms-linear-gradient(center bottom,rgba(255,255,255,0.7) 2%,rgba(230,235,255,0.7) 87%);
    background: -o-linear-gradient(center bottom,rgba(255,255,255,0.7) 2%,rgba(230,235,255,0.7) 87%);
    background: -moz-linear-gradient(center bottom,rgba(255,255,255,0.2) 2%,rgba(210,220,240,0.4) 87%);
    background: -webkit-linear-gradient(center bottom,rgba(255,255,255,0.7) 2%,rgba(230,235,255,0.7) 87%);
    background: linear-gradient(center bottom,rgba(255,255,255,0.7) 2%,rgba(230,235,255,0.7) 87%);*/
    background: rgba(230,235,255,0.4);
    background: -ms-linear-gradient(center bottom,rgba(255,255,255,0.2) 2%,rgba(210,220,240,0.4) 87%);
    background: -o-linear-gradient(center bottom,rgba(255,255,255,0.2) 2%,rgba(210,220,240,0.4) 87%);
    background: -moz-linear-gradient(center bottom,rgba(255,255,255,0.2) 2%,rgba(210,220,240,0.4) 87%);
    background: -webkit-linear-gradient(center bottom,rgba(255,255,255,0.2) 2%,rgba(210,220,240,0.4) 87%);
    background: linear-gradient(center bottom,rgba(255,255,255,0.2) 2%,rgba(210,220,240,0.4) 87%);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 8px #002266;
    -moz-box-shadow: 0 0 8px #002266;
    box-shadow: 0 0 8px #002266; 	
    /*margin: 8px;*/
    }

.bookingsborderadmin
    {color: #000;
    font-size:14px;
    /*margin-left:auto;
    margin-right:auto;*/
    /*width:100%;*/
    min-width:961px;
    max-width:1560px;
    min-height:540px;
    max-height:2500px;
    /*min-height:720px;*/
    /*line-height: 1.5em;*/
    border: 0px solid #ccccff;
    background:rgba(70,130,225,0.3);
    background: -ms-linear-gradient(center bottom,rgba(30,70,170,0.1) 2%,rgba(70,130,225,0.3) 87%);
    background: -o-linear-gradient(center bottom,rgba(30,70,170,0.1) 2%,rgba(70,130,225,0.3) 87%);
    background: -moz-linear-gradient(center bottom,rgba(30,70,170,0.1) 2%,rgba(70,130,225,0.3) 87%);
    background: -webkit-linear-gradient(center bottom,rgba(30,70,170,0.1) 2%,rgba(70,130,225,0.3) 87%);
    background: linear-gradient(center bottom,rgba(30,70,170,0.1) 2%,rgba(70,130,225,0.3) 87%);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 8px #112266;
    -moz-box-shadow: 0 0 8px #112266;
    box-shadow: 0 0 8px #112266; 	
    /*margin: 8px;*/
    }
    
.newsborder
    {color: #000;
    border: 1px solid #ccccff;
    background:rgba(100,160,255,0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width:223px;
    height:350px;
    padding:5px 10px 5px 5px;
    }
.loginpanel
    {color: #000;
    font-size:1em;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    }

.passwordpanel
    {color: #000;
    font-size:0.9em;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    }
    

.darkblue 
    {border: 1px solid #002266;
    color: #ffffff;
    text-shadow: 1px 1px 4px #444;
    background: #3366cc url('images/ButtonDarkBlue.gif') 0 0 repeat-x;
    background: -ms-linear-gradient(top, #aabbcc 0%, #3366cc 50%, #1122aa 51%, #aabbcc 100%);
    background: -o-linear-gradient(top, #aabbcc 0%, #3366cc 50%, #1122aa 51%, #aabbcc 100%);
    background: -moz-linear-gradient(top, #aabbcc 0%, #3366cc 50%, #1122aa 51%, #aabbcc 100%);
    background: -webkit-linear-gradient(top, #aabbcc 0%, #3366cc 50%, #1122aa 51%, #aabbcc 100%);
    background: linear-gradient(top, #aabbcc 0%, #3366cc 50%, #1122aa 51%, #aabbcc 100%);
    }

.darkblue:hover
    {color: #ffffff;
    background: #4477dd url('images/ButtonDarkBlueHover.gif') 0 0 repeat-x;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbccdd), color-stop(50%,#4477dd), color-stop(51%,#2233bb), color-stop(100%,#bbccdd));*/
    background: -ms-linear-gradient(top, #bbccdd 0%, #4477dd 50%, #2233bb 51%, #bbccdd 100%);
    background: -o-linear-gradient(top, #bbccdd 0%, #4477dd 50%, #2233bb 51%, #bbccdd 100%);
    background: -moz-linear-gradient(top, #bbccdd 0%, #4477dd 50%, #2233bb 51%, #bbccdd 100%);
    background: -webkit-linear-gradient(top, #bbccdd 0%, #4477dd 50%, #2233bb 51%, #bbccdd 100%);
    background: linear-gradient(top, #bbccdd 0%, #4477dd 50%, #2233bb 51%, #bbccdd 100%);
    -webkit-box-shadow: 0 0 8px #1122aa;
    -moz-box-shadow: 0 0 8px #1122aa;
    box-shadow: 0 0 8px #1122aa; 	
    }
    
.red 
    {border: 1px solid #662200;
    color: #ffffff;
    background: #aa2206 url('images/ButtonRed.gif') 0 0 repeat-x;
    text-shadow: 1px 1px 2px #000;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc8844), color-stop(50%,#aa2206), color-stop(51%,#882206), color-stop(100%,#cc8844));*/
    background: -ms-linear-gradient(top, #cc8844 0%, #aa2206 50%, #882206 51%, #cc8844 100%);
    background: -o-linear-gradient(top, #cc8844 0%, #aa2206 50%, #882206 51%, #cc8844 100%);
    background: -moz-linear-gradient(top, #cc8844 0%, #aa2206 50%, #882206 51%, #cc8844 100%);
    background: -webkit-linear-gradient(top, #cc8844 0%, #aa2206 50%, #882206 51%, #cc8844 100%);
    background: linear-gradient(top, #cc8844 0%, #aa2206 50%, #882206 51%, #cc8844 100%);
    }

.red:hover
    {color: #ffffff;
    background: #bb3311  url('images/ButtonRedHover.gif') 0 0 repeat-x;

    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd9955), color-stop(50%,#bb3311), color-stop(51%,#993311), color-stop(100%,#dd9955));*/
    background: -ms-linear-gradient(top, #dd9955 0%, #bb3311 50%, #993311 51%, #dd9955 100%);
    background: -o-linear-gradient(top, #dd9955 0%, #bb3311 50%, #993311 51%, #dd9955 100%);
    background: -moz-linear-gradient(top, #dd9955 0%, #bb3311 50%, #993311 51%, #dd9955 100%);
    background: -webkit-linear-gradient(top, #dd9955 0%, #bb3311 50%, #993311 51%, #dd9955 100%);
    background: linear-gradient(top, #dd9955 0%, #bb3311 50%, #993311 51%, #dd9955 100%);
    -webkit-box-shadow: 0 0 8px #882206;
    -moz-box-shadow: 0 0 8px #882206;
    box-shadow: 0 0 8px #882206; 	
    }

.blue 
    {border: 1px solid #1883a3;
    color: #ffffff;
    background: #21b4e2 url('images/ButtonShade.gif') 0 0 repeat-x;
    text-shadow: 1px 1px 4px #444444;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7deed), color-stop(50%,#71ceef), color-stop(51%,#21b4e2), color-stop(100%,#b7deed));*/
    background: -ms-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
    background: -o-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
    background: -moz-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
    background: -webkit-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
    background: linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
    }

.blue:hover
    {color: #ffffff;
    background: #4fc1e3 url(grad-blue-hover.svg) 0 0 no-repeat;

    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6ebed), color-stop(50%,#a1dbf0), color-stop(51%,#4fc1e3), color-stop(100%,#e6ebed)); */
    background: -ms-linear-gradient(top, #e6ebed 0%, #a1dbf0 50%, #4fc1e3 51%, #e6ebed 100%);
    background: -o-linear-gradient(top, #e6ebed 0%, #a1dbf0 50%, #4fc1e3 51%, #e6ebed 100%);
    background: -moz-linear-gradient(top, #e6ebed 0%, #a1dbf0 50%, #4fc1e3 51%, #e6ebed 100%);
    background: -webkit-linear-gradient(top, #e6ebed 0%, #a1dbf0 50%, #4fc1e3 51%, #e6ebed 100%);
    background: linear-gradient(top, #e6ebed 0%, #a1dbf0 50%, #4fc1e3 51%, #e6ebed 100%);
    -webkit-box-shadow: 0 0 12px #21b4e2;
    -moz-box-shadow: 0 0 12px #21b4e2;
    box-shadow: 0 0 12px #21b4e2; 	
    }
    
.button 
    {display: inline-block;
    padding: 0px 3px 1px 3px;
    width: auto; /* IE 7 input button fix */
    overflow: visible; /* IE7 input button fix */
    font-family: Arial, Helvetica, Calibri, "Helvetica Neue", sans-serif;
    /*font: bold 14px Calibri;*/
    font-size:12px;
    font-weight:bold;
    text-align:center;
    text-decoration: none;
    outline: none; 
    cursor: pointer;
    text-shadow: 1px 1px 2px #000000;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    -moz-transition: -moz-box-shadow 0.3s ease-in-out;
    -o-transition:  background-color 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
    height: 22px;
}
 
.user 
    {/*z-index:-1;
    color: #ffffdd;*/
    display:block; 
    padding:3px 10px;
    text-decoration:none;
    text-align:center;
    }

.button:active 
    {position: relative;
    top: 1px;
    }
    
.buttontight
    {display: inline-block;
    padding: 2px 2px;
    width: auto; /* IE 7 input button fix */
    overflow: visible; /* IE7 input button fix */
    font-family: Arial, Calibri, "Helvetica Neue", Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
    outline: none; 
    cursor: pointer;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    -moz-transition: -moz-box-shadow 0.3s ease-in-out;
    -o-transition:  background-color 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }

.buttontight:active 
    {position: relative;
    top: 1px;
    }
    
.buttonmenu 
    {width: 240px;
     margin:2px;
    }
  

input[type="text"], input[type="password"]
    {/*font-family: Calibri, Helvetica Neue, Helvetica, Arial, sans-serif;*/
    /*font-family: Helvetica, Arial, Calibri, "Helvetica Neue", sans-serif;*/
    border:1px solid #cccccc;
    /*font-size:14px;
    min-height:20px;
    display:block;*/
    margin-bottom:2px;
    margin-top:2px;
    padding:2px;
    outline: none;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    border-radius:5px;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    -moz-transition: -moz-box-shadow 0.3s ease-in-out;
    -o-transition:  -o-box-shadow 0.3s ease-in-out;
    -ms-transition:  -ms-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }
.panelsmaller
    {font-size:0.8em;
    }
.smaller
    {font-family: Arial, Helvetica, Calibri, "Helvetica Neue", sans-serif;
    font-size:0.8em;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    border-radius:5px;
    }
.gridsmaller
    {font-family: Arial, Helvetica, Calibri, "Helvetica Neue", sans-serif;
    opacity:0.8;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    }
     
select
    {/*font-family: "Calibri, Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: Arial, Helvetica, Calibri, "Helvetica Neue", sans-serif;
    border:1px solid #cccccc;
    font-size:12px;
    width:200px;
    /*display:block;
    margin-bottom:3px;
    margin-top:3px;
    outline: none;*/

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    border-radius:5px;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    -moz-transition: -moz-box-shadow 0.3s ease-in-out;
    -o-transition:  -o-box-shadow 0.3s ease-in-out;
    -ms-transition:  -ms-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }
select:focus 
    {border-color: #8888aa;
    -webkit-box-shadow: 0 0 8px rgba(255,150,0,0.8);
    -moz-box-shadow: 0 0 8px rgba(255,150,0,0.8);
    -o-box-shadow: 0 0 8px rgba(255,150,0,0.8);
    -ms-box-shadow: 0 0 8px rgba(255,150,0,0.8);
    box-shadow: 0 0 8px rgba(255,150,0,0.8);
    }
.searchinput
    {width: 248px;
     margin-left:20px;
    }

.paneltext
    {
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
    font-size: 1.4em;
    }
.admintext
    {
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
    font-size: 0.85em;
    }
.textinput
    {width: 300px;
    }

.modal 
    {background: #0A0A78 url(./svg/grad-admin-panel.svg) 0 0 no-repeat;
    background: -ms-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,1205,1) 40%, rgba(50,90,230,1) 100%);
    background: linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
    width:650px;
    padding:5px;
    text-align:left;
    border:2px solid #002266;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    box-shadow: 0 0 50px #000;
    -moz-box-shadow: 0 0 50px #000;
    -webkit-box-shadow: 0 0 50px #000;
    }
/*@media (min-width: 0px) and (max-width: 767px) {
    .modalbook {
        background: #0A0A78 url(./svg/grad-admin-panel.svg) 0 0 no-repeat;
        background: -ms-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
        background: -o-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
        background: -moz-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,1205,1) 40%, rgba(50,90,230,1) 100%);
        background: linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
        width: 320px;
        padding: 5px;
        text-align: left;
        border: 2px solid #002266;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        box-shadow: 0 0 50px #000;
        -moz-box-shadow: 0 0 50px #000;
        -webkit-box-shadow: 0 0 50px #000;
    }
}
@media (min-width: 768px) {
    .modalbook {
        background: #0A0A78 url(./svg/grad-admin-panel.svg) 0 0 no-repeat;
        background: -ms-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
        background: -o-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
        background: -moz-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,1205,1) 40%, rgba(50,90,230,1) 100%);
        background: linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
        width: 650px;
        padding: 5px;
        text-align: left;
        border: 2px solid #002266;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        box-shadow: 0 0 50px #000;
        -moz-box-shadow: 0 0 50px #000;
        -webkit-box-shadow: 0 0 50px #000;
    }
}*/

.modalconfirm 
    {background: #0A0A78 url(./svg/grad-admin-panel.svg) 0 0 no-repeat;
    background: -ms-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,1205,1) 40%, rgba(50,90,230,1) 100%);
    background: linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
    min-width:300px;
    padding:5px;
    text-align:left;
    border:2px solid #002266;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    box-shadow: 0 0 50px #000;
    -moz-box-shadow: 0 0 50px #000;
    -webkit-box-shadow: 0 0 50px #000;
    }
.adminpanel 
    {background: #0A0A78 url(./svg/grad-admin-panel.svg) 0 0 no-repeat;
    background: -ms-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,1205,1) 40%, rgba(50,90,230,1) 100%);
    background: linear-gradient(top, rgba(0,0,60,1) 0%, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
    padding:5px;
    text-align:left;
    border:2px solid #002266;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    box-shadow: 1 1 2px #000;
    -moz-box-shadow: 1 1 2px #000;
    -webkit-box-shadow: 1 1 2px #000;
    }
    

.label
    {font-size:1.6em;
	color:#ffffff;
	text-shadow: 1px 1px 2px #000;
    }
.adminlabel
    {font-size:1.2em;
	color:#ffffff;
	text-shadow: 1px 1px 2px #000;
    }
.labelsmall
    {font-size:1.2em;
	color:#ffffcc;
	text-shadow: 1px 1px 2px #000;
    }
    
.addred
    {color:#ff0000;
	}
.invaliderror
    {color:#ffaaaa;
	text-shadow: 1px 1px 2px #000;
	font-size:1.4em;
    }
.adminerror
    {color:#ffaaaa;
	text-shadow: 1px 1px 2px #000;
	font-size:0.85em;
    }
    
.clublogo
    {-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5); 	
    Height:100px;
	margin : 20px;
    }

.modal h2
    {margin:0 0 8px 0;
    color:#fff;
	padding:0px 15px 10px 15px;
	border-bottom:2px solid #ccc;
	font-size:1.6em;
	text-shadow: 1px 1px 2px #000;
    }

.modalbook h2
    {margin:0 0 8px 0;
    color:#fff;
	padding:0px 15px 10px 15px;
	border-bottom:2px solid #ccc;
	font-size:1.6em;
	text-shadow: 1px 1px 2px #000;
    }
.adminpanel h2
    {margin:0 0 8px 0;
    color:#fff;
	padding:0px 15px 10px 15px;
	border-bottom:2px solid #ccc;
	font-size:1.1em;
	text-shadow: 1px 1px 2px #000;
    }   

.Inactive
    {
    background:#fff;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    }
    
.BookingSlot
    {color: #ffffff;
    border: 1px solid #000000;
    /*border: 5px transparent #fff;*/
    text-align: center;
    vertical-align:middle;
    font-size: 12px;
    font-weight: bold;
    text-shadow: -1px -1px 2px #000000, 1px 1px 2px #000000, 1px 1px 3px #000000;
    text-decoration: none;
    overflow:hidden;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: inset 2px 2px 1px rgba(255, 255, 255, .3), inset -2px -2px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 2px 2px 1px rgba(255, 255, 255, .3), inset -2px -2px 1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 2px 2px 1px rgba(255, 255, 255, .3), inset -2px -2px 1px rgba(0, 0, 0, .3);
    }
.BookingRaised
    {box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .3), inset -2px -2px 2px rgba(0, 0, 0, .3), 1px 1px 5px rgba(0, 0, 0, .9);
    -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .3), inset -2px -2px 2px rgba(0, 0, 0, .3), 1px 1px 5px rgba(0, 0, 0, .9);
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .3), inset -2px -2px 2px rgba(0, 0, 0, .3), 1px 1px 5px rgba(0, 0, 0, .9);
    }
.BookingEmpty
    {background: #82A0E1 url(./images/BookingEmpty.gif) 0 0 repeat-x;
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(130,160,225,0.9) 40%, rgba(170,240,255,0.9) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(130,160,225,0.9) 40%, rgba(170,240,255,0.9) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(130,160,225,0.9) 40%, rgba(170,240,255,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(130,160,225,0.9) 40%, rgba(170,240,255,0.9) 100%);
    background: linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(130,160,225,0.9) 40%, rgba(170,240,255,0.9) 100%);
    }
.BookingEmpty:hover
    {border: 1px solid #ff0000;
    z-index: 1000;
    box-shadow: inset 2px 2px 2px rgba(255, 0, 0, .7), inset -2px -2px 3px rgba(200, 0, 0, .7);
    -moz-box-shadow: inset 2px 2px 2px rgba(255, 0, 0, .7), inset -2px -2px 3px rgba(200, 0, 0, .7);
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 0, 0, .7), inset -2px -2px 3px rgba(200, 0, 0, .7);
    }
.BookingHover:hover
    {border: 1px solid #ff0000;
    z-index: 1000;
    box-shadow: inset 2px 2px 2px rgba(255, 0, 0, .7), inset -2px -2px 3px rgba(200, 0, 0, .7);
    -moz-box-shadow: inset 2px 2px 2px rgba(255, 0, 0, .7), inset -2px -2px 3px rgba(200, 0, 0, .7);
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 0, 0, .7), inset -2px -2px 3px rgba(200, 0, 0, .7);
    }
/*.BookingArrived
    {background: #E0AF50 url(./svg/grad-booking-arrived.svg) 0 0 no-repeat;
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(224,175,80,0.9) 40%, rgba(251,202,100,0.9) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(224,175,80,0.9) 40%, rgba(251,202,100,0.9) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(224,175,80,0.9) 40%, rgba(251,202,100,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(224,175,80,0.9) 40%, rgba(251,202,100,0.9) 100%);
    background: linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(224,175,80,0.9) 40%, rgba(251,202,100,0.9) 100%);
    }
.BookingPaid
    {background: #AADDAA url(./svg/grad-booking-paid.svg) 0 0 no-repeat;
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(170,221,170,0.9) 40%, rgba(204,225,102,0.9) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(170,221,170,0.9) 40%, rgba(204,225,102,0.9) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(170,221,170,0.9) 40%, rgba(204,225,102,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(170,221,170,0.9) 40%, rgba(204,225,102,0.9) 100%);
    background: linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(170,221,170,0.9) 40%, rgba(204,225,102,0.9) 100%);
    }
.BookingNoShow
    {background: #333333 url(./svg/grad-booking-noshow.svg) 0 0 no-repeat;
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(51,51,51,0.9) 40%, rgba(102,102,102,0.9) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(51,51,51,0.9) 40%, rgba(102,102,102,0.9) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(51,51,51,0.9) 40%, rgba(102,102,102,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(51,51,51,0.9) 40%, rgba(102,102,102,0.9) 100%);
    background: linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(51,51,51,0.9) 40%, rgba(102,102,102,0.9) 100%);
    }
.BookingNoShow2
    {background: #DD4444 url(./svg/grad-booking-noshow2.svg) 0 0 no-repeat;
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(221,68,68,0.9) 40%, rgba(255,102,102,0.9) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(221,68,68,0.9) 40%, rgba(255,102,102,0.9) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(221,68,68,0.9) 40%, rgba(255,102,102,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(221,68,68,0.9) 40%, rgba(255,102,102,0.9) 100%);
    background: linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(221,68,68,0.9) 40%, rgba(255,102,102,0.9) 100%);
    }
.BookingBlock3
    {background: #AAAAEE url(./svg/grad-booking-block3.svg) 0 0 no-repeat;
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(170,170,238,0.9) 40%, rgba(204,204,255,0.9) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(170,170,238,0.9) 40%, rgba(204,204,255,0.9) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(170,170,238,0.9) 40%, rgba(204,204,255,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(170,170,238,0.9) 40%, rgba(204,204,255,0.9) 100%);
    background: linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(170,170,238,0.9) 40%, rgba(204,204,255,0.9) 100%);
    }
.BookingPaidArrived
    {background: #44DD44 url(./svg/grad-booking-paidarrived.svg) 0 0 no-repeat;
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(68,221,68,0.9) 40%, rgba(102,255,102,0.9) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(68,221,68,0.9) 40%, rgba(102,255,102,0.9) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(68,221,68,0.9) 40%, rgba(102,255,102,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(68,221,68,0.9) 40%, rgba(102,255,102,0.9) 100%);
    background: linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(68,221,68,0.9) 40%, rgba(102,255,102,0.9) 100%);
    }
.BookingMade
    {background: #5555AA url(./svg/grad-booking-made.svg) 0 0 no-repeat;
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(80,80,176,0.9) 40%, rgba(102,102,204,0.9) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(80,80,176,0.9) 40%, rgba(102,102,204,0.9) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(80,80,176,0.9) 40%, rgba(102,102,204,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(80,80,176,0.9) 40%, rgba(102,102,204,0.9) 100%);
    background: linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(80,80,176,0.9) 40%, rgba(102,102,204,0.9) 100%);
    }
.BookingLesson
    {background: #AA5555 url(./svg/grad-booking-lesson.svg) 0 0 no-repeat;
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(176,80,80,0.9) 40%, rgba(204,102,102,0.9) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(176,80,80,0.9) 40%, rgba(204,102,102,0.9) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(176,80,80,0.9) 40%, rgba(204,102,102,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(176,80,80,0.9) 40%, rgba(204,102,102,0.9) 100%);
    background: linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(176,80,80,0.9) 40%, rgba(204,102,102,0.9) 100%);
    }
.BookingSession
    {background: #55AA55 url(./svg/grad-booking-session.svg) 0 0 no-repeat;
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(80,176,80,0.9) 40%, rgba(102,204,102,0.9) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(80,176,80,0.9) 40%, rgba(102,204,102,0.9) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(80,176,80,0.9) 40%, rgba(102,204,102,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(80,176,80,0.9) 40%, rgba(102,204,102,0.9) 100%);
    background: linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(80,176,80,0.9) 40%, rgba(102,204,102,0.9) 100%);
    }
.BookingBlock
    {background: #222288 url(./svg/grad-booking-block.svg) 0 0 no-repeat;
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(34,34,136,0.9) 40%, rgba(51,51,170,0.9) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(34,34,136,0.9) 40%, rgba(51,51,170,0.9) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(34,34,136,0.9) 40%, rgba(51,51,170,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(34,34,136,0.9) 40%, rgba(51,51,170,0.9) 100%);
    background: linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(34,34,136,0.9) 40%, rgba(51,51,170,0.9) 100%);
    }*/

.autoCompleteList {
  list-style: none outside none;
  border: 1px solid buttonshadow;
  background: #ffffff;
  cursor: default;
  padding: 0px;
  margin: 0px;
  z-index:100002 !important;
  font-size:1.1em;
  max-height:100px; overflow-y:auto;
  text-align:left;
}  
.autoCompleteHighlight {
  list-style: none outside none;
  border: 1px solid buttonshadow;
  background: #aaaaff;
  color: #00a;
  cursor: default;
  padding: 0px;
  margin: 0px;
  z-index:100002 !important;
  font-size :1.1em;
  text-align:left;
}    

.autoCompleteListSwipe {
  list-style: none outside none;
  border: 1px solid buttonshadow;
  background: #ffffff;
  cursor: default;
  padding: 0px;
  margin: 0px;
  z-index:100002 !important;
  font-size:x-large;
  max-height:300px; overflow-y:auto;
  text-align:left;
}  
.autoCompleteHighlightSwipe {
  list-style: none outside none;
  border: 1px solid buttonshadow;
  background: #aaaaff;
  color: #00a;
  cursor: default;
  padding: 0px;
  margin: 0px;
  z-index:100002 !important;
  font-size :x-large;
  text-align:left;
}    

.autoCompleteListClass {
  list-style: none outside none;
  border: 1px solid buttonshadow;
  background: #ffffff;
  cursor: default;
  padding: 0px;
  margin: 0px;
  z-index:100002 !important;
  font-size:0.8em;
  text-align:left;
}  
.autoCompleteHighlightClass {
  list-style: none outside none;
  border: 1px solid buttonshadow;
  background: #aaaaff;
  color: #00a;
  cursor: default;
  padding: 0px;
  margin: 0px;
  z-index:100002 !important;
  font-size :0.8em;
  text-align:left;
}    

.autoCompleteListAdmin {
  list-style: none outside none;
  border: 1px solid buttonshadow;
  background: #ffffff;
  cursor: default;
  padding: 0px;
  margin: 0px;
  z-index:100002 !important;
  font-size:0.95em;
  text-align:left;
}  
.autoCompleteHighlightAdmin {
  list-style: none outside none;
  border: 1px solid buttonshadow;
  background: #aaaaff;
  color: #00a;
  cursor: default;
  padding: 0px;
  margin: 0px;
  z-index:100002 !important;
  font-size :0.95em;
  text-align:left;
}    

.panelspace
    {margin:4px 0px 4px 0px;
    }

.NNList {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #323232;
}

.NNWarning {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #ff0000;
}

.NNSmall {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

.NNHeader {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

/*.ranking thead th{
padding:5px;
color:#fff;
text-shadow:1px 1px 1px #333;
border:1px solid #6666cc;
background-color:#8888ee;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0.02, #8888ee),color-stop(0.51, #7777dd),color-stop(0.87, #6666cc));
background: -moz-linear-gradient(center bottom,#8888ee 2%,#7777dd 51%,#6666cc 87%);
border-top-left-radius:5px;border-top-right-radius:5px;
-webkit-border-radius:5px 5px 0px 0px;
-moz-border-radius:5px 5px 0px 0px;
}
.ranking thead th:empty{
    background-color:#fff;
    background:#fff;
    border:none;
}
.ranking tr th:empty{
    background-color:#fff;
    background:#fff;
    border:none;
}
.ranking tr{
    font-size: 14px;
    font-weight: bold;
	color:#333;
	height:20px;
	background-color:#cccccc;
}
.ranking tbody th{
padding:0px;
color:#fff;
text-shadow:1px 1px 1px #333;
border:1px solid #6666cc;
background-color:#8888ee;
background:-webkit-gradient(linear,left bottom,right bottom,color-stop(0.02, #8888ee),color-stop(0.51, #7777dd),color-stop(0.87, #6666cc));
background: -moz-linear-gradient(center left,#8888ee 2%,#7777dd 51%,#6666cc 87%);
border-top-left-radius:12px; border-bottom-left-radius:12px;
-webkit-border-radius:12px 0px 0px 12px;
-moz-border-radius:12px 0px 0px 12px;
}*/

/*#grdForm tr { background-color: #fff; -moz-transition: background-color .1s linear 0s; -webkit-transition: background-color .1s linear 0s; -o-transition: background-color .1s linear 0s; -ms-transition: background-color .1s linear 0s; transition: background-color
 .1s linear 0s; }

#grdForm tr:hover { background-color: #ccc; -moz-transition: background-color .1s linear 0s; -webkit-transition: background-color .1s linear 0s; -o-transition: background-color .1s linear 0s; -ms-transition: background-color .1s linear 0s; transition:
 background-color .1s linear 0s; }

.xGridview tr, th, td, input {height: auto; 
                       line-height:normal; 
                     margin: 0px 0px 0px 0px; 
                     border:0px 0px 0px 0px; 
                     padding: 0px 0px 0px 2px; 
                     padding-top: 0px;
                     padding-right: 0px;
                     padding-bottom: 0px;
                     padding-left: 2px;
                     margin: 0px 0px 0px 0px;
                     margin-bottom: 0px;
                     margin-left: 0px;
                     margin-right: 0px;
                     margin-top: 0px;
                     vertical-align: middle;
                     overflow:hidden;
                     background-color:White}*/

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.tooltip
{
  position: relative;
  /*background: #eaeaea;
  cursor: help;*/
  display: inline-block;
  text-decoration: none;
  outline: none;
  overflow:visible;
}

.tooltip span
{
  visibility: hidden;
  position: absolute; 
  bottom: 40px;
  left: 50%;
  z-index: 999999;
  width: 330px;
  margin-left: -177px;
  color: #222;
  padding: 5px;
  overflow:visible;
  border: 2px solid #ccc;
  opacity: .9;
  background-color: #ddd;                   
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));  
  -moz-border-radius: 4px;
  border-radius: 4px;  
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;  
  text-shadow: 0 1px 0 rgba(255,255,255,.4); 
  font-size:10px;
}

.tooltip:hover
{
  /*border: 0;*/ /* IE6 fix */
}

.tooltip:hover span
{
  visibility: visible;
}

.tooltip span:before,
.tooltip span:after
{
  content: "";
  position: absolute;
  z-index: 999999;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;  
  border-top: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;        
  border-bottom: 0;  
}

.tooltip span:before
{
  border-top-color: #ccc;
  bottom: -8px;
}

/* BookByWeek */

.bookbyweek-tooltip span
{
  width: 360px;
  margin-left: -120px;
}

.bookbyweek-tooltip span:after
{ 
  left: 33%;
}

.bookbyweek-tooltip span:before
{
  left: 33%;
}

/* Yellow */

.yellow-tooltip span
{
  margin-left: -72px;
  width: 120px;
  border-color: #e1ca82;
  background-color: #ffeaa6;                     
}

.yellow-tooltip span:after
{ 
  border-top-color: #ffeaa6;
}

.yellow-tooltip span:before
{
  border-top-color: #e1ca82;
}

/* Navy */

.court-tooltip span
{
  color: #fff;
  text-shadow: 0 1px 0 #000;  
  border-color: #161a1f;
  background-color: #1e2227;
  width: 130px;
  margin-left: -10px;
}

.court-tooltip span:after
{ 
  border-top-color: #1e2227;
  left: 10%;
}

.court-tooltip span:before
{
  border-top-color: #161a1f;
  left: 10%;
}

/* Blue */

.blue-tooltip span 
{
  border-color: #59add4;
  background-color: #61bde7;
}

.blue-tooltip span:after
{ 
  border-top-color: #61bde7;
}

.blue-tooltip span:before
{
  border-top-color: #59add4;
}

/* Pink */

.pink-tooltip span 
{
  border-color: #ce4378;
  background-color: #ea4c88;
}

.pink-tooltip span:after
{ 
  border-top-color: #ea4c88;
}

.pink-tooltip span:before
{
  border-top-color: #ce4378;
}

.course 
    {padding: 2px 4px;
    /*width: 100%; 
    min-height:120px;*/
    text-decoration: none;
    outline: none; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    -moz-transition: -moz-box-shadow 0.3s ease-in-out;
    -o-transition:  background-color 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }

.coursetype
    {border: 1px solid #002266;
    color: #ffffff;
    font-size:1em;
    background: #6b7ea9 url('./grad-advert.svg') 0 0 no-repeat;
    background: -ms-linear-gradient(top, rgba(180,190,200,0.5) 0%, rgba(160,170,180,0.5) 50%, rgba(90,110,130,0.5) 100%);
    background: -o-linear-gradient(top, rgba(180,190,200,0.5) 0%, rgba(160,170,180,0.5) 50%, rgba(90,110,130,0.5) 100%);
    background: -moz-linear-gradient(top, rgba(180,190,200,0.5) 0%, rgba(160,170,180,0.5) 50%, rgba(90,110,130,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(180,190,200,0.5) 0%, rgba(160,170,180,0.5) 50%, rgba(90,110,130,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,190,200,0.5)), color-stop(50%,rgba(160,170,180,0.5)), color-stop(100%,rgba(90,110,130,0.5)));
    background: -moz-linear-gradient(top, rgba(180,190,200,0.5) 0%, rgba(160,170,180,0.5) 50%, rgba(90,110,130,0.5) 100%); 
    text-shadow: 1px 1px 2px #000000;
    }

.sessiontype
    {border: 1px solid #0044cc;
    color: #ffffff;
    margin: 3px 0px 0px 50px;
    font-size:1em;
    background: #6b7ea9 url('./grad-advert.svg') 0 0 no-repeat;
    background: -ms-linear-gradient(top, rgba(180,190,255,0.5) 0%, rgba(160,170,220,0.5) 50%, rgba(90,110,180,0.5) 100%);
    background: -o-linear-gradient(top, rgba(180,190,255,0.5) 0%, rgba(160,170,220,0.5) 50%, rgba(90,110,180,0.5) 100%);
    background: -moz-linear-gradient(top, rgba(180,190,255,0.5) 0%, rgba(160,170,220,0.5) 50%, rgba(90,110,180,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(180,190,255,0.5) 0%, rgba(160,170,220,0.5) 50%, rgba(90,110,180,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,190,255,0.5)), color-stop(50%,rgba(160,170,220,0.5)), color-stop(100%,rgba(90,110,180,0.5)));
    background: -moz-linear-gradient(top, rgba(180,190,255,0.5) 0%, rgba(160,170,2200,0.5) 50%, rgba(90,110,180,0.5) 100%); 
    text-shadow: 1px 1px 2px #000000;
    }
    
.coursetitle
    {margin: 0px 0px 5px 0px;
    font-size:1.2em;
    font-weight: bold;
    }
    
.coursesubtitle
    {font-size:1.2em;
    }
.courseblurb
    {color:#000033;
    margin: 5px 0px 5px 0px;
    font-size:1.1em;
    }
.coursesmall
    {margin: 3px 0px 0px 0px;
    font-size:1em;
    text-shadow: 1px 1px 1px #000000;
    }

.HeaderStyle, .PagerStyle /*Common Styles*/
{
    text-align: center;
    vertical-align:middle;
    font-size: 11px;
    text-shadow: 1px 1px 3px #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: inset 2px 2px 1px rgba(255, 255, 255, .3), inset -2px -2px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 2px 2px 1px rgba(255, 255, 255, .3), inset -2px -2px 1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 2px 2px 1px rgba(255, 255, 255, .3), inset -2px -2px 1px rgba(0, 0, 0, .3);
    background: #3366cc;
    
    /*background: #82A0E1;
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(130,160,225,1) 40%, rgba(170,240,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(130,160,225,1) 40%, rgba(170,240,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(130,160,225,1) 40%, rgba(170,240,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(130,160,225,1) 40%, rgba(170,240,255,1) 100%);
    background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(130,160,225,1) 40%, rgba(170,240,255,1) 100%);
    background-position:center;
    background-repeat:repeat-x;*/
    /*background-color:#fff;*/
	border:solid 1px #000000;
	font-weight:bold;
}

/*.HeaderStyle.th.sortasc a  
{
   display:block; padding:0 4px 0 15px; 
   background:url("images/ascArrow.png") no-repeat;
}

.HeaderStyle.th.sortdesc a 
{
   display:block; padding:0 4px 0 15px; 
  background:url("images/descArrow.png") no-repeat;
}*/
.HeaderStyle th
{
    padding: 5px;
    color: #ffffff;
    border:solid 1px #000000;
}
.HeaderStyle th:hover
{
    background: #4477dd;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#ffffff;
    display:block;
    text-align:left;
    font-size:1.1em;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
    font-size: 11px;
}
.PagerStyle table td
{
    border:0px;
    padding:2px;
    background: none;    
}
.PagerStyle td
{
    border-top: #999999 1px solid;
}
.PagerStyle a
{
    color:#000000;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #fff;
    border-right:solid 1px #999;
    border-bottom:solid 1px #999;
    border-left:solid 1px #fff;
}
.PagerStyle span
{
    color:#000000;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*<asp:Button ID="btnAbout" runat="server" Text="About" CssClass="button darkblue" width="80px" onclick="btnAbout_Click"/>
            <asp:Button ID="btnPassword2" runat="server" Text="Password" CssClass="button darkblue" width="80px" onclick="btnPassword_Click"/>
            <asp:Button ID="btnLogout" runat="server" Text="Logout" CssClass="button red" width="80px" onclick="btnLogout_Click"/>
            <asp:Button ID="btnYourDetails" runat="server" Text="My Details" CssClass="button darkblue" width="80px" onclick="btnYourDetails_Click"/>
            <asp:Button ID="btnNotifyMe" runat="server" Text="Notify Me" CssClass="button darkblue" width="80px" onclick="btnNotifyMe_Click"/>
            <asp:Button ID="btnRules" runat="server" Text="Rules" CssClass="button darkblue" width="80px" onclick="btnRules_Click"/>
            <asp:Button ID="btnAdmin" runat="server" Text="Admin" 
                CssClass="button darkblue" width="80px" Visible="false" 
                onclick="btnAdmin_Click"/>
            <asp:Button ID="btnPlayerList" runat="server" Text="Player List" CssClass="button darkblue" width="80px" onclick="btnPlayerList_Click"/>
            <asp:Button ID="btnWaitingList" runat="server" Text="Waiting List" CssClass="button darkblue" width="80px"/>
            <asp:Button ID="btnPrint" runat="server" Text="Print" 
                CssClass="button darkblue" width="80px" Visible="false" 
                onclick="btnPrint_Click"/>
            <asp:Button ID="btnAccount" runat="server" Text="Account" CssClass="button darkblue" width="80px" Visible="false"/>
<asp:Label ID="lblSelectActivity" runat="server" Text="Select Activity"></asp:Label>
            <asp:DropDownList ID="ddActivity" runat="server" onselectedindexchanged="ddActivity_SelectedIndexChanged" ViewStateMode="Enabled" AutoPostBack="True"></asp:DropDownList>
            <asp:Label ID="lblDuration" runat="server" Text="Duration"></asp:Label>
            <asp:DropDownList ID="ddDuration" runat="server" onselectedindexchanged="ddDuration_SelectedIndexChanged" ViewStateMode="Enabled" AutoPostBack="True"></asp:DropDownList>
            <asp:Label ID="lblCourses" runat="server" Text="Courses" Visible="false"></asp:Label>
            <asp:DropDownList ID="ddCourses" runat="server" onselectedindexchanged="ddCourses_SelectedIndexChanged" ViewStateMode="Enabled" AutoPostBack="True" Visible="false"></asp:DropDownList>
            <asp:Label ID="lblDate" runat="server" Text="Date"></asp:Label>
            */