

/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */

/* basic elements */

body,td,textarea {
    color: black;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding-bottom: 13px;
}

#main {
    margin-top: 140px;
    padding: 20px;
}

h1 {
    font-size: 14pt;
    text-align: left;
    font-weight: normal;
}

a:link, a:visited {
    color: #ff6600;
    text-decoration: none;
}

a:hover {
    color: #ff3300;
    text-decoration: underline;
}

.linkclass a:visited {
    color: #ff6600;
    text-decoration: none;
}

.linkclass a:hover {
    color: #ff3300;
    text-decoration: underline;
}

.dark, .dark td {
    background: #aaa;
    font-size: 12px;
}

.listclass {
    color: #555753;
    margin: 0;
}

.listclass th{
    vertical-align: top;
    background: #97DDFF;
    color: black;
    margin: 0;
    font-weight: normal;
    border-bottom: 4px solid #61b4dc;
    text-align: left;
}

.listclass th a{
    color: navy;
}

.smalltable {
    width: 100%;
}

.smalltable th {
    background: gray;
    color: white;
}

.smalltable td {
    background: #bbb;
}

.smalltable_oilsand{
    width: 100%;
    height: 100%;
    border-style:none;
    table-layout:fixed;
    border-spacing: 0;
    border-collapse: separate;
    border-left:0;
border-right:0;
border-top:0;
border-bottom:0;
}

.smalltable_oilsand th{
    background: gray;
    color: white;
    border-bottom: gray;
}

.smalltable_oilsand td{
    border-width:0px;
    border-right:0;
    border:1px solid #000;
    border-bottom:1px solid red;
}

.vtable{
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

.vtable th{
    padding-right: 10px;
    width: 130px;
    text-align: right;
    font-size: 12px;
    background: gray;
    color: #151515;
    font-weight: normal;
}

.tdtitle{
    background: gray;
    text-align:center;
    font-weight: bold;
}


#footer {
    margin-top: 20px;
    padding: 5px;
    color: white;
    background: orange;
    font-size: smaller;
}

.heading {
    vertical-align: top;
    background: #97DDFF;
    color: black;
    margin: 0;
    font-weight: normal;
    border-bottom: 4px solid #61b4dc;
    text-align: left;
}

.heading a {
    color: black;
}

.heading a:hover {
    text-decoration: underline;
    color: white;
}

table.listclass {
    border: 1px solid silver;
    border-bottom: 0px;
    border-right: 0px;
}

tr.underline td, tr.underline_over td {
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
}

tr.underline a, tr.underline_over a {
    color: navy;
}

tr.selected td {
    background: red;
    border-bottom: 1px solid silver;
}

tr.selected td.error {
    background: #cf3636;
    border-bottom: 1px solid silver;
}

tr.selected a {
    color: black;
}

tr.underline_over td {
    background: #c2ebff;
    color: black;
}

.dark tr.underline_over td {
    background: #555;
    color: white;
}

.error {
   background-color: #f56767;
}

h2 {
    padding-top: 4px;
    padding-left: 10px;
    background: #97DDFF;
    border-bottom: 4px solid #61b4dc;
    font-weight: normal;
    font-size: 12pt;
}

td.prop {
    padding-right: 10px;
    text-align: right;
    width: 130px;
    font-size: 12px;
}

span.unit {
    display: block;
    font-size: smaller;
    color: navy;
}

/* tooltips */
#tt {
    border: 0px;
    position: absolute;
    display: block;
    color: white;
}

#tttop {
    display: block;
    height: 5px;
    margin-left: 5px;
    overflow: hidden;
}

#ttcont {
    display: block;
    padding: 2px 12px 3px 7px;
    margin-left: 5px;
    background: #666;
    color: #fff;
}

#ttbot {
    display: block;
    height: 5px;
    margin-left: 5px;
    overflow: hidden;
}

.hasTooltip {
    cursor: help;
}

tr.underline_over .error {
    background-color: #beacc0;
}

.tdbg {
    background-repeat: repeat-y;
    width: 17px;
}

.menubg {
    background-repeat: no-repeat; /*border: 1px ridge #666666;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-indent: 15px;
}

.menubg a:link, a:visited {
    text-decoration: none;
    color: #ff6600
}

.menubg a:hover {
    text-decoration: underline;
    color: #FFFFFF
}

.topmenu {
/*border: 1px ridge #666666;*/
    background-color: #fe9933;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.topmenu a:link {
    text-decoration: none;
    color: #FFFFFF
}

#Layer1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #fe9933;
}

#Layer1 a:link, a:visited {
    text-decoration: none;
    color: #ff6600
}

#Layer1 a:hover {
    text-decoration: underline;
    color: #FFFFFF
}

#Layer2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #fe9933;
}

#Layer2 a:link, a:visited {
    text-decoration: none;
    color: #ff6600
}

#Layer2 a:hover {
    text-decoration: underline;
    color: #FFFFFF
}

#Layer3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #fe9933;
}

#Layer3 a:link, a:visited {
    text-decoration: none;
    color: #ff6600
}

#Layer3 a:hover {
    text-decoration: underline;
    color: #FFFFFF
}

#Layer4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #fe9933;
}

#Layer4 a:link, a:visited {
    text-decoration: none;
    color: #ff6600
}

#Layer4 a:hover {
    text-decoration: underline;
    color: #FFFFFF
}

.title {
    font-family: sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    margin-left: 15px;
}

.subtitle {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 15px;
}
a img {
    border: 0;
}

a.ok {
    float: right;
    display: block;
    background: orange;
    color: black;
    padding: 2px;
    text-align: center;
    width: 80px;
    margin: 5px;
}

a.ok:hover {
    border: 1px solid black;
    margin: 4px;
}

.form td {
    vertical-align: top;
}

.form textarea {
    height: 10em;
    width: 100%;
}