@charset "UTF-8";

/* Body - Margins */
body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    }

/* Body - Background Colour */
body {
    background-color: antiquewhite;
    }

/* Body - Background Image */
body {
    /* background-image: url("/00/img/bg/XXX.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; */
    }

/* Body - Font */
body {
    font-family: Arial;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    font-kerning: auto;
    }

/* Body - Link */
a {
    color: #0000EE;
    text-decoration: none;
    }

/* Body - Unordered List */
ul li {
    color: #FFFFFF;
    text-decoration: none;
    }

/* Body - Ordered List */
ol li {
    color: #FFFFFF;
    text-decoration: none;
    }


/* Link - Black Background */

    /* unvisited link */
    a.blackbg:link {
        color: lightgreen;
    }

    /* visited link */
    a.blackbg:visited {
        color: lightgreen;
    }

    /* mouse-over link */
    a.blackbg:hover {
        color: yellow;
    }

    /* selected link */
    a.blackbg:active {
        color: lightgreen;
    }



/* Class - Horizontal Alignment */

.align_center {
    text-align: center;
    }

.align_left {
    text-align: left;
    }

.align_right {
    text-align: right;
    }


/* Text - Styles */

.text_responsive_regular {
    font-family: Arial;
    font-size: 18px;
    font-kerning: auto;
    }

.text_responsive_small {
    font-family: Arial;
    font-size: 16px;
    font-kerning: auto;
    }

.text_responsive_large {
    font-family: Arial;
    font-size: 20px;
    font-kerning: auto;
    }

.text_responsive_verylarge {
    font-family: Arial;
    font-size: 22px;
    font-kerning: auto;
    }

.text_line_height_12 {
    line-height: 1.2;
    }

.text_line_height_14 {
    line-height: 1.4;
    }

.text_line_height_16 {
    line-height: 1.6;
    }

.text_weight_light {
    font-weight: 400;
    }

.text_weight_regular {
    font-weight: 600;
    }

.text_weight_heavy {
    font-weight: 800;
    }

.text_italic {
    font-style: italic;
    }

.text_preformatted {
    white-space: pre;
    }

.text_color_white {
    color: white;
    }

.text_color_yellow {
    color: yellow;
    }

.text_color_cyan {
    color: cyan;
    }

.text_color_pink {
    color: deeppink;
    }

.text_color_black {
    color: black;
    }



/* Image Map Style */
#map-main {
    margin:0;
    padding:0;
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
    }


/* Class - Horizontal Alignment */

.align_centre {
    text-align: center;
    }

.align_left {
    text-align: left;
    }

.align_right {
    text-align: right;
    }


/* Class - Responsive Image */

.img_responsive_10pc {
    width: 10%;
    max-width: 800px;
    height: auto;
    }

.img_responsive_20pc {
    width: 20%;
    max-width: 800px;
    height: auto;
    }

.img_responsive_30pc {
    width: 30%;
    max-width: 800px;
    height: auto;
    }

.img_responsive_40pc {
    width: 40%;
    max-width: 800px;
    height: auto;
    }

.img_responsive_50pc {
    width: 50%;
    max-width: 800px;
    height: auto;
    }

.img_responsive_60pc {
    width: 60%;
    max-width: 800px;
    height: auto;
    }

.img_responsive_70pc {
    width: 70%;
    max-width: 800px;
    height: auto;
    }

.img_responsive_80pc {
    width: 80%;
    max-width: 800px;
    height: auto;
    }
    
.img_responsive_90pc {
    width: 90%;
    max-width: 800px;
    height: auto;
    }

.img_responsive_100pc {
    width: 100%;
    max-width: 800px;
    height: auto;
    }


/* Class - Profile Image */

.img_profile_40px {
    vertical-align: text-top;
    width: 40px;
    height: 40px;
    padding: 10px;
    }

.img_profile_50px {
    vertical-align: text-top;
    width: 50px;
    height: 50px;
    padding: 10px;
    }

.img_profile_60px {
    vertical-align: text-top;
    width: 60px;
    height: 60px;
    padding: 10px;
    }

.img_profile_70px {
    vertical-align: text-top;
    width: 70px;
    height: 70px;
    padding: 10px;
    }



/* Class - Thumbnail Image */

.img_thumbnail_100px {
    width: 100px;
    max-width: 100px;
    height: auto;
    }

.img_thumbnail_150px {
    width: 150px;
    max-width: 150px;
    height: auto;
    }



/* Class - Containers */

.container_default {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    }

.container_default_header {
    background-color: black;
	width: 90%;
	margin-top: 0px;
    margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
    padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
    }

.container_default_header_logo {
    width: 90%;
    max-width: 90%;
    height: auto;
	margin-top: 0px;
    margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
    padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
    }

.container_default_body {
    background-color: black;
	width: 90%;
    min-height: 700px;
	margin-top: 0px;
    margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 60px;
    padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

.container_default_contents {
	width: 90%;
    margin-left: 30px;
	margin-right: 30px;
    }

.container_default_footer {
	width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }




/* Class - Tables */

.table_default {
    border-collapse: collapse;
    padding: 4px;
    border-spacing: 3px;
    }

.table_default_responsive_width {
    width: 500px;
    max-width: 500px;
    }

.table_header_row {
    background-color: #E08107;
    padding: 3px;
    border-spacing: 3px;
    }

.table_header_column {
    background-color: #E08107;
    padding: 3px;
    border-spacing: 3px;
    }

.table_row_default {
    background-color: #262020;
    padding: 3px;
    border-spacing: 3px;
    }

.table_background_color_darkgrey {
    background-color: #262020;
    }


.table_border_solid_1px {
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    }

.table_border_dotted_1px {
    border-top: 1px dotted white;
    border-left: 1px dotted white;
    border-right: 1px dotted white;
    border-bottom: 1px dotted white;
    }

.table_border_dashed_1px {
    border-top: 1px dashed white;
    border-left: 1px dashed white;
    border-right: 1px dashed white;
    border-bottom: 1px dashed white;
    }

.table_border_solid_2px {
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    }

.table_border_dotted_2px {
    border-top: 2px dotted white;
    border-left: 2px dotted white;
    border-right: 2px dotted white;
    border-bottom: 2px dotted white;
    }

.table_border_dashed_2px {
    border-top: 2px dashed white;
    border-left: 2px dashed white;
    border-right: 2px dashed white;
    border-bottom: 2px dashed white;
    }

.table_vertical_align_top {
    vertical-align: top;
    }

.table_vertical_align_middle {
    vertical-align: middle;
    }

.table_vertical_align_bottom {
    vertical-align: bottom;
    }



/* Top Navigation */

/* Style the navbar */
#topnavbar {
    overflow: hidden;
    background-color: #6B0558;
    }

/* Navbar links */
#topnavbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    }

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.topnavbarsticky {
    position: fixed;
    top: 0;
    width: 90%;
    }

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.topnavbarsticky + .container_default {
    padding-top: 60px;
    }




/* Footer */

#footer_box_green {
    align-self: center;
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 15px;
    width: 300px;
    height: auto;
}


/* Copyright */





/* ---- Smartphone Devices ---- */


/* ----Smartphone - Small ---- */

@media screen and (max-width: 359px) {

.container_default {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    }

.container_default_header {
    background-color: black;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    }

.container_default_header_logo {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    }

.container_default_body {
    background-color: black;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    }

.container_default_contents {
    width: 92%;
    margin-left: 15px;
    margin-right: 15px;
    }
.container_default_footer {
	width: 92%;
    margin-left: 30px;
	margin-right: 30px;
    align-items: center;
    justify-content: flex-start;
    }
    
.table_default_responsive_width {
    width: 300px;
    max-width: 300px;
    }

#topnavbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 10px 10px 14px;
    text-decoration: none;
    }    

.topnavbarsticky {
    position: fixed;
    top: 0;
    width: 100%;
    }

.text_responsive_regular {
    font-family: Arial;
    font-size: 14px;
    font-kerning: auto;
    line-height: 1.6;
    }

.text_responsive_small {
    font-family: Arial;
    font-size: 12px;
    font-kerning: auto;
    line-height: 1.6;
    }

.text_responsive_large {
    font-family: Arial;
    font-size: 18px;
    font-kerning: auto;
    line-height: 1.6;
    }

.text_responsive_verylarge {
    font-family: Arial;
    font-size: 20px;
    font-kerning: auto;
    line-height: 1.6;
    }

.img_responsive_100pc {
    width: 100%;
    max-width: 300px;
    height: auto;
    }
    
}
    
    
/* ----Smartphone - Average ---- */
/* ---- Viewport Sizes ---- */
/* ---- iPhone XS (375x812) / iPhone XS Max (414x896) ---- */
/* ---- Samsung Galaxy 7 (360x640) / iPhone Note 10 (412 x 869) ---- */

@media screen and (min-width: 360px) and (max-width: 599px) {

.container_default {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    }

.container_default_header {
    background-color: black;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    }

.container_default_header_logo {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    }

.container_default_body {
    background-color: black;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    }

.container_default_contents {
    width: 90%;
    margin-left: 15px;
    margin-right: 15px;
    }
    
.container_default_footer {
    width: 90%;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    }

.table_default_responsive_width {
    width: 350px;
    max-width: 350px;
    }

#topnavbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 10px 10px 14px;
    text-decoration: none;
    }    

.topnavbarsticky {
    position: fixed;
    top: 0;
    width: 100%;
    }

.text_responsive_regular {
    font-family: Arial;
    font-size: 16px;
    font-kerning: auto;
    line-height: 1.6;
    }

.text_responsive_small {
    font-family: Arial;
    font-size: 14px;
    font-kerning: auto;
    line-height: 1.6;
    }

.text_responsive_large {
    font-family: Arial;
    font-size: 18px;
    font-kerning: auto;
    line-height: 1.6;
    }

.text_responsive_verylarge {
    font-family: Arial;
    font-size: 20px;
    font-kerning: auto;
    line-height: 1.6;
    }

.img_responsive_100pc {
    width: 100%;
    max-width: 350px;
    height: auto;
    }
    
}

/* ----Tablet - Small ---- */

@media screen and (min-width: 600px) and (max-width: 799px) {

.container_default {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    }

.container_default_header {
    background-color: black;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    }

.container_default_header_logo {
    width: 70%;
    max-width: 70%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    }

.container_default_body {
    background-color: black;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    }

.container_default_contents {
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
    }

.container_default_footer {
    width: 90%;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    }
    
.table_default_responsive_width {
    width: 90%;
    max-width: 550px;
    }

#topnavbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 15px 15px 15px 15px;
    text-decoration: none;
    }    

.topnavbarsticky {
    position: fixed;
    top: 0;
    width: 100%;
    }

.text_responsive_regular {
    font-family: Arial;
    font-size: 16px;
    font-kerning: auto;
    line-height: 1.6;
    }

.text_responsive_small {
    font-family: Arial;
    font-size: 14px;
    font-kerning: auto;
    line-height: 1.6;
    }

.text_responsive_large {
    font-family: Arial;
    font-size: 18px;
    font-kerning: auto;
    line-height: 1.6;
    }

.text_responsive_verylarge {
    font-family: Arial;
    font-size: 20px;
    font-kerning: auto;
    line-height: 1.6;
    }

.img_responsive_100pc {
    width: 100%;
    max-width: 550px;
    height: auto;
    }
    
}
    

/* ----Tablet - Medium ---- */

@media screen and (min-width: 800px) and (max-width: 999px) {

.container_default {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    }

.container_default_header {
    background-color: black;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    }

.container_default_header_logo {
    width: 70%;
    max-width: 70%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    }

.container_default_body {
    background-color: black;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    }

.container_default_contents {
    width: 90%;
    margin-left: 15px;
    margin-right: 15px;
    }

.container_default_footer {
    width: 90%;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    }
    
.table_default_responsive_width {
    width: 90%;
    max-width: 750px;
    }

#topnavbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 10px 10px 14px;
    text-decoration: none;
    }    

.topnavbarsticky {
    position: fixed;
    top: 0;
    width: 70%;
    }

.text_responsive_regular {
    font-family: Arial;
    font-size: 16px;
    font-kerning: auto;
    line-height: 1.6;
    }

.text_responsive_small {
    font-family: Arial;
    font-size: 14px;
    font-kerning: auto;
    line-height: 1.6;
    }

.text_responsive_large {
    font-family: Arial;
    font-size: 18px;
    font-kerning: auto;
    line-height: 1.6;
    }

.text_responsive_verylarge {
    font-family: Arial;
    font-size: 20px;
    font-kerning: auto;
    line-height: 1.6;
    }

.img_responsive_100pc {
    width: 100%;
    max-width: 750px;
    height: auto;
    }
    
}
    

/* ----Tablet - Large ---- */

@media screen and (min-width: 1000px) and (max-width: 1280px) {

.container_default {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    }

.container_default_header {
    background-color: black;
    width: 90%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    }

.container_default_header_logo {
    width: 70%;
    max-width: 70%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    }

.container_default_body {
    background-color: black;
    width: 90%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    }

.container_default_contents {
    width: 90%;
    margin-left: 30px;
    margin-right: 30px;
    }

.container_default_footer {
    width: 90%;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
    }
    
.table_default_responsive_width {
    width: 90%;
    max-width: 900px;
    }

#topnavbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 15px 15px 15px 15px;
    text-decoration: none;
    }    

.topnavbarsticky {
    position: fixed;
    top: 0;
    width: 90%;
    }

.text_responsive_regular {
    font-family: Arial;
    font-size: 18px;
    font-kerning: auto;
    line-height: 1.6;
    }

.text_responsive_small {
    font-family: Arial;
    font-size: 16px;
    font-kerning: auto;
    line-height: 1.6;
    }

.text_responsive_large {
    font-family: Arial;
    font-size: 20px;
    font-kerning: auto;
    line-height: 1.6;
    }

.text_responsive_verylarge {
    font-family: Arial;
    font-size: 22px;
    font-kerning: auto;
    line-height: 1.6;
    }

.img_responsive_100pc {
    width: 100%;
    max-width: 800px;
    height: auto;
    }
    
}


