﻿
/*
body
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: smaller;
	background: #fff;
}
html, body, div, p
{
	font: 12px Tahoma, Arial, Sans-Serif;
	color: #333;
}
body, p, div, td, span
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	color: #333;
}

*/
#Climate, #Population, #Marriage, #Occupation, #OccupationalRole, #OccupationalIndustry, #Dwelling, #Age, #AgeIncome, #Race, #Education, #Household, #HouseholdIncome, #HouseholdExpenditure, #NetWorth, #HouseholdWorth, #Transportation, #Crime, #NationalDisaster
{
	padding: 5px;
	margin: 5px;
	border: solid 1px #eaeaea;
	background: #f8f8f6;
	float: left;
	width: 700px;
	min-height: 120px;
}



.heading
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: large;
	color: #333;
}

.colHeaderSchool
{
	 background-color: #ff8500;
	 border-left-color: #c85500;
	 border-left-width: 5px;
	 border-left-style: solid;
	 font-weight: bold;
	 color: #ffffff;
	 margin-top: 5px;
	 padding: 5px 0px 5px 16px;
	 width: 200px;
}

.colHeaderDistrict
{
	 background-color: #ff8500;
	 font-weight: bold;
	 color: #ffffff;
	 margin-top: 5px;
	 padding: 5px 0px 5px 0px;
	 width: 200px;	 
}

.colHeaderGrades
{
	 background-color: #ff8500;
	 font-weight: bold;
	 color: #ffffff;
	 margin-top: 5px;
	 padding: 5px 0px 5px 0px;
	 width: 100px;
}

.colHeaderDistance
{
	 background-color: #ff8500;
	 font-weight: bold;
	 color: #ffffff;
	 margin-top: 5px;
	 padding: 5px 0px 5px 0px;
	 width: 100px;
}

.colHeaderZip
{
	 background-color: #ff8500;
	 font-weight: bold;
	 color: #ffffff;
	 margin-top: 5px;
	 padding: 5px 0px 5px 0px;
	 width: 89px;
}

.schoolLabels
{
	font-weight: bold;
	color: #666666;
	text-align: right;
	height: 15px;
	
}

.schoolName
{
	width: 200px;
	height: 30px;
	padding: 5px 0px 0px 2px;
	font-weight: bold;
}

.schoolName a
{
	text-decoration: none;
	color: #006699;
}

.schoolName a:Hover
{
	color: #ff8500;
}

.schoolDistrict
{
	width: 200px;
	padding-top: 5px;
	font-weight: bold;
}

.schoolDistrict a
{
	text-decoration: none;
	color: #006699;
}

.schoolDistrict a:Hover
{
	color: #ff8500;	
}

.schoolGrades
{
	width: 100px;
	padding-top: 5px;
}

.schoolDistance
{
	width: 100px;
	padding-top: 5px;
}

.schoolZip
{
	width: 89px;
	padding-top: 5px;
}

.rowSeparator
{
	height: 4px;
	background-position: bottom center;
	background-image: url(../App_Themes/Default/Images/dotted-border.gif);
	background-repeat: repeat-x;
}


