a.cic {
    color: #666;
}

a.cic:hover {
    color: #039;
}

.jttlinks {
    position: absolute;
    left: 700px;
    top: 200px;
    width: 200px;
}

.my_story {
    position: absolute;
    left: 230px;
    top: 130px;
    width: 780px;
    background-color: #fff;
    z-index:40;
}

.my_story .story_pane {
    padding: 14px;
}

.my_story .story_img {
    width: 334px;
}

.my_story .story_text div {
    overflow-y: scroll;
    height: 240px;
    width: 404px;
}

.my_story .story_text div p {
    padding: 7px 0px 0px 0px;
    text-align: justify;
}

.my_story h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 21px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: #000;
    height: 21px;
    overflow: hidden;
}

.my_story a.st_image {
    width: 320px;
    height: 240px;
    display: none;
}

.my_story .story_img_nav {
    padding: 14px;
    text-align: center;
    background-color: #f0f0f0;
}

.my_story .story_text_nav {
    padding: 14px;
    text-align:center;
    background-color: #f0f0f0;
}

.my_story .story_img_nav a {
    border: 1px solid #039;
    color: #039;
    font-weight: normal;
    text-decoration: none;
    padding: 3px 6px 3px 6px;
    margin: 14px 28px 14px 14px;
    background-color: #fff;
}

.my_story .story_img_nav a:hover, .my_story .story_img_nav a.sel {
    color: #fff;
    background-color: #039;
}

a.story_close {
    width: 13px;
    height: 12px;
    position: absolute;
    z-index: 4;
    display: block;
    font-size: 1px;
    text-decoration: none;
    left: 764px;
    top: 3px;
    background: url(../images/close.gif) left top no-repeat;
}

a.story_close:hover {
    background: url(../images/close-h.gif) left top no-repeat;
}

.my_story .story_list {
    height: 282px;
    overflow-y: scroll;
}


.story_list a, .invited_list a {
    display: table-cell;
    width: 210px;
    height: 86px;
    overflow: hidden;
}

.story_list a .jtt_sn, .invited_list a .jtt_sn, .story_list a .jtt_vt {
    display: block;
    padding-left: 93px;
    color: #000;
}

.story_list a .jtt_vt {
    color: #039;
}

.story_list a:hover .jtt_vt {
    color: #a00;
}

.story_list a .jtt_st, .invited_list a .jtt_st {
    display: block;
    padding-left: 93px;
    color: #333;
}

.story_list a:hover .jtt_sn, .story_list a:hover .jtt_st, .invited_list a:hover .jtt_sn, .invited_list a:hover .jtt_st {
    color: #039;
}

table.jttstat td {
    padding: 7px;
}

.story_text_nav input.jtt_vote {
    background: #fff url(../images/barrow.gif) 4px center no-repeat;
    padding: 2px 4px 2px 11px;
    border: 1px outset #039;
    margin: 0px;
}

.story_text_nav input.jtt_vote:disabled {
    background: #fff url(../images/garrow.gif) 4px center no-repeat;
    padding: 2px 4px 2px 11px;
    border: 1px outset #666;
    color: #666;
}

.story_text_nav a {
    color: #039;
}

