/* CSS Document */

/*admin styles*/
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xsmall;
	line-height: 13px;
	background-color:#699;
}
html body {
	background-color:#CCCCCC;
	}
table {border:0;}
/*link styles*/
a:link {
	text-decoration: underline;
}
a:hover {
	color:#FF6600;
}

/*paragraph style*/		
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 10px;
}
/*style of record ID that was deleted*/
p.deletedRec span {
	font-weight: bold; 
	color: ##990000;
	}
		
/*heading styles*/		
h1 {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}
h2 {
	color: #666699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

/*div styles*/
#layoutwrapper {
	position:relative;
	margin: 0px auto;
	width: 960px;
	border: 1px solid black;
	background-color: #fff;
		}
#banner { 
	position:relative;
	margin: 0px auto;
	text-align:center;
		}
#bannerimage { 
	position:relative;
	margin: 0px auto;
		}
#title {
	display: none;}
	
/*holds table*/
#table_wrap {
	text-align:center;
	}	
#footer {
margin: 0px auto;
text-align:center;
padding: 5px 0;
width: 960px;
}

/*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; 
}

/*table styles*/
table {margin: 10px auto;}

th {
	font-size: 80%;
	font-weight: bold;
	font-style:italic;
	text-align:left;
	color:#0066cc;
}
td {
	font-size: 80%;
	font-weight: normal;
	text-align:left;	
}
table h1 {
	color: #666699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-bottom:5px;
	}
table#index {
	margin:30px auto;
	width:60%;
	background:#FFFFCC;
	border:thin solid #666699;
}
table#index td {
	text-align:center;
}
/*class styles*/
.purpleheader {
	color: #660099;
	font-weight: bold;
	text-decoration: none;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	line-height: 18px;
	margin-bottom: -15px;
}
.address {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: -15px;
}
.physname {
	font-weight: bold;
	color: #660099;
	margin-bottom: -10px;
}
.practice {
	color: #0000CC;
	margin-bottom: -15px;
}
.blue {
	color: #0000CC;
}
.directions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.greensubhead {
	font-weight: bold;
	color: #006666;
	margin-bottom: -10px;
	font-style: italic;
}
.copyright {
	font-size: 10px;
	color: #000000;
}
.message {
	font-size: 16px;
	font-weight:bold;
	color:#F00;
}
.navigation {
	margin-bottom: -12px;
}

/*career opportunities table styles*/
table#list {
	margin:0 auto;
	width:95%;
	border: 1px solid #699;
}
/*career opportunities header styles*/
table#list td {	
	border: 1px solid #699;
	vertical-align:text-top;
	}
table#list th {
	color:#fff;
	text-align:left;
	border-bottom:1px solid #fff;
	background-color: #699;
	vertical-align:text-top;
	}
/*career opportunities table styles*/
table#updatejob {
	margin:0 auto;
	width:95%;
}
/*career opportunities header styles*/
table#updatejob td {	
	vertical-align:text-top;
	}
table#updatejob th {
	text-align:right;
	vertical-align:top;
	}
