/* ================================
    CSS STYLES FOR PRINT THE PORTAL
    07.06.2007 ver.1
   ================================*/ 

/* GENERAL CLASSES */

.Page
{
	background: white;
}

.Header
{
	display: none;
}

.Content
{
	color: black;
	background: white;
}

.Footer
{
	display: none;
}

.LeftPane
{
	display: none;
}

.ContentPane
{
	color: black;
	background: white;
}

.RightPane
{
	display: none;
}

.Panel
{
}

.PanelTitle
{
	color: black;
	font: bold 14pt Times, serif;
}

.PanelTitle .CommandButton
{
	display: none;
}

.PanelContent
{
	background: white;
	color: black;
	border: none;
}

/* GENERIC ELEMENTS */

BODY	
{
	color: black;
	background: white;
    font: 12pt Times, serif;
}

P, UL, TABLE, TD, DIV, TH
{
    font: 12pt Times, serif;
}

A
{
    color: #0000FF;
    text-decoration: underline;
}

SMALL   
{
    font: 8pt Times, serif;
}

BIG 
{
    font: 14pt Times, serif;
}

BLOCKQUOTE, PRE 
{
    color: black;
	font: 14px Lucida Console, monospace;
}

UL LI   
{
    list-style-type: square;
}

UL UL LI    
{
    list-style-type: disc;
}

UL UL UL LI 
{
    list-style-type: circle;
}

UL UL UL UL LI 
{
    list-style-type: none;
}

OL LI   
{
    list-style-type: decimal;
}

OL OL LI    
{
    list-style-type: lower-alpha;
}

OL OL OL LI 
{
    list-style-type: lower-roman;
}

HR 
{
    color: black;
    text-align: left;
    height: 1pt;
}

IMG
{
	border: none;
}