.ui-tabs .ui-tabs-hide {
    display: none;
}

.tabContent, .tabsContainer{
    height:400px;
    min-height:400px;
    margin-bottom:10px;
    padding-bottom:10px;
    background: #fff;
}

li a.tab{
    padding: 5px;
    font-weight:600;
    font-size: 1.2em;
}

#tooltip{
    display:none;
    z-index:999;
    padding:10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    background:url(../images/jqueryUI/ui-bg_highlight-soft_75_a37cc2_1x100.png) repeat-x scroll 50% 50%;
    border:solid 1px gray;
    /*font:normal 125% 'Trebuchet MS',Helvetica,sans-serif;*/
}

.searchFormTable{
    float:left;
    /*width:100%;*/
    height:90% !important;
    min-height:90%;
    border-collapse:collapse;
}

.searchFormTable td {
    padding:3px;
}

.searchFormHeader{
    font:bolder 200% 'Trebuchet MS',Helvetica,sans-serif;
    text-align:center;
    padding: 5px 0px 10px 0px;
}

.searchFormFooter{
    position:absolute;    
    margin-top:370px;
    height:30px;
    text-align:right;
}

.searchFormLabel, .searchFormInput{
    line-height:120%;
    /*font:700 110% Verdana,sans-serif;*/
}

.searchFormLabel{
    width:20%;
}

.keywordsLabel{
    font-size:medium;
    font-weight:bold;
    padding-bottom:10px;
}

.keywordsLabel,.keywordsInput,.keywordsTooltip{
    border-bottom: dotted 1px black;
}

#keywords{
    padding:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-size:medium;
    margin-bottom:10px;
}

.searchFormInput input, .searchFormInput select{
    /* width:95%;*/
    padding-left:10px;
}

.searchFormHidden{
    display:none;
}

.checkbox input{
    width:10px;
    margin:0px;
    margin-right:5px;
}

input.submit{
    padding:5px;
    margin-right:15px;
    font:bold 125% cursive;
    background: url(../images/jqueryUI/ui-bg_highlight-soft_75_a37cc2_1x100.png) repeat-x scroll 50% 50%;
    border: solid 2px #ABA79D;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

span.arrow{
    font-size: 0px; line-height: 0%; width: 0px;
    border: 14px solid transparent;
    border-left: 14px solid #ABA79D;
    margin-left:-13px;
    position:relative;
    top:-5px;
}

input.submit:hover, span.arrow:hover{
    cursor:pointer;
}

.keywordsTooltip{
    font-size:150%;
    font-weight:bold;
}

.tooltip{
    font-weight:bold;
    width:100%;
    text-align:center
}

.tooltip:hover{
    cursor:pointer;
}