
/* eric meyer reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* basic styles */

.clear { clear: both; }

p, ul, li {
    margin: 1em 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

h2 {
    font-size: 1.5em;
    margin: .83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

a {
    color: #000;
}


table th, table td {

    padding: 3px 7px;

}

table th {

    text-align: left;

}

ul {

    margin-left: 25px;

    list-style-type: disc;

}

ol {

    margin-left: 25px;

    list-style-type: decimal;

}

/* site styles */

body {

    font-family: Arial;
    font-size: 13px;
    line-height: 1.4em;

    background-color: #cfcfcf;

}


.message_error, .message_warning, .message_notice {

    width: 893px;
    height: 20px;
    overflow: hidden;

    padding: 5px 0px 5px 30px;

    color: #FFF;

    background-position: top left;
    background-repeat: no-repeat;

    font-size: 14px;
    font-weight: bold;

    margin-bottom: 7px;

}

.message_error {

    background-image: url('../img/frontend/bg_message_error.gif');

}

.message_warning {

    background-image: url('../img/frontend/bg_message_warning.gif');

}

.message_notice {

    background-image: url('../img/frontend/bg_message_notice.gif');

}


ul.errors {

    color: red;

}

button,
.button {

    background: #cdcdcd url('../img/frontend/bg_button.gif') top left no-repeat;

    display: inline;
    padding: 2px 7px 2px 14px;

    color: #333;
    text-decoration: none;

    font-family: Arial;
    font-size: 12px;
    line-height: 16px;

    cursor: pointer;

    border: 1px solid #7e7e7e;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

button {

    padding: 0px 5px 0px 10px;

}

button:hover,
.button:hover {

    background-position: 0px -17px;
    text-decoration: none;

}

.hr_dark {

    width: 923px;
    height: 1px;
    overflow: hidden;

    background-color: #000;

    margin: 10px 0px;

}

.hr_grey {

    width: 923px;
    height: 3px;
    overflow: hidden;

    background-color: #ccc;

    margin: 10px 0px;

}

h1 img {

    vertical-align: middle;

}


form {
    width: 923px;
    overflow: hidden;
}

form fieldset {

    width: 881px;
    padding: 10px 20px;
    overflow: hidden;
    margin: 10px 0px;

    background: #ececec url('../img/frontend/bg_grey.gif') bottom left repeat-x;
    border: 1px solid #d1d1d1;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    display: inline; /* keeps IE6 happy with collapsing margins */

}

form .formElementLong {
    clear: both;
    width: 861px;
    padding: 5px 10px;
    overflow: hidden;
}
form .formElementLeft {
    clear: both;
    float: left;
    width: 110px;
    padding: 5px 10px;
    overflow: hidden;
}
form .formElementRight {
    float: left;
    width: 731px;
    padding: 5px 10px;
    overflow: hidden;
}


#bodyWrapper {

    padding: 40px 23px 20px 20px;

    width: 923px;
    margin: 10px auto 0px auto;

    background-color: white;
    background-image: url('../img/frontend/bg_page.gif');
    background-position: top left;
    background-repeat: repeat-y;

    position: relative;

}

#bodyWrapperBottom {

    width: 966px;
    height: 11px;
    overflow: hidden;
    margin: 0px auto;

    background-color: white;
    background-image: url('../img/frontend/bg_page_bottom.gif');
    background-position: top left;
    background-repeat: repeat-y;

}

#logo {

    width: 923px;
    height: 39px;
    overflow: hidden;

    position: relative;

    margin-bottom: 10px;

}

#logo h2 {

    margin: 0;
    width: 231px;
    height: 39px;
    overflow: hidden;

    position: absolute;
    top: 0px;
    left: 0px;

}

#logo h2 a {

    display: block;
    width: 231px;
    height: 39px;
    overflow: hidden;

    background-image: url('../img/frontend/logo.gif');

    text-indent: -999px;

}

#apec {

    width: 192px;
    height: 36px;
    overflow: hidden;

    position: absolute;
    top: 3px;
    left: 731px;

}

#apec a {

    display: block;
    width: 192px;
    height: 36px;
    overflow: hidden;

    background-image: url('../img/frontend/apec.jpg');

    text-indent: -999px;

}

#topRightNav {

    position: absolute;
    top: 0px;
    right: 23px;

    padding: 5px 15px 3px 15px;

    height: 22px;
    overflow: hidden;


    background-color: #ececec;
    background-image: url('../img/frontend/bg_toprightnav.gif');
    background-position: top left;
    background-repeat: no-repeat;

}

#topRightNav img.arrow {

    position: relative;
    top: 2px;

}

#topRightNav a {

    text-decoration: none;

}

#topRightNav a:hover {

    text-decoration: underline;

}

#topRightNav a.button:hover {

    text-decoration: none;

}

#topRightNav a img {

    vertical-align: bottom;

}

#topRightNav .languages a {
    color: #808080;
}
#topRightNav .languages span {
    color: #000;
}
#topRightNav .languages a:hover {
    color: #924c95;
    text-decoration: none;
}

#topNav {

    width: 918px;
    height: 14px;
    overflow: hidden;

    padding: 10px 0px 10px 5px;

    border-top: 1px solid black;

}

#topNav a {

    font-size: 13px;
    font-weight: bold;
    text-decoration: none;

    margin-right: 15px;

}

#topNavBar {

    height: 3px;
    overflow: hidden;

    background-color: #ccc;

    position: relative;

}

#topNavBarHighlight {

    width: 200px;
    height: 3px;
    overflow: hidden;

    background-color: #31b5e9;

    position: absolute;
    top: 0px;
    left: 0px;

}


#pageContent {

    width: 923px;

}

#pageContent .text {

    width: 583px;
    float: left;

    padding: 0px 55px 0px 5px;

    margin-top: 10px;

}

#pageContent .submenu,
#pageContent .submenu_steps {

    margin-top: 30px;

    width: 280px;
    overflow: hidden;

    float: left;

}

#pageContent .submenu {

    margin-left: 25px;
    width: 255px;

}

#pageContent .submenu a,
#pageContent .submenu_steps a {

    display: block;

    width: 217px;
    height: 23px;
    overflow: hidden;

    padding: 8px 0px 0px 38px;

    background-image: url('../img/frontend/bg_submenu.gif');
    background-position: top left;
    background-repeat: no-repeat;
    background-position: 0 0;

    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;

    margin: 3px 0;

}

#pageContent .submenu a:hover, #pageContent .submenu a.active {

    background-position: 0 -31px;

}

#pageContent .submenu_steps a {

    width: 255px;
    height: 38px;

    background-image: url('../img/frontend/bg_submenu_steps.gif');
    background-repeat: repeat-x;
    background-position: 0 -96px;

    margin: 0;
    padding: 10px 0px 0px 25px;

    color: #000;

}

#pageContent .submenu_steps a img {

    vertical-align: middle;
    margin-right: 20px;

    position: relative;
    top: -2px;

}

#pageContent .submenu_steps a.active {

    background-position: 0 0;
    color: #FFF;

}

#pageContent .submenu_steps a:hover {

    background-position: 0 -48px;
    color: #FFF;

}

#pageContent .submenu_steps .footer {

    background-image: url('../img/frontend/bg_submenu_steps_footer.gif');
    width: 278px;
    height: 9px;
    overflow: hidden;

}

.modal {

    padding: 0 15px 7px 15px;
    background-color: #999;
    width: 620px;

    background-color: #ececec;
    border: 3px solid #333;

    color: #333;

}

.modal .closeModal {

    margin-top: 10px;

    color: #000;
    font-size: 1.1em;

}


.help,
.help_img {

    background: #98DFFF url('../img/frontend/bg_blue.gif') bottom left repeat-x;
    border: 1px solid #5bbff2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    padding: 10px 20px;

    font-size: 13px;

    overflow: hidden;

}

.help_img {

    padding: 10px 20px 10px 90px;
    position: relative;

}

.help_img img.info {

    position: absolute;
    top: 20px;
    left: 20px;

}

div.collapsible {

    border-left: 1px solid #CCC;
    margin-left: 10px;
    padding-left: 25px;

}

.uncollapse {

    color: #000;
    text-decoration: underline;
    cursor: pointer;

}

#footer {

    margin: 50px 0px 10px 0px;

    height: 20px;
    overflow: hidden;

    color: #999;
    font-size: 12px;

}

#footer a {

    color: #999;
    text-decoration: none;

}

#footer .developed {

    float: left;

}

#footer .links {

    float: right;

}

