/* CSS Document */

/*admin styles*/
html body {
	background-color:#CCCCCC;
	}
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xsmall;
	line-height: 13px;
	background-color:#699;
}

/*paragraph style*/		
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 10px;
}
td p {
margin-left: 0;}

/******link styles*******/
a:link {
	text-decoration: underline;
}
a:hover {
	color:#FF6600;
}

/******table styles******/
table {
	margin: 10px;
	background-color:#F2F2D9;
	border:1px solid #999999;
	}

th {
	font-size: 80%;
	font-weight: bold;
	font-style:italic;
	text-align:right;
	color:#0066cc;
	}
td {
	font-size: 80%;
	font-weight: normal;
	text-align:left;
	padding-left:5px;	
	}
table h1 {
	color: #996699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom:5px;
	}
/*styles for outer table on index page*/
table#index {
	width:50%;
	border:1px solid #996699;
	background-color:#F2F2D9;
	}
/*styles for inner table on index page*/
table#indexInner {
	background-color:#F2F2D9;
	border:none;
	}
/*tables without background color*/
table#plain {
	background-color:#fff;
	border:none;
	}
/*sets th alignment of password table*/
table#password th {
	text-align:right;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	}
/*sets th alignment of tables labeled list*/
table#list th {
	text-align:left;
	}

/*styles for appointment, careers tables
table#appt, table#jobs, table#contact, table#dept, table#prescription, {
	background-color:#F2F2D9;
	border:1px solid #999999;
}*/

/******list styles******/
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	margin-bottom: 10px;
	margin-left: 5px;
	}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
	}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	padding-left: 10px; 
	}
		
/******heading styles*******/		
h1 {
	color:#339999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}
h2 {
	color: #996699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}
h3 {
	color:#0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}

/******div styles******/
#layoutwrapper {
	position:relative;
	margin: 0px auto;
	width: 750px;
	border: 1px solid black;
	background-color: #fff;
	padding-bottom:10px;
	}
#mainContent{padding:10px;
	line-height: 120%;}
/*holds banner image and heading*/
#banner { 
	position:relative;
	text-align:center;
		}
/*holds banner image*/
#bannerimage { 
	position:relative;
	text-align:left;
		}
/*styles for button navigation div*/
#nav {
	text-align:center;
	}
/*holds time-date stamp*/
#title { text-align:center;

	}
/*holds page content*/
#content {
position:relative;
}
/*footer styles*/
#footer {
	margin:0px auto;
	width:750px;
	text-align:center;
	}

/*******class styles*******/
/*style of record ID that was deleted*/
p.deletedRec span {
	font-weight: bold; 
	color: ##990000;
	}

textarea {font-family: Arial, Helvetica, sans-serif;}
/*appointment response heading styles- mimics th style*/
.boldBlueText {
	color:#0066CC;
	font-weight:bold;
	font-style:italic;
	}
/*this style makes the month and year bold*/
.month {
font-weight:bold;
}

/*changes color of th in top row- statistics page*/
.top {
color:#996699;
}