body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    padding: 0;
    top: 0;
    left: 0;
}


#container {
    /*position: absolute;
    left: 50%;
    width: 1000px;
    margin-left: -500px;  
	height: 700px;
	top: 10px;*/
	background-color: #FFFFFF;
}

td {
	font-size: small; 
}

.h1 {
    font-size: 80% !important;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-top: 1.5em;
    margin-bottom: .5em;
    color: #000000;
    font-weight: bold;
}

.h2 {
    font-size: 120% !important;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-top: 1.5em;
    margin-bottom: .5em;
    color: #0000FF;
    font-weight: bold;
}

.h3 {
    font-size: 110% !important;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-top: .5em;
    margin-bottom: .5em;
    color: #1B53B3;
    font-weight: bold;
}

.cs_button_Large {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    /*background-color: #DADADA; /* Silver (dark) */
    /*background-color: #ffc423;*/ /* ORANGE SOTON FREIGHT */
    background-color: #EDCB48; /* YELLOW EQUATOR */
    border: 1px solid #777;
    padding: 0 0.5em;
    margin: 0.3em;
    font: 1em/2em Verdana, Arial, Helvetica;
    text-decoration: none;
    color: #000000; /* Black text*/
    border-radius: .1em;
    background-image: linear-gradient(top, #eee, #ccc);
}

    .cs_button_Large:hover {
        box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17),0 6px 8px 0 rgba(0,0,0,0.18);
        /*background-color: #E5E5E5; /* Silver (light) */
        /*background-color: #EFB107;*/ /* ORANGE (darker) SOTON FREIGHT */
        background-color: #edcc47; /* YELLOW EQUATOR */
    }

.cs_button_Medium {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    /* background-color: #DADADA; /* Silver (dark) */
    /* background-color: #ffc423;*/ /* ORANGE SOTON FREIGHT */
    background-color: #edcc47; /* YELLOW EQUATOR */
    border: 1px solid #777;
    padding: 0 0.5em;
    margin: 0.5em;
    font: 0.9em/1.5em Verdana, Arial, Helvetica;
    text-decoration: none;
    color: #000000; /* Black text*/
    border-radius: .2em;
    background-image: linear-gradient(top, #eee, #ccc);
}

    .cs_button_Medium:hover {
        box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17),0 6px 8px 0 rgba(0,0,0,0.18);
        /*background-color: #E5E5E5; /* Silver (light) */
        /*background-color: #EFB107;*/ /* ORANGE (darker) SOTON FREIGHT */
        background-color: #EDCB48; /* YELLOW EQUATOR */
    }


.cs_button_Small {
    display: inline-block;
    white-space: nowrap;
    /* background-color: #DADADA; /* Silver (dark) */
    /* background-color: #ffc423;*/ /* ORANGE SOTON FREIGHT */
    background-color: #edcc47; /* YELLOW EQUATOR */
    border: 1px solid #777;
    padding: 0 0.5em;
    margin: 0.5em;
    font: 0.8em/1.2em Verdana, Arial, Helvetica;
    text-decoration: none;
    color: #000000; /* Black text*/
    border-radius: .2em;
    background-image: linear-gradient(top, #eee, #ccc);
}

    .cs_button_Small:hover {
        box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17),0 6px 8px 0 rgba(0,0,0,0.18);
        /*background-color: #E5E5E5; /* Silver (light) */
        /*background-color: #EFB107;*/ /* ORANGE (darker) SOTON FREIGHT */
        background-color: #EDCB48; /* YELLOW EQUATOR */
    }


.cs_action_button_large {
    border-radius: 4px;
    /*background-color: #2AAAFF; /* Light Blue */
    background-color: #edcc47; /* YELLOW EQUATOR */
    border: 1px solid #777;
    color: #000000; /* Black text*/
    text-align: center;
    font-size: 16px;
    padding: 10px;
    /*width: 210px;*/
    cursor: pointer;
    margin: 5px;
}

    .cs_action_button_large:hover {
        box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17),0 6px 8px 0 rgba(0,0,0,0.18);
        color: #000000; /* Black text*/
    }

.cs_decision_button_medium {
    border-radius: 2px;
    /*background-color: #FF5500; /* Orange */
    background-color: #edcc47; /* YELLOW EQUATOR */
    border: 1px solid #777;
    color: #000000; /* Black text*/
    text-align: center;
    font-size: 18px;
    padding: 5px;
    width: 120px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

    .cs_decision_button_medium:hover {
        box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17),0 6px 8px 0 rgba(0,0,0,0.18);
        color: #000000; /* Black text*/
    }

.cs_decision_button_small {
    border-radius: 2px;
    /*background-color: #FF5500; /* Orange */
    background-color: #edcc47; /* YELLOW EQUATOR */
    border: 1px solid #777;
    color: #000000; /* Black text*/
    text-align: center;
    font: 0.8em/1.2em Verdana, Arial, Helvetica;
    /*padding: 0 0.5em;*/
    transition: all 0.5s;
    cursor: pointer;
    /*margin: 0.5em;*/
    height: 18px;
}

    .cs_decision_button_small:hover {
        box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17),0 6px 8px 0 rgba(0,0,0,0.18);
        color: #000000; /* Black text*/
    }

.cs_decision_button {
    border-radius: 4px;
    background-color: #FF5500; /* Orange */
    border: none;
    color: #FFFFFF; /* White text*/
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 210px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

    .cs_decision_button:hover {
        box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17),0 6px 8px 0 rgba(0,0,0,0.18);
        color: #000000; /* Black text*/
    }

.cs_radiolist {
    direction: rtl;
    text-align: left; /* prevents full alignment to the right side */
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    margin-bottom: 4px;
    margin-top: 4px;
}

.cs_label {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    vertical-align: middle;
}

.cs_label_red {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    vertical-align: middle;
    color: Red;
}
.cs_label2 
{
    font-size:10pt;
    vertical-align:middle;
}
.cs_label2_bold {
    font-size: 10pt;
    font-weight: bold;
    vertical-align: middle;
}
.cs_labelLeft {
    font-size: 10pt;
    text-align: left;
}
.cs_labelRight{
    font-size: 10pt;
    text-align: right;
}
.cs_labelRight_bold {
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
}
.cs_textbox 
{
    font-size:small;
    vertical-align: middle ;    
}
.cs_textbox2 
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 0;
    height: 20px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 14px;
}
    .cs_textbox2:focus {
        background-color: #FFFFAA; /* Yellow */
    }

.cs_textbox3 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 0;
    height: 22px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 14px;
    text-align: right
}

    .cs_textbox3:focus {
        background-color: #FFFFAA; /* Yellow */
    }

.cs_date 
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 0;
    height: 22px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 14px;
}
.cs_time 
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 0;
    height: 25px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 14px;
}


.cs_combo {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 0;
    height: 22px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 14px;
}
.cs_combo2 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 0;
    height: 25px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 12px;
}
.cs_textright{
    text-align:right ;
}
.cs_textleft{
    text-align:left ;
}
.cs_checkbox 
{
    font-size:small;
    vertical-align:middle;
}

.cs_textcentre{
    text-align:center ;
}
.cs_tabbar1 /* Top Tab Bar running across each page */ {
    /*background-color: #C0C0C0;*/ /* SILVER */
    /*background-color: #000000; /* BLACK */
    background-color: #003B54; /* DARK BLUE */
    color: White;
    height: 30px;
    font-size: 10pt;
}
.cs_tabbar2 /* Bottom Tab Bar running across each page */ {
    /*background-color: #818181;*/ /* GREY RGB:129,129,129 */
    background-color: #FFFFFF; /* WHITE */
    color: #000000;
    height: 30px;
    font-size: 10pt;
}
.cs_homepagetabtitle {
    border-style: solid;
    border-width: 1px;
    text-align: left;
    color: White;
    background-color: #818181; /* GREY RGB:129,129,129 */
    width: 100%;
}
.cs_homepagetabtitleW {
    border-style: solid;
    border-width: 1px;
    text-align: left;
    color: White;
    background-color: #FFFFFF; /* White */
    width: 100%;
}
.cs_homepagetable1 {
    background-color: #C0C0C0; /* SILVER RGB:192,192,192 */
    width: 100%;
    text-align: left;
}
.cs_homepagetable2 {
    background-color: #C0C0C0; /* SILVER RGB:192,192,192 */
    width: 100%;
    text-align: left;
}  

a:link {
    color: #0000FF;
}
a:visited {color: #0000FF;}
a:hover {color: #000080;}
a:active {color: #000080;}


.cs_CheckBox1 {
    font-size: 14pt;
    vertical-align: middle;
}

.cs_CheckBox1 input {
    width: 20px;
    height: 20px;
}

.cs_CheckBox2 {
    font-size: 12pt;
    vertical-align: middle;
}

.cs_CheckBox2 input {
    width: 15px;
    height: 15px;
}
.cs_ComparisonLabel3 {
    font-size: 12px;
    font-family: "Verdana", "Arial";
    font-weight: bold;
}

.autoCompleteList {
    max-height: 300px; /* Limit the height for scrolling */
    overflow-y: auto; /* Enable vertical scrolling if content exceeds max-height */
    border: 1px solid #ccc; /* A subtle border to define the dropdown area */
    background-color: #f2f2f2; /* Light grey background */
    margin: 0; /* Remove default margin around the list */
    padding: 0; /* Remove default padding for a clean look */
    font-family: Arial, sans-serif;
    font-size: 14px;
    list-style-type: none; /* Remove bullet points from the list */
}

    .autoCompleteList li {
        padding: 5px 10px; /* Spacing inside each suggestion */
        cursor: pointer; /* Indicate that items are clickable */
    }

    .autoCompleteList li:hover {
        background-color: #e2e2e2; /* Slightly darker grey when hovered for better visibility */
    }
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.70;
}

.HeaderTable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.HeaderRow {
    background-image: url('/images/EQUATOR/HEADER_BACKGROUND.png');
    background-size: cover; /* Adjusts the image to cover the row */
    background-repeat: no-repeat; /* Prevents tiling */
    background-position: left; /* Image range left */
}

    .HeaderRow td {
        padding: 0;
        margin: 0;
        height: 100px;
        border: none;
        background: transparent; /* important: let row background show through */
    }

    .HeaderRow td img {
        display: block;
    }


