/**
* ==============================================================================
* For container
* ==============================================================================
*/


.container {
    width: 1024px;
    margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

.title {
	background-image: url(gfx/home-title.png);
	height: 277px;
}

.middle {
    float: left;
    width: 1024px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	background-image: url(gfx/home-middle.png);
	background-repeat: repeat-y;
}

.bottom {
	background-image: url(gfx/home-bottom.png);
	height: 44px;
	clear: both;
}

.contents, .main {
    vertical-align: top;
    display: inline-block;
    /* ie6/7 */
    *display: inline;
    zoom: 1;
}

.contents {
    width: 232px;
	padding: 0px 0px 0px 14px;
}

.main {
    width: 744px;
	padding: 0px 14px 0px 14px;
}

.icon-topright {
  position: absolute;
  width: 1024px;
  top: 10px;
  text-align: right;
}

/**
* ==============================================================================
* For contents
* ==============================================================================
*/

.ct-table {
	width: 232px;
	color: #004872;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align:left;
	border: 0;
	border-spacing: 0px 4px;
}

.ct-tr {
	background: #DBF2F7;
}

.ct-tr:hover {
	background: #FCC679;
}

.ct-td {
	padding: 2px;
    padding-left: 16px;
    text-indent:-16px;
}

.ct-space {
	padding: 0px;
	height: 4px;
}

.ct-link:link, .ct-link:visited {
	text-decoration: none;
	color: #003399;	
}

/**
* ==============================================================================
* For main
* ==============================================================================
*/

.m-table {
	width: 744px;
	text-align:left;
	border: 0;
	border-collapse: separate;
	border-spacing: 2px; /*cellspacing */
}

.m-td {
	padding: 5px; /*cellpadding*/
}

/**
* ==============================================================================
* For scroll to top button
* ==============================================================================
*/
#Btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(163,159,159,0.90);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#Btn:hover {
    opacity: .5;
}

.arrow {
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/**
* ==============================================================================
* For common
* ==============================================================================
*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 19px;
	text-align:left;
	font-weight: normal;
	color: #F1921A;
	margin:0;
	padding-bottom: 12px;
}

h1:after {
    content: "";
    display: block;
	border-bottom: 0.7px solid #000000;
	padding-bottom: 12px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 16px;
	text-align:left;
	font-weight: normal;
	color: #0AA7C7;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	text-align:left;
	font-weight: bold;
	color: #000000;	
}

p, ol {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	line-height: 18px;
	text-align:left;
	font-weight: normal;
	color: #000000;	
	margin: 0px;
}

.hi-purple {
	color: #A10ADB;
	font-weight: bold;
}

.hl-red {
	color: #FF0000;
	font-weight: bold;
}

.hl-white {
	color: #FFFFFF;
	font-weight: bold;
}

.hl-black {
	color: #000000;
	font-weight: bold;
}

.key-note-color {
	color: #F1921A;
}

.a:link {
	text-decoration: none;
}

li.b-parent {
	color: ##6666FF;
}
	
li.b-parent:hover {
    cursor: pointer;
}

table.nor {
	border-style: none;
    vertical-align: top;
    text-align: left;
	border-spacing: 0px 3px;
	padding: 0px;
}

table.b1, th.b1, td.b1 {
	border-collapse: collapse;
	border: 2px solid #CCCCCC;
    vertical-align: top;
    text-align: left;
	padding: 4px;
}

td.th1 {
	background-color:#0099CC;
}

td.th2 {
	background-color:#CCFFFF;
}

td.th3 {
	background-color:#F4F9E0;
}

td.th4 {
	background-color:#FCE5D2;
}

/**
* ==============================================================================
* For collapsible
* ==============================================================================
*/

.no-coll-hd:before {
  content: "\25bc";
  color: #FFFFFF;
  font-size: 8px;
  display: block;
  position: absolute;
  left: 0px;
}
	
.coll-hd {
  width: 98%;
  text-align: left;
  position: relative;
  padding-left: 20px;
  margin-right: -20px;	
  cursor: pointer;
}

.coll-hd:before {
  content: "\25bc" " ";
  color: #03A0D5;
  font-size: 8px;
  display: block;
  position: absolute;
  left: 0px;
}
	
.active:before {
  content: "\25b2";
  font-size: 8px;
}

.coll-cont {
  color: #F1921A;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 12px;
  line-height: 14px;
  margin-left: 30px;
}

#css_table {
  display:table;
  font-family: Arial, Helvetica, sans-serif;	
  font-size: 14px;
  line-height: 18px;
}
	
.css_tr {
  display: table-row;
}
	
.css_th0 {
  display: table-cell;
  color: #F1921A;	
  text-align: right;	
  padding: 4px;
}

.css_th1 {
  display: table-cell;
  width:160px;
  color: #FFFFFF;
  font-weight: bold;	
  background-color: #0099CC;
  padding: 4px;
}

.css_th2 {
  display: table-cell;
  width:840px;
  color: #000000;	
  font-weight: bold;	
  background-color: #CCFFFF;
  padding: 4px;
}
	
.css_td {
  display: table-cell;
  color: #000000;	
  padding: 2px;
}

a.t-link {
  color: #0000FF;
  text-decoration: none
}
	
.txt-black {
  color: #000000;
}

.coll-arrow {
  cursor: pointer;
}


/**
* ==============================================================================
* For moving massage
* ==============================================================================
*/
.m-msg {
  white-space: nowrap;
  animation: floatText 15s infinite linear;
  padding-left: 100%; /*Initial offset*/
}
.m-msg:hover {
  animation-play-state: paused;
}
@keyframes floatText {
  to {
    transform: translateX(-100%);
  }
}

/**
* ==============================================================================
* For popup message
* ==============================================================================
*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #BCE8F1;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  /* border: 1px solid #888;*/
  border: none;
  width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  font-weight: bold;
  font-size: 28px;
  color: #aaa;
  float: right;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
	
.msgbut {
  background-color: #0080AB;
  border: none;
  border-radius: 8px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
}
	
.msghead {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
}
	
.msgtext {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: none;
  font-size: 16px;
  line-height: 24px;
}	

/* for Join button */
td.butcell {
	position: relative;
}

.joinbut {
	background-color: #117AD0;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
	/* display: inline-block; */
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	/* margin: 0px 4px; */
	cursor: pointer;
	position: absolute;
	right: 4px;
	top: 1px; 
}

.joinbut2 {
	background-color: #117AD0;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
	/* display: inline-block; */
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	/* margin: 0px 4px; */
	cursor: pointer;
	position: absolute;
	right: 4px;
}

/* Parallel Paper Presentation Head */
p.ph {
  text-align: center;
  font-weight: bold;
}	

/* Parallel Paper Presentation title */
p.pt {
  font-size: 13px;
  color: #0AA7C7;
  font-weight: bold;
  width: 80%;
}

/* join icon right */
p.ir {
  text-align: right;
}	

div.a:link, div.a:visited {
	color: white;
	text-decoration: none;
}
