.dragging { position:absolute; }
.talonui_menubar {
    background-image: url(menubar.png);
    height: 26px;
    border: 1px solid #AAA;
    margin-bottom: 10px;
}

.talonui_menuitem {
    padding: 6px 10px;
    float: left;
    border-right: 1px solid #AAA;
}

.talonui_menuitem:hover {
    cursor: pointer;
    border-right: 1px solid #769DC0;
    background-color: #ABD6FF;
    background-image: url(menuitem_act.png);
}

.talonui_menuitem .talonui_icon {
    margin-bottom: -3px;
    margin-right: 5px;
}

.talonui_menuitem_first { }
.talonui_menuitem_last { border-right: 0px }

.talonui_menuitem .fa {
    margin-right: 5px;
}

.talonui_tabs_outer {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

#tal_content_mainpanel .talonui_tabs_outer { margin: 10px; }

.talonui_tabcontent {
    position: absolute;
    overflow-y: scroll
        ; }
.talonui_tabbar {
    position: absolute;
}

.talonui_tabitem {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: hidden;
}

.talonui_tabbaritem {
    position: relative;
    padding: 2px 10px;
    border-top: 0px;
    margin: 3px;
    float: left;
    height: 20px;
    background: #DFDFDF;
    cursor: pointer;
    color: #444;
    line-height: 20px;
}

.talonui_tabbaritem_closable
{
    padding-right: 30px;}

.talonui_tabbaritem_current {
    background: #555;
    -webkit-box-shadow: 0px 0px 2px #000;
    -moz-box-shadow: 0px 0px 2px #000;
    color: #FFF;
}

.talonui_removeicon {
    width: 16px;
    height: 16px;
    background-image: url(../../icons/16/del_grey.png);
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -8px;
    cursor: pointer;
}

.tal_project_accitem_title
{
    cursor: pointer;
    background-color: #EEE;
    height: 25px;
    line-height: 25px;
    border-top: 1px solid #AAA;
    padding: 0px 10px;
    color: #333;
}

.tal_project_accitem {

}



.talonui_accitem_inner
{
    overflow-y: scroll;  
    position: relative;
}

.talonui_submenuitem_container .talonui_menuitem
{
    clear: both;
    border-right: 0px;
    border-bottom: 1px solid #AAA;
}

.talonui_acc_act {
    background-color: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#444));
    background: -moz-linear-gradient(top, #777, #444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777', endColorstr='#444');
    color: #FFF;
}

.talonui_submenuitem_container {
    position: absolute;
    background-color: #FFF;
    border: 1px solid #AAA;
}

.talonui_tree_nodelist
{
    margin-left: 15px;
    padding: 0px;
    list-style-type: none;
}

.tree_current > div {
    font-weight: bold;
    background: rgba(255,255,255,0.1);
}

.talonui_tree_nodelist li {
    line-height: 18px;
    margin: 2px;
    padding: 2px;
    cursor: pointer;
}


.talonui_tree_nodelist ul:hover li:hover {
    /*background: rgba(200, 200, 200, 0.5);*/
    -moz-border-radius: 5px 5px 5px 5px;
    line-height: 18px;
}

.talonui_notify {
    position: absolute;
    right: 20px;
    top: 20px;
    min-width: 200px;
    z-index: 400;
}

.talonui_notify > div {
    background: #FFF; padding:15px;
    margin-bottom: 20px;
}

#myformframe, .myformframe { display: none; }

.talonui_grid_table {
    width: 100%;
    border-collapse: collapse;
}

.talonui_grid_table th {
    background: #333;
    color: #FFF;
    padding: 5px 5px 5px 20px;
    text-align: left;
    cursor: pointer;
}

.talonui_grid_table th.sorted_asc {
    background: url(../../icons/16/arrow_white_up.png) center left no-repeat #333;
}

.talonui_grid_table th.sorted_desc {
    background: url(../../icons/16/arrow_white_down.png) center left no-repeat #333;
}

.talonui_grid_table td {
    border-top: 1px solid #DDD;
    padding: 3px;
}

.row_selected td {
    background: #DDD;
}

.state {
    padding: 10px;
    margin: 10px;
    text-align: center;
}
