﻿/*----------------------------------------------------------
----------------------------------------------------------*/
a:link
{
    color: #000000;
    text-decoration: none;
}
a:visited
{
    color: #000000;
}
a:active
{
    color: #000000;
}

.noPrint
{
    display: none;
}

.page
{
    width: 100%;
    margin-left: 2px;
    margin-right: 0;
}

#main
{    
	padding: 0;
	background-color: #fff;
	margin: 0;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: 1px solid #999999;
    border-collapse: collapse;
    width: 239px;
}

tr.qc
{
    font-style: normal;
    font-weight: normal;
}

table td
{
    padding: 5px;
    border: solid 1px #999999;
    white-space: nowrap;    
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #E1E1E1;
    border: 1px solid #999999;
    white-space: nowrap;
}

td.sep 
{ 
    border-bottom: solid 4px #999999;
}

.printOnly
{
    display: inline;
}

div.submenu
{
    display: none;
}

tr.su 
{ 
    background-color: #FFF; 
    font-weight: normal; 
}
