﻿/*
======Global Color Scheme=======
Purple:#4A1974;
Light Purple: #A38CB6;

Dark Green: #006B6E; #297980
Medium Green: #81B3B2;
Light Green: #CAE0E2; 
Very Light Green: #CBE0E3; or #CCDFE1;

Sunflower Yellow: #EBAB00;
Lighter sunflower: #F3CD66;

Gray: #D7D7D7;

======Fayette Color Scheme=======
Dark Green, Dark Purple, 
Peach: #E9CDB2;
Light Peach: #FFEAC8;

=======Mountainside color scheme=======
Dark Green
Dark Burgandy: #892034;

=======Physicians======
Dark Blue: #097273;
Light Blue: #BBDBEA;

*/

#layout_Content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

#layout_Content ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}
#layout_Content ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
}
#layout_Content img{
	padding-right:5px; padding-bottom:5px;
}
a {text-decoration: none;color: #006B6E;}
a:hover {text-decoration: underline;color: #006B6E;}

#layout_Content a {color: #006B6E;}
#layout_Content a:hover {color: #006B6E;}


/*------------------Headers------------------*/

h1 {
	font-family: Georgia, Times, serif;
	color: #006B6E;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	line-height: 1.1em;
}

.pageSubTitle, #pageSubTitle {
	font-family: Georgia, Times, serif;
	font-size: 1em;	color: #006B6E;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	line-height: 1.1em;
}

h2 {
	font-family: Georgia, Times, serif;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px 0px 0px;
	margin-bottom:3px;
	font-weight: bold;
}

/*------------------Forms------------------*/

.nobordertab td, .nobordertab th { border: 1px solid #fff;
}

.forms_Buttons td {
	padding-left: 10em;
}

.formTable { border: 1px solid #F3CD66; background-color: #CCDFE1;}
.formTable th { border: 1px solid #F3CD66; background-color: #81B3B2; color: #ffffff;}
.formTable td { border: none;}
.fieldLabel { text-align: right;}

/*-----------------Health Library------------------*/
#layout_Content .healthlib_quizlist ul {
	padding: 5px; 
}

#layout_Content .healthlib_quizlist li {
	padding: 5px 5px 5px 15px;
	background-color: #FFF3E8;
	border-bottom: 2px solid #fff; 
	list-style: none;
	width: 175px; 
}

#layout_Content .healthlib_quizlist li:first-child {
	background-color: #E9CDB2;
	padding: 5px 5px 5px 15px;
	margin: 0;
	font-size: 115%;
	font-family: Georgia; 
	color: #4A1974;
	width: 175px; 
}
#layout_Content .healthlib_table td {
	padding: 5px 10px 5px 10px;
	background-color: #FFF3E8;
}

#layout_Content .healthlib_table thead th{
	background-color: #006B6E;
	padding: 5px 10px 5px 10px;
	font-size: 110%;
	font-family: Georgia; 
	color: #ffffff;
}
#layout_Content .healthlib_table th {
	background-color: #E9CDB2;
	padding: 5px 10px 5px 10px;
	font-size: 100%;
	font-family: Georgia; 
	color: #006B6E;
}
#layout_Content .healthlib_table caption {
	padding: 5px 10px 5px 10px;
	font-size: 125%;
	font-family: Georgia; 
	font-weight:bold;
	color: #006B6E;
}

#layout_Content .healthlib_table caption img{
	padding: 0px 10px 0px 0px;
	margin: 0px 0px -4px 0px;
}

.glossary_index { line-height: 2em; margin: 1em 0pt; }
