@charset "utf-8";
/* CSS Document */
/*The original Ferry table starts here*/
/*.tableBorder {
	border: 1px solid #4C5C2F;
}
.tableRowA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0CF;
	height: 40px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 10px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #4C5C2F;
}
.tableRowB {
	font-size: 14px;
	font-weight: bold;
	color: #4C5C2F;
	background-color: #EBFAF1;
	border-top-style: solid;
	border-top-color: #E2E9F1;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	height: 40px;
	margin-bottom: 5px;
	text-indent: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.dewthai {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.tableRowC {
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	background-color: #E6F1FF;
	border-top-style: solid;
	border-top-color: #E2E9F1;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	height: 24px;
	margin-bottom: 5px;
	text-indent: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tableh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4C5C2F;
	height: 35px;
	background-position: center center;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #2D4262;
	margin-top: 10px;
	border-top-style: none;
	border-top-color: #2D4262;
	border-top-width: 1px;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 10px;
	background-image: none;
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}*/
.go {
	background-image: url(images/Koh_Larn_go_arrow.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-right-width: medium;
	border-right-style: none;
	border-right-color: #4C5C2F;
	height: 40px;
}
.return {
	background-image: url(images/Koh_Larn_return_arrow.gif);
	border-right-width: medium;
	border-right-style: none;
	border-right-color: #4C5C2F;
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
}
/*Added sticky table head 16 07 2017*/
  table {width: 100%;
        }
        thead, tbody, tr, td, th { display: block; }
        tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both; }

        thead th {
            height: auto;
			background-color: #AEEEEE;
            /*text-align: left;*/
        }
        tbody {
            height:287px;
            overflow-y: auto;
        }
        thead {
            /* fallback */
        }

        tbody td, thead th {
            width: 19.5%;
            float: left;
        }
	.tableBg{background-color: #AEEEEE;}
	/*.tableRowA{background-color:#D1F1F0;}*/
	.tableRowB{background-color:#cccccc;}