﻿body 
{
	font-family: Sans-Serif;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	text-align: center;	
}

#page 
{
	text-align: left;
	margin: 0px auto 0px auto;	
	width: 950px;	
}

#head 
{
	position: relative;
	height: 120px;
	width: 950px;		
	margin-bottom: 4px;
}

#main 
{        	
	position: relative;
	top: 0px;	
	width:950px;		
	color: inherit;			
}

#leftPane
{
	position:relative;
	float: left;
	width: 185px;			
}

#rightPane
{
	position:relative;
	float:right;	
	width: 185px;		
}

#contentPane 
{		
	position:relative;		
	width: 574px;
	margin: 0px 188px 0px 188px;
	min-height: 420px;
	_margin: 0px 185px 0px 185px;
	_height: 440px;	
}

#contentLCPane 
{		
	position:relative;		
	width: 759px;
	margin: 0px 0px 0px 188px;
	min-height: 420px;
	_margin: 0px 0px 0px 185px;
	_height: 440px;	
}


#reset
{
	overflow: hidden;
	background-color: #28166F;
	color: inherit;
	clear: both;
	width: 950px;		
	background-image: url('../images/layout/footer.png');	
	height: 11px;	
}

#foot
{		 
	font-size: 10px;
	position:relative;
	padding: 2px 0px 0px 192px;			
	color: inherit;	
	float: none;
} 

#errorMessages 
{
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
    border: solid 1px red;
    text-align: center;
    display: block;     
    width: 564px;
}

#infoMessages 
{
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
    border: solid 1px green;
    text-align: center;
    display: block;     
    width: 564px;
}

#scrollerBlock
{  
    vertical-align: middle;
    font-size: 10px;
    width: 950px;
    overflow: hidden;
    display: block;  
    height: 12px;
    text-align: center;
    margin-bottom: 5px;              
}
#scrollerBlockBreak
{
	height: 10px;
}
    
@media print
{
    #head
    {
        visibility: hidden;
        display: none;
    }
    #leftPane
    {
        visibility: hidden;
        display: none;
    }
    #rightPane
    {
        visibility: hidden;
        display: none;
    }
    #foot
    {
        visibility: hidden;
        display: none;
    }
    #reset
    {
        visibility: hidden;
        display: none;
    }
    #contentPane{background-color: Aqua; margin: 0px; top: 0px;left: 0px;height: 1350px; _height:950px;width:900px;_width:620px;overflow:visible;border:none;text-align:left;}
    #main{background-color:  Lime; top: 0px;left: 0px;height: 1350px; _height:950px;width:900px;_width:620px;overflow:visible;}
}
