*{
  padding: 0;
  margin: 0;
}

body{
  background-color: #f1f1f1;
  font-size: 12px;
  background: #F1F1F1;
  color: #595A5C;
  line-height: 22px;
  font-family: arial;
  font-weight: normal;
}

a{
  color: #2D73AC;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
a:hover{
  color: #3D4D71;
}
a:focus{
  outline: none;
}

p{
  margin-bottom: 10px;
}

ul{
  margin-left: 30px;
  padding-bottom: 10px;
} 

input, select, textarea{
  color: #2D73AC;
  font-family: "Lucida Sans", arial;
  border: 1px solid #CCCCCC;
  font-size: 12px;
  padding: 3px;
}

h1{
  font-family: "Lucida Sans", arial;
  font-size: 25px;
  color: #595A5C;
  padding-top: 10px;
  padding-bottom: 15px;
}

h2{
  font-family: "Lucida Sans", arial;
  font-size: 15px;
  color: #595A5C;
  padding-top: 15px;
  padding-bottom: 5px;
  font-style: italic;
}
h2 a{
  color: #595A5C;
}

h3{
  font-family: "Lucida Sans", arial;
  font-size: 13px;
  color: #595A5C;
  padding-top: 3px;
  padding-bottom: 0px;
  font-style: italic;
}




#copy{
  color: #999999;
  text-align: center;
  font-size: 10px;
}
#copy a{
  text-decoration: none;
  color: #999999;
}



#container{
  margin: 0 auto;
  margin-top: 10px;
  padding: 15px;
  width: 950px;
  min-height: 500px;
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;


}

#header{
  height: 90px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-align: right;
  font-size: 11px;
  line-height: 14px;
  color: #666666;
  border-bottom: 1px dotted #CCCCCC; 
  background-image: url("images/header-logo.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  font-family: "Lucida Sans", arial;
}
#header a{
  color: #666666;
  text-decoration: none;
  font-weight: normal;
}
#header h1{
  font-family: "Lucida Sans", arial;
  font-style: italic;
  font-size: 25px;
  color: #595A5C;
  padding-top: 10px;
  padding-bottom: 15px;
}

#sidebar{
  font-family: "Lucida Sans", arial;
  width: 150px;
  float: left;
  font-size: 14px;
}

#sidebar a{
  display: block;
  width: 130px;
  height: 35px;
  line-height: 35px;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px dotted #CCCCCC;
}

#sidebar a:hover{
  color: #2D73AC;
}

#sidebar a:focus{
  outline: none;
  color: #2D73AC;
}

#content{
  margin-left: 150px;
}


#notebox{
  float: right;
  width: 250px;
  border: 1px solid #CCC;
  background-color: #f1f1f1;
  padding: 10px;
}


.form td{
  padding-right: 10px;
  padding-bottom: 5px;
}

.form input{
  width: 250px;
  border: 1px solid #CCCCCC;
  padding: 3px;
}
.form textarea{
  width: 250px;
  height: 120px;
  border: 1px solid #CCCCCC;
  padding: 3px;
}


.data td{
  border-bottom: 1px dotted #CCCCCC;
  padding: 5px 15px 5px 15px;
  text-align: left;
  font-weight: normal;
}

.data .heading{
  background-color: #333333;
  color: #FFFFFF;
  border-bottom: 1px solid #333333;
  padding: 2px 15px 2px 15px;
  font-weight: bold;
}

.data .heading a{
  color: #FFFFFF;
}

.data input, select, textarea{
  padding: 3px 0 3px 0;
  font-weight: normal;
  width: 250px;
  font-family: arial;
  color: #2D73AC;
  font-size: 12px;
}


.gone { display: none; }
.here { display: inline; }

.note{
  margin: 0 auto;
  padding: 2px;
  font-style: italic;
  margin: 10px 100px 10px 100px;
  background-color: #f1f1f1;
  border: 1px solid #CCCCCC;
  text-align: center;
}


#response {
	padding:10px;
	background-color:#9F9;
	border:2px solid #396;
	margin-bottom:20px;
}
#list li {
	margin: 0 0 3px;
	padding:8px;
	background-color:#f1f1f1;
	border: 1px solid #CCC;
	color:#333333;
	list-style: none;
	width: 450px;
	cursor: move;
}






/* login screen */
#logincontainer{
  margin: 0 auto;
  width: 350px;
  border: 1px solid #CCCCCC;
  text-align: center;
  padding: 30px;
  margin-top: 100px;
  background-color: #ffffff;
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
}

#logincontainer h2{
  font-family: "Lucida Sans", arial;
  font-size: 17px;
  font-style: italic;
  color: #000000;
  text-align: center;
  margin: 0;
  padding: 0;
}


#logincontainer .label{
  font-family: "Lucida Sans", arial;
  font-size: 10px;
  color: #666666;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0px;
} 

#logincontainer .input input{
  width: 340px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  padding: 5px;
  font-size: 16px;
}

#logincontainer .submit input{
  background-color: #F1F1F1;
  border: 1px solid #CCCCCC;
  color: #000000;
  font-family: "Lucida Sans", arial;
  font-size: 12px;
  padding: 5px;
  margin-top: 15px; 
  width: 150px;
}
/* end login screen */



.gone { display: none; }
.here { display: inline; }


.hidden { 
  visibility: collapse;  
}
.hidden td{
  display: none;
}

.unhidden { 
  visibility: visible; 
  height: auto;
}

.todo{
  padding: 10px;
  margin: 10px;
  border: 1px solid #FF0000;
  background: rgba(255, 0, 0, 0.1);
  -moz-border-radius: 9px; 
  -webkit-border-radius: 9px; 
}



.clubcheckbox{
  width: 350px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  float: left;
}
.clubcheckbox input{
  margin-right: 5px;
}












