#lsa_window {
    width: 600px;
}

#lsadd {
    cursor: move;
}

#lsa_results {
    height: 250px; 
    overflow: auto;
}

#collapse_lsa_ext {
    position: static; 
    margin-top: 2px;
}

.lsab {
    border-bottom:1px solid #C4C4C4;
    border-left:1px solid #C4C4C4;
    border-right:1px solid #C4C4C4;
}

#lsa_results ol {
    padding-top: 2px;
    border-top: 1px solid #C4C4C4;
}

#lsa_results li, #lsform li {
    margin-top: 2px;
}

#lsa_results ol li > span, .lsar {
    float: right;
}

#lsa_results ol li > span a {
    color: #666666;
}

#lsform .blockbody.formcontrols {
    border: none;
} 


.vistable {
	font-weight: bold;
	text-align: center;
}

.vistable td {
	padding:4px;
	vertical-align:top;
	border-left:1px solid #cedfeb;
	border-right:1px solid #cedfeb;
	border-bottom:1px solid #cedfeb;
}

.vistable .alt1 {
	background-color:rgb(255, 255, 255);
}

.vistable .alt2 {
	background-color:rgb(240,242,250);
}

.vistable .left {
	text-align: left;
}

.vistable .normal {
	font-weight: normal;
}
 