#motioncontainer a img{ /*image border color*/
border: 1px solid #000000;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid #00FEFE;
}

#motioncontainer a:hover{
color: #00FEFE; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
visibility: hidden;
}
#statusdivOriginal{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}

#leftcolumn{
/*float:left; */
/*height: 400px; */
border: 0px solid black;
padding: 1px;
padding-left: 0px;

}

#leftcolumn a{
padding: 1px;
display: block;
text-decoration: none;
font-weight: bold;
border-bottom: 0px solid black;
}

#ACKleftcolumn a:hover{
background-color: #FFFF80;
}

#mainwin{
/*float:left; */
width:560px;
min-height: 380px;
border: 0px solid black;
/*margin-left: 10px; */
padding: 0px;
padding-bottom: 0px;
}

* html #mainwin{ /*IE only style*/
height: 380px;
}
 body{font-family:arial;color:white;font-size:9pt;}
 a {color:#ffffff;text-decoration:none;font-size:9pt;}
 .imgs {filter:dropshadow(color=#666666, offx=1, offy=1, positive=true);}


