@CHARSET "UTF-8";
html {
    overflow-y: scroll !important;
}
body {
    margin: 0;
    text-align: center;
    background-color: #EBEBD3;
    font-family: arial, tahoma, helvetica, sans-serif, "冼�?","細�?�體", SimSun;
}
img {
    margin: 0;
    padding: 0;
    border: none;
}
div {
    margin: 0;
    padding: 0;
}
div#bg {
    width: 1000px;
    margin: 0 auto;
    background: #FFF url('../images/portal_bg2.png');
}
div#portal {
    width: 986px;
    margin: 0 auto;
    vertical-align: top;
    display: block;
    text-align: left;
}
a:focus {
    outline-style: none;
}

/** header block **/
div#header {
    width: auto;
    height: 68px;
    margin: 0 0 7px 0;
    vertical-align: top;
}
table#header {
    width: 100%;
    height: 68px;
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: top;
}
table#header td#logocell {
    width: 265px;
    height: 68px;
    padding: 0;
    background: url('../images/logo-full-beta.png') top left no-repeat;
    vertical-align: top;
}
table#header td#logocell div.logo{
    width: 265px;
    height: 68px;
    padding: 0;
    margin: 0;
}
table#header td#logocell div.logo img{
    width: 265px;
    height: 68px;
    padding: 0;
    margin: 0;
}

table#header td#logocell-license,  table#header td#logocell-license-test {
    width: 265px;
    height: 68px;
    padding: 0;
    background: url('../images/logo-full-beta-license.png') top left no-repeat;
    vertical-align: top;
}
table#header td#logocell-license-test {
    background: url('../images/logo-full-beta-license-test.png') top left no-repeat;
}
table#header td#logocell-license div.logo{
    width: 265px;
    height: 68px;
    padding: 0;
    margin: 0;
}
table#header td#logocell-license div.logo img{
    width: 265px;
    height: 68px;
    padding: 0;
    margin: 0;
}

table#header td#topcell {
    background: #535F6C url('../images/topcell.png') top left repeat-x;
    padding: 0;
    height: 16px;
}
table#header td#navcell {
    background-color: #FFFFFF;
    padding: 0 7px 0 0;
    height: 52px;
}
table#header td div.slogan {
    padding: 0;
    margin: 0;
    color: white;
    position: relative;
    top: 25px;
    left: 105px;
    width: 135px;
    font-size: 9px;
    line-height: 10px;
}
/** content block **/
div#p2content {
    position: relative;
    background-color: #FFFFFF;
    padding: 10px 0;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

div#content {
    position: relative;
    background: #FFFFFF url('../images/content-top-line.png') top left repeat-x;
    padding: 24px 0;
    width: 100%;
    float: left;
    margin: 20px 0 10px 0;
}
div.column {
    display: inline;
    margin: 0 0 0 20px;
    overflow: hidden;
    float: left;
}
/** footer block **/
#footer {
    clear: both;
    font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
    height: 30px;
    font-size: smaller;
    color: #808080;
    background-color: #cdd2d8;
    text-align: left;
    padding: 10px 20px 4px 20px;
    border-top: solid 1px #949fac;
}
#footer a {
    text-decoration: none;
    color: #808080;
}
#footer a:hover {
    text-decoration: underline;
    color: #808080;
}
#footer span#sn {
    color:#cdd2d8;
}

/** lists start **/
table.listtable {
    margin: 0;
    padding: 0;
    width: 100%
}
table.listtable td {
    vertical-align: top;
    background: url('../images/divider.png') left bottom repeat-x;
    padding: 4px 0 5px 0;
}
table.listtable td.arrow {
    width: 17px;
}
table.listtable tr.last td {
    background-image: none;
}
table.listtable td a {
    font-weight: bold;
    text-decoration: none;
    line-height: 18px;
}
table.listtable td div {
    display: block;
    width: 17px;
    height: 17px;
    background: url('../images/bullet-blue.png') left 3px no-repeat;
}
table.listtable tr.selected td div {
    background-image: url('../images/bullet-orange.png');
}
table.listtable tr.selected td a {
    color: #FF6600;
}

table.listtable tr.hidden td{
    font-weight: bold;
    text-decoration: none;
    line-height: 18px;
    color: #D3D3D3;
}

table.listtable tr.hidden td a {
    color: #D3D3D3;
}
/** lists end **/
span.validationMark {
    color: red;
    font-weight: bold;
    margin-left: 5px;
    padding-left: 10px;
    background: url('../images/arrow.png') left center no-repeat;
}
.modifiedInput {
    width: 170px;
    background-color: #F0FAEA;
}
.nonModifiedInput {
    width: 170px;
}
/* HINTS */
.hint {
    display: none;
    position: absolute;
    width: 140px;
    min-height: 20px;
    margin-left: 11px;
    border: 1px solid #c93;
    padding: 8px;
    background: #ffc url('../images/pointer.png') no-repeat -10px 5px;
    font: 11px tahoma, arial, helvetica, sans-serif;
    color: #444;
    text-align: left;
}
.hint p {
    margin: 0px;
    padding: 0px;
}
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url('../images/pointer.png') left top no-repeat;
}
/* catalog list */
.listItem-name {
    font-weight: bold;
    color: #515E66;
}
.listItem-price {
    text-transform: uppercase;
    color: #FF9933;
}
.listItem-description {
    color: #515E66;
    display: block;
    padding-top: 10px;
}
.listItem-pipe {
    color: #D1D5DB;
}
/** page stepper */
div.portlet div.stepper table tr {
    vertical-align: bottom;
}
div.portlet div.stepper table td {
    line-height: 13px;
}
div.portlet div.stepper a {
    color: #515E66;
    text-decoration: none;
}
div.portlet div.stepper a.stepper-left {
    color: #76B7BE;
    background: url(../images/first-page.png) left center no-repeat;
    padding-left: 15px;
}
div.portlet div.stepper a.stepper-left-disabled {
    color: #BBBBBB;
    background: url(../images/first-page-disabled.png) left center no-repeat;
    padding-left: 15px;
}
div.portlet div.stepper a.stepper-right {
    color: #76B7BE;
    background: url(../images/last-page.png) right center no-repeat;
    padding-right: 15px;
}
div.portlet div.stepper a.stepper-right-disabled {
    color: #BBBBBB;
    background: url(../images/last-page-disabled.png) right center no-repeat;
    padding-right: 15px;
}

/* default */