/*******************Custom CSS Settings*******************/

/* Custom Background */
body.no-background{
	background-image: url("");
}

/* Custom Font Styles */
font.title{	
	font-size: 25px;
	color: #808080;
	font-family: tahoma;
}

font.heading{	
	font-size: 18px;
	color: #808080;
	font-family: tahoma;
}

font.content{	
	font-size: 12px;
	color: #808080;
	font-family: tahoma;
}

font.small{	
	font-size: 11px;
	color: #808080;
	font-family: tahoma;
}

font.sitetools{	
	font-size: 11px;
	color: #FFF;
	font-family: tahoma;
}

/*Custom Link Settings*/
a.school-news{
	text-decoration: underline;
	font-size: 11px;
	color: #990000;
	font-family: tahoma;
}
	
a.school-news:visited{
	text-decoration: underline;
	font-size: 11px;
	color: #990000;
	font-family: tahoma;
}

a.school-news:hover{
	text-decoration: underline;
	font-size: 11px;
	color: #808080;
	font-family: tahoma;
}

a.school-news:active{
	text-decoration: none;
	font-size: 11px;
	color: #990000;
	font-family: tahoma;
}

a.sitetools{
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	font-family: tahoma;
}
	
a.sitetools:visited{
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	font-family: tahoma;
}

a.sitetools:hover{
	text-decoration: none;
	font-size: 11px;
	color: #990000;
	font-family: tahoma;
}

/*Custom List Settings*/
ul.no-bullets {
	list-style:none; 
	list-style-position:inside;
}

li.no-bullets{
	text-indent:25px;
}

li.sitetools{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-indent: 0px;
	color: #FFF;
}

/*Custom Table Settings*/
table.lunch{
text-align: center;
border-collapse: collapse;
}

td.lunch-day{
	border: 3px solid #CCCCCC;
	background-color: #990000;
	padding: 0px;
	color: #FFF;
	width: 150px;
	height: 20px;
}

td.lunch-date{
	border: 3px solid #CCCCCC;
	background-color: #808080;
	padding: 0px;
	color: #FFF;
	width: 150px;
	height: 20px;
}

td.lunch-item{
	border: 3px solid #CCCCCC;
	background-color: #FFF;
	padding: 0px;
	width: 150px;
	height: 90px;
}