/*----------------------------------------------------------------------------- 
[client] Screen Stylesheet 

version:   1.0 
date:      01/03/07 
author:    [your email] 
email:     [you at domain dot com] 
website:   [your domain] 
version history: [location of file] 
-----------------------------------------------------------------------------*/

/* Import other stylesheets 
-----------------------------------------------------------------------------*/ 
@import url("typography.css");

/* Remove padding and margin */ 
*  
    { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}

.clear 
    { 
    clear:both; 
} 

.right 
    { 
    float: right; 
} 

.left 
    { 
    float: left; 
}

div, span, p, tr, th, td, input, select, textarea, option, iframe, ul, li, font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #6c6c6c;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
}

h1  { 
	color: #A10E0A;
	font-size: 22px;
	font-weight: bolder;
	display: block;
}

h2  { 
	color: #A10E0A;
	font-size: 22px;
	font-weight: bolder;
	display: block;
}

h3  { 
	color: #A10E0A;
	font-size: 15px;
	font-weight: bolder;
	display: block;
}

h4  { 
	color: #A10E0A;
	font-size: 14px;
	font-weight: bolder;
	display: block;
}

h5  { 
	color: #A10E0A;
	font-size: 13px;
	font-weight: bolder;
	display: block;
}

h6  { 
	color: #A10E0A;
	font-size: 12px;
	font-weight: bolder;
	display: block;
}

p {
	padding: 5px 0;
	display: block;
}

a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #DD4D45;
	text-decoration: none;
}


/* Header 
-----------------------------------------------------------------------------*/ 

/* Navigation 
-----------------------------------------------------------------------------*/ 

/* Footer 
-----------------------------------------------------------------------------*/ 

/* Homepage 
-----------------------------------------------------------------------------*/ 

/* Your template 
-----------------------------------------------------------------------------*/

/* Forms 
-----------------------------------------------------------------------------*/ 

input.text 
  { 
  padding: 3px; 
  border: 1px solid #999999;     
}

* Tables  
-----------------------------------------------------------------------------*/ 

table 
  {  
  border-spacing: 0; 
  border-collapse: collapse; 
} 

td  
  { 
  text-align: left; 
  font-weight: normal; 
}

.PrintBody {
	/*background-image: url("../img/logo_print.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 300px !important;    */
}

input#PrintinPopup  {
	display: none !important;
}

.ShareTable, .sub_menu, .sub_menu_selected, .left_cont__ {
	display: none !important;
}