body {
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
}

#logo {
	float: left;
	left: 0;
	top: 0;
	height: 86px;
}
#message {
	padding-top: 10px;
	padding-bottom: 0;
	font-size: 16px;
	text-align:center;
	display: inline-block;
}
#banner {
	width: 70%;
	float:left;
	font-size: 18px;
	font-weight:bold;
	padding-left: 12px;
	padding-top: 6px;
	height: 90px;
}
#banner h1 {
	width: 70%;
	float:left;
	font-size: 18px;
	font-weight:bold;
	padding-left: 12px;
	padding-top: 6px;
	height: 90px;
	font-family: Arial,Helvetica,sans-serif;
	width: 224px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
#topnav {
	height: 36px;
	padding-left: 0;
	padding-top: 10px;
	display:inline-block;
	float:left;
}
#mainmenu {
	padding-left: 0;
	padding-top: 10px;
	display:inline-block;
}
.jumpmenu {
	padding-left: 0;
	padding-top: 10px;
	display:inline-block;
}
.content {
	padding-left: 0;
	padding-top: 0;
	display:inline-block;
}
.content h1 {
	font-size: 28px;
}
.content h2 {
	font-size: 22px;
}
.content li {
	font-size: 18px;
	padding-bottom: 5px;
}
#bottomnav {
	height: 16px;
	padding-left: 6px;
	padding-top: 10px;
	float: right;
}
.navButton {
	/* -moz-box-shadow: 0px 10px 14px -7px #276873; */
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #437b8f), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:-o-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:linear-gradient(to bottom, #437b8f 5%, #408c99 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#437b8f', endColorstr='#408c99',GradientType=0);*/
	background-color:#437b8f;
	/*-moz-border-radius:8px;*/
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:12px 14px 12px 14px;
	text-decoration:none;
	text-shadow:0 1px 0 #3d768a;
	color:#ffffff;
}
.navButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);*/
	background-color:#408c99;
	color:#ffffff;
}
.navButton:active {
	position:relative;
	color:#ffffff;
	top:1px;
}
.navButton:visited {
	position:relative;
	color:#ffffff;
	top:1px;
}

.navButtonDetail {
	/*-moz-box-shadow: 0px 10px 14px -7px #276873;*/
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #437b8f), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:-o-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:linear-gradient(to bottom, #437b8f 5%, #408c99 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#437b8f', endColorstr='#408c99',GradientType=0);*/
	background-color:#437b8f;
	/*-moz-border-radius:8px;*/
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:12px 14px 12px 14px;
	text-decoration:none;
	text-shadow:0 1px 0 #3d768a;
	color:#ffffff;
	z-index: 5;
}
.navButtonDetail:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);*/
	background-color:#408c99;
	color:#ffffff;
}
.navButtonDetail:active {
	position:relative;
	color:#ffffff;
	top:1px;
}
.navButtonDetail:visited {
	position:relative;
	color:#ffffff;
	top:1px;
}

.menuButton {
	/*-moz-box-shadow: 0px 10px 14px -7px #276873;*/
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #437b8f), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:-o-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:linear-gradient(to bottom, #437b8f 5%, #408c99 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#437b8f', endColorstr='#408c99',GradientType=0);*/
	background-color:#437b8f;
	/*-moz-border-radius:8px;*/
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:12px 14px 12px 14px;
	margin-bottom: 10px;
	text-decoration:none;
	text-shadow:0 1px 0 #3d768a;
}
.menuButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);*/
	background-color:#408c99;
	background-color:#408c99;
}
.menuButton:active {
	position:relative;
	color:#ffffff;
	top:1px;
}
.menuButton:visited {
	position:relative;
	color:#ffffff;
	top:1px;
}

.spkset1 {
	background:linear-gradient(to bottom, #663333 5%, #663333 100%);
	background:-moz-linear-gradient(top, #663333 5%, #663333 100%);
	background:-webkit-linear-gradient(top, #663333 5%, #663333 100%);
	background:-o-linear-gradient(top, #663333 5%, #663333 100%);
	background:-ms-linear-gradient(top, #663333 5%, #663333 100%);
	background:linear-gradient(to bottom, #663333 5%, #663333 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#663333', endColorstr='#663333',GradientType=0);*/
	background-color:#663333;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:5px 14px;
	text-decoration:none;
	text-shadow:0 1px 0 #663333;
	width: 100%;
	outline: 0;
}
.spkset1:hover {
	background:linear-gradient(to bottom, #72512b 5%, #72512b 100%);
	background:-moz-linear-gradient(top, #72512b 5%, #72512b 100%);
	background:-webkit-linear-gradient(top, #72512b 5%, #72512b 100%);
	background:-o-linear-gradient(top, #72512b 5%, #72512b 100%);
	background:-ms-linear-gradient(top, #72512b 5%, #72512b 100%);
	background:linear-gradient(to bottom, #72512b 5%, #72512b 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72512b', endColorstr='#72512b',GradientType=0);*/
	background-color:#72512b;
	outline: 0;
}
.spkset1:active {
	position:relative;
	color:#ffffff;
	top:1px;
	outline: 0;
}
.spkset1:visited {
	position:relative;
	color:#ffffff;
	top:1px;
	outline: 0;
}

.spkset2 {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #663333), color-stop(1, #663333));
	background:-moz-linear-gradient(top, #663333 5%, #663333 100%);
	background:-webkit-linear-gradient(top, #663333 5%, #663333 100%);
	background:-o-linear-gradient(top, #663333 5%, #663333 100%);
	background:-ms-linear-gradient(top, #663333 5%, #663333 100%);
	background:linear-gradient(to bottom, #663333 5%, #663333 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#663333', endColorstr='#663333',GradientType=0);*/
	background-color:#663333;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:5px 14px;
	text-decoration:none;
	text-shadow:0 1px 0 #663333;
	width: 100%;
	outline: 0;
}
.spkset2:hover {
	background:linear-gradient(to bottom, #72512b 5%, #72512b 100%);
	background:-moz-linear-gradient(top, #72512b 5%, #72512b 100%);
	background:-webkit-linear-gradient(top, #72512b 5%, #72512b 100%);
	background:-o-linear-gradient(top, #72512b 5%, #72512b 100%);
	background:-ms-linear-gradient(top, #72512b 5%, #72512b 100%);
	background:linear-gradient(to bottom, #72512b 5%, #72512b 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72512b', endColorstr='#72512b',GradientType=0);*/
	background-color:#72512b;
	outline: 0;
}
.spkset2:active {
	position:relative;
	color:#ffffff;
	top:1px;
	outline: 0;
}
.spkset2:visited {
	position:relative;
	color:#ffffff;
	top:1px;
	outline: 0;
}

.spk1Button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2b3db8), color-stop(1, #2b3db8));
	background:-moz-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:-webkit-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:-o-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:-ms-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:linear-gradient(to bottom, #2b3db8 5%, #2b3db8 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b3db8', endColorstr='#2b3db8',GradientType=0);*/
	background-color:#2b3db8;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:5px 14px;
	text-decoration:none;
	text-shadow:0 1px 0 #2b3db8;
	width: 100%;
}
.spk1Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3cb0fd), color-stop(1, #3498db));
	background:-moz-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-webkit-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-o-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-ms-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:linear-gradient(to bottom, #3cb0fd 5%, #3498db 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb0fd', endColorstr='#3498db',GradientType=0);*/
	background-color:#3cb0fd;
}
.spk1Button:active {
	position:relative;
	color:#ffffff;
	top:1px;
}
.spk1Button:visited {
	position:relative;
	color:#ffffff;
	top:1px;
}

.spk2Button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #18615d), color-stop(1, #18615d));
	background:-moz-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:-webkit-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:-o-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:-ms-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:linear-gradient(to bottom, #18615d 5%, #18615d 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#18615d', endColorstr='#18615d',GradientType=0);*/
	background-color:#18615d;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:5px 14px;
	text-decoration:none;
	text-shadow:0 1px 0 #18615d;
	width: 100%;
}
.spk2Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3cb0fd), color-stop(1, #3498db));
	background:-moz-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-webkit-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-o-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-ms-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:linear-gradient(to bottom, #3cb0fd 5%, #3498db 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb0fd', endColorstr='#3498db',GradientType=0);*/
	background-color:#3cb0fd;
}
.spk2Button:active {
	position:relative;
	color:#ffffff;
	top:1px;
}
.spk2Button:visited {
	position:relative;
	color:#ffffff;
	top:1px;
}
.evtHeader {
	background-color:#663333;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:5px 14px;
	text-shadow:0 1px 0 #2b3db8;
	width: 80%;
	float: left;;
}
.evt1Button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2b3db8), color-stop(1, #2b3db8));
	background:-moz-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:-webkit-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:-o-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:-ms-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:linear-gradient(to bottom, #2b3db8 5%, #2b3db8 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b3db8', endColorstr='#2b3db8',GradientType=0);*/
	background-color:#2b3db8;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:12px 14px 12px 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration:none;
	text-shadow:0 1px 0 #2b3db8;
	width: 80%;
	float: left;;
}
.evt1Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3cb0fd), color-stop(1, #3498db));
	background:-moz-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-webkit-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-o-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-ms-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:linear-gradient(to bottom, #3cb0fd 5%, #3498db 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb0fd', endColorstr='#3498db',GradientType=0);*/
	background-color:#3cb0fd;
}
.evt1Button:active {
	position:relative;
	color:#ffffff;
	top:1px;
}
.evt1Button:visited {
	position:relative;
	color:#ffffff;
	top:1px;
}

.evt2Button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #18615d), color-stop(1, #18615d));
	background:-moz-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:-webkit-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:-o-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:-ms-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:linear-gradient(to bottom, #18615d 5%, #18615d 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#18615d', endColorstr='#18615d',GradientType=0);*/
	background-color:#18615d;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:12px 14px 12px 14px;
	text-decoration:none;
	text-shadow:0 1px 0 #18615d;
	width: 80%;
	float: left;;
}
.evt2Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3cb0fd), color-stop(1, #3498db));
	background:-moz-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-webkit-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-o-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-ms-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:linear-gradient(to bottom, #3cb0fd 5%, #3498db 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb0fd', endColorstr='#3498db',GradientType=0);*/
	background-color:#3cb0fd;
}
.evt2Button:active {
	position:relative;
	color:#ffffff;
	top:1px;
}
.evt2Button:visited {
	position:relative;
	color:#ffffff;
	top:1px;
}

.spkDetail {
	background:linear-gradient(to bottom, #4244A2 5%, #4244A2 100%);
	background:-moz-linear-gradient(top, #4244A2 5%, #4244A2 100%);
	background:-webkit-linear-gradient(top, #4244A2 5%, #4244A2 100%);
	background:-o-linear-gradient(top, #4244A2 5%, #4244A2 100%);
	background:-ms-linear-gradient(top, #4244A2 5%, #4244A2 100%);
	background:linear-gradient(to bottom, #4244A2 5%, #4244A2 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4244A2', endColorstr='#4244A2',GradientType=0);*/
	background-color:#4244A2;
	display:inline-block;
	cursor:default;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:5px 18px;
	text-decoration:none;
	text-shadow:0 1px 0 #4244A2;
	width: 100%;
	color:#ffffff;
}
.spkDetail a:link,a:visited,a:active {
	color: #ACFBFB;
    text-decoration: none;
}
.spkDetail a:hover {
	color: #FFFFFF;
    text-decoration: none;
}
.container{
	width: 100%;
	float: left;
	overflow: visible;
}
.howcontainer{
	width: 100%;
	float: left;
	overflow: visible;
}
.howcontainer a:link,a:visited,a:active {
	color: #380dfb;
	text-decoration: none;
}
.howcontainer a:hover {
	color: #6876ff;
	text-decoration: none;
}
.cell{
	border: none;
	color: #000000;
	width: 100%;
    padding-top:2px;
}
#cell01{
	width:100%;
	float:left;
	padding-top:2px;
}
#cell02{
	width:100%;
	float:left;
}
#cell02  a:link,a:visited,a:active {
	color: #ACFBFB;
	text-decoration: none;
}
#cell03{width:20%; float:left;}
#cell04{width:30%; float:left;}


.cell01{
	width:100%;
	float:left;
	padding-top:2px;
	border: thin;
	border-color: #2b3db8;
}
.cell02{
	width:100%;
	float:left;
}
.cell02  a:link,a:visited,a:active {
	color: #ACFBFB;
	text-decoration: none;
}
.cell03{
	width:20%;
	float:left;
	border: thin;
	border-color: #2b3db8;
}
.cell04{
	width:30%;
	float:left;
	border: thin;
	border-color: #2b3db8;
}

.searchbox {

}
.searchkeywordcol1 {
	float: left;
	width: 27%;
	font-size: 18px;
	font-weight:bold;
	line-height: 1.5em;
	padding-top: 15px;
}

.searchkeywordcol2 {
	float: left;
	width: 73%;
}
.searchkeywordcol2 input[type='text']  {
	font-size: 18px;
	margin-top: 14px;
}
#keywordhelp {
	margin-top: 10px;
	margin-left: 10px;
}
.searchprompt {
	font-size: 16px;
	font-weight:bold;
	padding-top: 15px;
	text-align: center;
}
.searchmemberof {
	float: left;
	width: 42%;
}
.searchmemberof select  {
	font-size: 14px;
}
.searchmemberof label  {
	font-weight: bold;
}

.searchsex {
	float: left;
	width: 28%;
}
.searchsex select  {
	font-size: 14px;
}
.searchsex label  {
	font-weight: bold;
}

.searchrecent {
	float: right;
	width: 30%;
}
.searchrecent select  {
	font-size: 14px;
}
.searchrecent label  {
	font-weight: bold;
}

.searchbyyear {
	float: right;
	width: 100%;
	margin-top: 10px;
}

.searchbyyear select  {
	font-size: 14px;
	margin-left: 10px;
}
.searchbyyear label  {
	float: left;;
	font-size: 14px;
	font-weight: bold;
}

.searchonlyset {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 10px;
	float: left;
	width: 100%;
}
.searchonlyset label  {
	font-weight: bold;
}

.radiotable{
	float: left;
}
.radiotable td {
	padding: 0 0 4px 0;
	margin: 0 0 0 0;
}
.searchradiocolhead1 td {
	float: left;
	width: 22%;
	font-size: 13px;
	font-weight:bold;
	margin-top: 10px;
}

.searchradiocolhead2 td {
	float: left;
	width: 13%;
	font-size: 13px;
	font-weight:bold;
	margin-top: 10px;
}

.searchradiocolhead3 td {
	float: left;
	width: 12%;
	font-size: 13px;
	font-weight:bold;
	margin-top: 10px;
}

.searchradiocolhead4 td {
	float: left;
	width: 28%;
	font-size: 13px;
	font-weight:bold;
	margin-top: 10px;
}

.searchradiocolhead5 td {
	float: left;
	width: 15%;
	font-size: 13px;
	font-weight:bold;
	margin-top: 10px;
}

.searchradiocolhead6 td {
	float: left;
	width: 10%;
	font-size: 13px;
	font-weight:bold;
	margin-top: 10px;
}

.searchradiocol1 td {
	float: left;
	width: 23%;
	font-size: 13px;
	font-weight:bold;
	line-height: 1.5em;
}

.searchradiocol2 td {
	float: left;
	width: 13%;
	font-size: 13px;
}

.searchradiocol3 td {
	float: left;
	width: 12%;
	font-size: 13px;
}

.searchradiocol4 td {
	float: left;
	width: 28%;
	font-size: 13px;
	font-weight:bold;
 	line-height: 1.5em;
}

.searchradiocol5 td {
	float: left;
	width: 14%;
	font-size: 13px;
}

.searchradiocol6 td {
	float: right;
	width: 10%;
	font-size: 13px;
}

.searchhint {
	float: left;
	width: 100%;
	font-size: 18px;
	text-align: center;
}

.link1Button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2b3db8), color-stop(1, #2b3db8));
	background:-moz-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:-webkit-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:-o-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:-ms-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:linear-gradient(to bottom, #2b3db8 5%, #2b3db8 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b3db8', endColorstr='#2b3db8',GradientType=0);*/
	background-color:#2b3db8;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:12px 14px 12px 14px;
	margin-bottom: 3px;
	text-decoration:none;
	text-shadow:0 1px 0 #2b3db8;
	width: 65%;
}
.link1Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3cb0fd), color-stop(1, #3498db));
	background:-moz-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-webkit-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-o-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-ms-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:linear-gradient(to bottom, #3cb0fd 5%, #3498db 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb0fd', endColorstr='#3498db',GradientType=0);*/
	background-color:#3cb0fd;
}
.link1Button:active {
	position:relative;
	color:#ffffff;
	top:1px;
}
.link1Button:visited {
	position:relative;
	color:#ffffff;
	top:1px;
}

.link2Button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #18615d), color-stop(1, #18615d));
	background:-moz-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:-webkit-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:-o-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:-ms-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:linear-gradient(to bottom, #18615d 5%, #18615d 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#18615d', endColorstr='#18615d',GradientType=0);*/
	background-color:#18615d;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	margin-bottom: 3px;
	padding:12px 14px 12px 14px;
	text-decoration:none;
	text-shadow:0 1px 0 #18615d;
	width: 65%;
}
.link2Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3cb0fd), color-stop(1, #3498db));
	background:-moz-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-webkit-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-o-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-ms-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:linear-gradient(to bottom, #3cb0fd 5%, #3498db 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb0fd', endColorstr='#3498db',GradientType=0);*/
	background-color:#3cb0fd;
}
.link2Button:active {
	position:relative;
	color:#ffffff;
	top:1px;
}
.link2Button:visited {
	position:relative;
	color:#ffffff;
	top:1px;
}

.readings table, tr,td {
}

.roweven {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2b3db8), color-stop(1, #2b3db8));
	background:-moz-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:-webkit-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:-o-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:-ms-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:linear-gradient(to bottom, #2b3db8 5%, #2b3db8 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b3db8', endColorstr='#2b3db8',GradientType=0);*/
	background-color:#2b3db8;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:5px 14px;
	text-decoration:none;
	text-shadow:0 1px 0 #2b3db8;
	width: 100%;
}

.rowodd {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #18615d), color-stop(1, #18615d));
	background:-moz-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:-webkit-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:-o-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:-ms-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:linear-gradient(to bottom, #18615d 5%, #18615d 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#18615d', endColorstr='#18615d',GradientType=0);*/
	background-color:#18615d;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:5px 14px;
	text-decoration:none;
	text-shadow:0 1px 0 #18615d;
	width: 100%;
}

.column-1 {
	width: 70%;
}
.column-2 {
	width: 30%;
}

.anchoreven {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2b3db8), color-stop(1, #2b3db8));
	background:-moz-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:-webkit-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:-o-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:-ms-linear-gradient(top, #2b3db8 5%, #2b3db8 100%);
	background:linear-gradient(to bottom, #2b3db8 5%, #2b3db8 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b3db8', endColorstr='#2b3db8',GradientType=0);*/
	background-color:#2b3db8;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:5px 14px;
	text-decoration:none;
	text-shadow:0 1px 0 #2b3db8;
}
.anchoreven:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3cb0fd), color-stop(1, #3498db));
	background:-moz-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-webkit-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-o-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-ms-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:linear-gradient(to bottom, #3cb0fd 5%, #3498db 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb0fd', endColorstr='#3498db',GradientType=0);*/
	background-color:#3cb0fd;
}
.anchoreven:active {
	position:relative;
	color:#ffffff;
	top:1px;
}
.anchoreven:visited {
	position:relative;
	color:#ffffff;
	top:1px;
}

.anchorodd {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #18615d), color-stop(1, #18615d));
	background:-moz-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:-webkit-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:-o-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:-ms-linear-gradient(top, #18615d 5%, #18615d 100%);
	background:linear-gradient(to bottom, #18615d 5%, #18615d 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#18615d', endColorstr='#18615d',GradientType=0);*/
	background-color:#18615d;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:5px 14px;
	text-decoration:none;
	text-shadow:0 1px 0 #18615d;
}
.anchorodd:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3cb0fd), color-stop(1, #3498db));
	background:-moz-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-webkit-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-o-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:-ms-linear-gradient(top, #3cb0fd 5%, #3498db 100%);
	background:linear-gradient(to bottom, #3cb0fd 5%, #3498db 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb0fd', endColorstr='#3498db',GradientType=0);*/
	background-color:#3cb0fd;
}
.anchorodd:active {
	position:relative;
	color:#ffffff;
	top:1px;
}
.anchorodd:visited {
	position:relative;
	color:#ffffff;
	top:1px;
}
.dbsection {
	background:linear-gradient(to bottom, #FFC6B3 5%, #FFC6B3 100%);
	background:-moz-linear-gradient(top, #FFC6B3 5%, #FFC6B3 100%);
	background:-webkit-linear-gradient(top, #FFC6B3 5%, #FFC6B3 100%);
	background:-o-linear-gradient(top, #FFC6B3 5%, #FFC6B3 100%);
	background:-ms-linear-gradient(top, #FFC6B3 5%, #FFC6B3 100%);
	background:linear-gradient(to bottom, #FFC6B3 5%, #FFC6B3 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC6B3', endColorstr='#FFC6B3',GradientType=0);*/
	background-color:#FFC6B3;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:5px 14px;
	text-decoration:none;
	text-shadow:0 1px 0 #FFC6B3;
	width: 100%;
}
.dbhead {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}
.dbhead td {
	padding: 2px;
}
.dbcell1 {
	font-family:Arial;
	font-size:13px;
	background-color:#D7FDFD;
	color:#000000;
	text-align:right;
}
.dbcell1 td {
	padding: 2px;
}

.dbcell2 {
	font-family:Arial;
	font-size:13px;
	background-color:#D9DBFB;
	color:#000000;
	text-align:right;
	padding: 2px;
}
.dbcell1 td {
	padding: 2px;
}
.dbtotals {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	background-color:#ffffff;
	color:#000000;
	text-align:right;
}
.dbtotals td {
	padding: 2px;
}
.helptext {
	font-family:Arial;
	font-size:16px;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
.count_footer {
    display: block;
    margin-left: auto;
    margin-right: auto;
	font-family: Arial;
	font-size: 18px;
	text-align:center;
	margin-bottom: 20px;
	float: left;;
}
.linkcontainer {
	width:100%;
}
.linkcontainer div {
	width:100%;
}
.linkcontent {
	display: none;
	padding : 5px;
}
.moreButton {
	/*-moz-box-shadow: 0px 10px 14px -7px #276873;*/
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #437b8f), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:-o-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:linear-gradient(to bottom, #437b8f 5%, #408c99 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#437b8f', endColorstr='#408c99',GradientType=0);*/
	background-color:#437b8f;
	/*-moz-border-radius:8px;*/
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:12px 14px 12px 14px;
	text-decoration:none;
	text-shadow:0 1px 0 #3d768a;
	outline: 0;
	color:#ffffff;
}
.moreButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);*/
	background-color:#408c99;
	color: inherit;
}
.moreButton:active {
	position:relative;
	text-decoration:none;
	outline: 0;
	color: #ffffff;
	top:1px;
}
.moreButton:visited {
	position:relative;
	text-decoration:none;
	outline: 0;
	color: #ffffff;
	top:1px;
}
.allButton {
	/*-moz-box-shadow: 0px 10px 14px -7px #276873;*/
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #437b8f), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:-o-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #437b8f 5%, #408c99 100%);
	background:linear-gradient(to bottom, #437b8f 5%, #408c99 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#437b8f', endColorstr='#408c99',GradientType=0);*/
	background-color:#437b8f;
	/*-moz-border-radius:8px;*/
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:12px 14px 12px 14px;
	text-decoration:none;
	text-shadow:0 1px 0 #3d768a;
	color:#ffffff;
	margin-bottom: 4px;
}
.allButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);*/
	background-color:#408c99;
	color:#ffffff;
}
.allButton:active {
	position:relative;
	color:#ffffff;
	top:1px;
}
.allButton:visited {
	position:relative;
	color:#ffffff;
	top:1px;
}
.pulse {
	-webkit-animation-name: pulsebold; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
	animation-name: pulsebold;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes pulsebold {
	0%   {color:red; font-weight: bolder; background-color: lightcoral; }
	50%  {color:black; font-weight: bolder; background-color: #ACFBFB;}
	100% {color:red; font-weight: bolder; background-color: lightcoral;}
}

/* Standard syntax */
@keyframes pulsebold {
	0%   {color:red; font-weight: bolder; }
	50%  {color:black; font-weight: bolder;}
	100% {color:red; font-weight: bolder;}
}
.errormsg h3 {
	margin-top: 15px;
}
.audioctltime {
	position: fixed;
	top: 195px;
	left: 64px;
	display: block;
	background:#FFFFFF;
	color: #000000;
	z-index: 999;
}
.audioctl {
	position: fixed;
	top: 155px;
	/* left: 18px; */
	left: 1px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 899;
}
.audiospace {
	height: 86px;
	display: block;
	color: #4244A2;
}

.linechart {
  height: 80%;
  width: 1000px;
}

/* BEGIN ChatGPT Media Player */
/* ========================== */
/* old height = 20% */
.audio-player {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 15%;
    background-color: #4244A2 ;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.audio-controls {
    display: flex;
	background-color: #4244A2 ;
    justify-content: space-between;
    width: 80%;
    align-items: center;
}

.audio-pad {
	height: 35%;
}

#play-pause-button {
    background-color: #408c99;
    border: none;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
	font-size:20px;
	font-weight:bold;
}

#play-pause-button:hover {
    background-color: #555;
}

#progress-bar {
    width: 80%;
    margin-top: 10px;
}


