html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #3C3C3C;
    background-color: #f0f0f0;
}

#mainFrame {
    width: 100%;
}

a {
    color: #0f3b68;
    text-decoration: none
}

a:hover {
    color: #0f3b68;
    text-decoration: underline
}

ul {
    padding: 0;
}

.ui-button-icon-only {
    width: 28px!important;
    height: 28px!important;
}

.content {
    display: table;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.mainLeft{
    width: 740px;
    float: left;
    margin-right: 20px;
    min-height: 700px;
}

.mainRight{
    width: 240px;
    float: left;
}

/*header*/
#header {
    height: 80px;
    background-color: #0F3B68;
    color: white;
}

#logo {
    padding: 10px 0;
    float: left;
    font-size: 36px;
}

#menu {
    background-color: #838F9B;
    color: white;
    border-bottom: 1px solid #97A1AB;
    border-top: 1px solid #A6AEB7;
    font-size: 14px;
    margin-bottom: 20px;
    min-height: 37px;
}

#menu ul {
    margin: 0 !important;
}

#menu li {
    float: left;
    display: block;
    text-align: center;
    position: relative;
    padding: 6px 20px;
    border: none;
    margin: 2px 0;
}

#menu li a {
    color: white;
}

#menu li a:hover {
    text-decoration: none;
}

.menu-allround:hover {
    display: block;
    background: #0F3B68;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.menu-topround:hover {
    display: block;
    background: #0F3B68;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px
}

.dropdown-item{
    padding-bottom:10px
}
.dropdown-item li{
    display:list-item!important;
    padding:0 0 4px 0!important;
    margin:0!important;
    clear:both!important
}

.dropdown li{
    display: list-item!important;
    margin:0!important;
    clear:both!important
}

.dropdown a:hover{
    color:#99CAFF!important;
    text-decoration:underline!important
}

#user-menu, #customer-menu, #product-menu{
    margin:3px auto;
    float:left;
    position:absolute;
    left:-999em;
    text-align:left;
    padding:10px 5px 10px 5px;border:1px solid #0F3B68;
    -moz-border-radius:0px 10px 10px 10px;
    -webkit-border-radius:0px 10px 10px 10px;
    border-radius:0px 10px 10px 10px;
    border-top:none;
    background:#0F3B68;
    z-indeX:999
}

#user-menu {
    width: 200px;
}
#customer-menu {
    width: 200px;
}

#product-menu {
    width: 200px;
}


#menu li:hover #user-menu, #menu li:hover #customer-menu, #menu li:hover #product-menu{
    left:0px;top:30px
}

/*content*/
#mainContent {
    min-height: 500px;
}

.listTable {
    border: 1px;
    border-spacing: 0;
    width: 100%;
}

.listTable tbody tr th {
    background-color: #808080;
}

/*footer*/
#footer {
    height: 30px;
    /*background-color: #0A2540;*/
    /*border-top: 1px solid #364C62;*/
    /*padding: 10px;*/
    /*color: white;*/
}

.errorMsg {
    color: red;
}

.mg10-top {
    margin-top: 10px;
}

.mg20-top {
    margin-top: 20px;
}

.mg10-bottom {
    margin-bottom: 10px;
}

.mg10-left {
    margin-left: 10px;
}

.mg10-right {
    margin-right: 10px;
}

.tag{
    line-height: 1.5;
    margin-bottom: 3px;
    display: inline-block;
}

.tag a{
    background-color: #E0EAF1;
    border-bottom: 1px solid #b3cee1;
    border-right: 1px solid #b3cee1;
    padding: 2px 10px;
    margin: 3px 3px 3px 0;
    text-decoration: none!important;
    white-space: nowrap;
}

.tag a:hover{
    background-color: #c4dae9;
}

.articleTitle{
    font-size: 20px;
    margin: 20px 0;
    font-weight: bold;
}

.panelTitle {
    font-size: 16px;
    font-weight: bold;
}

.panelBox{
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}
