/* 
CSS Document for printing 
by Sugat Shrestha (sugat@plutonictech.com)
*/

/* Remove unwanted elements */
#header, #nav, .noprint, #footer, #MenuBar1, .actions, .paging, .input, .submit,#flashMessage
{
display: none;
}

thead {display: table-header-group;}

body {
font-size:9px;	
padding:0;
margin:0
}

strong {
font-size:9.5px;		
}
/* Improve colour contrast of links */
a:link, a:visited
{
color:black;
text-decoration:none;

}
	
div.form, div.index, div.view {
    border-left:none;
    padding: 5px 5px;
    width: 100%;
}
table tr th {
    border-color: #555555;
    border-style: none none solid;
    border-width: 0 0 1px;
	padding:2px 2px;
}

table tr td {
    border-color: #555555;
    border-style: none none solid;
    border-width: 0 0 1px;
	padding:2px 2px;
}

.dispatchLists  {
	font-size:8px;	
}

.search_box {
	display: none;

}