#motioncontainer a img{ /*image border color*/
border: 1px solid #FFFFFF;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid #F58A0A;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid #D9D9D9;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-image: url('../img/user05.gif');
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragtwo{
cursor: hand;
cursor: pointer;
background-color : #D9D9D9;
min-width: 100px; /*NS6 style to overcome bug*/
}
#dragtwo #closetext{
FONT-SIZE: 8pt; COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica; margin-right: 4px; FONT-WEIGHT: bold
}


#dragbar #closetext{
FONT-SIZE: 8pt; COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica; margin-right: 4px; FONT-WEIGHT: bold
}
