@media print
{
    /*-------------------------------------------------- Public ------------------------------------------------*/
    body
    {
	    font-family: Tahoma;
	    font-size: 11px;
	    font-weight: normal;
    }
    /*-------------------------------------------------- General ------------------------------------------------*/
    /*-------------------------------------------------- Master Page ------------------------------------------------*/
    .MasterBody
    {
	    width:650px;
	    text-align:center;
    }
    .MasterPaper
    {
        width:650px;
        margin:auto;
    }
    .MasterMainBox
    {
        width:650px;
    }
    .MasterPageContainer
    {
	    text-align:center;
	    width:650px;
    }
    .MasterTitleBar
    {
        width:650px;
	    text-align:center;
        margin:auto;
    }
    .MasterSideBarContainer
    {
	    display:none;
    }
    .MasterArmToPrint
    {
        display:table;
    }
    /*-------------------------------------------------- Header ------------------------------------------------*/
    .HeaderStyle
    {
	    display:none;
    }
    /*-------------------------------------------------- Footer ------------------------------------------------*/
    .FooterMainBox
    {
	    display:none;
    }
    .FooterBarLine1
    {
	    display:none;
    }
    .FooterBarLine2
    {
	    display:none;
    }
    /*--------------------------------------------- Side bar  -------------------------------------------*/
    .SideBar
    {
	    display:none;
    }
    /*--------------------------------------------- Panel -------------------------------------------*/
    .PanelBoxStyle
    {
	    border-width: 1px;
	    border-style: solid;
	    border-color: #000000;
	    direction: rtl;
	    width: 100%;
	    text-align:center;
    }
    .PanelBoxHead
    {
	    height:29px;
	    font-size:11px;
	    font-weight:bold;
	    color:#000000;
	    font-family:'tahoma';
	    text-align:center;
	    vertical-align:top;
	    padding-top:5px;
    }
    .PanelImportantInfo
    {
	    font-size:12px;
	    font-weight: bold;
	    color:#000000;
	    font-family:'tahoma';
	    text-align:right;
	    padding-left:20px;
	    padding-right:20px;
	    padding-top:2px;
	    padding-bottom:2px;
    }
    .PanelImportantTransparentBox
    {
	    font-size:12px;
	    font-weight: normal;
	    color:#000000;
	    font-family:'tahoma';
	    text-align:justify;
	    direction:rtl;
	    padding:15px 15px 15px 15px;
        border-width:1px;
        line-height:25px;
        width:100%;
    }
    .PanelImportantDarkBox
    {
	    font-size:12px;
	    font-weight: normal;
	    color:#000000;
	    font-family:'tahoma';
	    text-align:justify;
	    direction:rtl;
	    padding:15px 15px 15px 15px;
        border:solid 1px #000000;
        line-height:20px;
        width:100%;
    }
    .PanelImportantLightBox
    {
	    font-size:12px;
	    font-weight: normal;
	    color:#000000;
	    font-family:'tahoma';
	    text-align:justify;
	    direction:rtl;
	    padding:15px 15px 15px 15px;
        border:solid 1px #000000;
        line-height:20px;
        width:100%;
    }
    .PanelImportantBoxTitr
    {
	    font-size:12px;
	    font-weight: bold;
	    color:#8F3664;
	    font-family:'tahoma';
    }
    /*--------------------------------------------- Registration Wizard -------------------------------------------*/
    .WizardBoxStyle
    {
	    border-width: 1px;
	    border-style: solid;
	    border-color: #000000;
	    direction: rtl;
	    width: 100%;
	    text-align:center;
    }
    .WizardBoxHead
    {
        display:none;
    }
    .WizardOffBtn
    {
        display:none;
    }
    .WizardOnBtn
    {
        display:none;
    }
    .WizardBodyDarkerRow
    {
	    border-width:0px;
	    padding:2px 10px 2px 10px;
    }
    .WizardBodyLighterRow
    {
	    border-width:0px;
	    padding:2px 10px 2px 10px;
    }
    .WizardBodyDarkerRowTopLine
    {
	    border-top:solid 1px #000000;
    }
    .WizardBodyDarkerRowDownLine
    {
	    border-bottom:solid 1px #000000;
	    height:5px;
    }
    .WizardBodyDarkerRow td
    {
        text-align:right;
    }
    .WizardBodyLighterRow td
    {
        text-align:right;
    }
    /*--------------------------------------------- Text -------------------------------------------*/
    .ParagrafStyle
    {
	    text-align: justify;
	    font-family: Tahoma;
	    font-size: 11px;
	    color: #000000;
	    direction:rtl;
	    font-weight:normal;
    }
    .BuletStyle
    {
	    color:#000000;
	    line-height:1.5;
	    list-style-type:square;
    }
    .RedMessage
    {
	    font-size: 10px;
	    font-family: Tahoma;
	    font-weight: bold;
	    color: red;
	    text-align:right;
    }
    /*--------------------------------------------- Error -------------------------------------------*/
    .ErrorMessageStyle
    {
	    font-size: 10px;
	    font-family: Tahoma;
	    font-weight: bold;
	    color: red;
	    text-align:right;
    }
    .ErrorMessageBox
    {
	    border-width:1px;
	    border-style:dotted;
	    border-color:#666666;
	    font-size: 10px;
	    font-family: Tahoma;
	    font-weight: bold;
	    color: red;
	    text-align:right;
	    direction:rtl;
    }
    /*--------------------------------------------- Skins Style -------------------------------------------*/
    .BtnStyle
    {
	    display:none;
    }
}