html, body, h1, h2, h3, h4, h5, h6, div, p, a, img, ul, li, table, tr, th, td, col, form, input, label, textarea, select, option, sup, sub, iframe, object {
    background: transparent;
    color: inherit;
    font-size: 100%;
    font-family: inherit;
    font-weight: 500;
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: baseline;
}

html {
    height: 100%;
    overflow-x: auto;
    overflow-y: scroll;
}

body {
    min-height: 100%;
    height: 100%;
    text-shadow: none;
}

sup, sub {
    position: relative;
    font-size: 11px;
}

sup {
    top: -4px;
}

sub {
    bottom: -2px;
}

:hover, :active, :focus {
    outline: none;
}

input, label, select {
    cursor: pointer;
    vertical-align: middle;
}

input[type="button"], input[type="submit"] {
    overflow: visible;
}

input[type="text"], input[type="password"], textarea {
    cursor: text;
    resize: none;
}
table {
    width: 100%;
    border: 0;
}
textarea {
    vertical-align: top;
    overflow: auto;
}

option {
    padding: 0 1em 0 0;
}

label input {
    position: relative;
    bottom: 1px;
    _top: 1px;
    *margin: 0 -3px 0 -4px;
}

body {
    background: #fff;
    color: #4d4d4d;
}

body, input, select, option, textarea {
    font: 500 12px/1.5 Arial, Helvetica, Garuda, "Liberation Sans", FreeSans, sans-serif;
}

/** preset **/
.border {
    border: 1px solid #cccccc;
    border-left-width: 3px;
}

input[type="text"],
input[type="password"],
input[type="file"],
textarea,
select {
    background: #fff;
    border: 1px solid #999999;
    padding: 2px 3px;
    color: #333;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.colorBlue {
    color: #2180e5 !important;
}

.fR {
    float: right;
}

.hAC {
    text-align: center !important;
}

.hAR {
    text-align: right !important;
}

.dot {
    margin: 8px 0;
    background: url(../images/dot.gif);
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.linkEffect,
.linkEffect * {
    opacity: .9;
    filter: alpha(opacity=90);
}

.linkEffect:hover,
.linkEffect:hover * {
    opacity: 1;
    filter: alpha(opacity=100);
}

.textBold {
    font-weight: 700 !important;
}

.textNormal {
    font-weight: 500 !important;
}

/****/

.login {
    width: 335px;
    position: absolute;
    left: 50%;
    margin: 10% 0 0 -168px;
    background-color: #efefef;
    padding: 20px 0 0;
}

.login form {
    padding: 20px 20px 40px;
}

.login .links {
    text-align: right;
    padding: 10px 40px 0 0;
}

.login .remind {
    text-decoration: underline;
    color: #aaa;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
}

.login .remind:hover {
    text-decoration: none;
}

.login .buttons {
    padding: 0 40px 0;
    text-align: right;
}

.login .infos {
    padding: 0 10px 10px;
    text-align: justify;
    font-size: 11px;
}

.login label {
    position: relative;
    display: block;
    margin: 10px 0;
    clear: both;
}

.login label em {
    font-style: normal;
    display: inline-block;
    width: 100px;
    text-align: right;
}

.login label input {
    position: absolute;
    left: 110px;
    width: 134px;
}

.go {
    height: 19px;
    text-align: center;
    background-color: #efefef;
    color: #34495e;
    font-weight: 700;
    padding: 0 .5em;
}

.page {
    width: 96%;
    margin: 2%;
    border: 1px solid #4E586A;
    position: relative;
    background-color: #efefef;
}

.page .nav {
    height: 50px;
    background-color: #008b8b;
    border-bottom: 1px solid #006666;
    position: relative;
    z-index: 1;
}

.page .nav .logout {
    line-height: 38px;
    color: #fff;
    text-decoration: none;
    padding: 0 20px 0 0;
    position: absolute;
    top: 6px;
    font-weight: bold;
    right: 10px;
    opacity: .9;
    filter: alpha(opacity=90);
    display: none;
}

.page .nav .logout:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.page .nav .menu {
    height: 50px;
    list-style: none inside;
}

.page .nav .menu li {
    margin-right: -3px;
    display: block;
    float: left;
    position: relative;
    z-index: 1;
    border-right: 1px solid #006666;
}

.page .nav .menu li a {
    padding: 0 16px;
    text-decoration: none;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    float: left;
}

.page .nav .menu li a:hover {
    background-color: #006666;
}

.page .nav .menu li ul {
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    *list-style: none outside;
    z-index: 2;
    width: 180px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top: none;
}

.page .nav .menu li ul ul {
    left: 180px;
    margin: 0;
    z-index: 6;
    width: 210px;
    top: 0;
    border-top: 1px solid #cccccc;
}

.page .nav .menu li ul li {
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    float: left;
    line-height: 20px;
}

.page .nav .menu li ul a,
.page .nav .menu li ul ul a {
    display: block;
    height: 20px;
    line-height: 20px;
    color: #222;
    font-weight: 500;
    padding: 5px 10px;
    font-size: 11px;
    float: left;
}

.page .nav .menu li ul li:hover {
    background-color: #efefef;
}

.page .nav .menu li ul li a:hover {
    background-color: transparent;
}

.page .nav .menu li:hover ul {
    visibility: visible;
    z-index: 3;
}

.page .nav .menu li:hover ul ul {
    visibility: hidden;
}

.page .nav .menu li:hover ul li:hover ul {
    visibility: visible;
    z-index: 5;
}

.page .content {
    background-color: #efefef;
    padding: 4px 0 0;
}

.page .content-here {
    width: 96%;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    border: 1px solid #cccccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #000;
    font-size: 13px;
}

.page .content .title {
    color: #34495e;
    font-weight: 700;
    margin: 7px 20px 9px;
}

.page .content .title a {
    color: #34495e;
}

.page .content .hud {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.page .content .hud td {
    vertical-align: bottom;
}

.page .content .hud .fx01 {
    line-height: 0;
    font-size: 0;
}

.page .content .table-admin {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1em;
}

.page .content .table-admin caption {
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #34495e;
    padding: 3px 0 1px;
    margin: 0 0 0 -1px;
}

.page .content .table-admin th {
    color: #34495e;
    background-color: #efefef;
    font-size: 12px;
}

.page .content .table-admin th a {
    color: #34495e;
}

.page .content .table-admin th,
.page .content .table-admin td {
    border: 1px solid #cccccc;
    vertical-align: middle;
    text-align: center;
    padding: 2px 4px;
}

.page .content .table-admin .td-no-border {
    border: none !important;
}

.page .content .table-no-border {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: none !important;
}

.page .content .table-no-border td {
    border: none !important;
}

.page .content .table-admin .odd td {
    background: #efefef;
}

.page .content .table-border {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #cccccc !important;
}

.page .content .table-border th,
.page .content .table-border td {
    border: 1px solid #cccccc !important;
    padding: 2px;
}

.page .footer {
    background: #cccccc;
    border-top: 1px solid #4E586A;
    height: 40px;
    padding: 10px 0 0 14px;
    color: #34495e;
    font-size: 11px;
    margin-top: 20px;
}

.up,
.down,
.delete {
    display: inline-block;
    *display: block;
    position: relative;
    top: 0;
    opacity: .8;
    filter: alpha(opacity=80);
}

.up:hover,
.down:hover,
.delete:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.up {
    background: url(../images/iconUp.gif) no-repeat;
    width: 14px;
    height: 16px;
}

.down {
    background: url(../images/iconDown.gif) no-repeat;
    width: 14px;
    height: 16px;
}

.delete {
    background: url(../images/trash.png) no-repeat;
    width: 13px;
    height: 14px;
}

.alertBox,
.confirmBox {
    position: fixed;
    _position: absolute;
    width: 400px;
    top: 200px;
    left: 50%;
    margin-left: -200px;
    z-index: 2001;
    background: #34495e;
    border: 1px solid #4E586A;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.alertBox .content,
.confirmBox .content {
    min-height: 30px;
    margin: 10px;
    padding: 10px 16px 16px;
    border: 1px solid #4E586A;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    zoom: 1;
}

.alertBox .content {
    background: #ffffff;
}

.confirmBox .content {
    background: #ffffff;
}

.alertBox .content h2,
.confirmBox .content h2 {
    margin: 0 0 1em;
    font: 700 16px/16px Tahoma;
    padding-top: 8px;
    min-height: 14px;
}

.alertBox .button,
.confirmBox .button {
    text-align: center;
    padding: .5em 0 1em;
}

.overlay {
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    opacity: .3;
    filter: alpha(opacity=30);
    background: #000000;
}

.close {
    background: url(../../resources/images/buttons/close01.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 14px;
    margin: 0 4px 10px 0;
    width: 14px;
}

.minimize {
    background: url(../../resources/images/buttons/minimize01.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 14px;
    margin: 0 4px 10px 0;
    width: 14px;
}

.minimize:hover {
    background-position: 0 -14px;
}

.maximize {
    background: url(../../resources/images/buttons/maximize01.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 14px;
    margin: 0 4px 10px 0;
    width: 14px;
}

.maximize:hover {
    background-position: 0 -14px;
}

.popUpSmall {
    position: absolute;
    left: 450px;
    top: 50px;
    background: #efefef;
    width: 450px;
    border: 1px solid #4E586A;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    z-index: 66;
    min-width: 200px;
}

.popUpSmall .table-admin th {
    cursor: move;
    min-width: 200px;
}

.popUpSmall02 {
    position: absolute;
    width: 400px;
    top: 0;
    left: 0;
    z-index: 2001;
    background: #6CA5B0;
    border: 1px solid #4E586A;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.popUpSmall02 .content {
    background: #F2FDFF;
    min-height: 30px;
    margin: 6px;
    padding: 10px 16px 16px;
    border: 1px solid #4E586A;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    zoom: 1;
}

.popUpSmall02 .table-admin th {
    cursor: move;
}

.green {
    background: #88DA5D;
}

.mouse {
    background: url(../../resources/images/loader.gif) no-repeat;
    width: 64px;
    height: 64px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.radioMatrix {
    position: relative;
}

.disabled {
    background: #eee !important;
    cursor: default !important;
}

#dvEditModule {
    border: 1px solid #999999;
    border-radius: 6px;
    padding: 15px;
    visibility: hidden;
}

.page .content #dvPopUp .table-admin th,
.page .content #dvPopUp .table-admin td {
    border-color: #ffffff;
}

.page .content #dvPopUp .table-admin th {
    background-color: #34495e;
    color: #ffffff;
    line-height: 30px;
}

.page .content #dvPopUp .table-admin th .close {
    margin: 6px 10px 10px 0;
}
