.tablesubbuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 60px;
	color: #999;
	background-image: url(../images/New%20Buttons%20strip/tablebackground.jpg);
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tablesubbuttonssub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/New%20Buttons%20strip/tablebackgroundsub.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 760px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tablesubbuttonssub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/New%20Buttons%20strip/tablebackgroundsub2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 760px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tablesubbuttons {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 60px;
	color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	left: 0px;
	right: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	left: auto;
	right: auto;
	width: 756px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
p {
	text-align: left;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.pfrm {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.4em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 4px;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size: 24px;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
h3 {
	font-size: 18px;
	color: #000;
	text-align: left;
}
h4 {
	font-size: 14px;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h5 {
	font-size: 10px;
}
.centeredText {
	text-align: center;
}
.boldText {
	font-weight: bold;
}
.header {
	width: 756px;
	top: 0px;
	text-align: center;
	position: fixed;
	background-color: #FFF;
}
#contentbox {
	width:736px;
	z-index:1;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	left: auto;
	top: auto;
	right: auto;
	position: absolute;
	float: none;
}
.boldredcentered {
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.footer {
	width: 756px;
	text-align: center;
	background-color: #FFF;
	left: auto;
	right: auto;
	clear: both;
	bottom: 0px;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 776px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
	color: #009;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.oneColElsCtrHdr #container ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.oneColElsCtrHdr #header {
	width: 780px;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.oneColElsCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer {
	background-color: #FFF;
	width: 760px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 135px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#templatecontentbox {
	background-color: #FFF;
	text-align: left;
	width: 756px;
	left: auto;
	top: 0px;
	right: auto;
}
.aligntext {
	text-align: center;
}
bold {
	font-weight: bold;
}
.redtext {
	color: #F00;
}
.boldredtext {
	font-weight: bold;
	color: #F00;
	font-size: 18px;
}
#form1 p br {
	width: auto;
	text-align: left;
	position: fixed;
}
#maincontent#jrleagueregister p {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: .8em;
	font-style: normal;
	margin: 10px;
	padding: 5px;
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	color: #2A1F00;
}
#mainContent #jrleagueRegister fieldset {
	background-color: #FFF;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #A0A0A4;
	border-bottom-color: #A0A0A4;
}
#mainContent #jrleagueRegister input.text.focus, maincontent #jrleagueRegister textarea:focus {
	background-color: #FFF;
	border: 1px none #D47F00;
}
.oneColElsCtrHdr #container #maincontent table border {
	border: thin solid #2A1F00;
	border-bottom: thin solid #2A1F00;
}
#border {
	border: thin solid #000;
	padding: 5px;
}
#tablecontent  {
	text-align: center;
	padding: 5px;
	margin: auto;
	font-size: 18px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#tablecontentcenter {
	text-align: right;
	width: 615px;
	margin-left: 75px;
	vertical-align: top;
	top: auto;
	padding: 0px;
}
#tablecontent th {
	font-size: 18px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	border: thin solid #000;
}
#tablecontent td {
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
	border: thin solid #000;
}
#tableTennis {
	border: thin solid #2A1F00;
	background-color: #FFF;
	width: 85%;
	border-bottom: thin solid #2A1F00;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
table#tableTennis th {
	text-align: center;
	line-height: 30px;
	padding-left: 10px;
	font-size: 16px;
	background-color: #1D68A5;
	border-bottom: 1px solid #fff;
}
table#tableTennis td {
	line-height: 20px;
	padding-left: 0px;
	border: 1px solid #fff;
	font-weight: bold;
}
#tableTennis2 {
	width: 85%;
	line-height: 30px;
	background-color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: thin solid #000;
	padding: 0px;
}
#tableTennisps2 {
	padding: 0px;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: thin solid #000;
}
table#tableTennisps2 th {
	line-height: 30px;
	background-color: #9CF;
	padding-left: 10px;
	border: thin solid #000;
	text-align: center;
	font-size: 12px;
}
#tableTennisps3 {
	padding: 0px;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: thin solid #000;
}
table#tableTennisps3 th {
	line-height: 20px;
	background-color: #F63;
	padding-left: 10px;
	border: thin solid #000;
}
table#tableTennisps3 td {
	background-color: #FF9;
	line-height: 20px;
	padding-left: 10px;
	font-size: 16px;
	text-align: center;
	border: thin solid #000;
}
table#tableTennisps2 td {
	line-height: 20px;
	background-color: #FF9;
	padding-left: 10px;
	border: thin solid #000;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
table#tableTennis2 th {
	line-height: 30px;
	background-color: #9CF;
	width: 85px;
	padding-left: 10px;
	border: thin solid #000;
}
table#tableTennis2 td {
	line-height: 20px;
	padding-left: 10px;
	border: thin solid #000;
}
#tableTennis3 {
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: thin solid #000;
	background-color: #FFF;
	line-height: 30px;
}
table#tableTennis3 th {
	line-height: 30px;
	padding-left: 10px;
	background-color: #F63;
	border: thin solid #000;
}
table#tableTennis3 td{
	line-height: 20px;
	padding-left: 10px;
	border: thin solid #000;
}
#tableminitennis {
	font-family: Arial, Helvetica, sans-serif;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
	font-size: 14px;
}
table#minitennis th {
	line-height: 30px;
	padding-left: 10px;
	font-size: 14pt;
	text-align: center;
	border: thin solid #000;
}
table#minitennis td {
	line-height: 20px;
	padding-left: 10px;
	border: thin solid #333;
}
#tableminitennis2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#tableminitennis2 th {
	line-height: 30px;
	text-align: center;
	padding-left: 10px;
	border: thin solid #000;
	background-color: #600;
}
#tableminitennis2 td {
	line-height: 20px;
	padding-left: 10px;
	border: thin solid #000;
}
#tableTennis4 {
	font-family: Arial, Helvetica, sans-serif;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: thin solid #000;
}
#tableTennis4 th {
	line-height: 30px;
	padding-left: 10px;
	background-color: #3C3;
	border: thin solid #000;
}
#tableTennis4 td {
	line-height: 20px;
	padding-left: 10px;
	border: thin solid #000;
}
#tableTennis5 {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: thin solid #000;
	padding: 0px;
}
#tableTennis5 th {
	line-height: 30px;
	padding-left: 10px;
	background-color: #600;
	color: #FFF;
	border: thin solid #000;
}
#tableTennis5 td {
	line-height: 20px;
	padding-left: 10px;
	border: thin solid #000;
}
#tableleaguetennis   {
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
#tableleaguetennis th  {
	line-height: 30px;
	background-color: #333;
	padding-left: 10px;
	border: 1px solid #CCC;
	color: #FFF;
}
#tableleaguetennis td  {
	line-height: 20px;
	background-color: #FFF;
	padding-left: 10px;
	border: thin solid #999;
}
#tableleaguetennis2 {
	font-family: Arial, Helvetica, sans-serif;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#tableleaguetennis2 th {
	line-height: 30px;
	padding-left: 10px;
	background-color: #9CF;
	border: thin solid #333;
}
#tableleaguetennis2 td {
	line-height: 20px;
	padding-left: 10px;
	border: thin solid #CCC;
}
.fillpurple  {
	background-color: #93F;
}
.fillgold {
	background-color: #FC0;
}
.fillYellow {
	background-color: #FF9;
}
.fillGreen {
	background-color: #6C3;
}
.fillbrightgreen {
	background-color: #0F3;
}
table#tableTennis thead {
	background-color: #F4272A;
}
table#tableTennis thead th {
	color: #FFF;
	background-color: transparent;
}
.tableColumn1 {
	background-color: #CFF;
	color: #000;
}
.tableColumn2 {
	background-color: #F00;
	font-size: 16px;
}
.highlight {
	background-color: #FF0;
}
#maincontent #frmAccounting p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #444;
	text-align: left;
}
#maincontent #frmAccounting fieldset {
	background-color: #b9c5c5;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #069;
	border-left-color: #069;
	border-top-style: none;
	border-bottom-style: none;
}
#maincontent #frmAccounting legend {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	text-transform: uppercase;
	background-color: #b9c5c5;
	letter-spacing: .1em;
	margin-top: -0.5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.oneColElsCtrHdr #container table tr td {
	text-align: center;
}
.blueText {
	color: #00C;
}
#container ul .oneColElsCtrHdr {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

