body.jtalkBody {
    margin-bottom: 320px;
}

#jtalkTabs {
    position: fixed;
    font-family: helvetica,arial,sans;
    font-size: 12px;
    background: white;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0 0 3px 0;
    height: 19px;
    background: white;
}
#jtalkTabs li {
    list-style-type: none;
    display: inline;
    background: #c8c8c8;
    font-weight: bold;
    color: #414141;
    padding: 4px;
    border: 1px solid #acacac;
    cursor: pointer;
    line-height: 14px;
}

#jtalkTabs li.selected {
    background: #dbdbdb;
    border-top: 0 none;
    padding: 5px 4px;
    color: #222;
}

#jtalkTabs li span.close {
    margin-left: 10px;
}

#jtalkTabs li.closeAll {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ef3b3b;
    color: #e3e3e3;
    font-weight: bold;
    border: 1px solid #ac1616;
    margin: 4px;
    padding: 2px 6px;
    font-size: 10px;
}

#jtalkTabs li.closeAll:hover {		
    background: #e72a2a;
}

#jtalk {
       position: fixed;
       bottom: 27px;
       left: 0;
       right: 0;
       height: 300px;
}

#jtalk .ui-resizable-handle {
    background-color: #a8a8a8;
    top: 0;
    cursor: row-resize;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    width: auto !important;
}

.jtalkTool {
    width: 98%;
    background: #dbdbdb;
    border-style: solid;
    border-width: 2px 0 1px 0;
    border-color: #a8a8a8;
    color: @dark;
    font-family: Arial, Helvetica, sans;
    font-size: 12px;
    line-height: 1.5em;
    padding: 15px 1%;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 4px;
}

.jtalkTool .jt_box {
    width: 98%;
    margin: 0;
    position: absolute;
    top: 15px;
    bottom: 45px;
}

.jtalkTool .jt_buttons {
    position: absolute;
    bottom: 15px;    
}

    
.jtalkTool .jt_buttons button {
    font-size: 12px;
}

.jtalkTool textarea {
    border: 1px solid;
    border-color: #a8a8a8;
    font-family: Arial, Helvetica, sans;
    line-height: 1.2em;
    font-size: 13px;
    position: relative;
    padding: 3px;
}

.jtalkTool .jt_clear {	 
    clear: both;
}

.jtalkTool .jt_transcript,
.jtalkTool .jt_workspace {
    width: 100%;
    height: 100%;
}

.jtalkTool ul.jt_column {
    width: 24%;
    padding: 0;
    margin: 0;
    float: left;
    border: 1px solid;
    border-color: #a8a8a8;
    height: 130px;
    overflow-y: scroll;
    background: white;
    position: absolute;
    top: 0;
}

.jtalkTool ul.jt_column.categories {
    left: 0%
}

.jtalkTool ul.jt_column.classes {
    height: 105px;
    left: 25.2%
}

.jtalkTool ul.jt_column.protocols {
    left: 50.4%
}

.jtalkTool ul.jt_column.methods {
    left: 75.6%
}

.jtalkTool ul.jt_column li {
    list-style-type: none;
    padding-left: 5px;
    cursor: pointer;
}

.jtalkTool ul.jt_column li.selected {
	background: #e3e3e3;
	color: #222;
}

.jtalkTool ul.jt_column li:hover {
    background: #08c;
    color: white;
}

.jtalkTool .jt_tabs {
    top: 106px;
    position: absolute;
    left: 25.2%;
    padding: 0;
    margin: 0;
}

.jtalkTool .jt_tabs li {
    color: #8c8c8c;
    cursor: pointer;
    list-style-type: none;
    float: left;
    padding: 2px 4px;
    margin-right: 2px;
    background: #ccc;
    border: 1px solid #a8a8a8;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 20px;
    line-height: 18px;
}

.jtalkTool .jt_tabs li:hover {
    background: #08c;
    color: white;
    border-color: #08c;
}

.jtalkTool .jt_tabs li.selected,
.jtalkTool .jt_tabs li.selected:hover {
    background: white;
    border: 1px solid #b3b3b3;
    border-top: 1px solid white;
    color: #222;
}


.jtalkTool .jt_sourceCode {
    position: absolute;
    top: 145px;
    bottom: 0;
    left: 0;
    right: 0;
}

.jtalkTool .jt_sourceCode textarea.source {
    width: 100%;
    height: 100%;
}