/*  CSS Document */

/* This style sheet documents the styles used on the 
Chelmsford Youth Soccer Association (CYSA) web site. */

/* Author: Bill Dowling */
/* Creation Date: 6 July 2005 */
/* Last Updated: 7 July 2005 */

table {
	width: 800px; !important
	border-collapse: collapse;
	background-color: #CCCCCC;
	border: 1px solid #990033;
}

th {
	width: 100%;
	vertical-align: top;
	/* border-top: 1px solid black; */
	/*font-family: Verdana;*/
	margin-left: 10px;
	text-align: left;
	font-family: Verdana;
	font-size: 0.9em;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	
}

.header th {
	text-align: center;
	background-color: black;
	color: white;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	/* border-top: 2px solid white; */
	/* border-left: 2px solid white; */
	/* border-right: 2px solid white; */
	/* border-bottom: 2px solid white; */
	
}

.submit th {
	width: 100%;
	text-align: center;
	background-color: #990033;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
}

.our_url th {
	display: none;
}

.subheader th {
	width: 100%;
	text-align: center;
	background-color: #990033;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
}

.subheader2 th {
	width: 100%;
	text-align: center;
	color: black;
	font-size: 0.9em;
	font-weight: bold;
}

td {
	margin-left: 10px;
	vertical-align: middle;
	background-color: #CCCCCC;
	/* border-bottom: 1px solid black; */
	color: black;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 0.9em;
}

td p {
	margin-left: 0px;
	margin-right: 0px;
	/*padding-left: 10px; */
	/*padding-right: 10px;*/
}

.required {
	color: #990033;
}


#buttonSubmit {
	margin-left: 0px;
	margin-top: 6px;
	margin-bottom: 4px;
}

#buttonReset {
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 4px;
}



