#motioncontainer a img{ /*image border color*/
border: 1px solid black;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid #ffffff;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 0px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}

link_green {
	font-family: "Times New Roman", Times, serif;
	background-color: #CC0033;
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
}
.LnkSTYLErose {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	background-color: #FFCC66;
	background-position: center center;
}
