.ui-floating-message 
{
    border: 1px solid #cccccc;
    background-color: #efefef;
    font-size: 8pt;
    z-index: 10;
}

.floating-orange 
{
    background-color: #ffd012;
    border: 1px solid #e8b463;
    color: #000000;
}

.floating-error
{
    background-color: #F75D59;
    border: 1px solid #F75D59;
    color: #000000;
}

.ui-dialog-titlebar-close { display: none }

.accordion { width:95%; list-style:none; color:#033; margin:0 auto 10px}
.accordionSection  { overflow:hidden; background:#fff; margin-bottom: 10px}
.accordionContentOpen { display:block }


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loader {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('image/hourglassanim.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    /* overflow: hidden;    */
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loader {
   /* display: block;*/
}


	
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; background:white;}
	
.show 
{
    display: block;
}

.hide
{
    display: none;
}


.ui-tabs-vertical { width: 55em; } 
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; } 
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; } 
.ui-tabs-vertical .ui-tabs-nav li a { display:block; } 
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; } 
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 69em} 

.ui-tabs-vertical-chr .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; } 
.ui-tabs-vertical-chr .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; } 
.ui-tabs-vertical-chr .ui-tabs-nav li a { display:block; } 
.ui-tabs-vertical-chr .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; } 

.small-square-icon { display: inline-block; width: 16px; height: 16px; border-radius: 4px; background-color: #C0C0C0; }

.talent-grid { border-collapse: collapse; }
.talent-grid tr:first-child { border: 1px Solid #000; }

.talent-grid th { padding: 5px 0; text-align: left; }
.talent-grid th:first-child { padding: 5px; }

.talent-grid td { padding: 5px 0; border-bottom: 1px Dotted #aaa; text-align: left; }
.talent-grid td:first-child { padding: 5px; }