html, body
{
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	height: 100%;
}

.title {
	font-family: Trajan Pro; color: #ffffff; font-size: 22pt;
	text-align: left;
	margin: 20px;
}

.copynotice {
	font-family: Tahoma; color: #9a9a9a; font-size: 8pt;
	text-align: center;
	margin: 20px;
}

.copynotice a {
	color: #9a9a9a;
}

#motioncontainer a img { /*image border color*/
	border: 4px solid #9a9a9a;
	margin: 8px;
	text-align: center;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
}

#motioncontainer a:hover img { /*image border hover color*/
	border: 4px solid #ffffff;
	margin: 8px;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}

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

#maincontainer {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.divider {
	background-color: #000000;
}

.left_middle_block {
	text-align: right;
	width: 20%;
	background-color: #666666;
}

.right_middle_block {
	width: 80%;
	background-color: #666666;
  height:800px;
}

.divider {
	height: 3px;
	margin: 0px;
	padding: 0px;
}

#bottomblock {
	width: 100%;
	padding: 1px 0px;
}

html>body #bottomblock { /*Child Selector Hack, hides this from ie*/
	background: #333333 url(/images/pn_03.png) repeat top center;
}

#topblock {
	width: 100%;
	padding: 1px 0px;
}

html>body #topblock { /*Child Selector Hack, hides this from ie*/
	background: #333333 url(/images/pns_03.png) repeat-x bottom center;
}
