body {
	font: 12px arial;
	color: #808080;
	line-height: 2.5;
	margin-top: 0px;
	margin-left: 0px;
}

a:link {
	text-decoration: none;
	color: #808080;
}

a:visited {
	text-decoration: none;
	color: #808080;}

a:hover {
	text-decoration: underline;
	color: #808080;}

a:active {
	text-decoration: none;
	color: #808080;
}

#content {
	position: absolute;
	top: 20%;
	width: 100%;
	text-align: center;
	font: 12px arial;
	color: #808080;
	line-height: 2.5;
}

input {
	font: 12px arial;
	color: #808080;
	line-height: 2.5;
}

submit {
	font: 12px arial;
	color: #808080;
	line-height: 2.5;
}

table {
	font: 12px arial;
	color: #808080;
	line-height: 2.5;
}

textarea {
	font: 12px arial;
	color: #808080;
	line-height: 2.5;
}

#information {
	position: absolute;
	top: 20%;
	width: 50%;
	left: 200px;
	font: 12px arial;
	color: #808080;
	line-height: 2;
}

#update {
	position: absolute;
	top: 20%;
	left: 25%;
	font: 12px arial;
	color: #808080;
	line-height: 2;
}

#menu {
	position: absolute;
	left: 30px;
	top: 20%;
	width: 200px;
	text-align: left;
	font: 12px arial;
	color: #808080;
	line-height: 2.5;
}

#images {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 20%;
	width: 800px;
	height: 200px;
	font: 12px arial;
	color: #808080;
	line-height: 2.5;
}

#imagemenu {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: -47px;
	top: 20%;
	width: 800px;
	height: 20px;
	text-align: right;
	font: 12px arial;
	color: #808080;
	line-height: 2.5;
}

#gallerylist {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: -47px;
	top: 20%;
	width: 760px;
	height: 20px;
	text-align: left;
	font: 12px arial;
	color: #808080;
	line-height: 2.5;
}

img {
		vertical-align: middle;
}

/*image border color*/
#motioncontainer a img { 
	border: 0px solid #ccc;
}

/*image border hover color*/
#motioncontainer a:hover img { 
	border: 0px solid navy;
}

/* Dummy definition to overcome IE bug */
#motioncontainer a:hover {
	color: red; 
}

#upload {
	font: 12px arial;
	color: #808080;
	line-height: 2.5;
}

#statusdiv{
	position: absolute;
	padding: 2px;
	left: -300px;
	background-color: light yellow;
	border: 1px solid gray;
	visibility: hidden;
}

#container {
	border: 1px solid gray;
	padding: 10px;
}
