body         { margin: 0px; color: #FF9900; font-size: 12pt; font-family: Arial, Sans Serif }




/* xxxxxxxxxxxxxxxxx  START A HREF REFERENCES  xxxxxxxxxxxxxxxxx */


/* these are the a-href tags that direct how links look and act when clicked  */
/* the .header ones are for the links across the top header of home page and the include header for all other pages  */
/* NOTE that the A:hover must be placed after the A:link and A:visited rules, since otherwise the cascading rules will hide the 'color' property of the A:hover rule. Similarly, because A:active is placed after A:hover, the active color will apply when the user both activates and hovers over the A element.  */


		a            { text-decoration: none }
		a.light_over_dark_background            { color:#FFFFFF; font-size:14pt }

/* unvisited links */
		a:link       { color: #0000FF } 
		a:link.light_over_dark_background       { color: #FFFFFF }

/* visited links   */
		a:visited    { color: #0000FF }
		a:visited.light_over_dark_background    { color: #FFFFFF }
		
/* user hovers     */		
		a:hover      { color: #FF6600; background-color:#FFFFE0 }
		a:hover.light_over_dark_background      { color: #FF6600; background-color:#e6e600 }
		a.hover.dark_blue_background            { background-color:#000080 }

		
/* active links    */		
		a:active     { color: #FF6600 }
		a:active.light_over_dark_background     { color: #FF6600 }

		
/* xxxxxxxxxxxxxxxxxx  END A HREF REFERENCES  xxxxxxxxxxxxxxxxxx */








/* xxxxxxxxxxxxxxxxxxxxxx  START SET IMG SPACER SIZES  xxxxxxxxxxxxxxxxxxxxxxx */


/* This img class is for adjusting the height and width of the table cell that the Menu is in */
/* Works in conjunction with td.main_menu_column in TD REFERENCES SECTION below */

		img.set_menu_height_n_width          { width: 180; height: 250 } 



/* This img class is for adjusting the height and width of the left cell in the footer table */
/* Works in conjunction with td.footer_menu_column in FOOTER REFERENCES SECTION below */

		img.set_footer_menu_height_n_width          { width: 180; height: 20 }


/* DP TURNED ON This img class is for adjusting the size of the table cell in the far right column */
/* DP TURNED ON Works in conjunction with td.main_table_right_column in TD REFERENCES SECTION below */
/* DP TURNED ON XXXNOT USINGXXX, BUT STYLE CLASS NAME IS IN ALL PAGES CODE */
		img.set_right_column_width_n_height          { width: 180; height: 0 }


/* xxxxxxxxxxxxxxxxxxxxxx  END SET IMG SPACER SIZES  xxxxxxxxxxxxxxxxxxxxxxx */










/* xxxxxxxxxxxxxxxxxx  START TABLE REFERENCES  xxxxxxxxxxxxxxxxxx */



/* table_main is the 3 column table on every page, left column is menu, middle column is */
/* main content section and right column is for something else (not yet sure yet DP 11-2-2007) */
/* this table also provides the background color to the middle/main content section of the page */

		table.table_main      { border-collapse: collapse; padding: 0; background-color:#ffffff; color: #321443; font-family: Arial, Sans Serif; font-size: 10pt; width:100% }



/* header_main_content is for the table with the name of the page header in it in the middle column */
/* Changing the width of this to 101% (from 100%) makes the header section go all the way to the far */
/* right side of the page and looks nice */

		table.header_main_content      { border-collapse: collapse; padding: 0; height: 36; width: 100%; background-color: #022492; color: #FFFFFF; font-family: Arial, Sans Serif; font-size: 18pt; text-align: center }



/* header_main_spacer is for the table directly underneath the header_main_content table and */
/* provides the gap between that table and the table underneath it */


		table.header_main_spacer      { border-collapse: collapse; padding: 0; height: 3; width: 100%; background-color: #f3f3f3 }


/* This is the table in the main content area (under the page header) that holds all the content for the page */

		table.master_content_nested_table	{ border-collapse: collapse; padding: 0; background-color:#FFFFFF; color: #321443; font-family: Arial, Sans Serif; font-size: 12pt; width: 98% }


/* This is for any table that you want to have DARK BLUE text in */

		table.blue_small_text	{ border-collapse: collapse; padding: 0; background-color:#FFFFFF; color: #000080; font-family: Arial, Sans Serif; font-size: 10pt; width: 98% }




/* xxxxxxxxxxxxxxxxxx  END TABLE REFERENCES  xxxxxxxxxxxxxxxxxx */








/* xxxxxxxxxxxxxxxxxx  START TD REFERENCES  xxxxxxxxxxxxxxxxxx */


/* main_table_menu_column is used to adjust the attributes of the Menu column on the left side of all pages */
/* Works in conjunction with img.set_menu_height_n_width  in IMG REFERENCES SECTION above */
/* The IMG above must be used for height so as to keep the MENU in place properly */

		td.main_menu_column		{ background-color: #022492; vertical-align: top; width: 180; }


/* main_table_center_column is used to adjust the attributes of the main center column on all pages */
/* Using position:relative to force the table to the top left and give the 1px space from menu column on left */

		td.main_table_center_column		{ vertical-align: top; padding: 0; background-color: #FFFFFF; position:relative; left:1; top:0; }



/* main_table_right_column is used to adjust the attributes of the right column on all pages */
/* NOT USING IMG ABOVE Works in conjunction with img.set_right_column_width_n_height in IMG REFERENCES SECTION above */
/* For some reason, the server side include for the right column needs to be immediately after the */
/* spacer.gif in the right column in the html */

		td.main_table_right_column		{ width: 180; height: 0; padding: 0; vertical-align: top; background-color: #0066ff; }




/* Using on the ASP database pages showing players info */


		td.players_list_cell  {  font-size: 8pt; font-family: Arial, Sans Serif; color: #000080}



/* xxxxxxxxxxxxxxxxxx  END TD REFERENCES  xxxxxxxxxxxxxxxxxx */










/* xxxxxxxxxxxxxxxxxx  START FOOTER REFERENCES  xxxxxxxxxxxxxxxxxxx */

		table.footer_table_main		{ border-collapse: collapse; padding: 0; background-color:#ffffff; color: #321443; font-family: Arial, Sans Serif; font-size: 10pt; width:100% }
		
		
		td.footer_menu_column		{ background-color: #022492; vertical-align: top; width: 150; height: 20 }
		
		
		td.footer_center_column		{ vertical-align: top; height: 20 }
		
		
		td.footer_right_column		{ vertical-align: top; height: 20 }
		




/* xxxxxxxxxxxxxxxxxx  END FOOTER REFERENCES  xxxxxxxxxxxxxxxxxxx */




/* xxxxxxxxxxxxxxxxxx  START FORM REFERENCES  xxxxxxxxxxxxxxxxxxx */


		input.text_form        { font-family: arial, helvetica monospace; font-weight: normal; font-size: 12px; border: 1px solid #B3B9C3;  }
		
	
/* xxxxxxxxxxxxxxxxxx  START FORM REFERENCES  xxxxxxxxxxxxxxxxxxx */