/* Oneill High School Lacrosse CSS File */

body	{
		background-color:RGB(230,170,0);
	}

a.menu:link
	{color:white;}
a.menu:visited
	{color:yellow;}
a.menu:hover
	{color:red; text-decoration: none;}

a.table:link
	{color:black;}
a.table:visited
	{color:blue;}
a.table:hover
	{color:red; text-decoration: none:}
			
.PushButton a  {
		color: #000000;
		font-size:12px;
		font-family: "Arial";
		font-weight:bold;
		text-decoration: none;
		text-align:center;
		border:4px outset aqua;
		background-color:#00ffff;
		display: block;
		width: 160px;
		padding: 3px 5px;
		margin: 1px;
	}

.PushButton a:hover {
		background-color: #00c0c0;
		color:#000000;
		padding-left:4px;
		border:4px inset aqua;
	}

.top	{
		width:  95%;
	}

.LeftColumn {
		border: 3pt black solid;
		color:white;
		background-color:RGB(136,31,14);
		font-size:10pt;
		font-family: "Arial", sans-serif;
		font-weight: bold;
		width: 12%;
		height: 610;
		text-align:center;
	}

.MainWindow {
		text-align: left; 
		font-size: 1em;
		font-family: arial, Garamond, sans-serif;
		font-weight: lighter;
		width: 87%;
		float: right;
	}

.rostertable {
		text-align: center; 
		font-size: 1em;
		font-family: "arial";
		font-weight: bold;
		color:black;
	}

h1	{
		border: 3pt black solid;
		color:white;
		background-color:RGB(136,31,14);
		font-size:40pt;
		font-weight: bold;
		font-family: "Bradley Hand ITC", Times, serif;
		text-align:center;
	}

.centeredImage	{
		text-align: center;
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
	}

.floatleft	{
		float: left;
	}
	
.floatright	{
		float: right;
	}


.text1	{
		color:black;
		font-size:15pt;
		font-weight: bold;
		font-family: "Arial";
		width: 19%;
		text-align: left;
	}

.text2	{
		color:black;
		font-size:25pt;
		font-weight: bold;
		font-family: "Arial";
		text-align:center;
	}

.text3	{
		color:black;
		font-size:40pt;
		font-weight: bold;
		font-family: tahoma;
		font-style: italic;
		text-align:center;
	}

.text4	{
		color:black;
		font-size: 20pt;
		font-weight:bold;
		font-family: "Arial";
		text-align: center;
	}
	
.text5 {
		color: black;
		font-size: 10pt;
		font-family: "Arial";
		word-wrap: break-word;
		text-align: center;
	}
	
.text6	{
		color:black;
		font-size:15pt;
		font-family: "Arial";
		text-align: left;
	}

.text7	{
		color:black;
		font-size:20pt;
		font-family: "Arial";
		text-align: left;
	}

.text8	{
		color:black;
		font-size:30pt;
		font-weight:bold;
		font-family: "Arial";
		font-style: italic;
		text-align: center;
	}

.text9 {
		color: black;
		font-size: 9pt;
		font-family: "Arial";
		word-wrap: break-word;
		text-align: center;
	}
	
.text10	{
		color:black;
		font-size:35pt;
		font-weight: bold;
		font-family: tahoma;
		font-style: italic;
		text-align:center;
	}

.text11	{
		border: 3pt black solid;
		color:white;
		background-color:RGB(139,28,98);
		font-size:40pt;
		font-weight: bold;
		font-family: "Bradley Hand ITC", Times, serif;
		text-align:center;
	}
	
.text12 {
		color:black;
		font-size:50pt;
		font-weight: bold;
		font-family: tahoma;
		font-style: italic;
		text-align:center;
	}

.bottom	{
		color:blue;
		font-size:20pt;
		font-weight: bold;
		font-family:  "Arial";
		width:  95%;
		text-align: center;
	}
	
.month	{
    	BACKGROUND-COLOR: silver;
    	COLOR: black;
   	 	FONT-FAMILY: Arial;
    	FONT-WEIGHT: bolder
	}

.weekday	{
    	BACKGROUND-COLOR: white;
    	COLOR: black;
    	FONT-FAMILY: Arial;
    	FONT-WEIGHT: bolder
	}

.eventLabel	{
    	COLOR: black;
    	FONT-FAMILY: Arial;
    	FONT-WEIGHT: bolder;
    	TEXT-ALIGN: right
	}

.eventText	{
    	COLOR: black
	}

.selectedDay	{
    	BACKGROUND-COLOR: yellow
	}

.day	{
   		BACKGROUND-COLOR: white
	}

.notaDay	{
    	BACKGROUND-COLOR: silver
	}