/*
	There are 4 tipes of css files for the project:
	1. swfsc.css - global css file for common elements
	2. swfsc_SWFSC.css - local css file for indentity elements, such as header. Each level has its own local file. For example, FRD has swfsc_FRD.css.
	3. swfsc_content.css - content css file for elements in workarea.
	4. swfsc_listmenu_h.css - horizontal menu css file for drop down menu. swfsc_listmenu_v.css - vertical menu css file for drop down menu.
*/

/*~* toplink *~*/
A.toplink, A.toplink:hover {
    font-size: xx-small;
    text-decoration: underline;
}

/*~* left column *~*/
a.leftColumnHeaderLink, a.leftColumnHeaderLink:hover, a.leftColumnHeaderLink:focus {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #003C79;
    background-color: #a7daf5;
    text-decoration: none;
    display: block;
    padding: 5px 9px;
}

/*~* search *~*/
A.searchAdvanced {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: White;
    text-decoration: underline;
    white-space: nowrap;
}

    A.searchAdvanced:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: xx-small;
        color: #fcd96f;
        text-decoration: underline;
    }

/*~* right column *~*/
A.rightColumnBlock {
    color: #358f9a;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
}

    A.rightColumnBlock:hover {
        color: #2b5566;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: xx-small;
        font-weight: bold;
    }

/*~* footer *~*/
A.footerLink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: White;
    text-decoration: underline;
}

    A.footerLink:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #fcd96f;
        text-decoration: underline;
    }

/*~*  Thanh added for Locations/Stations *~*/
A.leftColumnBottomSection {
    text-decoration: underline;
    color: #358f9a;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    font-weight: bold;
    text-align: left;
}
    /*~*  Thanh added for Locations/Stations *~*/
    A.leftColumnBottomSection:hover {
        text-decoration: underline;
        color: #358f9a;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 80%;
        font-weight: bold;
        text-align: left;
    }
/*~*  Thanh added for Locations/Stations *~*/
B.leftColumnBottomSection {
    text-decoration: none;
    color: #2e6c77;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 95%;
    font-weight: bold;
    text-align: left;
}

/*~* header *~*/

.navigationLine {
    background-color: #00a3e3;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}

    .navigationLine:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }

    .navigationLine .advancedSearch {
        padding: 0;
        vertical-align: text-top;
    }

/*=========================
	News Contents
=========================*/
.ektron-ui-news p {
    margin: 0;
}

/*========================================= 
~*~*~*~*~*~*~		INPUT 	~*~*~*~*~*~*~*
==========================================*/

/*================== 
		search 
====================*/
INPUT.searchField {
    height: 14px;
    width: 120px;
    border: 1px solid #000000;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
}

INPUT.searchButton {
    height: 15px;
    width: 44px;
    background-color: #ffc51b;
    color: #2a5b60;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 6px;
    vertical-align: middle;
}

/*========================
	  	sub Menu
==========================*/
.subMenuNoImage {
    width: 20px;
    height: 20px;
    background-color: #F6F6F6;
    border: 1px solid #BBBBBB;
}

/*========================
	  	error
=========================*/

.errorPageMessage {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*========================
	  	Loggin
=========================*/
#SWFSCLoginBtn a:nth-of-type(n+2) {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: normal;
}
