body {
	font-weight: normal;
	font-family: verdana;
	font-size: 75%;
	margin: 0px;
}

em {
	font-weight: bold;
	color: #003366;
}


p.intro {
	font-size: 125%;
}

input {
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

input.delete {
	border-style: solid;
	border-color: red;
	border-width: 1px;
}

input.important {
	border-style: solid;
	border-color: red;
	border-width: 2px;
	background-color: #FFAFAF;
	padding: 4px;
	font-weight: bold;
}

/* BEGIN NAVIGATION */
ul#primary-nav,
ul#primary-nav ul {
	margin: 0;
	padding: 0;
	border-style: none;
	background: #015488; /* IE6 Bug */
	font-size: 100%;
	float: left;
	text-align: left;
}

ul#primary-nav li {
	position: relative;
	list-style: none;
	float: left;
}

ul#primary-nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

/* Secondary Nav */
ul#primary-nav ul {
	position: absolute;
	display: none;
	width: 170px;
}

ul#primary-nav li ul li {
	float: none;
}

ul#primary-nav li ul li a {
	padding: 2px 5px;
}

/* Third Level nav */
ul#primary-nav ul li ul {
	position: absolute;
	display: none;
	width: 150px;
	left: -149px;
	top: 0px;
}

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } /* The magic */

/* ul#primary-nav li.menuparent { background: transparent url(arrow.gif) right center no-repeat; } */


ul#primary-nav li a:hover {
	background-color: #13abb9;
}
ul#primary-nav li.over { background-color: #13abb9; }

ul#primary-nav li a:hover { color: #fff; }

#navigation {
	position: absolute;
	top: 0px;
	left: 255px;
	/*
	position: relative;
	top: -74px;
	left: -200px;
	*/
	width: 500px;
	margin-left: auto;
	z-index: 5;
	display: none;
}

#navigation_home {
	position: absolute;
	top: 212px;
	left: 115px;
	/*
	position: relative;
	top: -74px;
	left: -200px;
	*/
	width: 630px;
	margin-left: auto;
	z-index: 5;
}

/* END NAV */

#body_home {
	height: auto;
	width: 760px;
}

#footer {
	text-align: center;
	font-size: 75%;
	width: 540px;
	margin-left: 205;
	clear: both;
	/*
	width: 756px;
	clear: both;
	*/
}

#footer_home {
	text-align: center;
	font-size: 75%;
	width: 540px;
	clear: both;
	/*
	width: 756px;
	*/
}

#main_body {
	width: 540px;
	margin: 0 2em 0 20px;
	height: auto;
	margin-left: 20px;
}

#main_body_left {
	width: 495px;
	float: left;
	/*
	margin-left: 20px;
	margin-right: 10px;
	*/
	height: auto;
}

#main_body_wide {
	width: 750px;
	height: auto;
	padding-left: 10px;
}

#page_top {
	display: none;
	visibility: hidden;
}

#page_top_print {
	display: block;
}

#side_left {
	width: 204px;
	text-align: center;
	height: auto;
	/*
	position: absolute;
	margin-left: 35px;
	margin-right: 35px;
	*/
	float: left;
	display: none
}

#side_left img {
	border: 1px;
	border-style: solid;
	border-color: #FFD100;
	margin-top: 5px;
	margin-bottom: 5px;
}

#side_left div {
	border: 1px;
	border-style: solid;
	border-color: #FFD100;
	width: 177;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#side_left div.tree {
	border: 1px;
	border-style: solid;
	border-color: #FFD100;
	width: 177;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 5px;
}

#side_right {
	width: 204px;
	text-align: center;
	float: right;
	vertical-align: top;
	/*
	margin-left: 540px;
	*/
}

#side_right img {
	border: 1px;
	border-style: solid;
	border-color: #FFD100;
	margin-top: 5px;
	margin-bottom: 5px;
}

#side_right div {
	border: 1px;
	border-style: solid;
	border-color: #FFD100;
	width: 177;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#top_puzzle {
}

#top_puzzle div {
	float: left;
}

.exercise_segment {
	font-size: 14px;
}

.headline {
	font-size: 125%;
	font-weight: bold;
	color: #003366;
}

.form {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.form div.bottom_row {
	padding: 10px;
}

.form td.label {
	width: 150px;
	padding: 5px;
	padding-right: 10px;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	background-color: #ddd;
	border-bottom: solid 1px #fff;
	vertical-align: top;
}

.form td.photo {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: #f0f0f0;
	color: #999999;
	border: solid 1px #000;
}

.form td.photoactive {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: #f0f0f0;
	color: #000000;
	border: solid 1px #000;
}

.form td.photo a {
	display: block;
	color: black;
	text-decoration: none;
}

.form td.photo a:hover {
	background-color: #FDFAA8;
}

.form td.displaylabel {
	padding: 5px;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}

.form td.displaylabelhead {
	padding: 5px;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}

.form td.label .labelComment {
	padding-right: 9px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	vertical-align: top;
}

.form td.data {
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	font-size: 12px;
	background-color: white;
	border-bottom: dashed 1px #ccc;
	vertical-align: top;
}

.button {
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.bottom_row {
	background-color: #ddd;
}

.matrix {
}

.matrix th
{
	background-color: #025388;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*
	border-style: solid;
	border-color: black;
	border-width: 1px;
	*/
	font-size: 10px;
	border-bottom-style: solid;
	border-bottom-color: #13abb9;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: white;
	border-right-width: 1px;
	vertical-align: top;
}
.matrix td.normal {
    font-size: 12px;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
    border-top-color: #DDDDDD;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    vertical-align: text-top;
}

.matrix td.alternate {
    font-size: 12px;
	background-color: #F1F1F1;
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
    border-top-color: #DDDDDD;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    vertical-align: text-top;
}

.matrix td.selected {
    font-size: 12px;
	background-color: #66CCFF;
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
    border-top-color: #DDDDDD;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    vertical-align: text-top;
}

.matrix td a {
	text-decoration: none;
}


.memberdata {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.memberdata td.label {
	width: 150px;
	padding: 5px;
	padding-right: 10px;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	background-color: #ddd;
	border-bottom: solid 1px #fff;
	vertical-align: top;
}

.memberdata td.photo {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: #f0f0f0;
	color: #999999;
	border: solid 1px #000;
}

.memberdata td.displaylabel {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: dashed 1px #ccc;
	font-weight: bold;
}

.memberdata td.displaylabelhead {
	padding: 5px;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}

.memberdata td.label .labelComment {
	padding-right: 9px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	vertical-align: top;
}

.memberdata td.data {
	float: none;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	background-color: white;
	border-bottom: dashed 1px #ccc;
}

.schedule {
	border-collapse: collapse;
}

.schedule th {
	background-color: #025388;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	border-bottom-style: solid;
	border-bottom-color: #13abb9;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #13abb9;
	border-right-width: 1px;
	vertical-align: top;
}

.schedule td {
	font-size: 8px;
	background-color: white;
	border-bottom: dashed 1px #ccc;
	border-right: solid 1px #13abb9;
	vertical-align: top;
}

.schedule td.program0 {
	font-size: 11px;
	padding: 3px;
	background-color: #CCFF99;
	border-bottom: solid 1px #ccc;
	vertical-align: top;
}
.schedule td.program1 {
	font-size: 11px;
	padding: 3px;
	background-color: #99FFFF;
	border-bottom: solid 1px #ccc;
	vertical-align: top;
}
.schedule td.program2 {
	font-size: 11px;
	padding: 3px;
	background-color: #99FFCC;
	border-bottom: solid 1px #ccc;
	vertical-align: top;
}
.schedule td.program3 {
	font-size: 11px;
	padding: 3px;
	background-color: #FF9999;
	border-bottom: solid 1px #ccc;
	vertical-align: top;
}
.schedule td.program4 {
	font-size: 11px;
	padding: 3px;
	background-color: #FFCC66;
	border-bottom: solid 1px #ccc;
	vertical-align: top;
}
.schedule td.program5 {
	font-size: 11px;
	padding: 3px;
	background-color: #FFFF99;
	border-bottom: solid 1px #ccc;
	vertical-align: top;
}
.schedule td.program6 {
	font-size: 11px;
	padding: 3px;
	background-color: #33FFCC;
	border-bottom: solid 1px #ccc;
	vertical-align: top;
}
.schedule td.program7 {
	font-size: 11px;
	padding: 3px;
	background-color: yellow;
	border-bottom: solid 1px #ccc;
	vertical-align: top;
}
.schedule td.program8 {
	font-size: 11px;
	padding: 3px;
	background-color: yellow;
	border-bottom: solid 1px #ccc;
	vertical-align: top;
}
.schedule td.program9 {
	font-size: 11px;
	padding: 3px;
	background-color: yellow;
	border-bottom: solid 1px #ccc;
	vertical-align: top;
}



.sideform {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding-left: 5px;
}

.sideform td.label {
	padding-right: 5px;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}


