@charset "utf-8";
/* CSS Document */
.trunk li
	{
		
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
		
	}
.trunk .pik
	{
		width:600px;
		overflow: hidden;
        text-overflow: ellipsis;
		
	}
	
tbody tr:nth-child(odd)

	{

		background-color: #D0B999;

	}
table
	{
		background-color:#EAEAE8;
	}
	

.table tbody tr td
	{
			vertical-align: middle;
		}
		
.table thead tr th
		{
			vertical-align: middle;
			text-align: center;
		}
.table tbody tr th
		{
			vertical-align: middle;
			text-align: center;

		}	
	
a:hover
	{
		color:blue;
		text-decoration:none;
	}
.home_page .s123-module {

	padding:0px 0px;

}

/*
@page {
  margin-top: 3in;
}

@page :first {
  margin-top: 0in; 
}*/

@media print { 
               .noprint { 
                  display: none !important; 
               } 
            } 
