/* generic text, background color - only content class has line-height feature, for body and td, it would mess up image positioning */

body { 
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 12px; 
	color: #000000;
	margin: 0px; 
	background: color: #FFFFFF;
}

img {display: none;}
	
.kidsred { color: #cf0e0e; font-family: Comic Sans MS, 'Trebuchet MS', 'Gill Sans', Sans-serif;	font-size: 12px; }
.blue { color: #0066cc; font-family: Comic Sans MS, 'Trebuchet MS', 'Gill Sans', Sans-serif; font-size: 12px;}
.green { color: #019901; font-family: Comic Sans MS, 'Trebuchet MS', 'Gill Sans', Sans-serif; font-size: 12px;}
.yellow { color: #cc9900; font-family: Comic Sans MS, 'Trebuchet MS', 'Gill Sans', Sans-serif; font-size: 12px;}
.purple { color: #c931d2; font-family: Comic Sans MS, 'Trebuchet MS', 'Gill Sans', Sans-serif; font-size: 12px;}
.darkblue { color: #1450b4; font-family: Comic Sans MS, 'Trebuchet MS', 'Gill Sans', Sans-serif; font-size: 12px;}
.orange { color: #f79e46; font-family: Comic Sans MS, 'Trebuchet MS', 'Gill Sans', Sans-serif; font-size: 12px;}
.pink { color: #f05bcb; font-family: Comic Sans MS, 'Trebuchet MS', 'Gill Sans', Sans-serif; font-size: 12px;}
.black { color: #000000; font-family: Comic Sans MS, 'Trebuchet MS', 'Gill Sans', Sans-serif; font-size: 12px;}

.kids { font-family: Comic Sans MS, 'Trebuchet MS', 'Gill Sans', Sans-serif; font-size: 12px;}

.content {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 12px; 
	color: #000000;
}
      
td {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 12px; 
	color: #000000;
}


/* forms */

input, textarea, select { 
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 12px; 
	color: #222222; 
}

.submitbutton {
	cursor:pointer;
	border:outset 1px #0066cc;
	background:#0066cc;
	color:#FFFFFF;
	font-weight:bold;
	padding: 2px 2px;
	text-decoration: none;
}

.submitbuttonsub {
	cursor:pointer;
	border:outset 1px #0066cc;
	background:#0066cc;
	color:#FFFFFF;
	font-weight:bold;
	padding: 1px 1px;
	text-decoration: none;
}

a.submitbutton, a.submitbutton:hover, a.submitbutton:visited {
	cursor:pointer;
	border:outset 1px #0066cc;
	background:#0066cc;
	color:#FFFFFF;
	font-weight:bold;
	padding: 2px 2px;
	text-decoration: none;
}

.deletebutton {
	cursor:pointer;
	border:outset 1px #cc0000;
	background:#cc0000;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	padding: 2px 2px;
}


/*link color - font and size, line-height is inherited*/

a{
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC; 
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

a.content {
	color: #0066CC;
	text-decoration: none;
}

a.content:visited {
	color: #0066CC;
	text-decoration: none;
}

a.content:hover {
	color: #666666;
	text-decoration: underline;
}


/* headers - display inline does not add any extra line breaks */

h1 {
	display: inline;
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 18px;
	color: #0066CC;
}

h2 {
	display: inline;
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 13px;
	color: #333333;
}

h3 {
	display: inline;
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 12px;
	color: #0066cc;
}

h4 {
	display: inline;
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 13px;
	color: #666666;
}

h5 {
	display: inline;
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 13px;
	color: #000000;
}

h6 {
	display: inline;
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 15px;
	color: #000000;
}


/* list styles added here */

ul {
	display: block;
	list-style-position: outside;
}

ul.inline {
	display: block;
	list-style-position: outside;
}


/* styles for small text */

.directions {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #00CC00;
}

.footer {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #000000;
}

.small {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #333333;
}

.small2, a.small2 {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	text-decoration: underline;
}

a.small2:hover, a.small2:visited {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	text-decoration: none;
}

.red, a.red {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #CC0000; 
	text-decoration: none;
}

a.red:hover, a.red:visited {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	text-decoration: underline;
}
 
.help {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 12px; 
	font-style: normal; 
	color: #FF0000;
}

.help2 {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 12px; 
	font-style: normal; 
	color: #ffff00;
}

.callout {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	color: #000099;
}

.caption {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	color: #009900;
}


/* nav styles */

.footernav {
	color: #000000; 
	font-size: 11px; 
	text-decoration: none;
}

a.footernav, a.footernav:visited {
	color: #000000; 
	text-decoration: underline;
}

a.footernav:hover {
	color: #000000; 
	text-decoration: none;
}
          
a.nav, a.nav:visited {
	color: #666666; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
}

a.nav:hover {
	color: #0066cc; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: underline;
}

a.navon, a.navon:visited {
	color: #000000;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
}

a.navon:hover {
	color: #000000; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: underline;
}



a.milkloversnavon, a.milkloversnavon:visited {
	color: #0066cc;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
}

a.milkloversnavon:hover {
	color: #0066cc; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: underline;
}
a.aboutnavon, a.aboutnavon:visited {
	color: #0066cc;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
}

a.aboutnavon:hover {
	color: #0066cc; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: underline;
}

a.schoolsnavon, a.schoolsnavon:visited {
	color: #cf0e0e;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
}

a.schoolsnavon:hover {
	color: #cf0e0e; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: underline;
}
a.healthnavon, a.healthnavon:visited {
	color: #006699;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
}

a.healthnavon:hover {
	color: #006699; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: underline;
}
a.medianavon, a.medianavon:visited {
	color: #cc9900;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
}

a.medianavon:hover {
	color: #cc9900; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: underline;
}

a.farmersnavon, a.farmersnavon:visited {
	color: #019901;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
}

a.farmersnavon:hover {
	color: #019901; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: underline;
}

a.jdmnavon, a.jdmnavon:visited {
	color: #cc9900;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
}

a.jdmnavon:hover {
	color: #cc9900; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: underline;
}


a.subnavon, a.subnavon:visited {
	margin-left: 10px; 
	color: #000000; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: none;
}

a.subnavon:hover {
	margin-left: 10px; 
	color: #000000; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: underline;
}

a.subsubnavon, a.subsubnavon:visited {
	margin-left: 17px; 
	color: #000000; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: none;
}

a.subsubnavon:hover {
	margin-left: 17px; 
	color: #000000; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: underline;
}
   
a.navactive, a.navactive:visited {
	color: #0066cc; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
}

a.navactive:hover {
	color: #0066cc;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.milksub, a.milksub:visited {
	margin-left: 10px; 
	color: #0066cc; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: none;
}

a.milksub:hover {
	margin-left: 10px; 
	color: #0066cc; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: underline;
}

a.milksubsub, a.milksubsub:visited {
	margin-left: 17px; 
	color: #666666; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: none;
}

a.milksubsub:hover {
	margin-left: 17px; 
	color: #0066cc; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: underline;
}

.schoolssub, a.schoolssub, a.schoolssub:visited {
	margin-left: 10px; 
	color: #cf0e0e; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: none;
}

a.schoolssub:hover {
	margin-left: 10px; 
	color: #cf0e0e; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: underline;
}   

a.schoolssubsub, a.schoolssubsub:visited {
   margin-left: 17px; 
   color: #666666; 
   font-weight: bold; 
   font-size: 10px; 
   text-decoration: none;
}

a.schoolssubsub:hover {
	margin-left: 17px; 
	color: #cf0e0e; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: underline;
}   

a.healthsub, a.healthsub:visited {
	margin-left: 10px; 
	color: #006699; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: none;
}
   
a.healthsub:hover {
	margin-left: 10px; 
	color: #006699; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: underline;
}   

a.healthsubsub, a.healthsubsub:visited {
	margin-left: 17px; 
	color: #666666; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: none;
}

a.healthsubsub:hover {
	margin-left: 17px; 
	color: #006699; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: underline;
}   

a.mediasub, a.mediasub:visited {
	margin-left: 10px; 
	color: #cc9900; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: none;
}
   
a.mediasub:hover {
	margin-left: 10px; 
	color: #cc9900; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: underline;
}   

a.mediasubsub, a.mediasubsub:visited {
	margin-left: 17px; 
	color: #666666; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: none;
}
   
a.mediasubsub:hover {
	margin-left: 17px; 
	color: #cc9900; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: underline;
}   

a.farmerssub, a.farmerssub:visited {
   margin-left: 10px; 
   color: #019901; 
   font-weight: bold; 
   font-size: 11px; 
   text-decoration: none;
}

a.farmerssub:hover {
	margin-left: 10px; 
	color: #019901; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: underline;
}   

a.farmerssubsub, a.farmerssubsub:visited {
   margin-left: 17px; 
   color: #666666; 
   font-weight: bold; 
   font-size: 10px; 
   text-decoration: none;
}

a.farmerssubsub:hover {
	margin-left: 17px; 
	color: #019901; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: underline;
}   

a.aboutsub, a.aboutsub:visited {
	margin-left: 10px; 
	color: #0066cc; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: none;
}

a.aboutsub:hover {
	margin-left: 10px; 
	color: #0066cc; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: underline;
}

a.jdmsub, a.jdmsub:visited {
	margin-left: 10px; 
	color: #cc9900; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: none;
}
   
a.jdmsub:hover {
	margin-left: 10px; 
	color: #cc9900; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: underline;
}   

a.jdmsubsub, a.jdmsubsub:visited {
	margin-left: 17px; 
	color: #666666; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: none;
}
   
a.jdmsubsub:hover {
	margin-left: 17px; 
	color: #cc9900; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: underline;
}   


 img, .pngfix, div.menu, div.popup { behavior: url("/public/js/iepngfix.htc") }

/* styles governing all table layouts in admin interfaces: */

/* admin titles and sub titles */ 

.title {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif;
	font-size: 16px; 
	color: #0066CC; 
	font-weight: bold; 
}

.subtitle {
	font-family: 'Trebuchet MS', 'Gill Sans', Sans-serif; 
	font-size: 13px; 
	color: #15c1f1; 
	font-weight: bold; 
}

.bold {
	font-weight: bold;
}


 /* stroke outline color for tables */

.admstroke { 
	background-color: #008fd5;
} 

  
/* cell background, font for table headings and "sort by" links in column headings */

.admtablehead { 
	background-color: #008fd5; 
	font-weight: bold; 
	font-size: 13px; 
	color: #ffffff; 
} 

a.admtablehead {
	background-color: #008fd5; 
	font-weight: bold; 
	font-size: 13px; 
	color: #ffffff; 
} 

a.admtablehead:visited {
	background-color: #008fd5; 
	font-weight: bold; 
	font-size: 13px; 
	color: #ffffff; 
} 

a.admtablehead:hover { 
	background-color: #008fd5; 
	font-weight: bold; 
	font-size: 13px; 
	color: #000000; 
} 


/* cell background, font for most table cells */

.adm { 
	background-color: #faf6e7;
} 
	
	
/* cell background, slightly different than class=adm for striping search results, etc */

.adm2 { 
	background-color: #ffffff; 
} 


/* test styles for bold/italics/link javascript */

.buttons {
	background: #ccc;
	border: 1px solid #ccc;
	margin: 1;
	float:left;
}

.raise	{
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	background: #ccc;
	margin:1;
	float:left;
}

.press {
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	background: #ccc;
	margin:1;
	float:left;
}

#toolbar {
	margin: 0;
	width: 105px;
	padding: 0;
	height:20px;
	background: #ccc;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	text-align:left;
}

