@charset "utf-8";
/* 
	print.css
	
	Project: 
	
	iomer internet solutions
	iomer.com



	Table of Contents
	-----------------
*/


.noprint {display:none;}

body { font-size: 12pt; }


/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ */
/* < well selection table : [=well-selection-table]
        this grid style can be reused through-out the application if necessary by applying the 'well-listing-grid' class to the gridview / table > */
table.well-listing-grid 
{
    border: 0 none;
    border-collapse: collapse;
    width: 100%;
}
table.well-listing-grid td,
table.well-listing-grid th 
{
    vertical-align: middle;
    white-space: nowrap;
    padding: 5px 15px 5px 5px;
    text-align: left;
}
table.well-listing-grid td.numeric,
table.well-listing-grid th.numeric 
{
    text-align: right;
}
table.well-listing-grid .grid-header 
{
    border-bottom: 1px solid #333; /* charcoal */
}
/* link colors for the sortable column headings */
table.well-listing-grid .grid-header a,
table.well-listing-grid .grid-header a:link,
table.well-listing-grid .grid-header a:visitedv
table.well-listing-grid .grid-header a:hover,
table.well-listing-grid .grid-header a:active 
{
    font-weight: bold;
    color: #2b2b2b;
    text-decoration: none;
}
table.well-listing-grid tr.alt-row 
{
    background-color: #f4f4f4;/* very light grey */
}
table.well-listing-grid tr.selected-row
{
    background-color: #fff9b7; /* pale-yellow */
}
/* </ well selection table > */
