﻿/* GENERAL CONTAINER */

*
{
    margin: 0;
    padding: 0;
}

body
{
    font: normal 12px/1.4 Arial,Helvetica,Verdana,Sans-serif;
    color: #4d4d4d;
    position: relative;
    min-width: 969px;
    width: 969px;
    width: auto !important;
}

#container
{
    margin: 15px auto 0px;
    width: 996px;
}

#content_container
{
    background: url(../images/bg_cr_content.png) repeat-y;
    padding: 25px 18px 0;
}

#main
{
    position: relative;
    width: 745px;
    margin-right: 15px;
}

#main.full
{
    width: 960px;
}

#RHC
{
    width: 200px;
}

/* END GENERAL CONTAINER */

/* HEADER */

#header
{
    background-image: url(../images/bg_cr_header.png);
    position: relative;
    height: 79px;
    width: 990px;
    padding: 3px 3px 0px; /* this is with the 3px border of the header */
}

#header #header_logo
{
    background-image: url(../images/bg_cr_header_logo.png);
    width: 129px;
    height: 32px;
    left: 18px;
    top: 18px;
    position: absolute;
}

#header #header_title
{
    font-size: 28px;
    color: #ff6600;
    left: 226px;
    top: 15px;
    position: absolute;
}

#header_crumbs
{
    width: 960px;
    left: 18px;
    right: 18px;
    top: 69px;
    position: absolute;
}

#header_crumbs #header_breadcrumbs
{
    float: left;
    font-size: 11px;
    color: #333333;
}

#header_crumbs #header_breadcrumbs a
{
    color: #333333;
    text-decoration: underline;
}

#header_crumbs #header_breadcrumbs a:hover
{
    color: #999999;
}

#header_crumbs #header_languages
{
    font-size: 12px;
    float: right;
}

#header_crumbs #header_languages a
{
    text-decoration: none;
    color: #333333;
}

#header_crumbs #header_languages a:hover
{
    color: #333333;
    text-decoration: underline;
}

#header_crumbs #header_languages a.active, #header_crumbs #header_languages a.active:hover
{
    cursor: default;
    color: #ff6600;
    text-decoration: none;
}

span.header_pipe
{
    color: #FF6600;
}

/* END HEADER */

/* SIM CONTAINER */

.sim
{
    margin-bottom: 7px;
}

.sim .header, .sim .content
{
    width: 724px;
    padding: 10px;
}

.sim .header
{
    height: 56px;
    background: url(../images/bg_sim_header.png) no-repeat;
    font-size: 18px;
    line-height: 42px;
    color: #000066;
    font-weight: bold;
}

.sim .content
{
    background: url(../images/bg_sim_content.png) repeat-y;
}

.sim .footer
{
    height: 32px;
    width: 714px;
    background: url(../images/bg_sim_footer.png) no-repeat;
    padding: 15px 15px 14px;
}

.sim .footer.no_bg
{
    background: url(../images/bg_sim_footer_no_bg.png) no-repeat;
}

/* END SIM CONTAINER */

/* PROGRESSBAR */
.progressbar
{
    color: #666666;
    cursor: default;
    width: 744px;
}

.progressbar .first, .progressbar .step, .progressbar .step .content, .progressbar .step .content .count, .progressbar .step .content .title, .progressbar .step .seperator, .progressbar .last
{
    float: left;
    height: 40px;
    line-height: 40px;
}

.progressbar .first
{
    width: 4px;
    background: url(../images/progressbar/bg_pg_first.png) no-repeat;
}

.progressbar .first.active
{
    background: url(../images/progressbar/bg_pg_first_active.png) no-repeat;
}

.progressbar .step .content
{
    padding-left: 5px;
    background: url(../images/progressbar/bg_pg_center.png) repeat-x;
    font-size: 12px;
}

.progressbar .step .content .title
{
    padding-left: 1px;
}

.progressbar .step.active .content
{
    background: url(../images/progressbar/bg_pg_center_active.png) repeat-x;
    font-weight: bold;
}

.progressbar .step.next .content
{
    background: url(../images/progressbar/bg_pg_center_next.png) repeat-x;
}

.progressbar .step.active .content .title
{
    color: #ffffff;
}

.progressbar .step .seperator
{
    background: url(../images/progressbar/bg_pg_seperator.png) no-repeat;
    width: 23px;
}

.progressbar .step.prev .seperator
{
    background: url(../images/progressbar/bg_pg_seperator_active_prev.png) no-repeat;
}

.progressbar .step.active .seperator
{
    background: url(../images/progressbar/bg_pg_seperator_active.png) no-repeat;
}

.progressbar .step.next .seperator
{
    background: url(../images/progressbar/bg_pg_seperator_next.png) no-repeat;
}

.progressbar .step .content .count
{
    width: 24px;
    height: 24px;
    background: url(../images/progressbar/bg_pg_count.png) no-repeat;
    margin-top: 8px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    font-weight: bold;
}

.progressbar .step.active .content .count
{
    background: url(../images/progressbar/bg_pg_count_active.png) no-repeat;
    color: #ff6600;
}

.progressbar .step.next .content .count
{
    background: url(../images/progressbar/bg_pg_count_next.png) no-repeat;
}

.progressbar .last
{
    width: 4px;
    background: url(../images/progressbar/bg_pg_last.png) no-repeat;
    float: right;
}

.progressbar .last.active
{
    width: 4px;
    background: url(../images/progressbar/bg_pg_last_active.png) no-repeat;
}

.progressbar .content .title.pb_padding
{
    padding-right: 2px;
}
/* END PROGRESSBAR */

/* FOOTER */

#content_bottom
{
    background: url(../images/bg_cr_footer.png) no-repeat;
    height: 11px;
    margin-bottom: 10px;
}

#footer
{
    background: url("../images/footer_shade.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    font-size: 11px;
    margin: 20px auto 10px;
    padding-top: 15px;
    position: relative;
	z-index: -1;
}

/* END FOOTER */

/* GENERAL ELEMENTS & CLASSES */

a
{
    color: #3399cc;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.clear
{
    clear: both;
}

.hidden, .hide
{
    display: none;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.bold
{
    font-weight: bold;
}

.rel
{
    position: relative;
}

input, select, textarea
{
    outline: none;
}

/* END GENERAL ELEMENTS */

/* SPECIFIC CLASSES */

div.mandatory
{
    margin-left: 10px;
    float: right;
}

span.mandatory
{
    color: #ff6600;
}

.title_container
{
    margin-bottom: 20px;
}

.title_container .title
{
    color: #000066;
    font-size: 18px;
    padding: 10px;
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 5px;
}

.title_container .instruction
{
    color: #000066;
    font-size: 15px;
    padding: 10px;
    font-weight: bold;
}

.title_container .title.no-underline
{
    border-bottom: 0px;
}

.title_container .title_description
{
    color: #999999;
    margin-left: 10px;
    font-size: 12px;
    max-width: 600px;
}

.infobox
{
    background: url("../images/bg_info_icon.jpg") no-repeat scroll 20px 10px #E2F0FB;
    border: 1px solid #C3D9E7;
    padding: 15px;
    margin-bottom: 20px;
}

.infobox.no-image
{
    background-image: none;
}

.infobox .col
{
    width: 600px;
    text-align: left;
    font-weight: normal;
    float: none;
    margin-left: 45px;
}

.infobox ul
{
    margin-top: 10px;
    margin-left: 35px;
}

.infobox .head
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: -3px;
    color: #4D4D4D;
}

.infobox .text
{
    font-size: 12px;
    color: #333333;
}

.succesbox {
	border: 1px solid #cde7c7;
	background: url(../images/bg_succesbox.png) no-repeat #e9fae5 24px 14px;
	padding: 15px;
	padding-left: 60px;
	margin-bottom: 15px;
}
    .succesbox.warning {
        border: 1px solid #ff6600;
        background: url(../images/error/err_icon.png) no-repeat #fcdecb 24px 14px;
        padding: 15px;
        padding-left: 60px;
        margin-bottom: 15px;
    }

.succesbox .head {
	color: #4D4D4D;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.succesbox .text {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 13px;
	width: 600px;
}

.errorbox {
	border: 1px solid #cde7c7;
	background: url(../images/error/err_icon.png) no-repeat #e9fae5 24px 14px;
	padding:20px 15px 35px 60px;
	margin-bottom: 15px;
}

.errorbox .head {
	color: #4D4D4D;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.errorbox .text {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 13px;
	width: 600px;
}

/* END SPECIFIC CLASSES */

/* GENERAL FORM CLASSES & ELEMENTS */

.row
{
    margin-bottom: 15px;
    position: relative;
}

.row .lbl
{
    float: left;
    width: 180px;
    margin-left: 10px;
    text-align: right;
    color: #4d4d4d;
    font-weight: bold;
    padding-top: 3px;
}

.row .lbl a
{
    font-weight: normal;
}

.form .row .info
{
    width: 24px;
    float: left;
    height: 21px;
}

.form .row span.info
{
    float: none;
}

.row .input
{
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    max-width: 375px;
}

.row .input label
{
    float: left;
    padding-left: 20px;
    margin-bottom: 4px;
}

.row .input label input
{
    margin-right: 5px;
    margin-left: -20px;
}

input[type='text'], textarea, select
{
    margin: 0;
    vertical-align: baseline;
    color: #333333;
    height: 21px;
    width: 260px;
    -moz-box-sizing: border-box;
    border: 1px solid #B2B2B2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 5px 1px #F0F0F0 inset, 0 -1px 0 #9497A7;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 0 8px;
    clear: none;
    display: inline-block;
    font-family: Arial,Helvetica,Verdana,Sans-serif;
}

input[type='text']:focus, textarea:focus, select:focus
{
    border: 1px solid #3399CC;
    box-shadow: 0 2px 5px 1px #F0F0F0 inset, 0 0 0 #9497A7;
    outline: medium none;
}

input[type='text']:not([disabled='disabled']):hover, textarea:not([disabled='disabled']):hover, select:not([disabled='disabled']):hover
{
    background-color: #F2FBFF;
}

input[type='checkbox']
{
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}

select
{
    border: 1px solid #B2B2B2;
    border-radius: 3px 3px 3px 3px;
    color: #8D8D8D;
    font-size: 12px;
    height: 23px;
    line-height: 24px;
    outline: medium none;
    padding: 2px 6px;
    vertical-align: middle;
}

select option 
{
    color: #333333;
    margin: 0;
    padding: 3px 0 3px 8px;
}

select option:nth-child(even)
{
    background: none repeat scroll 0 0 #E7F5FD;
}

textarea
{
    width: 260px;
    font:12px/1.4 Arial,Helvetica,Verdana,Sans-serif;
}

.helptext
{
    color: #999999;
    font-weight: normal;
    margin-top: 2px;
}

.error_container
{
    float: left;
    display: none;
}

.optiontext
{
    color: #999999;
    margin-left: 18px;
}

.tooltip
{
    width: 21px;
    height: 21px;
    background: url(../images/bg_tooltip.png) no-repeat;
    display: inline-block;
    padding: 0;
}

.inlineTip .tooltip
{
    position: absolute;
    top: -3px;
}

.inlineTip
{
    display: inline-block;
}

.tipwrapper
{
    display: inline-block;
    position: relative;
}

.abs
{
    position: absolute;
    bottom: 23px;
    display: none;
}

.tooltip:hover
{
    background-image: url(../images/bg_tooltip_hover.png);
}

.inlineInfo
{
    display: inline-block;
}

.tooltip_bottom
{
    width: 334px;
    height: 27px;
    background: url(../images/bg_tooltip_bottom.png) no-repeat;
}

.tooltip_top
{
    width: 334px;
    height: 9px;
    background: url(../images/bg_tooltip_top.png) no-repeat;
}

.tooltip_center
{
    width: 304px;
    padding-left: 15px;
    padding-right: 15px;
    background: url(../images/bg_tooltip_center.png) repeat-y;
    font-weight: normal !important;
    line-height: 16px !important;
}

.tooltip_more
{
    cursor: default;
    position: absolute;
    bottom: 0;
    z-index: 1200;
}

.tipcontent
{
    display: none;
}

.tooltip_close
{
    background: url("../images/bg_tooltip_close.png") no-repeat scroll 0 0 transparent;
    height: 9px;
    width: 9px;
    position: absolute;
    top: 6px;
    right: 6px;
}

.divider
{
    margin-top: 15px;
    border-bottom: 1px;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
}

/* END GENERAL FORM CLASSES & ELEMENTS */

/* SPECIFIC FORM CLASSES */

input[type='text'].small
{
    width: 100px;
}

input[type='text'].tiny
{
    width: 50px;
}

select.small
{
    width: 109px;
}

.row .lbl.second
{
    width: 96px;
}

input.datepicker
{
    position: relative;
}

/* END SPECIFIC FORM CLASSES */

/* SUMMARY */

.summary
{
    background-color: #f3f4f5;
    padding-bottom: 1px;
    margin-bottom: 20px;
}

.summary.m0
{
    margin-bottom: 0px;
}

.summary .subtitle
{
    padding: 10px;
    color: #000066;
    font-weight: normal;
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
}

.summary .data .row .lbl
{
    float: left;
    font-weight: bold;
    width: 200px;
    text-align: left;
}

.summary .data
{
    padding: 10px 10px 0;
}

.summary .data .row
{
    margin-bottom: 10px;
}

.summary .data .row .lbl
{
    font-weight: bold;
    float: left;
    width: 200px;
}

.summary .data .row .input
{
    float: left;
    width: 507px;
    color: #333333;
}

.summary .legals .data .row .input
{
    width: 750px;
}

.summary .divider
{
    background: url('../images/separatorLine.png') repeat-x;
    height: 2px;
    font-size: 1px;
    width: 702px;
    margin: auto;
    border: none;
}

/* BUTTONS */

/* GENERAL */

a:hover span
{
    text-decoration: underline;
}

.disabled span
{
    text-decoration: none !important;
}

.disabled i, .disabled b, .disabled span, .disabled em
{
    cursor: default !important;
}

a.btn_cancel, a.btn_prev, a.btn_next
{
    margin-right: 38px;
    margin-top: 8px;
    padding-left: 13px;
}

a.btn_cancel
{
    float: left;
    padding-left: 0px;
}

a.btn_prev
{
    background: url(../images/bg_prev.png) no-repeat scroll 0 3px transparent;
}

/* WHITE */

.btn_white i, .btn_white b, .btn_white span, .btn_white em
{
    color: #4D4D4D;
    float: left;
    cursor: pointer;
    font-size: 15px;
    height: 36px;
    line-height: 33px;
    font-weight: bold;
}

.btn_white i
{
    background: url(../images/btn_white_i.png) no-repeat;
    width: 8px;
}

.btn_white span
{
    background: url(../images/btn_white_span.png) repeat-x;
    padding: 0px 10px 0px 7px;
    min-width: 131px;
    text-align: center;
}

.btn_white b
{
    background: url(../images/btn_white_b.png) no-repeat;
    width: 10px;
}

.btn_white em
{
    background: url(../images/btn_white_em.png) no-repeat;
    width: 22px;
}

/* WHITE SECONDARY */

.btn_white.secondary i, .btn_white.secondary b, .btn_white.secondary span, .btn_white.secondary em
{
    height: 33px;
    font-weight: normal;
    font-size: 13px;
    color: #333333;
    line-height: 31px;
}

.btn_white.secondary span
{
    background: url(../images/btn_white_sec_span.png) repeat-x;
}

.btn_white.secondary i
{
    background: url(../images/btn_white_sec_i.png) no-repeat;
}

.btn_white.secondary b
{
    background: url(../images/btn_white_sec_b.png) no-repeat;
}

.btn_white.secondary em
{
    background: url(../images/btn_white_sec_em.png) no-repeat;
}

/* WHITE DISABLED */

.btn_white.disabled i
{
    background: url(../images/btn_white_i_disabled.png) no-repeat;
}

.btn_white.disabled span
{
    background: url(../images/btn_white_span_disabled.png) repeat-x;
    color: #d1d1d1;
}

.btn_white.disabled b
{
    background: url(../images/btn_white_b_disabled.png) no-repeat;
}

.btn_white.disabled em
{
    background: url(../images/btn_white_em_disabled.png) no-repeat;
}

/* WHITE SECONDARY DISABLED */

.btn_white.secondary.disabled i
{
    background: url(../images/btn_white_sec_i_disabled.png) no-repeat;
}

.btn_white.secondary.disabled span
{
    background: url(../images/btn_white_sec_span_disabled.png) repeat-x;
    color: #d1d1d1;
}

.btn_white.secondary.disabled b
{
    background: url(../images/btn_white_sec_b_disabled.png) no-repeat;
}

.btn_white.secondary.disabled em
{
    background: url(../images/btn_white_sec_em_disabled.png) no-repeat;
}

/* BLUE */

.btn_blue i
{
    background: url(../images/btn_blue_i.png) no-repeat;
    width: 11px;
}

.btn_blue span
{
    background: url(../images/btn_blue_span.png) repeat-x;
    padding: 0 10px;
    min-width: 122px;
    text-align: center;
}

.btn_blue b
{
    background: url(../images/btn_blue_b.png) no-repeat;
    width: 11px;
}

.btn_blue em
{
    background: url(../images/btn_blue_em.png) no-repeat;
    width: 25px;
}

.btn_blue i, .btn_blue em, .btn_blue b, .btn_blue span
{
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 30px;
}


/* END BUTTONS */

/* ERROR ELEMENTS */

.general_error
{
    border: 1px solid #e0cdc8;
    background: url(../images/error/err_icon.png) #f8e4e3 no-repeat 20px 10px;
    margin-bottom: 5px;
    display: none;
    padding: 10px 10px 10px 55px;
}

.general_error .title
{
    font-size: 14px;
    color: #4d4d4d;
    font-weight: bold;
}

.general_error .text
{
    margin-top: 5px;
}

.error_container_arrow
{
    float: left;
    position: relative;
    z-index: 1000;
    background: url(../images/error/bg_error_arrow_left.png) no-repeat 0px 5px;
    width: 13px;
    height: 25px;
}

.error_container_content
{
    float: left;
    margin-left: -2px;
}

.error_header
{
    float: left;
}

.error_header_left, .error_header_center, .error_header_right
{
    float: left;
}

.error_header_left
{
    background: url(../images/error/bg_error_header_left.png) no-repeat;
    width: 5px;
    height: 5px;
}

.error_header_center
{
    background: url(../images/error/bg_error_header_center.png) repeat-x;
    width: 5px;
    height: 5px;
}

.error_header_right
{
    background: url(../images/error/bg_error_header_right.png) no-repeat;
    width: 5px;
    height: 5px;
}

.error_content
{
    float: left;
}

.error_content_left, .error_content_center, .error_content_right
{
    float: left;
}

.error_content_left
{
    background: url(../images/error/bg_error_content_left.png) repeat-y;
    width: 5px;
    height: 1px;
}

.error_content_center
{
    background-color: #f9e3e1;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
}

.error_content_right
{
    background: url(../images/error/bg_error_content_right.png) repeat-y;
    width: 5px;
    height: 1px;
}

.error_footer
{
    float: left;
}

.error_footer_left, .error_footer_center, .error_footer_right
{
    float: left;
}

.error_footer_left
{
    background: url(../images/error/bg_error_footer_left.png) no-repeat;
    width: 5px;
    height: 7px;
}

.error_footer_center
{
    background: url(../images/error/bg_error_footer_center.png) repeat-x;
    width: 5px;
    height: 7px;
}

.error_footer_right
{
    background: url(../images/error/bg_error_footer_right.png) no-repeat;
    width: 5px;
    height: 7px;
}

.error input[type="text"], .error textarea, .error select, input.error[type="text"], textarea.error, select.error
{
    border: 2px solid #FF0000;
}

/* END ERROR ELEMENTS */

/* LEGALS */

.legals
{
    color: #8d8d8d;
    font-size: 11px;
    width: 969px;
    padding: 10px;
}

.legals a
{
    color: #8d8d8d;
    text-decoration: underline;
}

.legals a:hover
{
    color: #333333;
}

.legals .row
{
    margin-bottom: 0px;
}

.legals .row:last-child
{
    margin-bottom: 0px;
}

.legals .openclose
{
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin-right: 7px;
    cursor: pointer;
}

.legals .openclose.closed
{
    background: url(../images/bg_legals_plus.png) no-repeat;
}

.legals .openclose.open
{
    background: url(../images/bg_legals_min.png) no-repeat;
}

.legals .title
{
    font-weight: bold;
    padding-top: 1px;
    margin-bottom: 0px;
}

.legals .title:hover
{
    cursor: pointer;
    text-decoration: underline;
}

.legals .legal
{
    float: left;
    width: 575px;
    padding-left: 0px;
    margin-bottom: 10px;
}

.legal .content
{
    margin-bottom: 5px;
    margin-top: 10px;
}

.general_legals
{
    color: #8D8D8D;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}

.general_legals a
{
    color: #8D8D8D;
    text-decoration: none;
}

.general_legals a:hover
{
    text-decoration: underline;
}


/* END LEGALS */

/* FANCYBOX */
.fancy_container, .fancy
{
    display: none;
}


.myfancybox .header
{
    background: url(../images/bg_fancybox_header.png) no-repeat;
    width: 540px;
    height: 49px;
}

.myfancybox .header .title
{
    font-size: 18px;
    margin-left: 10px;
    margin-top: 10px;
    width: 480px;
    float: left;
    overflow: hidden;
    font-weight: normal;
    color: #000066;
}

.myfancybox .header .close
{
    float: right;
    margin-right: 10px;
    margin-top: 13px;
    background: url(../images/bg_fancybox_close.png) no-repeat;
    width: 14px;
    height: 13px;
    cursor: pointer;
}

.myfancybox .content
{
    background: url(../images/bg_fancybox_content.png) repeat-y;
    width: 510px;
    padding: 10px 15px 20px;
    color: #4D4D4D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    min-height: 108px;
    line-height: 18px;
}

.myfancybox .content .title
{
    color: #000066;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
}

.myfancybox .footer
{
    background: url(../images/bg_fancybox_footer.png) no-repeat;
    width: 510px;
    height: 38px;
    padding: 15px 15px 10px;
}

.myfancybox .footer .btnclosecenter
{
    margin-left: 170px;
}

/* END FANCYBOX */

/* RHC */

/* STEPS PART */

.steps
{
    width: 202px;
    margin-bottom: 15px;
}

.steps .header
{
    font-size: 18px;
    background: url(../images/bg_steps_header.png) no-repeat;
    padding: 15px 10px 10px;
    font-weight: normal;
    color: #000066;
}

.steps .separator
{
    height: 10px;
    background: url(../images/bg_steps_sep.png) no-repeat;
}

.steps .separator.current
{
    background: url(../images/bg_steps_sep_current.png) no-repeat;
}

.steps .separator.done
{
    background: url(../images/bg_steps_sep_prev.png) no-repeat;
}

.steps .separator.first
{
    background: url(../images/bg_steps_sep_first.png) no-repeat;
}

.steps .separator.first.current
{
    background: url(../images/bg_steps_sep_first_current.png) no-repeat;
}

.steps .step_content
{
    background: url(../images/bg_steps_content.png) no-repeat;
    padding: 5px 5px 15px;
}

.steps .step_content.first
{
    background: url(../images/bg_steps_content.png) no-repeat;
    padding: 0px 5px 15px;
}

.steps .step_content.current
{
    background: url(../images/bg_steps_content_current.png);
}

.steps .text
{
    width: 155px;
    font-size: 11px;
    color: #666666;
    line-height: 13px;
    min-height: 24px;
}

.steps .current .text
{
    font-weight: bold;
    color: #4D4D4D;
}

.steps .done .text
{
    color: #999999;
}

.steps .count
{
    width: 25px;
    height: 24px;
    background: url(../images/bg_steps_count.png) no-repeat;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: normal;
    margin-right: 10px;
    text-align: center;
    line-height: 23px;
}

.steps .current .count
{
    background: url(../images/bg_steps_count_current.png) no-repeat;
    font-weight: bold;
}

.steps .done .count
{
    background: url(../images/bg_steps_count_prev.png) no-repeat;
}

.steps .footer
{
    background: url(../images/bg_steps_footer.png) no-repeat;
    height: 4px;
}

.steps .footer.current
{
    background: url(../images/bg_steps_footer_current.png) no-repeat;
}

/* END STEPS PART */

/* LINKS PART */

.links
{
    width: 202px;
    margin-bottom: 12px;
}

.links .header
{
    width: 182px;
    background: url(../images/bg_links_header.png) no-repeat;
    font-size: 18px;
    color: #000066;
    padding: 10px;
    line-height: 18px;
}

.links .separator
{
    height: 5px;
    width: 202px;
    background: url(../images/bg_links_separator.png) no-repeat;
}

.links .content
{
    width: 202px;
    background: url(../images/bg_links_content.png) repeat-y;
}

.links .content .li
{
    background: url(../images/bg_links_content_li.png) 0px 7px no-repeat;
    margin: 0px 5px 0px 10px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: normal;
    color: #3298d1;
}

.links .footer
{
    width: 202px;
    background: url(../images/bg_links_footer.png) no-repeat;
}

/* END LINKS PART */

/* CASHTICKET */

.request
{
    width: 229px;
    margin-left: -29px;
    margin-bottom: 12px;
}

.request .arrow
{
    background: url(../images/bg_rhc_cashticket_arrow.png) no-repeat;
    width: 29px;
    height: 35px;
    float: left;
    margin-top: 115px;
    position: relative;
    z-index: 100;
}

.request .container
{
    float: left;
    margin-left: -1px;
    position: relative;
    z-index: 120;
}

.request .container .header
{
    width: 201px;
    height: 6px;
    background: url(../images/bg_rhc_cashticket_header.png) no-repeat;
}

.request .container .content
{
    background: url(../images/bg_rhc_cashticket_content.png) repeat-y;
    padding: 5px 10px;
    width: 181px;
}

.request .container .footer
{
    width: 201px;
    height: 6px;
    background: url(../images/bg_rhc_cashticket_footer.png) no-repeat;
}

.request .box
{
    background-color: #ffffff;
    padding: 5px;
}

.request .box .inner
{
    background: url(../images/bg_rhc_cashticket_box.png) repeat-x;
    padding: 5px;
}

.request .li_fake
{
    font-weight: bold;
    padding-left: 15px;
    word-wrap: break-word;
}

.request .title
{
    color: #000066;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.request .box .title
{
    margin-top: 0px;
}

/* /RHC */


.languages .wrap {
	display:none;
}