/* 
    Document   : byso
    Created on : 21-dic-2009, 15.33.15
    Author     : FZECCHINI
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    cursor:pointer;
    background-color: rgb(240, 240, 240);
}

#pageweb{width:977px; margin:auto; padding:0; text-align:left;background-color: rgb(255, 255, 255);}

/*SQUEEZE BOX*/
#sbox-overlay {
	position: absolute;
	background-color: #FFF;
	left: 0;
	top: 0;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(../images/closebox_3.png) no-repeat center;

	border: none;
}

.sbox-window-ie6 #sbox-btn-close {
	background-image: url(../images/closebox.gif);
}

.sbox-loading #sbox-content {
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed {
	overflow: hidden;
}
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}
#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
.sbox-bg {
	position: absolute;
	width: 9px;
	height: 10px;
}

.sbox-bg-n {
	left: 0;
	top: -10px;
	width: 100%;
	background: url(../images/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -9px;
	top: -10px;
	background: url(../images/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -9px;
	top: 0;
	height: 100%;
	background: url(../images/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -9px;
	bottom: -10px;
	background: url(../images/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -10px;
	width: 100%;
	background: url(../images/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -9px;
	bottom: -10px;
	background: url(../images/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -9px;
	top: 0;
	height: 100%;
	background: url(../images/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -9px;
	top: -10px;
	background: url(../images/bg_nw.png) no-repeat;
}

/*ACCORDION*/
#accordion {
	margin:15px 20px 15px 20px ;
    padding: 0px 0px 10px 0px;


}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: arial,sans-serif;
	font-size: 12px;
	background: #aad06b;
	color: #000000;
    margin:2px 0px 0px 0px ;
    padding: 10px 0px 10px 15px ;

}

div.court{
margin: 0px;
padding: 10px 0px 10px 1px;
height:600px;
display:block;

}
div.court table {
     /*border-collapse:collapse;*/
    }
div.court td{
    cursor: pointer;
    border-width: 1px 1px 0px 0px;
    border-color: #FFFFFF;
    border-style: solid;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;

}



/*FIRST*/
#page{width:700px; margin:auto; padding:0; text-align:left;margin-top:100px;}

.pager{

color:#FFFFFF;
cursor:pointer;
float:left;
font-family:arial,sans-serif;
font-size:18px;
font-weight:bold;

}

.help{
    margin-top:7px;
    width:680px;
    height:100px;
    font-size:15px;
    text-align:left;
    text-transform: uppercase;
    line-height:110%;
    padding: 5px;
}

.deselect{
    opacity:0.25;
}

.input_key_first{
    margin-top: 5px;
    width:93%;
    text-align:center;
    font-family: arial,sans-serif;
    font-size: 22px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 2px rgb(218, 242, 252);
    color: #0080ff;
    font-weight:bold;
    text-transform: uppercase;
}

.submit{

border-color:#F5F5F5 #DDDDDD #DDDDDD #F5F5F5;
border-style:solid;
border-width:1px;
margin-left:250px;
margin-top:100px;;
padding:10px;
width:200px;
background:#E05430 none repeat scroll 0 0;
text-align:center;
color:#FFFFFF;
cursor:pointer;
font-family:arial,sans-serif;
font-size:18px;
font-weight:bold;

}

/*KEYBOARD*/
div.keyboard {
margin-top:-8px;

}

/* Key buttons */
/*button {
   padding: 1px;
   height: 30px;
   width: 30px;
   border: 1px solid rgb(218, 242, 252);
   background-color: rgb(237, 249, 255);
   margin: 1px;
   display: inline;
   cursor:pointer;



}*/

/*button:active{
   border: 1px solid #FFD85C;
   background-color: #FFEDA5;
}*/



.pushed{
    background-color: rgb(218, 242, 252);
}

#input_key {

    top: 18px;
    width:93%;
    text-align:center;
    font-family: arial,sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 2px rgb(218, 242, 252);
    color: #0080ff;
    font-weight:bold;
    clear:both;
    position:relative;
}

#result{
margin-top:38px;

}

#result li{
    list-style-type: none;
    text-align:right;
    font-family: arial,sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom:9px;
    /*color:#e05430;*/

}

.delete2, .delete3,.delete4{
    float:right;
    visibility:hidden;
    cursor:pointer;
}
#socio2, #socio3, #socio4{
    float:left;
}

/*LOGIN
.input_key{
    margin-top: 5px;
    width:93%;
    text-align:center;
    font-family: arial,sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 2px rgb(218, 242, 252);
    color: #0080ff;
    font-weight:bold;
}
#key_digit{
    margin-top: 55px;
    margin-left:140px;
    margin-bottom:55px;

}
.key,.key_a{
   
   padding: 2px 1px 1px 1px;
   height: 30px;
   width: 30px;
   border: 1px solid rgb(218, 242, 252);
   background-color: rgb(237, 249, 255);
   margin: 1px;
   display: inline;
   cursor:pointer;
   float:left;
   font-size: 18px;
   text-align:center;
   z-index:0;
   position:relative;

}
.keynosel{

   padding: 2px 1px 1px 1px;
   height: 30px;
   width: 30px;
   border: 1px solid rgb(218, 242, 252);
   background-color: rgb(237, 249, 255);
   margin: 1px;
   display: inline;
   cursor:pointer;
   float:left;
   font-size: 18px;
   text-align:center;
   z-index:0;
   position:relative;

}

.keysel{
   border: 1px solid #FFD85C;
   background-color: #FFEDA5;
   width:45px;
   height:45px;
   font-size: 35px;
   margin:-5px -7px -8px -6px;
   z-index:1;
   position:relative;
   text-align:center;
   display: inline;
   cursor:pointer;
   float:left;
   padding: 2px 1px 1px 1px;
}

/*.key:active,.key_a:active{
   border: 1px solid #FFD85C;
   background-color: #FFEDA5;
   width:45px;
   height:45px;
   font-size: 35px;
   margin:-5px -7px -8px -6px;
   z-index:1;
   position:relative;
  
}/

/*.key:active, .key_a:active{
   background-color: rgb(218, 242, 252);
}/

#key_alp{
    margin-top: 55px;
    margin-left:140px;
    margin-bottom:55px;

}
.delete_login{
    float:left;
    cursor:pointer;
    margin-top:5px;
}
*/

/*MEMBERS*/

  html, body {
      background-color: rgb(240, 240, 240);
    }

  body { font-family: arial,sans-serif;
    font-size: 11px;
    text-align: left;
    }
#fade {
	position: absolute;
	background-color: #FFF;
	left: 0;
	top: 0;
    z-index: 65555;
    visibility: visible;
    width: 100%;
    height: 100%;
    cursor:progress;
    /*zoom: 1;
    opacity: 1.98;*/
}

  #header{
    margin: 0px 0px 10px 0px;
    padding:10px ;
    border-bottom: 10px solid rgb(240, 240, 240);
    height:195px;
  }
    #head_left{
      float:left;

  }
    #head_center{
      float:left;
      margin-left:28px;
      width:690px;

  }

  #name{
      font-size:18px;
      float:left;
      width:460px;
  }
#head_center  #crediti
  {
      font-size:18px;
      float:right;
      margin-right:10px;
  }

.book_hour{
   float:left;
    position:relative;
    top:17px;
    text-align:right;
    font-size:10px;
    width:226px;
    border-bottom:1px solid #FFD85C;
   }

  #action{
      font-size:18px;
      float:left;

  }
    #head_right{
      float:right;
      width:330px;
      height:195px;
      background-color: #EDF9FF;
      display:block;
  }

   #daily, #outlook {
	margin:10px;
    padding: 0px 0px 10px 0px;


    }

    h3.daily , h3.outlook{
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: arial,sans-serif;
	font-size: 12px;
	background: #e05430;
	color: #ffffff;
    margin:2px 0px 0px 0px ;
    padding: 10px 0px 10px 15px ;

    }


  .courts h3{
    cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: arial,sans-serif;
	font-size: 12px;
	background: #aad06b;
	color: #000000;
    margin:2px 0px 0px 0px ;
    padding: 5px 0px 5px 15px ;

  }

 #court_outlook h3{
    cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: arial,sans-serif;
	font-size: 12px;
	background: #aad06b;
	color: #000000;
    margin:2px 0px 0px 45px ;
    padding: 10px 0px 10px 15px ;

  }

  .courts{
      float:left;
      width:30%;

  }

  .back_weekly_1{

      cursor: pointer;
      display:block;
      background:red;
      width:2.5%;
      float:right;
      height:635px;
      background-color: rgb(237, 249, 255) ;
      border: 1px solid rgb(218, 242, 252);
      background-image: url(../images/weekly_back.jpg);
      background-repeat: no-repeat;
  }

  .back_weekly_2{

      cursor: pointer;
      display:block;
      background:red;
      width:2.5%;
      float:left;
      height:635px;
      background-color: rgb(237, 249, 255) ;
      border: 1px solid rgb(218, 242, 252);
      background-image: url(../images/weekly_back.jpg);
      background-repeat: no-repeat;
  }

  .action_menu{
      font-size: 10px;
      background-color: rgb(237, 249, 255) ;
      border: 1px solid rgb(218, 242, 252);
      width:70px;
      height:65px;
      text-align:center;
      float:left;
      margin:5px 10px 5px 0px;
      cursor:pointer;
      font-weight:bolder;
      padding-top:5px;

  }

  #action .selected{

    background:#ffeda5;
    border: 1px solid #ffd85c;

  }

  #user_info{

      height:115px;
  }
  .edit{
      font-size:10px;
      float:left;
      background-color: rgb(237, 249, 255) ;
      border: 1px solid rgb(218, 242, 252);
      padding:5px;
      margin-left:12px;
      cursor:pointer;

  }
    .edit_1{
      font-size:10px;
      width:216px;
      float:left;
      background-color: rgb(237, 249, 255) ;
      border: 1px solid rgb(218, 242, 252);
      padding:5px;

      margin-right:2px;
      cursor:pointer;

  }
  .edit_2{
      font-size:10px;
      width:216px;
      float:left;
      background-color: #ffeda5 ;
      border: 1px solid #ffd85c;
      padding:5px;

      margin-right:2px;
      cursor:pointer;

  }

#outlook_table{
    padding:5px 0 0 -10px;
}

/*MODAL BOX*/

#modal_container{
    font-family: arial,sans-serif;
	font-size: 13px;
}

.book fieldset {
    background:#fff;
    padding:10px;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
    margin-bottom:10px;
    margin-left:10px;
    float:left;
    width:43%;
    /*height: 350px;*/

}

.remove fieldset {
    background:#fff;
    padding:10px;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
    margin-bottom:10px;
    margin-left:5px;
    float:left;
    width:90%;
    height: 350px;

}

 .book fieldset.action{

    width:95%;
    height: 22px;
    background: #e05430;
    text-align:left;
}

.remove fieldset.action{

    width:90%;
    height: 22px;
    background: #e05430;
    text-align:left;
}

dl {
    clear:both;
}

dl.break{
    height: 32px;
    border-bottom: 1px solid #f5f5f5;

}

dt {
    float:left;
    text-align:right;
    width:70px;
    line-height:15px;
    margin:0 10px 10px 0;
    padding: 0 5px 0 0;
    font-weight:bold;
    background:rgb(237, 249, 255);
    border: 1px solid rgb(218, 242, 252);
    height: 25px;
}
dd {
    float:left;
    width:180px;
    line-height:15px;
    margin:0 0 10px 0;
    border-bottom: 1px solid rgb(218, 242, 252);
    height: 25px;
}
dt.select {
    float:left;
    text-align:right;
    width:70px;
    line-height:15px;
    margin:0 10px 10px 0;
    padding: 0 5px 0 0;
    font-weight:bold;
    background:#ffeda5;
    border: 1px solid #ffd85c;
    height: 20px;

}
dd.select {
    float:left;
    width:180px;
    line-height:15px;
    margin:0 0 10px 0;
    border-bottom: 1px solid #ffd85c;
    height: 20px;

}

legend {
    background:#aad06b;
    color:#000000;
    font-family: arial,sans-serif;
	font-size: 13px;
    padding:0 10px;
    margin:0px 0 0 -11px;
    font-weight:bold;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
    height: 25px;
    padding-top:5px;
}

#submit{

    border: 0px;
    background:#e05430;
    color:#fff;
    font-weight:bold;
    font-family: arial,sans-serif;
	font-size: 18px;
    cursor:pointer;
    float:left;

}

.book #submit{
opacity:0.4;
    }


#alert_socio{

    text-align: right;
    color: #fff;
    float: right;
    font-family: arial,sans-serif;
	font-size: 18px;
}
/*NOTIFICATION*/

.notification_box{

    width:398px;
    height:122px;
    text-align:left;
    position:absolute;
    display:none;
    z-index:999;
    color:#fff;
    font-family: arial,sans-serif;
	font-size: 13px;
    background-image: url(../images/smoke.png);
    background-repeat: no-repeat;
    opacity:0;
    /*bottom:25px;*/
    right:30px;


}

.ridotta{
	width:398px;
    height:50px;
    text-align:left;
    position:absolute;
    display:none;
    z-index:999;
    color:#fff;
    font-family: arial,sans-serif;
	font-size: 13px;
    background-image: url(../images/smoke.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity:0;
    /*bottom:25px;*/
    right:30px;


}

.ridotta img, .notification_box img{
    float:left;
    margin-top:10px;
    margin-left: 10px;

}

.ridotta h3, .notification_box h3{
    margin-left:70px;
    margin-top:9px;
}

.ridotta p, .notification_box p{
    margin-left:70px;
    margin-top:-15px;
}
.ridotta p{
    margin-top:15px;
}

.notification_question{
    margin-left:12px;
    margin-top:-15px;
    float:left;
}

.notification_question span{
    float:left;
    margin-right:15px;
    margin-top: 5px;
    cursor:pointer;
    font-family: arial,sans-serif;
	font-size: 12px;
    color:#000;
    width:25px;
    display:block;
    text-align:center;
    font-weight:bold;

}

/*SLIDE*/

#box4{
	position:absolute;
}
#box4 .slide{
	width:1250px;
	height:750px;
	float:left;

}

.mask3{
	position:relative;
	width:1250px;
	height:750px;
	overflow:hidden;
    margin-top:-10px;
}

#box5{
	position:absolute;
}
#box5 .slide{
	width:700px;
	height:400px;
	float:left;

}

.mask4{
	position:relative;
	width:700px;
	height:400px;
	overflow:hidden;
    margin-top:-10px;
}

/*VLA CALENDAR*/


#calendar {

    float:left;

}

#clock {

    font-family: arial !important;
	color: black;
	font-size: 25px !important;

    padding: 0px 0px 0px 35px;
    background-color: rgb(237, 249, 255);
    width: 154px;
    border: 1px solid rgb(218, 242, 252);
}

  .current_week{

    /*background: url('../images/day_hover.gif') bottom no-repeat;*/
	color: #0066cc;
    cursor:pointer;
    width:20px;
    display:block;

  }

.vlaCalendarPicker {
	position: absolute;
	z-index: 999;

	margin-top: -5px;
	margin-left: -2px;

	display: none;
}

.vlaCalendarPicker .pickerBackground {
	background: transparent url('../images/calendar_background.png') no-repeat top center;
	padding: 16px;
	height: 150px;
	width: 196px;
	overflow: hidden;
    display: block;
}

/* Background for IE6 - code does not validate as it is a hack */
*html .vlaCalendarPicker .pickerBackground {
	background-image: url('../images/calendar_background.gif');
}

/* Main calendar */

.vlaCalendar, .vlaCalendar table {
	font-family: arial !important;
	color: black;
	font-size: 13px !important;
}

.vlaCalendar {
	display: block;
	width: 194px;
}
.vlaCalendar .container, .vlaCalendar .container div {
	width: 194px;
	height: 150px;
	text-align: left;
	position: absolute;
	overflow: hidden;
}

.vlaCalendar span.indication {
	display: block;
	text-align: center;
    background-color: rgb(237, 249, 255);
}

.vlaCalendar table {
	margin-top: 8px;
	text-align: right;
	border-collapse: collapse;
	background-color: white; /* <- IE ugly text in transition fix  */
    margin-bottom: 8px;
}

.vlaCalendar .picker td {
	cursor: pointer;
}

/* Label & arrows */

.vlaCalendar .label:hover {
	color: #0066cc;
	cursor: pointer;
}
.vlaCalendar .noHover:hover {
	color: black;
	cursor: default;
}

.vlaCalendar .arrowLeft, .vlaCalendar .arrowRight {
	background: transparent url('../images/arrowleft.gif') no-repeat center;
	height: 12px;
	width: 10px;
	cursor: pointer;
    padding-top:3px;
}
.vlaCalendar .arrowLeft {
	margin-left: 5px;
	float: left;
}
.vlaCalendar .arrowLeft:hover {
	background-image: url('../images/arrowleft_hover.gif');
}
.vlaCalendar .arrowRight {
	margin-right: 5px;
	float: right;
	background-image: url('../images/arrowright.gif');
}
.vlaCalendar .arrowRight:hover {
	background-image: url('../images/arrowright_hover.gif');
}

/* Month */

.vlaCalendar .month th {
	text-align: center;
	font-weight: normal;
	width: 30px;
	padding-bottom: 0px;
	border-bottom: 1px solid #f5f5f5;
}

.vlaCalendar .month td {
	padding-right: 6px;
    padding-top: 3px;
	height: 20px;
}

.vlaCalendar .month tr.firstRow td {
	padding-top: 0px;
}

.vlaCalendar .month td:hover {
	background: url('../images/day_hover.gif') bottom no-repeat;
	color: #0066cc;
}

.vlaCalendar .month td.selected {
	background: url('../images/day_selected.gif') bottom no-repeat;
	color: #0066cc;
    cursor:pointer;

}
.vlaCalendar .month td.selected:hover {
	background-image: url('../images/day_selected_hover.gif');
}

.vlaCalendar .month td.outsideDay {
	color: #a8a8a8;
}
.vlaCalendar .month td.outsideDay:hover {
	color: #b1c5fc;
}

/* Year & decade */

.vlaCalendar .year {
	margin-left: 2px;
}

.vlaCalendar .year td {
	width: 50px;
	height: 45px;
	text-align: center;
	cursor: pointer;
}
.vlaCalendar .year td:hover {
	background: url('../images/month_hover.gif') center no-repeat;
	color: #0066cc;
}

.vlaCalendar .year td.selected {
	background: url('../images/month_selected.gif') center no-repeat;
}
.vlaCalendar .year td.selected:hover {
	background-image: url('../images/month_selected_hover.gif');
}

.vlaCalendar .year td.current {
	background: url('../images/month_current.gif') center no-repeat;
	color: #0066cc;
}
.vlaCalendar .year td.current:hover {
	background-image: url('../images/month_current_hover.gif');
}

.vlaCalendar .year td.selectedcurrent {
	background: url('../images/month_selectedcurrent.gif') center no-repeat;
}
.vlaCalendar .year td.selectedcurrent:hover {
	background-image: url('../images/month_selectedcurrent_hover.gif');
}

.vlaCalendar .year td.outsideYear {
	color: #a8a8a8;
}
.vlaCalendar .year td.outsideYear:hover {
	color: #b1c5fc;
}

.light{
    /*padding:15px 5px 35px 5px;*/
    padding-top:15px;
    /*padding-bottom:15px;*/
    margin-top:7px;
    width:260px;
    /*height:15px;*/
    font-size:18px;
    text-align:center;
}
.accesa{
    background: #FFEDA5;
    border: 1px solid #FFD85C;
}
.prenota{
    color:#E05430;
    display:block;
    margin-top:10px;
}
.elimina{
    color:rgb(61,168,213);
    display:block;
    margin-top:10px;
}
.luci{

    position:absolute;
    clear:both;
    margin-left:96px;
    margin-top:-1px;
    background: transparent url('../images/luci.png') no-repeat right top;
    display:block;
    width:10px;
    height:10px;
}
.luci_maestro{

   float: right;
	margin-right: -4px;
	margin-top: -9px;
	position:relative !important;

    background: transparent url('../images/luci.png') no-repeat right top;
    display:block;
    width:10px;
    height:10px;
}
.pioggia{

    position:absolute;
    clear:both;
    margin-left:-4px;
    margin-top:22px;
    background: transparent url('../images/pioggia.png') no-repeat right top;
    display:block;
    width:10px;
    height:10px;
}

.pioggia_ok{

    position:absolute;
    clear:both;
    margin-left:-4px;
    margin-top:22px;
    background: transparent url('../images/pioggia_ok.png') no-repeat right top;
    display:block;
    width:10px;
    height:10px;
}

.pioggia_no{

    position:absolute;
    clear:both;
    margin-left:-4px;
    margin-top:22px;
    background: transparent url('../images/pioggia_no.png') no-repeat right top;
    display:block;
    width:10px;
    height:10px;
}

.rain{
    position:absolute;
    clear:both;
    margin-left:-5px;
    /*margin-top:-18px;*/
    background: #DAF2FC url('../images/goccia.png') no-repeat right bottom ;
    opacity:0.7;
    display:block;
    width:111px;
    height:34px;
}

.sconto{
    position:absolute;
    clear:both;
    margin-left:-5px;
    margin-top:-20px;
    background: url('../images/sconto.png') no-repeat center ;
    opacity:0.7;
    display:block;
    width:111px;
    height:34px;
}

#light_list{
    width:300px;
    height:290px;
    overflow:auto;
}
div.scroller {
	width: 305px;
	height: 300px;

	/*border: 1px solid #ddd;*/
}
div.scroller .content {
	height: 300px;
	width: 290px;
	overflow: hidden;
	float: left;
    
}

#news {
    font-family: arial !important;
	color: black;
	font-size: 25px !important;
    background-color: rgb(237, 249, 255);
    
    border: 1px solid rgb(218, 242, 252);
    
}


div.court table{
	clear: both;
    border: 0px;
    border-collapse: collapse;
}


#back {
  background: none !important;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  float: right;
  font-family: arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
}