body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	line-height: 2.3;
}

a:link {
	text-decoration: none;
	color: #707070;
}

a:visited {
	text-decoration: none;
	color: #707070;}

a:hover {
	text-decoration: none;
	color: #3F3F3F;
}

a:active {
	text-decoration: none;
	color: #707070;
}

input {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2.5;
}

submit {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	line-height: 2.5;
}

table {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	line-height: 2.5;
}

textarea {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
}

#background {
	position: absolute;
	right: 50%;
	margin-right: -390px;
	top: 9%;
}

#content2 {
	position: absolute;
	left: 50%;
	text-align: right;
	margin-left: -390px;
	top: 9%;
	width: 195px;

}

#update {
	position: absolute;
	top: 9%;
	left: 25%;
	line-height: 2;
}

#images {
	position: absolute;
	right: 50%;
	margin-right: -390px;
	margin-top: 38px;
	top: 9%;
	width: 115px;
	border: 1px solid #909090;
}

#gallerymenu {
	position: absolute;
	right: 50%;
	height: 30px;
	margin-right: -390px;
	margin-top: 0px;
	top: 9%;
	width: 115px;
	background-color: white;
}

#gallerymenuopen {
	z-index: 100;
	position: absolute;
	right: 50%;
	margin-right: -390px;
	margin-top: 0px;
	top: 9%;
	width: 115px;
	height: 438px;
	border: 1px solid #ffffff;
	display: none;
	background-color: white;
}

#container {
	padding: 10px;
}

#motioncontainer a img{ /*image border color*/
	border: 0px;
}

#motioncontainer a:hover img{ /*image border hover color*/
	border: 0px;
}

/* Dummy definition to overcome IE bug */
#motioncontainer a:hover {
	color: red; 
}

#upload {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

#statusdiv{
	position: absolute;
	padding: 2px;
	left: -300px;
	background-color: light yellow;
	border: 1px solid gray;
	visibility: hidden;
}

#showimage{
	position:absolute;
	visibility:hidden;
	border: 1px solid #909090;
}

#dragbar{
	cursor: hand;
	cursor: pointer;
	background-color: #FFFFFF;
	min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
	margin-right: 2px;
}
