body { 
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
/*	overflow: scroll; */
	overflow-x: hidden; 
	background: #000000 url(images/background.gif); 
	margin: 2px;
}

/* Date Picker */

.ui-datepicker-trigger {
  	margin-top: 3px;
}

#altDate {
	border: #A7A7A7;
	background-color: #A7A7A7;
}

label.valid {
  	width: 24px;
  	background: url(images/valid.png) center center no-repeat;
  	display: inline-block;
  	text-indent: -9999px;
}

/*label.error {
  	padding-left: 5px;
  	display: inline-block;
}
*/

/*  Start Tabs look & feel */

ul.tabs {
	margin: 4px;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px; /*--Set height of tabs--*/
	border-bottom: 1px solid #A7A7A7; /* #999 */ 
	border-left: 1px solid #A7A7A7; /* #999 */
	width: 95%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 23px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 23px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #A7A7A7; /* #999 */
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}

ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.1em;
	padding: 0 8px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
/*
	-moz-border-radius-topleft: 4px; 
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px; 
	border-top-right-radius: 4px;
*/		
}

ul.tabs li.active a {
	color: #FFF;
}

ul.tabs li a:hover {
	background: #ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties - color was "white"--*/
	color: #FFF;
	background: #A7A7A7;
	border-bottom: 1px solid #A7A7A7; /*--Makes the active tab look like it's connected with its content--*/
	height: 25px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 25px; /*--Vertically aligns the text within the tab--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

/* Corner radius 
.ui-corner-tl { 
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px; 
}

.ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.ui-corner-bl { 
	-moz-border-radius-bottomleft: 4px; 
	-webkit-border-bottom-left-radius: 4px; 
	border-bottom-left-radius: 4px;
}

.ui-corner-br { 
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-bottom-right-radius: 4px; 
	border-bottom-right-radius: 4px;
}

.ui-corner-top { 
	-moz-border-radius-topleft: 4px; 
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px; 
	border-top-right-radius: 4px;
}

.ui-corner-bottom {
	 -moz-border-radius-bottomleft: 4px;
	 -webkit-border-bottom-left-radius: 4px;
	 border-bottom-left-radius: 4px;
	 -moz-border-radius-bottomright: 4px;
	 -webkit-border-bottom-right-radius: 4px;
	  border-bottom-right-radius: 4px;
}

.ui-corner-right {  
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px; }

.ui-corner-left { 
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px; 
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px; 
	border-bottom-left-radius: 4px;
}

.ui-corner-all { 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

*/


/*  End Tabs look & feel */

/* Beign Forms Validation

label {
  display: block;
}

label.valid {
  width: 24px;
  background: url(images/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}

label.error {
  padding-left: 5px;
  display: inline-block;
}

input {
  display: inline-block;
}

form div {
  padding: 5px;
  float: left;
  clear: left;
  width: 100%;
}

button {
  margin-top: 10px;
}

End Form Validation */
 
.clearb  {
	clear: both;
}

.clearr  {
	clear: right;
}

.clearl  {
	clear: left;
}

.intable {
	width: 260px;
	float: left;    /* ORIGINALLY right */
    display: inline;
	border: 0px;
	padding: 0px;
	margin: 5px;
	text-align: center; 
}

.intabler {
	width: 260px;
	float: right;
    display: inline;
	border: 0px;
	padding: 0px;
	margin: 5px 5px 5px 5px;
	text-align: center; 
}

.imgtxt {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

a:link {
	font-family: arial, helvetica, sans-serif;
/*	font-size: 13px;  */
	color: #0000FF;
	text-decoration: none;
}

.footer a {
	color: #A7A7A7;
}

a:visited {
	font-family: arial, helvetica, sans-serif;
/*	font-size: 13px;  */
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	font-family: arial, helvetica, sans-serif;
/*	font-size: 13px;  */
	color: #FF0000;
	text-decoration: underline;
/*	text-decoration: none;  */
	/* background-color: #FF0000; */
}

hr.d {
	text-align: center;
	width: 50%;
}

.container {
	border: 0px;
	padding: 0;
	border-spacing: 0;
	width: 990px;
	border-color: #C0C0C0;
	border-collapse: collapse;
	background-color: #A7A7A7;
	text-align: center;
	font-size: 13px;
}

.head {
	border: 0px;
	padding: 0;
	border-spacing: 0;
	border-color: #C0C0C0;
	border-collapse: collapse;
	background-color: #A7A7A7;
	text-align: center;
	font-size: 11px;
}

.main {
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	width: 900px;
	border-color: #111111;
	border-collapse: collapse;
	background-color: #A7A7A7;
	text-align: left;
	padding: 45px;
}

.tdlvl3  {
 /*	width: 970px; */
 	background-color: #A7A7A7;
}

.results {  /*   <table border="1" cellpadding="3" cellspacing="3" bordercolor="#808080" width="649"> */
	width: 900px;
	border-color: #808080;
}

.athequip {  
	width: 800px;
	border-color: #808080;
}

.athletetbl {  
	width: 800px;
	border-color: #808080;
}

.tdheadresults  {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
}

.tdresults {
	padding: 3px;
	border-spacing: 3px;
	border-color: #808080;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
			
.widgets {
	width: 160px;
	float: right;
	display: inline;
	font-size: 13px;
	border: 0px;
	padding: 0px;
	margin: 5px 5px 5px 5px;
}

.aotma {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

.aotmq {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}

.author {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

.footer { 
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
}

.header1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.header2 {
	font-size: 18px;
	text-decoration: none;
}

.header3 {
	font-size: 15px;
	text-decoration: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.red  {
	color: #800000;
}

.headerred {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #800000;
}

.shirtimg {
	width: 300px;
	float: right;
	display: inline;
	font-size: 13px;
	border: 0px;
	padding: 0px;
	margin: 5px 5px 5px 5px;
}

.tips { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	color: #800000;
	font-weight: bold;
	text-align: center;
}

.txt { 
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
}

.white {
	color: #FFFFFF;	
}

.hint {
	font-size: 11px;
}

.txtbold { 
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.txtcb { 
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.txtcenter { 
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	font-size: 13px;
	color: #000000;
}

.txtred {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #800000;
}

ol.nbr {
	list-style-type:decimal;
}

ul.none {
	list-style-type:none;
}

/* calendar */
table.calendar		{
	border-left:1px solid #999;
}

tr.calendar-row	{
	min-height:80px;
}

td.calendar-day	{ 
	/*min-height:80px;*/
	font-size:11px;
	position:relative; 
}

/* * html div.calendar-day {
	height:80px;
}
*/

td.calendar-day:hover	{ 
	background:#eceff5; 
}

td.calendar-day-np	{ 
	background:#eee;
	/*min-height:80px;*/
}

/* * html div.calendar-day-np {
	height:80px;
}
*/

td.calendar-day-head { 
	background:#ccc;
	font-weight:bold;
	text-align:center;
	width:120px;
	padding:5px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999; 
}

div.day-number		{ 
	background:#999;
	padding:5px;
	color:#fff;
	font-weight:bold;
	float:right;
	margin:-5px -5px 0 0;
	width:20px;
	text-align:center; 
}

td.calendar-day, td.calendar-day-np {
	width:120px;
	padding:5px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}

/* Calendar Event Popup Page */

body.calpopup {
	font-family: arial, helvetica, sans-serif;
	background-color: #A7A7A7;
	background: #A7A7A7;
}

