@media screen{
html{
  background: #99aaaa;
  margin: 0px;
  height: 100%;
}
body {
  margin: 0px;
  height: 100%;
  text-align: center;
  }
.printHeader{
  display: none;
}
.contactList, .pBreak{
  display: none;
}
.container{
	width: 700px;
	background: White;
	border: thin solid black;
	margin: 20px auto auto;
}

}

p, li, td, input{
  font-size: 8pt;
  font-family: Tahoma, Arial, sans-serif;
}
h1{
  font-size: 14pt;
  font-family: "Courier New", Courier, monospace;
  text-decoration: underline;
}
input[type="text"]{
  border-top: none;
  border-left: none; border-right: none; border-bottom: thin dotted black;
}


.eventTab tr td{
  text-align: center;
}

.headRow{
  background-color: #1e1e57;
  font-weight: bold; color: #FFFFFF;
}
.headRowSub{
  background-color: #66CC99;
}


.header{
	background: url(images/header.jpg);
	height: 100px;
	margin: 0px;
}
.nav{
	height: 30px;
	margin: 0px;
}
#mainMnu{
	margin: 0px;
}
.nav a{
	text-decoration: none;
	cursor: pointer;
}
.nav a div{
	background: url(images/button.jpg);
	width: 89px;
	height: 27px;
	float: left;
	color: White;
	text-decoration: none;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center; vertical-align: middle;
	padding-right: 10px; padding-top: 7px;
}
.nav a:hover div{
  background: url(images/buttonOver.jpg);
}
#contactDetails{
    height: 240px;
}
#clubDetails{
    border-top: 1px solid #0B1560;
}
.findCenter{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;

}

.shadow{
  width: 400px;
  height: 330px;
  position: relative;
  top: -170px;
  left: -200px;
  background: #0B1560;
}
.msgBox{
  width: 400px;
  height: 330px;
  position: relative;
  top: -5px; left: -5px;
  background: white;
  border: 1px solid #0B1560;
}


.contactList{
  height: 180px; width: 220px;
  float: left;
}
.contactList img{
  display: none;
}


.rDetail{
    float: right; width: 250px;
    border-left: 1px solid #0B1560;
    padding: 10px;
}

.content{
	clear: both; text-align: left; padding: 10px;
}
.footer{
	border-top: 1px solid #0B1560;
	margin-left: 5px; margin-right: 5px;
	color: #0B1560;
	height:15px;
	font-size: 9px;font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;text-decoration: none;
	vertical-align: bottom;
}
.prop{
	float: right;
	width: 1px;
}
.min300px{
	height: 300px;
}
.min400px{
	height: 400px;
}
.clear{
	clear: both;
}
.contacts tr td{
  height: 20px;
  text-align: center;
}
@media print{
.rDetail{
  float: none;
}


.pBreak{
  page-break-before: always
}
 .header, .nav, contactList, input[type="button"], #contactDetails, .contacts {
   display: none;
 }

}

