/*--------- (c) Randomtree.com 06 March 2001 ---------------*\
  Randomtree.com
  This is your layout and configuration file. You can adjust:
  Fonts, Colours, Spacing, Sizes etc... of each element of the
  table through this CSS file.

  To handle future conditions you will need to look at the bottom
  Of the file to see how to add them. It is very simple.
\*----------------------------------------------------------*/

td {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	color: 4200DC;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
}
td.container {
	background : Black;
	width : 370px;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
	vertical-align : middle;
}
td.sepline {
	background : Black;
	font-size: 0px;
	width : 100%;
	vertical-align : middle;
	height : 2px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}
td.county {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	color: white;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	background : Black;
	vertical-align : middle;
	width : 368px;
}
td.ttlschool {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	color: White;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	background : #000080;
	vertical-align : middle;
	text-align : left;
}
td.ttlstatus {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	color: White;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	background : #000080;
	vertical-align : middle;
	text-align : right;
}
td.nodata {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	color: white;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	background : url(back.png);
	vertical-align : middle;
}
td.school {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	color: white;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	background : url(back.png);
	vertical-align : middle;
}

/*--------- Adding other school conditions(ie: open, closed, other)--*\
   They work like this :
   td.statusCONDITIONTYPE { }
   where conditiontype is the condition as it appears on the page.
   Just copy and paste the existing ones and rename them accordingly.
   Be sure to remove all spaces and other characters from the condition type
\*--------------------------------------------------------------------*/


td.statusclosed {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	color: red;
	font-size: xx-small;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	background : url(back.png);
	vertical-align : middle;
	text-align : right;
}
td.statusopen {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	color: green;
	font-size: xx-small;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	background : url(back.png);
	vertical-align : middle;
	text-align : right;
}
