#content {
    padding: 1em 1em 0 0em !important;
    margin: 0em 0em 0em 0em;
}

#portletColumn, #result {
    min-height: 4000px;
}

#portletColumn {
    width: 170px;
    float: left;
}

#result, h1.documentFirstHeading, h5.documentFirstHeading {
    margin-left: 190px;
}

#result {
    /* the content area */
    margin-top: 1em;
    position: relative;
    top: 0;
    left: 0;
    width: 640px;
}

#resultList {
    /* left "column" of the content area */
    width: 300px;
    height: 480px !important;
    float: left;
    margin: 0;
    padding: 0;
    overflow: auto;
}

#resultDetails {
    /* right "column" of the content area */
    width: 330px; 
    float: right; 
    margin: 0;
    margin-right: -10px;
    padding: 0;
    overflow: hide;
}

#result_list {
    /* the result list table itself */
    margin: 0 !important;
    width: 280px !important;
    border: none important;
}

#result_details {
    margin: 0 !important;
    margin-left: 1px !important;
    margin-right: 1px !important;
}

dl.portlet {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    border-bottom: none;
    font-size: 85%;
}

dl.portlet .portletHeader {
    padding: 0 !important;
    border: none;
    border-bottom: 1px solid black;
    color: black;
    background-color: transparent;
    text-transform: None;
    font-weight: bold;
    line-height: 1.6em;
}

dl.portlet .portletItem {
    padding: 0;
    padding-top: 0.5em;
    /* padding-left: 1em; */
    border-left: none;
    border-right: none;
}

dl.portlet .portletItem form {
    font-size: 100% !important;
}

.cbi {
    display: none;
}

span.cbg, span.cby, span.cbr {
    font-size: 14pt !important;
    height:24px !important;
    width:24px !important;
}

.cbg, .cbr, .cby, .cbt, .cbg input, .cbr input, .cby input, .cbt input {
    margin: 0 !important;
    padding: 0 !important;
}

.cbg, .cbg input[type="radio"] {
    background-color: green !important;
    color: green !important;
}

.cby, .cby input[type="radio"] {
    background-color: yellow !important;
    color: yellow !important;
}

.cbr, .cbr input[type="radio"] {
    background-color: red !important; 
    color: red !important; 
}

.cbt, .cbt input[type="radio"] {
    background-color: transparent !important; 
    color: red !important; 
}

.cbg input[type="radio"] {
    border: 1px green solid !important;
}

.cby input[type="radio"] {
    border: 1px yellow solid !important;
}

.cbr input[type="radio"] {
    border: 1px red solid !important; 
}

.cbt input[type="radio"] {
    border: none !important; 
}

#result_list th a, 
#result_list th a:active, 
#result_list th a:link, 
#result_list th a:visited {
    color: white;
}
