div.actions h3{display: none;}
div.actions{float: left; margin-bottom: 15px; position: absolute; top: 130px; right: 20px; }
div.actions li{float: left; margin-left: 7px;}
div.actions li a{
    color: #fff;
    font-weight: bold;
    border: 1px solid #ED9810;
    background: #F6A828 url(../images/ui-bg_gloss-wave_35_f6a828_500x100.png) repeat-x scroll 50% 50%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: lowercase;
    padding: 4px 7px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
}
table {width: 100%;}
div.actions li a:hover{text-shadow: none;}

/** actions in tabs */
.tabs div.actions{position: relative; top: auto; right: auto; margin-left: -8px; margin-top: -14px;}
.panes{display: none; clear: both;}
.pane{position: relative; }
.panes div.actions{top:15px; right: 0px;}
.panes .ui-tabs-panel h2{display: none;}

/* Paging */
div.paging {color: #888; margin-bottom: 2em;}
div.paging div.disabled {color: #bbb; display: inline;}
div.paging span.current {color: #000;}

#content p.table-details{margin: 0px; padding: 0px; border: 1px solid #DCD9C6; font-size: 0.95em; padding-left: 5px;}

/*Online help*/
.online-help{top:177px; left:20px; display: none; position: absolute; border: 1px solid #ccc; border-top: none; width: 67%; background-color: #fff79f;}
.online-help h2{color: #fff;margin: 0px; padding: 3px; font-size: 120%; font-family: 'Georgia','Times New Roman'; background: #FFFFFF url(../images/menu-bg-green.jpg) repeat scroll left top}
.online-help div.content{margin: 20px 20px 20px 20px; text-align: justify;}
.online-help .close{margin: 0px 0px 0px 0px; float: left; color: #fff; padding: 2px 7px; font-family: "Lucida Grande","Lucida Sans",sans-serif; background: none; font-weight: bold; font-size: 120%;}
.online-help .close{float:right;margin: 0px;}
div.help{width: auto; top:128px; right: 20px; padding: 2px 7px; color: #fff; font-weight: bold; position: absolute; background-color: #9FB03E;}
div.help a{color: #fff;}

.ui-widget-content td.actions a  { color: #419BE0; }
.ui-widget-content th a{color: #fff;}
th a{padding-right: 13px;}
th a.asc{background: transparent url('../img/up.png') right center no-repeat;}
th a.desc{background: transparent url('../img/down.png') right center no-repeat;}

#header_search_box {
    text-align: right;
    float: right;
    background-color: #ffffff;
    width: 25%;
    height: 55px;
    line-height:55px;
}

#header_search_box input{
    margin-right:10px;
    color: #7C7C7C;
}