/* Gallery Styles */

#motioncontainer {
/* margin:0 auto;  /*Uncomment this line if you wish to center the gallery on page */
width: 708px; /* Set to gallery width, in px or percentage */
height: 140px; /* Set to gallery height */
}

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

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

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: relative; /* Stop Editing Gallery Styles */
left: 0px;
visibility: hidden;
}

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


/* End Gallery Styles */

.tableedge {
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

.tableborder {
	outline: thin solid #9BCCDC;
	empty-cells:hide;
	
}
.tableborder td {
	outline: thin solid #9BCCDC;
	
}

.tablebordernone {
	outline: none;
	border: none;
	empty-cells:hide;
}
.tablebordernone td {
	outline: none;
	border: none;
	empty-cells:hide;
}

.tablestyle {
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #9BCCDC;
	border-left-color: #9BCCDC;
}
