﻿tth3 {
	font-size: 1rem;
	font-weight: bolder;
	text-align: left;
	color: #00468E;
}
h3.sub {
	font-size:.9rem;
	font-weight: normal;
}
div#highlightText  p{
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-top:5px;
}
div#highlightText  p.subh{
	font-size:.9rem;
	font-weight: bold;
	color: black;
}
div, p {
	font-size:.9rem;
}
	
ol { 
  font-size:.9rem;
  padding-left: 1.4em;
  list-style: decimal;
}
ul {
  font-size:.9rem;
  padding-left: 1.4em;
  list-style: square;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table a{
  text-decoration: none;
} 
/* end reset browser styles */

* {
	box-sizing: border-box; 
}

div.supporterGroup {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
div.supporterGroup h3 {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

div.supporterGroup div.links {
	border-bottom: thin solid #cccccc;
	border-left: thin solid #cccccc;
	border-radius: 0px 0px 0px 10px;
	padding: 5px;
	display: flex;
	display: -webkit-flex;
  	flex-direction: row warp;
  	-webkit-flex-direction: row wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: flex-end;
	-webkit-align-items: flex-end;

}
div.supporterGroup div.links a{
	margin-right: 20px;	
}
div.border a{
	font-size: 12px;
	text-decoration:none;
	color: #000000;
}

#warpFastLinks{
	width:100%;
	margin: 0 auto;
	background-color:#00468E;
	display: block;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00468E;
	border-right-color: #00468E;
	border-bottom-color: #00468E;
	border-left-color: #00468E;
}
#warpFastLinks div#getInTouch{
	position: relative;
	padding-top: 20px;
	font-size: .9rem;
	font-weight: bold;
	color: white;
}
#warpFastLinks div#getInTouch a{
	position: absolute;
	top: 1rem;
	left: 1rem;
}
#warpFastLinks div#externalLinks{
	margin: 1rem auto;
	font-size: .9rem;
	font-weight: bold;
	color: white;
	width: 20%;
	
	text-align: center;
}
#externalLinks {
	display: inline-block;
	width: 50%;
}
#externalLinks div.link{
	display: inline-block;
	width: 20%;
}
#externalLinks div.link:nth-child(2){
	margin-right: .6rem;
}
#externalLinks div.link img{
	width: 38px;
	height: 32px;
}

div.clearfix:after{
	content: "";
	display: table;
	clear: both;
}
#warpFastLinks div#navbar_bottom{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

#warpFastLinks div#navbar_bottom div.menucol{
	padding: 5px;
}
#warpFastLinks div#navbar_bottom div.menucol:nth-child(1){
}
#warpFastLinks div#navbar_bottom div.menucol:nth-child(2){
}
#warpFastLinks div#navbar_bottom div.menucol:nth-child(5){
}

#warpFastLinks div#navbar_bottom div.menucol div.menuheading{
	font-size:.9rem;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	color: white;
	border-bottom: white solid thin;
}
#warpFastLinks div#navbar_bottom div.menucol div.menuitems{
	padding: 5px;
	
}
#warpFastLinks div#navbar_bottom div.menucol div.menuitems div{
	font-size: .7rem;
	text-align: left;
}

#warpFastLinks table{
	width: 100%;
	color:#FFFFFF;
}
#warpFastLinks table th{
	width: 20%;
	color:#FFFFFF;
	font-size: .9rem;
	font-weight: bold;
	text-align:left;
	height: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	vertical-align: middle;
	padding-left: 20px;
}
#warpFastLinks table td{
	font-size:.9rem;
	font-weight: normal !important;
	vertical-align: middle;
	padding-left: 20px;
	text-align:left;
	height: 25px;
}
#warpFastLinks a{
	font-size:.9rem;
	color:white;
	font-weight: normal;
	text-decoration: none;
}

#warpFastLinks div.footer a{
	font-size: .7rem;
}

div#siteMap{
	width: 100%;
}
div#siteMap div.menuitems{
	font-size:.9rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
div#siteMap div.menuitems div{
	width: 24%;
	text-align: center;
	margin-right: 1%;
	margin-bottom: 10px;
	background-color: white;
}
div#siteMap div.menuitems div a{
	width: 100%;
	text-decoration: none;
	display: block;
	border: #00468E solid thin;
	color: #00468E;
	font-size: .7rem;
}
div#siteMap div.menuitems div a:hover{
	background-color: #00468E;
	color: white;
}

div.footer{
/*	font: 10px Verdana, Arial, Helvetica, sans-serif;*/
	font-size:.9rem;
	color: white;
	margin:10px 0px;
/*	margin-right: auto;
	margin-left: auto;
*/}
div.footer a{
	text-decoration:none;
	font-size: .7rem;
}

h3.standard{
	color: #333333;
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	margin: 20px 0 15px 0;
}
p.standard{
	text-align: left;
	font-size: 12px;
	margin:20px 5px;
	line-height: 120%;
	color: #333333;
}
span.standard {
	display: block;
	margin: 10px 5px 10px 0px;
	color: #000000;
   	background: #DEDEDD;
   	padding: 3px 10px;
   	border-radius: 3px;
   	border: 1px solid #DEDEDD;
	float: left;
}
table.info{
	width:100%;
	margin:10px auto;
	border: #00468E solid thin;
/*	border-collapse: collapse
*/}
table.info caption{
	text-align:left;
	font-weight: bold;
	font-size: .75rem;
	padding-bottom:5px;
}
table.info caption.legend{
	caption-side: bottom;
	text-align:left;
	font-weight: normal;
	font-size: .75rem;
}
table.info th{
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
	color: #00468E;
	border: #00468E solid thin;
	font-size:.9rem;
}
table.info th.center{
	text-align: center;
}

table.info th a{
	text-decoration:none;
	color:black;
}

table.info td{
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
	color:black;
	border: #00468E solid thin;
	font-size: .75rem;
}
table.info td.center{
	text-align: center;
}
table.info td.spanRow{
	vertical-align:middle;
}

table.info a{
	text-decoration: none;
}
table.info a.normal{
	text-decoration: none;
	color: #0000FF;
}
table.info a.catLink{
	text-decoration: none;
	color: #0000FF;
}

div.bottomLinks{
	text-align: left;
 	font-weight:bold;
}
div.bottomLinks a{
	font-size: 1.2em;
	text-decoration: none;
}

h4{
	font-size: 1.2em;
}
.inputForm p{
	text-align: left !important;
	margin-top: 5px; 
}

/* expandable div */
.expanseDiv {
	background-color: #d9d9d9;
	margin-top: 1.2em;
	border-radius: 1em;
	padding: 5px;
}
.expanseDiv:last-child{
	margin-bottom: 1.2em;
}
.expanseHead {
	padding: 5px;
	padding-right: 3em;
	background-color: #d9d9d9;
	background-image: url(../../images/arrowDown.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.expanseHead:hover {
	cursor: hand;
}

.expanseContent {
	border-top: #000000 solid thin;
	padding: 10px;
}
.openExpanse {
	background-image: url(../../images/arrowUp.png);
} /* end of expandable div */

h5 {
	font-size: 14px;
	font-weight: bolder;
	text-align: left;
	color: #333333;
	margin: 20px 0 5px 0;
}
div.showReport{
	color: #373737;
	font-weight: bold;
}

div.showReport table{
    border-collapse: collapse;
	color: #373737;
	font-weight: bold;
}

div.showReport th {
    border: 1px solid black;
	color: #FFFFFF;
	background: #0D57A7;
	text-align: left;
	padding: 3px;
}

div.showReport td {
	border: 1px solid black;
	text-align: left;
	font-weight: normal;
	padding: 3px !important;
}

div.showReport th.alignCenter, div.showReport td.alignCenter {
	text-align: center;
}

table.noborder table.noborder th, table.noborder td{
	border: none;
}
p{
	margin: 10px 5px;
}
.aboutUs{
	margin-top:20px;
}
.aboutUs div.leftcol{
	float:left;
	width:70%;
}
.aboutUs div.rightcol{
	float:left;
	width:25%;
	margin-left:10px;
}
.aboutUs div.rightcol img{
	margin-bottom: 20px;
}
#boothPrice table{
	margin: 10px auto;
}
#boothPrice th {
	background-color:#FFFFFF;
	color:#000000;
}

.disclaim {
	font-style: italic;
	font-weight: bold;
}
/* for link buttons other than those appear in main page */
div.standardLinkButtons{
	position: relative;
	float: left;
}
div.standardLinkButtons a {
	display: block;
	text-decoration: none;
	text-align: left;
	margin: 5px 0 0 0;
	border-radius: 5px;
/*	border:#000000 thin solid;
*/	color: white;
	background-color: #DEDEDD; 
	background-image: url(../../images/linkButton.png);
	background-repeat: no-repeat;
	background-position: 5px center; 
	height: 40px;
	line-height: 40px;
}
div.standardLinkButtons a:hover {
	background-color: #de6d81;
	color: #FFFFFF;
	background-image: url(../../images/linkButtonHover.png);
	background-position: 5px center; 
}
div.standardLinkButtons a .linkLabel{
	margin-left: 25px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
}

div.standardLinkButtons a .linkLabel span{
	color: #FFCC00;
}

a.pageLink {
	margin: 10px 5px 10px 0px;
	color: white;
   	background: #DEDEDD;
   	padding: 5px 10px;
   	border-radius: 3px;
   	border: 1px solid #DEDEDD;
	text-decoration: none;
}

a.pageLink:hover {
	background-color: white;
	border: #DEDEDD solid thin;
	color: #DEDEDD;
}

/* for list class table */
table.list {
	width:770px;
	margin-top:15px;
}
table.list caption {
	text-align: left;
	background-color: #FFFFFF;
	color: #333333;
	font-weight: bold;
	font-size:14px;
}

table.list th {
	background: #0D57A7;
	color: #FFFFFF;
	font-weight: bold;
	padding:5px;
	text-align: left;
}
table.list th.center {
	text-align:center;
}

table.list td {
	background-color: #FFFFFF;
	color: #333333;
	font-weight: bold;
	padding:5px;
}

table.list td.center {
	text-align:center;
}
table.standard td.center{
	text-align:center;
}

/* for common style */
ol {
	margin-left:10px;
}
li {
	margin-bottom:5px;
}
.boldText{
	font-weight:bold;
}
.dropdownHead, .seminarDetailLabel {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	font-weight: bold;
}
.seminarDetailContent {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
}
a.linkRef{
	display: inline-block;
	width: 20%;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	background-color: DEDEDD;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
div#jpMenu div{
	width:150px;
	float: left;
	color: #DEDEDD;
	background-color: white;
	border: #dd138b solid thin;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 10px 0px;
	text-align: center;
	font-size:13px;
	font-weight:bold;
}

div#jpMenu div a{
	text-decoration: none;
	color: #DEDEDD;
}
div#jpMenu div.jpMenuActive {
	background-color: #DEDEDD;
	color: white;
}
div#jpMenu div.jpMenuActive a{
	color: white;
}

div#pageLinkBars{
	display:flex;
	flex-flow:row wrap;
	width:100%;
	justify-content: space-between;
}
div.pageLinkBar{
	color: white;
	background-color: #DEDEDD;
	height: 40px;
	
	display:flex;
	flex-flow: column nowrap;
    align-items: center;
	justify-content: center;
}
div#pageLinkBars div.pageLinkBar a{
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: white;
}

/*div.pageLinkBar:hover{
	color: #DEDEDD;
	background-color: white;
	border: #DEDEDD solid thin;
}

*/
div.pageLinkBar a{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: white;
}
/*div.pageLinkBar a:hover{
	color: #DEDEDD;
}
*/

/* page menu common css */
div#pageMenu {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
/*	border: red solid thin;
*/	margin-top:-1.2rem;
}	
div#pageMenu div{
	background-color: white;
	border: #00468E solid thin;
	color: #00468E;
	font-size:.9rem;
	font-weight:bold;
	padding: .5rem;	
	
	display: flex;
	justify-content: center;
	align-items: center;
}
div#pageMenu div{
	background-color: white;
	border: #00468E solid thin;
	color: #00468E;
	font-size:.9rem;
	font-weight:bold;
	padding: .5rem;	
	
	display: flex;
	justify-content: center;
	align-items: center;
}
/* menuBar common css */
div.menuBars {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-top:-1.2rem;
	margin-bottom: .8rem;
}	
div.menuBars a, div.menuBars div{
	text-decoration: none;
	background-color: white;
	border: #00468E solid thin;
	color: #00468E;
	font-size:.9rem;
	font-weight:bold;
	margin-left: 0;
	width: 20%;	
	height: 2.5rem;
	text-align: center;
	
	display: flex;
	justify-content: center;
	align-items: center;
}
div.menuBars a:first-child, div.menuBars div:first-child{
	margin-left: 0px;
}

div.menuBars a:hover, div.menuBars div:hover{
	background-color: #00468E;
	color: white;
	cursor: pointer;
}
div.menuBars a.activeBar,div.menuBars div.activeBar{
	background-color: #00468E;
	color: white;
}

div#wholeWidthBars{
	margin-top: 1rem;
	justify-content: space-between;
}

div#newsContent{
	width: 100%;
	margin-top: 0.3rem;
	
	display: flex;
  	flex-flow: row wrap;
	justify-content: space-between;
}
div#newsContent div.news{
	width: 48%;
	padding: 10px;
	margin:5px;
	margin-bottom:20px;
	font-size: 10px;
	color:#373737;
	border:thin solid #00468E;
	border-radius: 10px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
div.news div.newsWrapper{
	font-size:.9rem;
	padding: 3px 5px;
	
	display: flex;
  	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
div.news .heading{
	text-align:center;
	font-size: 1rem;
	font-weight: bold;
	background-color: #00468E;
	color: white;
	padding:5px;
	border-radius: 10px 10px 0px 0px;
	border-bottom: #00468E solid thin;
}
div#newsContent div.news div.newsDate{
	width: 25%;
}
div#newsContent div.news div.newsContent{
	width: 75%;
}
div#newsContent div.news div.newsMore{
	text-align: center;
	margin-top:auto;
}
div.news div.newsContent a{
	text-decoration:none;
}
div#newsContent div.news div.newsMore a{
	text-decoration: none;
	font-size:.9rem;
	color: #00468E;
}

span.line-through{
	text-decoration:line-through;
}
span.red-text{
	color: red;
}

div.pageMenu_v1{
	width: 100%;
	display: flex;
	flex-flow: row nowarp;
	justify-content: space-between;
	padding-bottom: 3px;
}
div.pageMenu_v1 div{
	width: 33%;

	color: white;
	background-color: #00B0AB;
	border: #00B0AB solid thin;

	font-size:.9rem;
	font-weight:bold;
	padding: .5rem;	
	
	display: flex;
	justify-content: center;
	align-items: center;
}
div.pageMenu_v1 div.middleButton{
	color: white;
	background-color: #008CCC;
	border: #008CCC solid thin;
}

div.pageMenu_v1 div a{
	text-decoration: none;
	color: white;
	display: inline-block;
	width: 100%;
	text-align: center;
}
div.pageMenu_v1 div:hover a{
	color: #00B0AB !important;
}
div.pageMenu_v1 div.middleButton:hover a{
	color: #008CCC !important;
}

div.pageMenu_v1 div:hover{
	background-color: white;
	border: #00B0AB solid thin;
}
div.pageMenu_v1 div.middleButton:hover{
	background-color: white;
	border: #008CCC solid thin;
}
 
 /* make bannner responsive */ 
div.banner{
	width:100%;
}
div.banner img{
	width:100%;
	height: auto; 
}

/* default positioning link buttons */
div.button_links{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 5px;
}
div.button_links div{
	width:33%;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	padding: 10px;
}
div.button_links div a{
	display:block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: white;
	
}

/* colors for link buttons */
div.normal{
	color: white !important;
	background-color: #00B0AB !important;
	border: #00B0AB solid thin !important;
}	
div.normal:hover{
	background-color: white !important;
}	
div.normal:hover a{
	color: #00B0AB !important;
}	

div.alternate{
	color: white !important;
	background-color: #008CCC !important;
	border: #008CCC solid thin !important;
}	
div.alternate:hover{
	background-color: white !important;
}	
div.alternate:hover a{
	color: #008CCC !important;
}	
@media only screen and (max-width: 600px) {
	html p{
		text-align:justify;
	}
	html div.pic_caption div {
		width: 100%;
	}
	html div.button_links {
		margin-top: 0;
		margin-bottom: 0;
	}
	html div.button_links div {
		width: 100%;
		margin-bottom: 10px;
	}
}

