
body {
    background: #000;
    color: #fff;
    font-family: helvetica, sans-serif;
}

a {
    color: #ffc045;
    text-decoration: none;
}

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

table {
   border-spacing: 0px;
}

.w3 img{
   border-style: none; 
}

#logo {
    float: right;
    padding-right: 5px;
    padding-top: 6px;
}

#frame {
    width: 797px;
    padding: 10px;
    margin: 0 auto;
}

#main {
    margin-top: 10px;
}

#navbar {
    border: 1px solid #f9f9f9;
    height: 26px;
}

#navbar, #navbar li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #333;
    border-right: 1px solid #f9f9f9;
} 

#navbar li {
    float:left;
    display:block;
    width: 90px;
}

#navbar li a, #navbar li span {
    height: 20px;
    padding: 4px 8px 0px 7px;
    color:#fff;
    text-decoration:none;
    display:block; 
    border: 1px solid #333;
}

#navbar li span {
}


#navbar li a:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

#navbar img {
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 0px;
    float:left;
}


#navimg {
    float: right,
    width: 3%,
    margin: 6px 5px,
    border: 1px solid white
}

#navbar .root {
    background: #bf823b;
}

#navbar .child {
    background: #81383a;
    background: #353eb3;
}

#navbar .page {
    background: #6d8849;
    background: #2a8853;
}

#navbar .page span {
}

.current_block, .link_block, .child_block {
    background: #000;
    color:#fff;
    vertical-align: middle;
    display: block;
    border: 1px solid #000;
}
.current_block {
    background: #333;
    border: 1px solid #f9f9f9;
}

.child_block {
    background: red;
}


#current_span {
    float: right;
    padding: 5px 0px;
}


#houbar ul li a:hover {
    text-decoration:underline;
}

.title {
    color: #ffc045;
}

.end {
    border: 0px;
}

.tilerow {
    margin-top: 10px;
}

#image_tile, #update_tile {
    height: 350px;
    width: 526px;
    border: 1px solid #f9f9f9;
    float: left;
    margin-right: 10px;
}

#update_tile {
    height: 350px;
    width: 257px;
    border: 1px solid #f9f9f9;
    float: left;
    margin: 0px;
    padding: 0px;
}

#update_tile p {
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 2px;
}

#update_tile img, #update_history img {
    height: 15px;
    padding-right: 3px;
}

/*
#update_tile p:nth-child(even) {
    background: #111;
}
*/
.date {
    font-size: 14px;
    color: #999;
}

#news_tile .date, #featured_tile .date {
    float: right;
}

#welcome_tile, #news_tile, #featured_tile {
    height: 213px;
    width: 257px;
    border: 1px solid #f9f9f9;
    float: left;
}

#welcome_tile, #news_tile {
    margin-right: 10px;
}

#welcome_tile p {
    margin-top: 1px;
}

#news_tile td {
    padding: 2px;
    vertical-align: top;
    width: 244px;
}

#news_tile tr:nth-child(even),
#featured_tile tr:nth-child(even) {
    background: #111;
}

#featured_tile td {
    width: 244px;
}

.news_block {
    border: 1px solid #f9f9f9;
    margin: 5px 0px 10px 0px;
    padding: 0px;
}

.news_block_title {
    background: #333;
    border-bottom: 1px solid #f9f9f9;
    padding: 2px 4px;
    font-weight: bold;
}

.news_block_info {
    margin: 5px;
}

.news_block span {
    color: #999;
    font-weight: normal;
    float: right;
}

.tile_title {
    background: #333;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #f9f9f9;
    height: 26px;
}


.tile_title a {
    height: 20px;
    padding: 4px 8px 0px 7px;
    color: #fff;
    display: block;
    border: 1px solid #333;
}

.tile_title span {
    padding: 5px 9px 1px 8px;
    display: block;
}
    

.tile_title a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
}

.tile_info {
    padding: 5px 2px 5px 5px;
}


/* Asset Page */
.element_block {
    border: 1px solid #f9f9f9;
    margin: 0px 5px 10px 5px;
    padding: 0px;
}

.upper_block, .lower_block {
    clear: both;
}

.upper_block h1 {
    margin: 5px;
    color: #ffc045;
}

.upper_block span {
    color: #999;
    font-weight: normal;
}

.upper_block img {
    background: #fff;
    border: 1px solid #808080;
    padding: 2px;
    margin-right: 5px;
}

.description_block {
    width: 305px;
    margin: 5px;
    float: left;
}

.spacer {
    clear: both;
    padding: 0;
    margin: 0;
}

.changes_title {
    border-bottom: 1px solid #f9f9f9;
    vertical-align: top;
}

.info_block, .changes_block {
    float: left;
    margin: 0px 0px 5px 5px;
    width: 379px;
}

.media_info_block {
    float: left;
    margin: 0px 0px 5px 5px;
}

.infotab .info_block {
    width: 385px;
}

.feedback {
    margin:0px;
    clear: left;
}

.download {
    border-bottom: 1px solid #f9f9f9;
}

.info_table_wide {
    margin: 10px 5px 5px 5px;
}

.info_double_table {
    margin: 0px 0px 5px 0px;
}

.info_table td:first-child, .info_table_wide td:first-child, .link_table td:first-child {
    background: #333;
    border: 1px solid #f9f9f9;
    border-bottom: 0;
    padding: 5px;
    width: 103px;
}

.link_table td:first-child {
    width: 155px;
}

.info_table td:last-child, 
.info_table_wide td:last-child,
.info_double_table td:first-child,
.link_table td:last-child {
    background: transparent;
    border: 1px solid #f9f9f9;
    border-bottom: 0;
    border-left: 0;
    padding: 5px;
    width: 253px;
}

.info_table tr:last-child td,
.info_table_wide tr:last-child td, 
.info_double_table tr:last-child td,
.link_table tr:last-child td {
    border-bottom: 1px solid #f9f9f9;
}

.infotab .info_table td:last-child {
    width: 268px;
}

.info_table_wide td:last-child {
    width: 655px;
}

.lower_block .info_table_wide td:last-child {
    width: 672px;
}

.info_double_table td {
    width: 266px;
    border: 1px solid #f9f9f9;
    border-top: 0;
    border-left: 0;
    padding: 5px 2px 5px 5px;
}

.info_double_table td:first-child {
    background: #333;
    border: 1px solid #f9f9f9;
    border-top: 0;
    padding: 5px;
    width: 103px;
}

.info_double_head {
    background: #333;
    width: 103px;
}


.changes_block tr:first-child td {
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
    background: #333;
}

.changes_block tr:last-child td {
    border-bottom: 1px solid #f9f9f9;
    padding: 0px 5px 2px 5px;
}
.changes_block td {
    border-left: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
    vertical-align: top;
    width: 367px;
    padding: 5px;
}

.changes_list {
    padding: 5px;
}


.changes_window_table td {
    border: 1px solid #f9f9f9;
    border-top: 0;
    padding: 2px 5px;
    vertical-align: top;
}

.changes_window_table tr:first-child td{
    background: #333;
    border: 1px solid #f9f9f9;
    border-right: 0;
    padding: 5px;
}


.multi_title td {
    background: #333;
    border: 1px solid #f9f9f9;
    border-right: 0;
    padding: 5px;
}

.multi_row td {
    border: 1px solid #f9f9f9;
    border-right: 0;
    border-top: 0;
    padding: 2px 5px;
}

.not_available {
    color: #444;
}

.htile_even, .htile_odd {
    width: 371px;
    height: 240px;
    border: 1px solid white;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px;
    float: left;
}

.htile_odd {
    margin-right: 0px;
}

.htile_even h1, .htile_odd h1 {
    margin: 0px;
}

.htile_even img, .htile_odd img{
    margin-right: 5px;
    padding: 2px;
}

#tabdiv {
    margin: 10px 0px 0px 0px;
}

#tabbar, #hdktabbar { 
    padding: 0px;
    float: left;
}

#tabbar, #hdktabbar img {
    padding: 2px;
    margin-right: 2px;
    float: left;
    border: 0px;
}

#tabbar, #hdktabbar, #tabbar li, #hdktabbar li {
    margin: 0px;
    padding: 0px;
    list-style: none; 
}

#tabbar li, #hdktabbar li{
    float: left;
    display: block;
    margin-right: 5px;
    height: 32px;
    border: 1px solid #f9f9f9;
    border-bottom: 0;
}


#tabbar li a, #hdktabbar li a{
    height: 18px;
    color: #fff; 
    text-decoration: none;
    padding: 6px 6px 6px 3px;
    display: block;
    vertical-align: top;
}

#tabbar a:hover, #hdktabbar a:hover {
    color: #000;
    background: #f9f9f9; 
}

#tabbar .tabcurrentblock:hover, #hdktabbar .tabcurrentblock:hover {
    color: #fff; 
    background: #333;
}

#tabbar li .selected , #hdktabbar li .selected { 
    color: #fff; 
    background: #333;
}

.tab, .hdktab, .infotab, .hdkinfotab {
    border: 1px solid #f9f9f9;
    padding: 10px 5px 0px 5px;
} 

.tab.hide, .hdktab.hide, .infotab.hide, .hdkinfotab.hide {
    display: none;
}

.tabblock, .hdktabblock {
    background: #000;
    color: #f9f9f9;
    vertical-align: middle;
    display: block;
    padding: 0px;
    margin: 0px;
    border: 1px solid #000;
    border-bottom: 0px;
}

.tabcurrentblock, .hdktabcurrentblock{
    padding: 0px;
    margin: 0px;
    background: #333;
    color:#fff;
    vertical-align: middle;
    display: block;
    border: 1px solid #333;
}

.exp_title {
    border: 1px solid #f9f9f9; 
    padding: 5px; 
    background: #333;
}

.exp_hscript, .exp_hom {
    background: transparent;
    margin-bottom: 0px;
    padding: 5px;
    border: 1px solid #f9f9f9;
    border-left: 0px;
}

.exp_hscript {
    border-bottom: 0px;
}

.section_title {
    margin-top: 10px;
    padding: 5px;
    background: #333;
    border: 1px solid #f9f9f9;
}

.work {
    width: 394px;
    height: 280px;
    float: left;
    border: 1px solid #f9f9f9;
}

.work h4 {
    margin: 5px;
}


.work:nth-child(even) {
    margin: 5px 0px 5px 0px;
}

.work:nth-child(odd) {
    margin: 5px 5px 5px 0px;
}

.workrow  {
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 2px;
}

.workrow ul {
    margin: 2px;
}

.work div {
    padding: 5px;
}

.work span {
    display: block;
    margin: 0px;
    padding: 5px;
    border-bottom: 1px solid #f9f9f9;
    background: #333;
}

#resumebar {
    border: 1px solid #f9f9f9;
    border-right: 0px;
    height: 26px;
    width: 273px;
    margin: 10px 0px 5px 0px;
}

#resumebar, #resumebar li {
    padding: 0px;
    list-style: none;
} 

#resumebar li {
    margin: 0px;
    float:left;
    display:block;
    width: 90px;
    border-right: 1px solid #f9f9f9;
}

#resumebar li a, #resumebar li span {
    height: 20px;
    padding: 4px 8px 0px 7px;
    color:#fff;
    text-decoration:none;
    display:block; 
    border: 1px solid #333;
}

#resumebar #title {
    background: #333;
}

#resumebar li a:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}


