﻿@media print
{
    /*-------------------------------------------------- Public ------------------------------------------------*/
    body
    {	
        width:     98%;    	    
        font-family: Tahoma;
        font-size: 11px;
        font-weight: normal;        
    }
    /*-------------------------------------------------- General ------------------------------------------------*/
    @page 
    {
        size: A4;/* auto is the initial value */
        margin: 1%;
        fit: fill;
    }
      
      #container, #container2, #content {width: 100%; margin: 0; float: none;}
    /*-------------------------------------------------- Master Page ------------------------------------------------*/
    .MasterBody
    {
	    width:1000px;
	    text-align:center;
    }
    
    .MasterPaper
    {
        width:1000px;
        margin:auto;
    }
    
    .MasterMainBox
    {
        width:1200px;
    }
    
    .MasterPageContainer
    {
	    text-align:center;
	    width:1000px;
    }
    
    .MasterArmToPrint
    {
        display:none;
    }
    
    .HeadContainer
    {
	    visibility:hidden;
	    display:none;
    }
    .FooterContainer
    {
	    visibility:hidden;
	    display:none;
    }
    .ContentContainer
    {
	    text-align:center;
	    padding-left:10px;
	    padding-right:10px;
	    width:1000px;	    
    }
    .MainContainer
    {
	    height:1px;
	    text-align:center;
    }
    
    .divGrid
    {
        width: 1200px; 
        right:10px; 
    }
    
    .PanelBoxStyle
    {
	    background-color:#FFFFFF;
	    border:solid 1px #CCCCCC;
	    text-align:center;
	    width:1000px;
    }
    .PanelBoxHead
    {
	    height:35px;
	    color:#6B6D6F;
	    font-family:Tahoma;
	    font-size:11px;
	    font-weight:normal;	   
    }
    .PanelBoxBody
    {
	    background-color:#EFEFEF;
	    direction:rtl;
	    text-align:center;
	    color:#484A4C;
	    width:1000px;
    }	
    .PanelBoxText
    {
	    background-color:#EFEFEF;
	    color:#484A4C;
	    font-family:Tahoma;
	    font-size:11px;
	    font-weight:normal;
    }	
    
    .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:1000px;
    }

    .PanelImportantBoxTitr
    {
	    font-size:12px;
	    font-weight: bold;
	    color:#8F3664;
	    font-family:'tahoma';
    }
    
    .PanelGridView
    {
        width:1000px;    
    }
    
    .SearchBoxBody
    {
	    background-color:#EFEFEF;
	    direction:rtl;
	    text-align:justify;
	    color:#484A4C;
	    border:solid 1px;
	    border-color:#CCCCCC;
	    width:1000px;
    }	

    .MessageBox
    {
	    font-family:Tahoma;
	    font-size:11px;
	    color:Red;
	    border-style:dotted;
	    border-width:1px;
	    border-color:#000000;
	    text-align:right;
    }
    .TextBoxStyle
    {
	    font-family:Tahoma;
	    font-size:11px;
	    color:#484848;
	    background-color:#E1E1E1;
	    border-style:outset;
	    border-width:1px;
	    border-color:#6A6A6A;
	    width:120px;
	    height:16px;	
    }
    .ButtonStyle 
    {
	    font-family:Tahoma;
	    font-size:11px;
	    color:#484848;
	    background-color:#DEDEDE;
	    border-style:outset;
	    border-width:1px;
	    border-left-color:#A3A3A3;
	    border-right-color:#5F5F5F;
	    border-top-color:#A3A3A3;
	    border-bottom-color:#5F5F5F;
	    width:120px;
	    height:20px;	
	    visibility:hidden;
    }
    .Paragraf
    {
	    font-family:Tahoma;
	    font-size:11px;
	    color:#484A4C;
	    text-align:justify;
    }
    .smallbody
    {
	    font-family:Tahoma;
	    font-size:9px;
	    font-weight:normal;
    }
    
    /*---------------------------------------------------------------------------------------------*/
    .dxgvHeader_Office2003_Blue td {
	    white-space:nowrap;
	    width:120px;
	    font-size:12pt;
    }
    
    .dxgvEditFormDisplayRow_Office2003_Blue td.dxgv,
    .dxgvDataRow_Office2003_Blue td.dxgv,
    .dxgvDataRowAlt_Office2003_Blue td.dxgv,
    .dxgvSelectedRow_Office2003_Blue td.dxgv,
    .dxgvFocusedRow_Office2003_Blue td.dxgv
    {
	    font-size:12pt;
    }

    .TDHidden
    {
        display:none;
        visibility:hidden;
    }
}
