#motioncontainer a img{ /*image border color*/
border: 1px solid #FFFFFF;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid #FFFFFF;
}

#motioncontainer a:hover{
color: #FFFFFF; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}

.bgChair {
	background-image: url(/images/bg_chair.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgTile {
	background-image: url(/images/bg_tile.gif);
	background-repeat: repeat-x;
	background-position: top;


}
.bodyText {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	line-height: 10pt;
}
.bodyTextBoldR {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 10pt;
	color: #C70B48;
}

A.bodyLinks:link { color: #C70B48; text-decoration: none; cursor: hand; font-size:11px; font-family: Verdana, Arial, Sans-Serif;}
A.bodyLinks:visited { color: #C70B48; text-decoration: none; cursor: hand; font-size:11px; font-family: Verdana, Arial, Sans-Serif;}
A.bodyLinks:hover { color: #C70B48; text-decoration: underline; cursor: hand; font-size:11px; font-family: Verdana, Arial, Sans-Serif;}

A.bodyLinksSmall:link {color: #C70B48; text-decoration: none; cursor: hand; font-size:7pt; font-family: Verdana, Arial, Sans-Serif; line-height: 9pt;}
A.bodyLinksSmall:visited {color: #C70B48; text-decoration: none; cursor: hand; font-size:7pt; font-family: Verdana, Arial, Sans-Serif; line-height: 9pt;}
A.bodyLinksSmall:hover {color: #C70B48; text-decoration: underline; cursor: hand; font-size:7pt; font-family: Verdana, Arial, Sans-Serif; line-height: 9pt;}

.bodyTextSmall {color: #000000; text-decoration: none; font-size:7pt; font-family: Verdana, Arial, Sans-Serif; line-height: 9pt;}
.bodyTextSmallW {color: #FFFFFF; text-decoration: none; font-size:7pt; font-family: Verdana, Arial, Sans-Serif; line-height: 9pt;}



.copyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003D7F;
}
.copyrightText A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003D7F;
}
.copyrightText A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #66CCFF;
}

.jumpMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099CC;
	height: 15px;
	width: 150px;
	border: none;
}
.bodyTextHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}