﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 80%;
	background-color: rgb(226,226,236);
	width: 100%;
	height: 100%; 
}

html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 80%;
	background-color: rgb(226,226,236);
	width: 100%;
	height: 100%; 
}

img {
    border-style:none;
}

#container 
{
	margin: 0 auto;
	padding: 0;
	width: 780px;
	height: 600px;
	min-height: 600px;
	min-width: 780px;
}

#top_panel {
	padding: 0;
	margin: 0; 
	height: 160px;
}

#top {
	margin: 0;
	padding: 0;
	height: 1.5em;
}

#top_nav {
	float:right;
	height: 1.5em;
	width: 28em;
	background-color: black;
	color: white;
}

#top_nav a:visited {
	color: white;
	text-decoration: none;	
    padding: 0 0.5em 0 0.5em;  
}

#top_nav a:link {
	color: white;
	text-decoration: none;	
    padding: 0 0.5em 0 0.5em;  
}

#top_nav a:active {
	color: white;
	text-decoration: none;	
    padding: 0 0.5em 0 0.5em;  
}

#top_nav a:focus {
	color: white;
	text-decoration: none;	
    padding: 0 0.5em 0 0.5em;  
}

#top_nav a:hover {
	color: white;
	text-decoration: none;	
    padding: 0 0.5em 0 0.5em;  
}


#left_nav_panel {
	float: left;
	display: block;
	top: 160px; 
	height: 1px;
	width: 200px;
	margin: 0;
	padding: 0;
}

#title_panel {
	margin: 0;
	padding: 0;
	height: 155px;
}

#logo_panel {
	width: 200px;
	height: 65px;
	float: left;
	display: block;
	margin-top: 25px;
}

#heading_panel {
	width: 570px;
	height: 120px;
	left: 200px;
	float: right;
	display: block;
	text-align: center;
	padding-top: 10px;
}

#content_panel {
	display: block;
	top: 160px;
	width: 570px;
	left: 210px;
	float: none;
	overflow: auto;
	min-width: 570px;
	min-height: 400px;
	font-size: 13px;
}

#content_panel h3 {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#content_panel div {
	padding-left: 10px;
	padding-right: 10px;
}

#content_panel p {
	padding-left: 10px;
	padding-right: 10px;
}

.lefttext {
	text-align: left;
}

.center_align {
	text-align: center;
}

.justify_align {
	text-align: justify;
}

.main {
	overflow: visible;
	height: auto;
	width: auto;
}

.email:link, 
.email:visited, 
.email:hover, 
.email:active, 
.email:focus {
    vertical-align:middle; 
    text-decoration:none;
}

/* who_is_tao.htm */
table.who {
    text-align:center;
    border:none;
    width:100%;
}

.org {
    font-style:italic;
}

.target {
    font-style:normal;
    text-indent:20px;
    line-height:20px;
    display:block;
}

.zvr_number {
    text-align:center;
    font-weight:bold;
}

/* science_advisory_board.htm */
#content_panel table.science_advisory_board {
	padding: 5px 5px 5px 5px;
	border-collapse: collapse;
	border: thin solid blue;
	width: 98%;
	vertical-align: text-top;
}

#content_panel table.science_advisory_board th {
	border: thin solid blue;
	background-color: rgb(240,240,240);
	color: red;
	text-align: left;
}

#content_panel table.science_advisory_board td {
    border:thin solid blue;
    padding-left:5px;
    padding-right:5px;
    vertical-align:top;
}

/* teachers table */
table.teachers {
    border-style:none;	
}

table.teachers td {
    padding: 5px;
    vertical-align: top;
}

/* appointments.htm */
#content_panel .color_red {
	color: red;
}

#content_panel .hr_red {
	color: red;
	background-color: #FF0000;
}

#content_panel .picture {
    padding-left:0px;
    padding-right:0px;
	overflow: auto;
	width: 560px;
	height: 1087px;
}

/* therapist and dates table */
table.therapist {
    border-collapse:collapse;
}

table.therapist th {
    border-left:thick solid rgb(226,226,236);
    border-right:thick solid rgb(226,226,236);
    background-color:aqua; /* rgb(204,204,204); */
    padding:4px 4px 5px 5px;
    text-align:left;
    vertical-align:top;
}

table.therapist td {
    border-left:thick solid rgb(226,226,236);
    border-right:thick solid rgb(226,226,236);
    border-bottom:thin solid black;
    padding:4px 4px 5px 5px;
    text-align:left;
    vertical-align:top;
}

a.sortheader:link, 
a.sortheader:visited, 
a.sortheader:hover, 
a.sortheader:active, 
a.sortheader:focus {
    text-decoration:none;
}


h4 {
}
h5 {
}


