/* $Id: style.css,v 1.1.1.1 2008/04/15 10:27:17 wangjun Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
  cursor:pointer;
  color: #850E22;
}
a:link {
  color: #850E22;
  cursor:pointer;
}
a:visited {
  color: #850E22;
  cursor:pointer;
}
a:hover {
  color: #850E22;
  cursor:pointer;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: #69c;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0em 1.0em 0em 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#primary {
  font-size: 1.0em;
  padding: 0em 0.8em 0.5em 0;
  color: #9cf;
}
#primary a {
  font-weight: bold;
  color: #fff;
}
#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
  color: #9cf;
}
#secondary a {
  font-weight: bold;
  color: #9cf;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
}
#search .form-text {
  width: 8em;
  height: 1.4em;
  padding: 0 0.5em 0 0.5em;
  margin: 0 0 0.5em 0;
}
#search .form-submit {
  height: 1.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}


.kr_outline {
    width: 799px;
    margin: auto;
    padding: 5px 0 0 0;
}
.kr_top_menu {
    background: url('./image/top_menu.jpg') no-repeat;
    width: 799px;
    height: 33px;
    text-align: center;
}
.kr_top_menu center table {
    width: 660px;
}
.kr_top_menu center table tr td {
    font-weight: bold;
    color: #121373;
    font-family: Lucida Sans;
    font-size: 9pt;
    text-align: center;
    cursor: pointer;
}
.kr_top_menu_hilight_on {
    background: url('./image/hilight_menu.jpg') no-repeat center;
}
.kr_top_menu_hilight_off {
    background: white;
}
.kr_bottom_area {
    background: url('./image/bottom_area.jpg') no-repeat;
    width: 799px;
    height: 259px;
    vertical-align: top;
}
.kr_bottom_area ul {
    margin: 30px 0 0 3px;
    padding: 0 0 0 20px;
    list-style: none;
}
.kr_bottom_area ul li {
    float: left;
    margin: 0;
    padding: 0;
}
.bottom_content {
    width: 532px;
    height: 125px;
}
.bottom_content div {
    width: 450px;
    height: 125px;
}
.bottom_menu {
    width: 206px;
}
.bottom_menu ul {
    padding: 0;
    margin: 0;
}
.bottom_menu ul li {
    float: none;
    font-weight: bold;
    color: #121373;
    font-family: Lucida Sans;
    font-size: 10.5pt;
    padding: 0;
    margin: 0;
    vertical-align: top;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}
.kr_flash_player {
    width: 454px;
    height: 384px;
    background: url('./image/flash_player.jpg') no-repeat;
    vertical-align: top;
    padding: 0 0 0 2px;
}
.kr_interact_area {
    width: 344px;
    height: 380px;
    background: url('./image/interact_background.jpg') no-repeat;
    padding: 9px 10px 0px 10px;
}
.kr_interact_area_mapping {
    width: 100%;
    height: 100%;
}/*
.kr_bg {
    background: gray;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
}
.kr_bg1 {
    background: navy;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
}*/
.kr_menu {
    padding: 7px 0px 1px 18px;
    font-weight: bold;
    color: #121373;
    font-family: Lucida Sans;
    font-size: 10.5pt;
    cursor: pointer;
}
.kr_menu_left {
    width: 143px;
}
.kr_menu_middle {
    width: 91px;
}
.kr_menu_right {
    width: 104px;
}
.kr_content {
    padding: 13px 13px 0px 13px;
    vertical-align: top;
    font-size: 8pt;
}
.kr_interact_top_menu_1 {
    background: url('./image/menu_1.jpg') no-repeat;
    width: 315px;
    height: 41px;
}
.kr_interact_top_menu_2 {
    background: url('./image/menu_2.jpg') no-repeat;
    width: 315px;
    height: 41px;
}
.kr_interact_top_menu_3 {
    background: url('./image/menu_3.jpg') no-repeat;
    width: 315px;
    height: 41px;
}
.kr_interact_top_menu_123 {
    background: url('./image/menu_123.jpg') no-repeat;
    width: 315px;
    height: 41px;
}
.kr_interact_top_menu_123_ {
    background: url('./image/menu_123_.jpg') no-repeat;
    width: 315px;
    height: 41px;
}
.kr_interact_bottom_menu_456_ {
    background: url('./image/menu_456_.jpg') no-repeat;
    width: 315px;
    height: 41px;
}
.kr_interact_bottom_menu_456 {
    background: url('./image/menu_456.jpg') no-repeat;
    width: 315px;
    height: 41px;
}
.kr_interact_bottom_menu_4 {
    background: url('./image/menu_4.jpg') no-repeat;
    width: 315px;
    height: 41px;
}
.kr_interact_bottom_menu_5 {
    background: url('./image/menu_5.jpg') no-repeat;
    width: 315px;
    height: 41px;
}
.kr_interact_bottom_menu_6 {
    background: url('./image/menu_6.jpg') no-repeat;
    width: 315px;
    height: 41px;
}
.kr_btn_left {
    background: url('./image/btn_left.jpg') no-repeat;
    width: 21px;
    height: 24px;
    cursor: pointer;
}
.kr_btn_right {
    background: url('./image/btn_right.jpg') no-repeat;
    width: 21px;
    height: 24px;
    cursor: pointer;
}
.kr_btn_up {
    background: url('./image/btn_up.jpg') no-repeat;
    width: 21px;
    height: 15px;
    cursor: pointer;
}
.kr_btn_down {
    background: url('./image/btn_down.jpg') no-repeat;
    width: 21px;
    height: 15px;
    cursor: pointer;
}
.kr_interact_content {
    width: 100%;
    height: 100%;
}
.kr_interact_content_class {
    height: 124px;
    width: 240px;
    padding: 10px;
}



.lr_inner_class {
    background: silver;
    position: absolute;
    top: 87px;
    left: 319px;
    width: 256px;
    height: 164px;
    /* left: 16px; */
    z-index: 1;
}



