.trigger{
height:22px;
background:#FFFFFF;
cursor:pointer;
margin-left: 2px;
margin-right: 0px;
margin-top: 2px;
margin-bottom: 20px;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #0000cc;
font-weight: none;
}
	
.trigger:hover{
height:22px;
cursor:pointer;
background:#FFFF66;
margin-left: 2px;
margin-right: 0px;
margin-top: 2px;
margin-bottom: 20px;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #0000cc;
font-weight: none;
}		
		
.expanded{
height:22px;
background:#FFFF00;
cursor:pointer;
margin-left: 2px;
margin-right: 0px;
margin-top: 2px;
margin-bottom: 20px;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #0000CC;
font-weight: none;
}
		
.expanded:hover{

height:22px;
background:#FFFF66;
cursor:pointer;
margin-left: 2px;
margin-right: 0px;
margin-top: 2px;
margin-bottom: 20px;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #0000CC;
font-weight: none;
}

.show{
position:static;
display:table;
}
		
.hide{
position:static;
height:0px;
width:50px;
overflow:hidden;
}
