#box						{width:100%;height:100%}

/* PRINT STYLES BEGIN */
.print						{display:none}
@media print
{
em						{color:#000000}
.print						{display:block}
.screen						{display:none}
.hdr						{display:none}
#btn						{display:none}
}
/* Note: above styles break IE4 screen rendering, so we have to disable them explicitly */
@media screen
{
em						{color:#DB0000}
.print						{display:none}
.screen						{display:block}
.hdr						{display:block}
#btn						{display:block}
}
/* PRINT STYLES END */

/* HEADER STYLES BEGIN */
.hdr 						{background-color:#2752A2}
.hdr td 					{background-image:url('/i/rol/head_bg.gif')}
.hdr .steps td 					{background-image:url('/i/rol/step_bg.gif');text-align:left}
.hdr .steps input 				{border:none 0px;background:transparent}
.hdr .steps input.a 				{background-image:url('/i/rol/step_a.gif');color:#274F9D;width:33px;height:23px;cursor:pointer}
.hdr .steps input.c 				{background-image:url('/i/rol/step_c.gif');color:#274F9D;width:33px;height:23px}
.hdr .steps input.p 				{background-image:url('/i/rol/step_p.gif');color:#9D9D9D;width:33px;height:23px}
/* HEADER STYLES END */

/* FOOTER STYLES BEGIN */
.ftr 						{background-color:#2752A2}
.ftr td 					{background-image:url('/i/rol/foot_bg.gif')}
.ftr .copy 					{margin:9px 12px;color:#DCE8F8;font-size:10px}
.ftr a 						{color:#DCE8F8;font-size:10px}
/* FOOTER STYLES END */

.main 						{margin:4px 8px 8px 8px}
.diag						{margin:8px}

/* Control buttons */
.button						{border:0px solid;background:transparent}
.button						{height:21px}

.button						{color:#274F9D;cursor:pointer;cursor:hand}
.d1,.d2,.d3					{color:#9D9D9D;cursor:wait;cursor:not-allowed}

.a1,.d1						{width:57px}
.a1						{background-image:url('/i/rol/btn_1_a.gif')}
.d1						{background-image:url('/i/rol/btn_1_d.gif')}
.a2,.d2						{width:120px}
.a2						{background-image:url('/i/rol/btn_2_a.gif')}
.d2						{background-image:url('/i/rol/btn_2_d.gif')}
.a3,.d3						{width:160px}
.a3						{background-image:url('/i/rol/btn_3_a.gif')}
.d3						{background-image:url('/i/rol/btn_3_d.gif')}

/* Certificate  */
#cert						{padding:4px 5px 4px 5px;text-align:left}
#cert						{background-color:#6C8CCA}
#cert.err					{background-color:#FF6600}
#cert,    #cert     input			{border:1px solid #274F9D}
#cert.err,#cert.err input			{border:1px solid #6F2E06}
#cert .citm					{padding:0px 1px 0px 1px}
#cert .cdiv					{color:#FFFFFF}

/* Colors and customizations */
div,textarea					{scrollbar-face-color:#355DAB;scrollbar-highlight-color:#355DAB;scrollbar-shadow-color:#355DAB;scrollbar-3dlight-color:#F1F1F1;scrollbar-darkshadow-color:#F1F1F1;scrollbar-arrow-color:#F1F1F1;scrollbar-base-color:#F1F1F1;scrollbar-track-color:#F1F1F1}
body						{background-color:#F1F1F1}

a						{color:#0F22B4}
h3,h4,h4 strong,h4 a				{color:#355DAB}

legend						{color:#898989}

.input						{border:1px solid #355DAB}
