/* STANDARD HTML ELEMENTS */
body {
  font-family: Tahoma, Arial, helvetica;
  COLOR:#00395A;
  font-size: 0.8125em;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

table {
	border-collapse: collapse;
}

td {
	font-family: Tahoma;
	COLOR:#00395A;
  	font-size: 90%;
	border-collapse: collapse;
	
}

th {
	font-family: Tahoma, Arial, helvetica;
	COLOR:#00395A;
  	font-size: 90%;
	border-collapse: collapse;
}

hr {
	color:#00395A;
	height: 1px;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  list-style-image: none;
}

ol ol{
  list-style-type: upper-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ol ol ol{
  list-style-type: lower-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

ul ul{
  list-style-type: circle;
  list-style-position: outside;
  list-style-image: none;
}

ul ul ul{
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
}

li {
	padding-bottom: 5px;
}


/* END STANDARD HTML ELEMENTS */

/* FORMS SECTION */
form {
	margin: 0;
}

input
     { 
	font-family: Tahoma, Arial, helvetica; 
    font-size: 85%;
}

textarea
     { 
	font-family: Tahoma, Arial, helvetica; 
    font-size: 85%;
}

select
     { 
	font-family: Tahoma, Arial, helvetica; 
    font-size: 85%;
}

/* END FORMS SECTION */

/* ENTER CUSTOM CLASSES HERE */
/* EXAMPLE...
.myClassName {
	font-family: Tahoma, Arial, helvetica; 
    font-size: 10px;
    color: #842910;
}
*/

.table1 {
	border:1px solid #008080; padding:3px; border-collapse: collapse;
}


.table1 th {
	border:1px solid #D8D8D8; 
	padding:3px; 
	background: #008080;
	color:#FFFFFF; 
	font-weight:bold; 
	background-color:#008080;
}

.table1 td {
	border: none; 
	padding:3px; 
	color: #800000; 
}

.table1 .alternate td {
	background-color:#F8F8F8;
}

.alert {
	color: #ff0000;
}


.watermarkMain {
  	background: #fff url('/images/watermarkMain.jpg') no-repeat right top;
}

.watermarkHighschool {
  	background: #fff url('/images/watermarkHighschool.jpg') no-repeat right top;
}

.watermarkCampL {
  	background: #fff url('/images/watermarkCampL.jpg') no-repeat right top;
}

.watermarkOutpatient {
  	background: #fff url('/images/watermarkOutpatient.jpg') no-repeat right top;
}

.watermarkOutcomes {
  	background: #fff url('/images/watermarkOutcomes.jpg') no-repeat right top;
}

.watermarkFHC {
  	background: #fff url('/images/watermarkFHC.jpg') no-repeat right top;
}

.watermarkTesting {
  	background: #fff url('/images/watermarkTesting.jpg') no-repeat right top;
}

.watermarkKTS {
  	background: #fff url('/images/watermarkKTS.jpg') no-repeat right top;
}

.watermarkELC {
  	background: #fff url('/images/watermarkELC.jpg') no-repeat right top;
}

.Outpatient {
  	color: #0092CF;
}

.Hearing {
  	color: #A84C0F;
}

.CampL {
  	color: #48A942;
}

.ELC {
  	color: #00ACA1;
}

.KTS {
  	color: #B63E96;
}

.Outcomes {
  	color: #C5960B;
}

.Testing {
  	color: #7A68AE;
}

.KTSHS {
  	color: #F58025;
}

/* END CUSTOM CLASSES */

/* CUSTOM HYPERLINK CLASSES SECTION */
/* example
a:link.myClassName { 
	color: #800000; 
	font-family: Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:visited.myClassName { 
	color: #800000; 
	font-family: Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:active.myClassName {
	color: #800000; 
	font-family: Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:hover.myClassName { 
	color: #F8F8F8; 
	font-family: Tahoma, Arial, helvetica; 
	text-decoration: underline;
}
*/
/* END CUSTOM HYPERLINK CLASSES SECTION */

/* HYPERLINKS SECTION */

a:link { 
	color: #0092CF; 
	font-family: Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:visited { 
	color: #0092CF; 
	font-family: Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:active {
	color: #0092CF; 
	font-family: Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:hover { 
	color: #7A68AE; 
	font-family: Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

.skipNav {
	display: none;
}
/* END HYPERLINKS SECTION */