.inmain {
	max-width: 1250px;
}
#app-navigation {
    margin: 0;
    width: 14%;
    float: left;
}

#app-navigation h1, #app-navigation h2, #app-navigation h3 {
    color: #959595;
    margin: 0.4em 0 0.6em 0;
    white-space: nowrap;
    overflow: hidden;
}

#app-navigation ul {
    display: inline; /* IE Fix */
}

#app-navigation ul {
    display: block;
    background: #fafafa;
    min-height: 465px;
    border: 0.05em solid #eee;
    border-top: none;
}

#app-navigation ul li {
    padding: 0.5em;
    margin: 0.1em 0 0.3em 0;
    white-space: nowrap;
    overflow: hidden;
}

#app-navigation ul .disabled {
    color: #D4D0C8;
}

#app-navigation ul a {
    color: #444;
    display: block;
    font-weight: normal;
    padding: 0.1em 0.3em 0.1em 0.3em;
}

#app-navigation ul .selected {
    background-color: #fff;
    margin-right: 0;
}

#app-navigation ul .selected a {
    color: #F9924B;
    padding: 0.1em 0.3em 0 0.3em;
}

#app-navigation ul a:hover {
    text-decoration: none;
    color: #F9924B;
}

#app-navigation ul a:focus {
    text-decoration: underline;
}

#app-navigation h2 {
    background: #008C8C;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    border-bottom: 1px solid #f8981e;
    margin: 0;
}

.contentarea {
	width: 85%;
    margin-top: 35px;
    min-height: 600px;
    float: right;
}

.button-bar {
    display: table;
    margin-bottom: 1.0em;
}

.button-bar ul {
    display: inline; /* IE Fix */
}

.button-bar form, .button-bar ul li {
    float: left;
    margin-right: 5px;
}

.button-bar ul .opposed {
    float: right;
}

.button-bar ul a {
    display: block;
}

.button-bar .opposed, .button-bar .opposed li, .button-bar ul .opposed {
    float: right;
}

.tab-bar {
    display: table;
    border-bottom: 0.01em solid #ccc;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
}

.tab-bar ul li {
    margin-right: 0.5em;
    margin-bottom: -1px;
    background: #fff;
    border-top: 0.1em solid #ccc;
    border-right: 0.1em solid #ccc;
    border-left: 0.1em solid #ccc;
    padding: 0.6em;
    white-space: nowrap;
}

.tab-bar ul a, .tab-bar ul a:visited {
    color: #666;
}

.tab-bar ul .selected {
    border-bottom: 0.1em solid #FFF;
}

.tab-bar ul a:hover, .tab-bar ul .selected, .tab-bar ul .selected a,
    .tab-bar ul .selected a:hover {
    color: #F9924B;
    text-decoration: none;
}

.tab-bar ul a:focus {
    text-decoration: underline;
}

.tab-bar ul .disabled {
    color: #ccc;
}
.action-bar a {
    margin-right: 5px;
}
.page-title {
	color: #008C8C;
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: bold;
}
.inban {
    height: 130px;
}

/* ------------------------------- */
/*      List Navigation Style      */
/* ------------------------------- */
.nav-pager {
    font-weight: bold;
    line-height: 3.5em;
    height: 3.5em;
    margin: 0.5em 0 0.5em 0;
}

.nav-pager ul {
    display: inline; /* IE Fix */
}

.nav-pager ul li {
    float: left;
    vertical-align: center;
}

.nav-pager ul li a {
    display: block;
}

.nav-pager ul a {
    padding: 0 1em 0 1em;
    text-decoration: none;
}

.nav-pager ul a:hover {
    color: #FFF;
    background-color: #F9924B;
}

.nav-pager ul .nav-pagesize, .nav-pager ul .nav-page-select, .nav-pager ul .nav-displaying
    {
    padding: 0 1em 0 1em;
}

.nav-pager ul .nav-first-disabled, .nav-pager ul .nav-previous-disabled,
    .nav-pager ul .nav-next-disabled, .nav-pager ul .nav-last-disabled {
    color: #D4D0C8;
    padding: 0 1em 0 1em;
}

.nav-pager ul .nav-displaying {
    border-right: none;
}

/****************************** styles for buttons *********************************************/

.buttontext, button, input[type="reset"], input[type="submit"], input[type="button"] {
    background: #F9924B;
    border: 0.1em solid transparent;
    cursor: pointer;
    color: #FFF;
    display: inline-block;
    font-weight: bold;
    outline: 0;
    overflow: visible;
    padding: 0.4em 1em 0.4em;
    text-decoration: none;
    /*text-transform:uppercase;*/
    width: auto;
    /* IE7 */
    *padding-top: 0.2em;
    *padding-bottom: 0;
}
.btn a  {
    color: #FFF;
}
.btn, a.btn {
    color: #FFF;
    background-color: #008C8C;
    padding: 0.5em 0.5em;
    text-decoration: none;
    border: 1px solid transparent;
    display: inline-block;
}
.btn.icon, a.btn.icon {
	color: #FFF;
    padding-left: 2.2em;
    vertical-align: middle;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 6px 6px;
}
.btn.icon.new {
    background-image: url("../images/new.png");
}
.btn.icon.view {
	font-weight: bold;
    color: #008C8C;
    background-image: url("../images/view.png");
    background-color: transparent;
}
.btn.icon.viewBtn {
    background-image: url("../images/view-btn.png");
}
.btn.icon.edit {
    background-image: url("../images/edit.png");
}
.btn.icon.update {
    background-image: url("../images/update.png");
}
.btn.icon.submit {
    color: #FFF;
    font-size: 1em;
    font-weight: normal;
    border-radius: 3px;
    padding: 0.5em 0.5em 0.5em 2.2em;
}
.btn.icon.save {
    background-image: url("../images/save.png");
}
.btn.icon.submit.save {
    background-color: #008C8C;
}
.btn.icon.disable {
    background-image: url("../images/disable.png");
    background-color: #ccc;
}
.btn.icon.enable {
    background-image: url("../images/enable.png");
}
.btn.icon.cancel {
    background-image: url("../images/cancel.png");
    background-color: #CCC;
}
.btn.icon.delete {
    background-image: url("../images/delete.png");
    background-color: #CCC;
}
.btn.icon.reset {
    background-image: url("../images/reset.png");
}
.btn.icon.download {
    background-image: url("../images/download.png");
}
.btn.icon.export {
    background-image: url("../images/export.png");
}
.btn.icon.print {
    background-image: url("../images/print.png");
}
.btn.icon.renewal {
    background-image: url("../images/renewal.png");
}
.btn.icon.upload {
    background-image: url("../images/upload.png");
}
.btn.icon.copy {
    background-image: url("../images/copy.png");
}
.btn.icon.import {
    background-image: url("../images/import.png");
}
.btn.icononly {
    padding: 1.2em;
    vertical-align: middle;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: transparent;
}
.btn.icononly.apply {
    background-image: url("../images/apply.png");
}

/** styles for message ***/
#content-messages {
	position: absolute;
    left: 50%;
    margin-left: -200px;
}
.message {
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 3px 18px;
    min-height: 40px;
}
.message .text{
    display: block;
    padding: 20px 0 20px 30px;
}
.message.confirm{
    background-image: url("../images/question.png");
}
.message.successed{
    background-image: url("../images/successed.png");
}
.message.failed{
    background-image: url("../images/failed.png");
}
.message .inputs{
    padding: 0px 0 20px 5px;
}
.message .buttons{
    text-align: center;
}

/** styles for upload **/
.field-lookup a {
    background: url(../images/fieldlookup.gif) no-repeat 0 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.6em;
    width: 16px; /* Setting must be in px */
    height: 16px; /* Setting must be in px */
}

.field-lookup a.clearField {
    width: auto;
}

.upload-file-container {
    width: 250px;
}

.upload-fields{
    padding: 0;
    margin: 5px;
}

.upload-fields li{
    padding: 0;
    margin: 10px 0;
}

.upload-button {
    display: block;
    width: 50px;
    height: 20px;
    margin-top: 10px;
    background: url(../images/upload-btn.png) no-repeat 0 0;
    padding-left: 20px;
}

.progress-content {
    display: none;
}

.progress-content div {
    display: inline-block;
}

.progress-content .progress-bar {
    width: 30%;
    height: 7px;
    line-height: 7px;
    margin-left: 5px;
}

.progress-content .progress-num {
    margin-left: 5px;
}

.upload-file-tip {
    font-size: 0.9em;
    color: #ccc;
}

#UpdatePassword table tr td.label,
#EditPersonalInfo table tr td.label,
.screenlet-body table tr td.label {
    width: 80px;
}

/** 升级提醒 **/
.update-content-container .screenlet-title-bar ul .h3{
	float: none;
}
.update-content-container .update-contents {
	max-height: 300px;
}

/** 对话框 **/
.dialog-tab {
    border: none;
}
.dialog-tab .ui-tabs-nav {
    background: none;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}