/*
----------------
global attributes
----------------
*/


* {
margin: 0;
padding: 0;
}

body	{
direction: rtl;
font: 10pt arial, sans-serif;
color:#565853
}

a	{
	font-size:9pt;
	text-decoration:none;
	color:Black;	
}

a:hover	{
	text-decoration:underline;
}

.cursorHand	{
cursor: pointer !important;
}

.clear	{
clear: both;
}
/*
----------------
containing element
----------------
*/

#page_container	{
position: relative;
width: 780px;
margin: 0 auto;
}


#Content	{
	min-height: 380px;
	_height: 380px;
}


#invoice_to{
   
   font-weight: bold;
   font-size: 18px;
   margin-top: 120px;
   margin-bottom: 220px;

} 
.mail_comments textarea{
	border: none;
}

      @media screen {

            .unprintable {
                  display: block;
            }
            .printable {
                  display: block;
            }

      }

      @media print {

            .unprintable {
                  display: none;
            }
            .printable {
                  display: block;
            }

      }
/*#page_container{
	display: none;
}*/	  

#kampylink{
	display: none;
}
	  
	  
	  