
/* {margin :0; padding :0}*/
html, body {height : 100%; font-family :Tahoma,Serif;}
 h1 {text-align:center;color:white;background:#5E9BC2;font-family :Lucida Handwriting;}
 h1.red {background:White;color:Red;font-family :Gill Sands;}
/*form (text-align: left}*/
#wrapper {min-height : 100% ; height: auto !important ;
  height :100%;}
 #hdr {background :white; text-align:center;margin-top: 10px;margin-left:10px;margin-right:10px;}
 #hdrsupper {height :100px ;background :white; text-align:center;margin-top: 10px;margin-left:10px;margin-right:10px;}
 #login{margin-left:100px;text-align:left;}
 #agm{margin-left:100px;text-align:left;}
  #member{margin-left:20px;text-align:left;}
 #splittop {height:230px;background:white;position:fixed;top:0;left:8;margin:0;width:100%;z-index:2;}
 #splitmain {position:absolute;top:250px;z-index:1;}
 #instr {margin-left:20px; text-align :left;}
 .book {background: blue;width:40px;text-align:center;}
 .white {background: white;width:40px;text-align:center;}
 .red {background: red;width:40px;text-align:center;}
 .sureven {background: lightgreen;text-align:left;width:150px;}
 .sur {background: white;text-align:left; width:150px;}
 #note {background: whitesmoke;width:150px}
 .topay {background: red;width:40px;text-align:center;}
 .star {background: white;width:40px;text-align:center;color:white;font-weight:bold;}
 .payed {background: lightgreen;width:40px;text-align:center;}
 .cancel {background: lightgreen;width:40px;text-align:center;}
 .notpayed {background: white;width:40px;text-align:center;}
 .cash {background: yellow;width:25px;text-align:center;}
 
 .soup {background: peru;width:40px;text-align:center;}
 .juice {background: yellow;width:40px;text-align:center;}
 .fish {background: #33B3D1;width:40px;text-align:center;}
 .veg {background:mediumpurple ;width:40px;text-align:center;}
 .ice {background: hotpink;width:40px;text-align:center;}
 .fruit {background: lightgreen;width:40px;text-align:center;}
 .cheese {background: orange;width:40px;text-align:center;}
  .salmon {background: #FFA391;width:40px;text-align:center;}
 .msoup {background: peru;width:100px;text-align:center;}
 .mjuice {background: yellow;width:100px;text-align:center;}
 .mfish {background: #33B3D1;width:100px;text-align:center;}
 .mveg {background:mediumpurple ;width:100px;text-align:center;}
 .mice {background: hotpink;width:100px;text-align:center;}
 .mfruit {background: lightgreen;width:100px;text-align:center;}
 .mcheese {background: orange;width:100px;text-align:center;}
 
 .diet {background: paleturquoise;width:40px;text-align:center;}
 .clubnav {float : left; width :600px ; margin-left:10px;}
 .heldnav {float : left; width :700px ; margin-left:10px;}
 .held {float : left; width :700px ; margin-left:10px;}
  .clubmain {float : left; margin-left:10px;}
 .heldmain {float : left; margin-left:800px;}
 #hdrmal {height :230px ;background :#fbfce2; text-align:center;margin-top: 10px;margin-left:10px;margin-right:10px;}
 #hdrwrex {height :150px ;background :#fbfce2; text-align:center;margin-top: 10px}
 #hdrshrewsen {height :200px ;background :#fbfce2; text-align:center;margin-top: 10px}

 #hdradsshrewsen {float: right;width :150px; text-align:center;}

 #hdrnavshrewsen {float : left; width :150px ; text-align :center;}
 #hdrmainwrex {margin: 0 180px 0 180px; text-align: center;}
 #hdrtopshrewsen {margin: 10px 150px 0px 150px; text-align: center; height:160px;}
 #hdrmainshrewsen {margin: 10px 180px 10px 180px;text-align: center;}
 #ads {float: right;width :140px;background : white; text-align:center;}
 #hdrads {float: right;width :300px; text-align:center;}
 #hdrnav {float : left; width :300px ; text-align :center;}
 #hdrmain {margin: 0 300px 0 300px; text-align: center;}
 #mainnoad {margin-left: 10px; margin-right: 10px;text-align: center;}
 #ads {height : 100%}
 #nav {margin-left:10px; float : left; width :120px ; background :white; text-align :left; height:100%;}

 #txt {background : white;  text-align:left;}
 #res {background : lightgreen;  text-align:center;}
 #main {margin-left: 150px; margin-right: 140px; text-align: left;}
 #mainshrew {margin-left: 400px; margin-right: 10px; text-align: left;}
 #club {margin:20px;padding:20px}

 input[type=submit],input[type=file] {
    margin:10px 10px 5px 10px;
    padding:5px 20px;
   background:#ccc;
    border: 1px solid #202020;
    cursor:pointer;
    -webkit-border-radius: 10px;
    border-radius: 10px;

}
 input[type=submit]:hover,input[type=file]:hover {
    background:red;


}

.singlelink a{
display: block;
width: 120px; /*Width of top level menu link items was 90px*/
padding: 2px 8px 0 8px;
height:30px;
border: 1px solid #202020;
text-decoration: none;
background-color: lightgreen;
color:#235b8c;
font: bold 12px Tahoma;
margin-left:8px;
margin-top:10px;
text-align:center;
/*-moz-border-radius:50px; */
/*-webkit-border-radius :50px; */
border-radius:10px;

}

.singlelink a:hover{
background-color:red;
}
 .afterlinks{
   padding:15px 0 5px 5px;
   }
 
 .mainmenu ul li{
position: relative;
display: inline;
float: left;
text-align:center;

}
/*Top level menu link items style*/
.mainmenu ul li a{
display: block;
width: 100px; /*Width of top level menu link items was 90px*/
padding: 2px 8px 0 8px;
height:30px;
border: 1px solid #202020;
text-decoration: none;
background-color: lightgreen;
color:#235b8c;
font: bold 12px Tahoma;
margin-left:8px;
margin-top:10px;
text-align:center;
/*-moz-border-radius:50px; */
/*-webkit-border-radius :50px; */
border-radius:10px;

}

.mainmenu ul li a:hover{
background-color:red;
}


 .colred {color: red;}
 .colgreen {color: green;}
 .mat {position:absolute; left :10px;top : 10px ; width: 260px}
.ent {margin:auto;color : red; background:lightgrey;text-align:center; border:2px solid black;width:500px}
.day {color: blue;}
.res {color: blue;}
.greencolor{background-color: #33CC33 !important}
.redcolor{background-color: #E60000;}
.hor {text-align:center;}
 .alright {text-align:right;}
 div.center {margin: 0 auto;}
 div.left {width:200px;}
 div.head {margin: 0 auto;height:50px; width:1000px;}
 div.menu {margin: 0 auto;height:50px; width:650px;}
 div.center-text {text-align:center;}
 table.head {width : 65% ; margin:auto;text-align :center;border-spacing:10px}
  table.prog {width : 1000px; margin:auto;text-align :center;border-spacing:10px}
 .currenttable{margin: 0 auto; border-collapse:collapse; padding 2px;width:500px;}
  .currenttable td{border:2px solid white;text-align:center;}
  
 .membooktable caption {background:#90EE90;text-align:center;font-weight:bold;}
 .membooktable {alignment-adjust: central; border-collapse:collapse; padding 2px;width:700px;}
 .membooktable td.date{background:#90EE90;text-align:center;font-weight:bold;}
 .membooktable th, td{border:2px solid white;text-align:center;}

 .tobooktable caption {background:#90EE90;text-align:center;font-weight:bold;}
 .tobooktable {alignment-adjust: central; border-collapse:collapse; padding 2px;width:700px;}
 .tobooktable td.men{background:#90EE90;text-align:center;font-weight:bold;}
 .tobooktable th, td{border:2px solid white;text-align:center;}
 .tobooktable td.but{text-align:center;}
 
.progtable {alignment-adjust: central; border-collapse:collapse; padding 2px;width:500px;}
.progtable a:link{text-decoration:none; color:#333;}
.progtable a:link{font:20px Arial Black, Tahoma, Verdana, Helvetica;}
.progtable a:hover, active {text-decoration:underline; color:red;}

.progtable td.date{background:#90EE90;text-align:center;font-weight:bold;}
 .progtable th, td{border:2px solid white;text-align:center;}


 .embedtable {alignment-adjust: central; border-collapse:collapse; padding 2px;width:100%;}
 .embedtable td.tdright {text-align:right;}
.embedtable a:link{text-decoration:none; color:#333;}
.embedtable a:link{font:20px Arial Black, Tahoma, Verdana, Helvetica;}
.embedtable a:hover, active {text-decoration:underline; color:red;}
.embedtable td{border:2px solid white;text-align:left;}
 .embedtable th{border:2px solid white;text-align:center;}
#smalllink{font:10px Arial Black, Tahoma, Verdana, Helvetica;}

.grptable caption a:link{font:20px Arial Black, Tahoma, Verdana, Helvetica}
 .grptable {alignment-adjust: central; border-collapse:collapse; padding 2px;width:600px;}
.grptable a:link{text-decoration:none; color:#333;}
.grptable a:link{font:20px Arial Black, Tahoma, Verdana, Helvetica;}
.grptable a:hover, active {text-decoration:underline; color:red;}
 .grptable td{border:2px solid white;text-align:left;}
 .grptable th{border:2px solid white;text-align:center;}
 
 .heldtable caption a:link{font:20px Arial Black, Tahoma, Verdana, Helvetica}
 .heldtable {alignment-adjust: central; border-collapse:collapse; padding 2px;width:700px;}
.heldtable a:link{text-decoration:none; color:#333;}
.heldtable a:link{font:14px Arial Black, Tahoma, Verdana, Helvetica;}
.heldtable a:hover, active {text-decoration:underline; color:red;}
 .heldtable td{border:2px solid white;text-align:left;}
 .heldtable th{border:2px solid white;text-align:center;}
  .pageCenter {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	float: none;
}
   .booktable {border-collapse:collapse; padding 2px;width:800px;}
  /*.booktable caption a:link{font:12px Arial Black, Tahoma, Verdana, Helvetica} */

.booktable a:link{text-decoration:none; color:#333;}
.booktable a:link{font:12px Arial Black, Tahoma, Verdana, Helvetica;}
.booktable a:hover, active {text-decoration:underline; color:red;}
.booktable th, td{border:2px solid white;}

  .plantable caption{color : green; font:12px Arial Black, Tahoma, Verdana, Helvetica}
  .plantable a:link{font:12px Arial Black, Tahoma, Verdana, Helvetica}
 .plantable {alignment-adjust: central; border-collapse:collapse; padding 2px;width:600px;}
.plantable a:link{text-decoration:none; color:#333;}
.plantable a:link{font:12px Arial Black, Tahoma, Verdana, Helvetica;}
.plantable a:hover, active {text-decoration:underline; color:red;}
.plantable th, td{border:2px solid white;text-align:left; color:black}



 .headerfont {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
    background-color:#235b8c;
}
  .numberfont {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
    background-color:lightgreen;
}
.TableContent {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 12px;
	color: #31384b;
	alignment-adjust: central;
	text-align: center;

}
 .Teamyellow {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
    background-color:yellow;
	}
    .Teambrown {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
    background-color:lightgreen;
	}

.Team {
	font-family: Arial , Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border:1px solid black
	}
  .Teameven {
	font-family: Tahoma , Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
    background-color:#F3F3F3;
	/*background-color : green;*/
	}
 .Teamodd {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color:#D3D3D3;
	}
.trodd{
    background-color:#D3D3D3;
    font-family:  Arial ,Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #31384b;
	alignment-adjust: central;
	text-align: center;
    }
.treven{
    background-color:#F3F3F3;
    font-family:  Arial ,Tahoma,Helvetica, sans-serif;
	font-size: 12px;
   color: #31384b;

	alignment-adjust: central;
	text-align: center;
    }


.dropdown {display:block; position:relative}
.dropdown dt {width:120px; border:2px solid #9ac1c9; padding:2px 0 2px 0; font-size:10px; font-weight:bold; cursor:pointer; background:#90EE90}/* color of background button*/
/* background:url(images/header.gif) */
.dropdown .upperdd {border-bottom:none}
.dropdown dt:hover {background:red}
 /* background:url(images/header_over.gif) */
.dropdown dd {position:absolute; top:0; overflow:hidden; width:120px; display:none; background:#fff; opacity:0} /* width of drop down */
.dropdown ul {width:250px; border:2px solid #9ac1c9; list-style:none}

.dropdown li, {display:inline;}
 .dropdown .out a, .dropdown a:active, .dropdown a:visited {display:block; padding:2px; color:#333; text-decoration:none; background:#90EE90; width:120px}

.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:2px; color:#333; text-decoration:none; background:#90EE90; width:120px}
 /* background:#eaf0f2 */
.dropdown a:hover {background:red; color:#000}
 /* background:#d9e1e4 */
.dropdown .underline {border-bottom:1px solid #b9d6dc}

 .admindropdown {display:block; position:relative}
/* width of menu */
/* added font size of 10px */
.admindropdown dt {width:180px; border:2px solid #9ac1c9; padding:2px 0 2px 0; font-size:10px; font-weight:bold; cursor:pointer; background:white}/* color of background button*/
/* background:url(images/header.gif) */
.admindropdown .upperdd {border-bottom:none}
.admindropdown dt:hover {background:red}
 /* background:url(images/header_over.gif) */
.admindropdown dd {position:absolute; top:0; overflow:hidden; width:120px; display:none; background:#fff; opacity:0} /* width of drop down */
.admindropdown ul {
width:350px; font-size:14px;
 font-weight:bold; list-style:none;margin:auto;
 }
.admindropdown li {display:inline;}
.admindropdown a, .dropdown a:active {
display:block; padding:3px 5px 3px 5px; color:blue;
margin:4px 0 4px 0;
 font-family:Arial;
 text-decoration:none; background:lightgreen;
  width:230px;
   -moz-border-radius:50px;
-webkit-border-radius :50px;
border-radius:10px;
  }
 /* background:#eaf0f2 */
.admindropdown a:hover {background:red; color:#000}

.admindropdown .underline {border:1px solid black;}
 .adminhead {font-size:25px; font-weight:bold;color:rgb(176,34,37); font-family:Arial;}





.head {font-size:25px; font-weight:bold;color:rgb(176,34,37); font-family:Arial;}

 .horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
text-align:center;

}


/*Top level menu link items style*/


.horizontalcssmenu ul li a{
display: block;
width: 110px; /*Width of top level menu link items was 90px*/
padding: 2px;
height:30px;
border: 1px solid #202020;
text-decoration: none;
background-color: lightgreen;
/*color:#235b8c;*/
color:black;
font: bold 12px Tahoma;
margin-left:10px;
margin-right:10px;
margin-top:10px;

text-align:center;
-moz-border-radius:50px;
-webkit-border-radius :50px;
border-radius:10px;
}
.horizontalcssmenu ul li a:hover{
/*background: url(menubgover.gif) center center repeat-x;*/
background-color:red;
}
