/*
* This stylesheet resets default browser styles and defines a
* set of default styles consistent across browsers.
*/
html, body, * {
    margin: 0;
    padding: 0;
}


a { text-decoration:none;}

:link img, :visited img, :hover img, :active img, img { border: none;  }
h1, h2, h3, h4, h5, h6 { font-weight: normal;}

h1 {
    font-size: 1.6em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 0.8em;
}

h4, h5, h6, p, ul, ol, address, blockquote, dl, table {
    font-size: 1em;
    margin-bottom: 0em;
}

ul, li { list-style-type: none; }
ol, ol li { list-style-type: decimal; }

em {
    font-weight: bold;
    font-style: normal;
}

strong {
    font-weight: bold;
    font-style: italic;
}

fieldset { border: none; }

/*
* Not really a default style, but this class is used in
* every project.
*/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clear { display: inline-table; }

/* Hide from IE/Mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* Hide from IE/Mac */

.emph {
    color: #013f8a;
}

body {
    background:white;
    padding:0px;
    color:#000;
    font-family:arial,verdana,sans-serif;
    font-size:9pt;
    text-align:center;
    width:900px;
    margin: 0 auto 0 auto;
}


a img {
    border-width:0;
}


h2 {
    color:#f38e00;
    font-size:20px;
    font-weight:normal;
    text-align:left;
    padding-top:5px;
    padding-bottom:5px;
}

p {
    text-align:left;
    margin-bottom:5px;
    line-height:15px;
}

#body {
    position:relative;
    background:white;
    padding:0px;
    color:#000;
    font-family:arial,verdana,sans-serif;
    font-size:9pt;
    text-align:center;
    width:900px;
    margin-top: 0px;
    margin-left:auto;
    margin-bottom:0;
    margin-right:auto;
}



/* Header
----------------------------------------------- */
#header {
    position:relative;
    top:0;
    clear:both;
    background:#013F8A url(/demo/img/header2.jpg) no-repeat;
    min-width:770px;
    width:900px;
    height:83px;
    padding:0;
    margin:0;
    margin-bottom:10px;
/*  border-bottom:1px solid #ec7c00; */
}


#page-body {
/*  position:relative;*/
}

#content {
    float:left;
    padding:0px;
    width:100%;
}

#content-main {
    font-size:10px;
    float:left;
    width:100%;
}


#content-extra {
    padding-top:10px;
    float:right;
    width:105px;
}



/* Main Blocks */
/*  ----------------------------------------------- */

#main-block-wrapper {
    float:left;
    width:100%;
    margin:10px 0 20px;

}

#extra-wrapper {
/*  position:relative;*/
    margin-left:152px;
}


#main-block {

    position:relative;
    clear:right;
    float:right;
/*  width:100%;*/
    border:1px solid #ec7c00;
    font-size:12px;
    min-height:400px;
    height:auto !important;
    height:400px;

/*  height:400px;*/
/*  margin-left:10px;*/
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    width:720px;
}


#main-block form td {
    font-size:10px;
}

#main-block h2,p{
    padding-left:10px;
    padding-right:10px;
}


/* Salary Survey Home Page */

#salary-intro {
    text-align:left;
    padding:5px;

}

/* salary survey - home page */
#salary-intro h2,p {
    clear:both;
    padding:0px;
    margin-top:4px;
    width:100%;
}

#salary-intro ul {
    display:block;
    margin-left:10px;
    margin-top:2px;
    margin-bottom:0px;
    list-style:None;
}

#salary-intro ul li {
    padding:0px;
    clear:both;

    margin-bottom:0px;
    margin-top:0px;
}


#salary-intro ul li a {
    float:left;
    clear:left;
    display:inline;
    width:200px;
    color:#00488c;
    font-weight:bold;
    text-decoration:none;
}


#salary-intro ul li p {
    display:inline;
    float:left;
    clear:right;
    margin-left:30px;
    margin-top:0px;
    margin-bottom: 0;
    padding:0px;
    padding-bottom:5px;

    width:300px;
/*  text-indent: 1px; */
}


/* Left Navigation and search column
----------------------------------------------- */

#nav {
    float:left;
    width:140px;
    margin-top:0px;
/*  margin-left:2px;*/
    color:#444444;
    font-size:9px;
    background:#f0f0f0;
    border: #f38e00 1px solid;
    margin-right:10px;
}



#nav-bottom {                                                    `
float:left;
    width:140px;
    margin-top:15px;
/*  margin-left:2px;*/
    color:#444444;
    font-size:9px;
    background:#f0f0f0;
    border: #f38e00 1px solid;
    margin-right:10px;
    position:absolute;
    left:-1px;
}


#nav h2 {
    margin:0;
    padding:2px;
    color:#ffffff;
    text-align:left;
    font-size:12px;
    width:136px;
    background:#f38e00;
    margin-bottom:6px;

/*  border-top:2px solid #444444;*/

}

#quick-search {
    margin-top:12px;
}

#nav form select {
    width:120px;
    font-size:9px;
    margin-top:0px;
    margin-bottom:3px;
}

#nav form input {
    width:100px;
    font-size:9px;
    margin-top:2px;
    margin-bottom:10px;

}

#nav ul {
    margin:0;
    padding:0 0 2px;
    list-style:none;
}


#nav li {
    display:block;
    width:130px;
    margin:0;
    padding:0 2px;
    line-height:1em;
    font-size:9px;
    text-align:left;
}

/* #nav li a { */
/*   display:block; */
/*   padding:1px 7px 3px; */
/*   text-decoration:none; */
/*   line-height:1.18em; */
/*   color:#444444; */
/* } */

/* #nav li a:visited { */
/*   display:block; */
/*   padding:1px 7px 3px; */
/* /\*  border:1px solid #04255b;  *\/ */
/*   text-decoration:none; */
/*   line-height:1.18em; */
/*   color:#444444; */
/* } */

/* #nav li a:hover { */
/*  background-color:#222222;  */
/*   border-color:#999;  */
/*   color:ffffff; */
/* } */

* html #nav li a {
    height:1%;
}


#context-menu {
    margin-top:0;

}


#context-menu li a{
    display:block;
    padding:1px 7px 3px;
    text-decoration:none;
    line-height:1.18em;
    font-size:10px;
    color:#00488c;
    font-weight:bold;
}

#context-menu li a:visited{
    display:block;
    padding:1px 7px 3px;
    text-decoration:none;
    line-height:1.18em;
    font-size:10px;
    color:#00488c;
    font-weight:bold;
}

#context-menu li a:hover{
    display:block;
    padding:1px 7px 3px;
    text-decoration:none;
    line-height:1.18em;
    font-size:10px;
    color:#000;
    background:#eeaaee;
}

#context-menu li #joblisting {
    color:maroon;
}

#context-menu li #summary {
    color:maroon;
}


.context-menu li a{
    display:block;
    padding:1px 7px 3px;
    text-decoration:none;
    line-height:1.18em;
    font-size:10px;
    color:#00488c;
    font-weight:bold;
}

.context-menu li a:visited{
    display:block;
    padding:1px 7px 3px;
    text-decoration:none;
    line-height:1.18em;
    font-size:10px;
    color:#00488c;
    font-weight:bold;
}

.context-menu li a:hover{
    display:block;
    padding:1px 7px 3px;
    text-decoration:none;
    line-height:1.18em;
    font-size:10px;
    color:#000;
    background:#eeaaee;
}

.context-menu li #joblisting {
    color:maroon;
}

.context-menu li #summary {
    color:maroon;
}


.maroon {
    color:maroon !important;
}

/* Salary Enquiry Search explanation page */
#salary-enquiry  {
    text-align:left;
    padding-left:5px;
    padding-right:5px;
    width:100%;
}

/* salary survey - home page */
#salary-enquiry p {


}



/* salary enquiry summary and tables styles */

#ss-results {
/*  FONT-SIZE: 10px; COLOR: #000000; */
/*  text-align:center;*/
    display:block;
    width:100%;
}



#ss-results h1 {
    display:block;
    text-align:center;

    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height:1.2em;
}

#ss-results td{
    white-space: nowrap;
/*  text-align:center;*/
}


#ss-results h3 , .textgray {
    text-align:center;
    font-size:15px;
    COLOR: #013f8a;
/*  color: #006089;*/ /*  color: #999999; */
/*  font-size: 12px; */
/*  font-weight: bold; */
}

#ss-results a {
    text-decoration:none;
}





/* DATA RESULTS -------------------- */
#resultsTitleRow {
    background-color: #006089;
}

#resultsTitleText {
    color: #ffffff;
    font-weight: bold ;
    font-size: 10px ;
    text-align: center ;
    height: 18px ;

}
#resultsTitleTextLA {
    color: #ffffff;
    font-weight: bold ;
    font-size: 10px ;
    text-align: left ;
    height: 18px ;

}

#resultsTitleTextLeft {
    color: #fffff;
    font-weight: bold ;
    font-size: 10px ;
    text-align: left ;
    height: 18px ;
    background-color: #E1ECF1;
}

#resultsTitleTextblank {
    color: #ffffff;
    font-weight: bold ;
    font-size: 10px ;
    text-align: center ;
    height: 18px ;
    background-color: #FFFFFF;
}

/* BLUE COLOURS - LOOP ROWS */
#resultsDataRow {
    background-color: #E1ECF1;
}
#resultsDataRow2 {
    background-color: #ECF3F6;
}

#resultsDataText {
    font-size: 10px ;
    padding: 1px ;
    text-align:right;
}

#resultsDataTextCenter {
    font-size: 10px ;
    padding: 1px ;
    text-align:center;
}

#resultsDataTextBlank {
    font-size: 10px ;
    color: #000000;
    background-color: #FFFFFF;
    padding: 1px ;

}

/* charts layout */
#charts-wrapper {
    position:relative;
    margin-left:0;
    margin-right:0;
    padding-left:0px;
    padding-right:0px;

/*  margin:10px;  */
}

#charts {

    float:left;
    border:1px solid #000000;
    background:#f0f0f0;
    margin-top:-1px;
    margin-left:0px;
    padding-left:0px;
    margin-right:10px;
    margin-bottom:10px;
    text-align:center;
    clear:left;
}

/* #chart1 {  */
/*   clear:left; */
/*   float:left; */
/*   padding-top:0; */
/*   padding-bottom:5px; */
/*   padding-left:0px; */
/*   padding-right:0px; */
/*   margin:0; */
/* } */

/* #chart2 {  */
/*   clear:right; */
/*   float:left; */
/*   margin:0; */
/*   padding-top:0; */
/*   padding-bottom:0px; */
/*   padding-left:0px; */
/*   padding-right:0px; */
/* } */


#chart1 h2{
    margin:0;
}

#chart2 h2{
    margin:0;
}



#commentary-div {
    text-align:left;
    padding-left:5px;
    padding-right:5px;
}

#commentary-div p {
    text-align:left;
    padding-left:12px;
    padding-right:10px;
    width:700px;
}



#withsoft td{
    background:#f0f0f0;
}

.warn {
    COLOR: #ff0000;
    font-weight:bold;
    font-size:10px;
}


/* footer bits */
#footer {
    background:#f38e00;
    margin-top:10px;
    clear:both;
    width:100%;
    border-top:1px solid #003499;
    font-size:85%;
    line-height:1.2em;
}

#footer hr {
    display:none;
}

#footer ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
}
#footer li {
    display:inline;
    margin:0;
    padding:0;
}
#footer a {
    padding:0 .3em 0 .65em;
    color:#0033CC;
    border-left:1px solid #A9A9A9;
}
#footer a.first {
    border-left-width:0;
}
#footer li a.first {
    padding-left:0;
}
#footer p {
    margin:0;
    padding:10px 10px 12px;
}


/* enquiry form of live job listings */

#enquiry-form {
    margin-top:5px;
    font-size:10px;
}

#enquiry-form form {
    font-size:10px;
}

#enquiry-form td {
    font-size:10px;
}

#enquiry-form form select {
    font-size:10px;

}

#live-quick-search {
    margin-top:20px;
}

#live-quick-search h2{
    margin:0;
    padding:2px;
    color:#ffffff;
    text-align:left;
    font-size:12px;
    width:137px;
    background:maroon;/*#821717;*/
    margin-bottom:6px;
/*  border-top:2px solid #444444;*/

}


/* joblisting bits */

/* internal stylesheet stuff */


div#joblist {
    width:500px;
}

#joblist thead tr {
    font-weight: bold ;
    font-size: 8pt ;
    text-align: center ;
}

#joblist tbody tr {

}


#joblist td {
    padding: 2px ;
    text-align:left;
}

#joblist th a:link {
    COLOR: white; TEXT-DECORATION: none
}



#joblist th a:visited {
    COLOR: white; TEXT-DECORATION: none
}

option.label {
    color:#cc0000;
}



#live-search {

}

#live-search h2{
    color:maroon;
}

#live-search p{
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
}

#live-search i{
    color:maroon;
}



/* Left vertical tabs
----------------------------------------------- */

#vert-tab-block {
    float:left;
    margin-top:0px;
    margin-right:-1px;
/*  margin-left:2px;*/
    color:#444444;

}


/* for stuff from market_monitor */

#results.processing {
/*  width:600px;*/
/*  height:350px; */
    overflow:auto;
}

/* internal stylesheet stuff */
.processing th{
    background-color: #006089;
}

.processing thead tr {
    color: #ffffff;
    font-weight: bold ;
    font-size: 10px ;
    text-align: center ;
}

.processing tbody tr {
    background-color: #E1ECF1;
}


.processing tr.highlight_cw td {
    background-color: #E1ECd1;
}



.processing tr.totals td {
    background-color: #E1ECF1;
    font-weight: bold;
}


.processing td {
    font-size: 10px ;
    color: #000000;
    padding: 0px ;
    text-align:left;
}

.processing-left td {
    text-align:left;
}

.processing th a:link {
    FONT-SIZE: 10px; COLOR: white; TEXT-DECORATION: none
}



.processing th a:visited {
    FONT-SIZE: 10px; COLOR: white; TEXT-DECORATION: none
}

.processing-input {
    FONT-SIZE: 10px; COLOR: #990000;  FONT-FAMILY: verdana,
arial; BACKGROUND-COLOR: #ffffff
}


/* stuff only for the login page */

#leftbox {
    position:relative;
    left:0px;
    background-color:#d7e6f1;
    margin-left:0px;
    margin-bottom:10px;
    display:block;
    float:left;
    width:385px;
/*  height:318px;*/
    border:1px solid #444;
    padding:5px;
    font-size:8pt;
    line-height:1.5em;
    text-align:left;
}

#rightcol {
    position:relative;
/*  background-color:#d7e6f1;*/
    margin-left:0px;
    margin-bottom:10px;
    margin-right:0px;
    display:block;
    float:right;
    width:330px;
    height:410px;
/*  border:1px solid #444;*/
    padding:0px;
    font-size:8pt;
    text-align:left;
}

#rightbox {
    position:absolute;
    background-color:#f8e6ed;
    margin-bottom:0px;
    margin-right:0px;
    display:block;
    right:0px;
    width:95%;
    border:1px solid #777;
    padding-top:4px;
    padding-left:4px;
    padding-right:5px;
    padding-bottom:35px;
}

}


#userguide {
    position:absolute;
    float:left;
    top:155px;
    height:25px;
    background-color:#f8e6ed;
    margin-bottom:0px;
    margin-right:0px;
    display:block;
    border:1px solid #777;
    padding-top:4px;
    padding-left:25px;
    padding-right:25px;
}

#howtosubscribe {
    position:absolute;
    float:right;
    top:155px;
    height:22px;
    background-color:#f8e6ed;
    margin-bottom:0px;
    margin-right:0px;
    display:block;
    right:0px;
    border:1px solid #777;
    padding-top:7px;
    padding-left:25px;
    padding-right:25px;
}


#publicity {
    position:absolute;
    float:right;
    top:210px;
/*height:22px;*/
    background-color:#f8e6ed;
    margin-bottom:0px;
    margin-right:0px;
    width:317px;
    display:block;
    right:0px;
    border:1px solid #777;
    padding-top:7px;
    padding-left:5px;
    padding-right:5px;
}


#loginbox form {
/*  height:1.1em;*/
    font-size:7pt;
    padding:0px;
    margin:0px;
}

#loginbox td {
/*  height:1.1em;*/
    font-size:7pt;
    padding:0px;
    margin:0px;
}

#loginbox input {
    font-size:7pt;
    background-color:#fff;
    width:150px;
    margin:0;
    padding:0;
}

#loginbox {
    position:absolute;
    bottom:0px;
    right:0px;
    background-color:#e3fbd0;
    margin-top:7px;  width:300px;
    margin-right:0px;
    margin-bottom:0px;
    display:block;
    float:right;
    width:323px;
/*  height:110px;*/
    border:1px solid #777;
    padding-left:4px;
    padding-top:4px;
}



#rightbox ul , #leftbox ul,  #leftbox li {
    display:block;
    width:330px;
    margin-left:15px;
    margin-top:0px;
    padding:0;
    list-style-type:disc;
    list-style:disc;
}

#userguide a, #howtosubscribe a {
    text-decoration:none;
}


#rightbox h2, #leftbox h2, #loginbox h2 , #userguide h2 , #howtosubscribe h2 {
    color:#04255b;
    font-size: 14px;
    font-weight: bold;
    padding:0;
    margin:0;
    margin-bottom:5px;
}


#rightbox p, #leftbox p, #loginbox p {
    padding:0;
    margin:0;
    margin-bottom:5px;
}

#moreinfo {
    width:130px;
    float:left;
}


#subscribe {
    width:130px;
    float:left;
}

span.note {
    font-size:8pt;
    color:maroon;
}


#example-extern ul, #example-extern li {
    display:block;
    margin-left:15px;
    margin-top:0px;
    padding:0;
    list-style-type:disc;
    list-style:disc;
}

.SSLColour{
    FONT-WEIGHT:bold; color:#006089;}



