body
{
	background-color:#171214;
	color: #ffffff;
	font-family: arial;	
}

a
{
	color: #9BC43A;
	text-decoration: "none";
}

img.result
{
	max-height: 200px;
	opacity: 0.0;
}

div.header
{
	background-color: #2B2B2B;
	width: 99%;
	position: absolute;
	top: 0px;
	height: "50px";
	vertical-align:middle;
	font-size: 12px;
}

div.subtitle
{
	font-size: 25px;
}

div.resfield
{
	background: #444444;
	padding: 25px;
	min-height: 200px;
}

img.result
{
	background: #888888;
	padding:25px;
	margin: 10px;
	
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
}

img.result:hover
{
	background: #aaaaaa;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
}

div.pBarStyle
{
	background: #9BC43A;
	color: #9BC43A; 
	height: 35px;
	animation-duration: .25s;
	-webkit-animation-duration: .25s;
}

div.pBarCapsule
{
	background: #444444;
	padding:5px;
}
