/* THV Feb 2018 */
/****************************************/
#page {
    position: relative;
    width: 90%;
    min-width: 90%;
    color: #222;
    margin: 50px auto;
    background: #fff;
    padding: 0 20px;
    border-top:4px solid #c71a1a;
}
/****************************************/

#header {
    height: 142px;
    background-color: #fff;
}
/****************************************/

#logo {
    width: 500px;
    height: 144px;
    float: left;
    background-color:#ccc;
    background-image: url("/gfx/header.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 25px 0;
}
#logo img {
    width: 500px;
    height: 144px;
}
#navigation li.banner {
    margin: 0 0 0 0px;
    padding: 5px 0px 5px 15px;
    background-image: none;
}
#skyscraper {
    width: 120px;
    height: 600px;
    float: right;
    margin: 4px 0 0 4px;
    clear: right;
}
#user {
    display: none;
}
#date {
    float: right;
    color: #666666;
    padding: 49px 0 4px 0px;
    font-size: 80%;
}
/****************************************/

#tabs { overflow:hidden; 
    clear: both;
    background-color: #c71a1a;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-bottom: 4px;
    font-size: 12px;
}
#tabs ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#tabs li {
    list-style: none;
    padding: 0px 20px 10px 20px;
    float: left;
    margin: 0 0 0 0;
    color: #ccc;
}
#tabs a {
    font-weight: normal;
    color: #fff;
    font-weight: bold;
}
#tabSelected a {
    color: #fff;
    
}
#tabSelected {
    background-color: #a51010;
}
/****************************************/

#breadcrumb {
    clear: both;
    background-color:#efefef;
    height:30px;
    line-height:30px;
    margin-bottom:4px;
    font-size:12px;
    padding-left:15px;
}
#breadcrumb a:link {
    color: #333333;
    font-weight: normal;
}
#breadcrumb a:visited {
    color: #666666;
    font-weight: normal;
}
/****************************************/

#container {
    clear: both;
}
#navigation {
    width: 15%;
    color: #000;
    float:left;
}
#navigation select {
    width: 156px;
}
#navigation a {
    display: block;
    font-weight: normal;
    color:#000;
}
#navigation a:visited { color:#000; }
#navigation a:hover {
    text-decoration:underline;
    color:#005580;
}
#navigation ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0px;
}
#navigation ul li {
    margin: 0px;
    padding: 0px 0 0 0px;
    font-size: 13px;
    color:#000;
    list-style: none;
    color: #676154;
}
#navigation ul li strong { display:block; height:30px; line-height:30px; }
#navigation ul li ul li {
    padding:2px 0 2px 0px;
    list-style: disc;
    font-size:12px; 
    line-height:20px;
    margin: 0 0 0 15px;
}
#navigation ul li ul li a {
    font-weight: normal;
}
/****************************************/

#sub-navigation {
    padding: 4px 0 0 10px;
    font-size:12px;
    background-color:#efefef;
}
#sub-navigation a {
    font-weight: normal;
}
#sub-navigation ul {} #sub-navigation li {}
/****************************************/

#content {
    width: 75%;
    float:left;
    margin-bottom: 20px;
    /*padding:15px;*/
}
#content-col1 {
    float: left;
    width: 476px;
    padding:0;
}
#content-col2 {
    float: right;
    width: 262px;
    padding:0 0px;
}
#content-row1 {
    clear: both;
    padding:0;
}
#content-row2 {
    clear: both;
    padding:0;
}
/****************************************/

#footer {
    border-top:5px solid #a51010;
    background: #C71A1A;
    padding: 20px;
    clear: both;
    font-size: 100%;
    line-height: 150%;
    color: #fff;
    margin:0px -20px 0 -20px;
}
#footer a {
    font-weight: normal;
    color: #fff;
}
/****************************************/

body, td, th, div, ul, ol, dt, input, option, select, textarea, legend, a, h1, h2, h3, h4, h5, h6, p {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}
body {
    position: relative;
    font-size:12px;
    line-height:18px;
    background-color: #e0e0e0;
}
textarea {
    font-size: 1em;
}
input {
    font-size: 1em;
}
select {
    font-size: 1em;
}
h1, h2, h3, h4, h5, h6, p {
    padding: 0px 8px 0px 0px;
}
a {
    text-decoration: none;
    font-weight: bold;
}
a:link {
    color: #005580
}
a:visited {
    color: #006699
}
a:hover {
    color: #c71a1a;
    text-decoration: underline;
}
a:active {
    color: #c71a1a
}

/* Banner */

#banner {
    width: 468px;
    height: 60px;
    margin: 4px 0 0 0;
    position: absolute;
    top: 0px;
    left: 488px;
}
#banner-skyscraper {
    /*160x600*/
    
    position: absolute;
    top: 0;
    left: 1004px;
    z-index: 10;

}
#banner-super {
    /*728x90*/
    
    padding-left: 276px;
    width: 728px;

}

.result-set { background-color:#fff; font-size:12px; }

.matrix {
    font-size: 100%;
}

