/********************************************

This style sheet may be modified to change the look of the Schoolmaster PASS web pages.
For more information on CSS (Cascading Style Sheets) see one of the many online references
such as http://www.echoecho.com/css.htm
  
The following styles are used by the main PASS frame containing the actual content.
To change the styles used by the smside.htm which contains the radio buttons edit style_side.css

At the bottom of this file are the styles used by the top frame smschool.htm which shows the school
name and the General Message area used by smmess.htm.

********************************************/

   
/* style used by the main frame where PASS content is displayed */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: black;
}

/* styles used by the tables in the main frame which show the content text */
.tablecontent {
	background: #D8E1ED;
	width: 90%;
	margin-left: 2px;
	margin-top: 15px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid black;
}

table, tr, th, td {
	border-collapse: collapse;
	padding: 3px;
}

/* style used by the header row of tables */
th {
	background: #517EB1;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	color: white;
	border-bottom: solid 1px white;
}

/* style used by all other rows in tables */
td {
	font-size: 12px;
	line-height: 18px;
	border: solid 1px #1c5d79;
}

/* style used for even rows in tables */
tr.even td {
	background: #D8E1ED;
	color: black;
}

/* style use for odd rows in tables */
tr.odd td {
	background: white;
	color: black;
}

/* styles used for links such as used on Schedule/Progress page */
a {
	color: blue;
}

a:hover {
	color: red;
}

a:visited {
	color: green;
}

a:visited:hover {
	color: yellow;
}

/* style for the General Message frame smmess.htm */
.smmess {
	width: 90%;
	background: #FFEFD5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
