/* CSS for Canada */

/* NOTES:
#divName
.className
*/

/* TEXT */
/*body text*/
body {
    font-family: "Avenir", "Open sans", sans-serif;
    font-size: 0.8em;
    background-color: #EEF1E6;
}

/*paragraph text (p) */
p {
    font-family: "Avenir", "Open sans", sans-serif;
    font-size: 1.0em;
    color: #000000;
}

/* H1 heading */
h1 {
    font-family: "Avenir", "Open sans", sans-serif;
    font-size: 2.2em;
    color: #FFFFFF;
}

/* H2 heading */
h2 {
    font-family: "Avenir", "Open sans", sans-serif;
    font-size: 1.0em;
    color: #00548E;
}

/* H3 heading */
h3 {
    font-family: "Avenir", "Open sans", sans-serif;
    font-style: oblique;
    font-size: 1.0em;
    color: #ffffff;
}

/* H4 heading */
h4 {
    font-family: "Avenir", "Open sans", sans-serif;
    color: #ED1C24;
    font-size: 0.9em;
    /*margin-right: 100px;*/
    text-align-all: left;
}


/* HYPERLINKS */


/* LISTS */


/* DIVS */

#mainDiv {                                                  /*main container*/
    /*vertical-align: center;*/
    width: 770px;
    height: 100%;
    background-color: #f9ffdb;
    margin-left: auto;
    margin-right: auto;
}


#contentDiv {
    text-align: center;
    alignment: center;
    /*display: inline-block;*/
    background-color: #ffffff;
}


/* TABLES */

#mainTable {                                                /* */
    width: 770px;
    height:140px;
    background-color: #ffffff;
}

.topLeft {                                                  /* Arab British Chamber Logo */
    vertical-align: top;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-repeat: no-repeat;
    background-position-y: bottom;
    /*padding-left: 1px;*/
    background-color: #ffffff;
    /*row-span: 6;*/
    background-image: url("images/ABCC_Logo.jpg");
    width: 124px;
    height: 140px;
}

.topMiddle {                                                /* Trade Services Logo */
    background-image: url("images/TradeServices.jpg");
    height: 60px;
    width: 191px;
    background-repeat: no-repeat;
    background-position: center;
}

.topRight {                                                 /* Factory Logo */
    background-image: url("images/BannerPic.jpg");
    height: 120px;
    width: 462px;
    background-repeat: no-repeat;
    background-position: right;
}

.goldBand {                                                 /* gold stripe beneath logos*/
    background-color: #DBBA51;
    height: 5px;
}

.goldBand2 {
    background-color: #DBBA51;
    height: 5px;
}

#goldStripe {
    color: #DBBA51;
}

.goldStripe {
    background-color: #DBBA51;
}

.row1 {                                                     /* white cells row 1 under ABCC logo */
    background-color: #ffffff;
    height: 20px;
    vertical-align: top;
}

.row2 {                                                     /* white cells in row 2 under ABCC logo */
    background-color: #ffffff;
    height: 20px;
    width: 75%;
    vertical-align: top;
    padding-bottom: 5px;
}

.row3 {
    background-color: #FFFFFF;
    height: 200px;
    width: 25%;
    vertical-align: center;
    padding-top: 5px;
}

#logoTable {
    background-color: #ffffff;
}

.essCertLogo {                                              /* essCert orange logo */
    background-color: #ffffff;
    background-image: url("images/essCert_Orange.png");
    height: 92px;
    width: 189px;
    background-repeat: no-repeat;
    background-size: 189px 92px;
    background-position: right;
    margin-bottom: 5px;
    padding-bottom: 20px;
}


#loginTable {
    width: 100%;
    border: 1px solid #ffffff;
    text-align: right;
}



.loginBox {                 /* login form div */
    text-align: right;
    alignment: right;
    /*alignment: center;*/
    language: JavaScript;
}

.loginBoxHeading {             /* login form h3 : Arab British Chamber of Commerce Login */
    font-size: 1.5em;
    color: #000000;
    text-align: right;
    margin-left: 30px;
    margin-right: 10px;
}

.loginCredentials {
    font-weight: bold;
    font-style: normal;
    font-size: 1.0em;
    size: 1em;
    background-color: #CCCCCC;
}

.loginSubmitButton {
    font-family: "Avenir", "Open sans", sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    alignment: right;
    background-color: #ffffff;
}

#textDiv {
    background-color: #ffffff;
    text-align: center;
}


.copyRightNotice {
    background-color: #154218;
    color: #ffffff;
    font-weight:normal;
    font-size: 0.7em;
    text-align: right;
    padding-right: 5px;
    padding-bottom: 5px;
    height: 40px;

}

/* HYPERLINKS */

/* unvisited link */
a:link {
    font-family: "Avenir", "Open sans", sans-serif;
    font-size: 1.0em;
    color: #154218;
}

/* visited link */
a:visited {
    color: #ff4d15;
}

.copyRightNotice a:link {
    color: #DBBA51;
}

.copyRightNotice a:visited {
    color: #ff4d15;
}