﻿body {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    text-decoration: none;
    color: #7c7c7c;
}

#panelList {
    padding-top: 5px;
}

label {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #7c7c7c;
}

.issueLink span {
    font-weight: bold;
    color: #6da3d2;
    /*background-image: url(linkProtagonist.gif);
    background-repeat: no-repeat;*/
    background-position: right;
}

img.imageLink {
    padding-left: 8px;
    position: relative;
    top: 6px;
}

select {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    text-decoration: none;

    width: 180px;
    margin-left: 5px;
}

#panelOuter {
    /*text-align: right;*/
    width: 280px;
}

#panelCover {
    position: relative;
    left: 55px;
    width: 189px;
    height: 267;
    border: solid 1px #cccccc;
    margin-top: 21px;
    padding: 10px;
}

#panelCover img {
    width: 189;
    height: 267;
    vertical-align: middle;
    text-align: center;
}

#panelLink {
    position: relative;
    left: 160px;
}

.toolbarProtagonist {
    border-bottom: dotted 1px #cccccc;
    text-align: left;
    padding-bottom: 20px;
}

.toolbarProtagonist a {
    padding-right: 15px;
}