div.operationContainer
{
	cursor: pointer;

	position: relative;
	width: 297px;
	height: 200px;
	
	background-color: Gray;
	background-position: top left;
	background-repeat: no-repeat;
	
	margin: 8px;
	float: left;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	
}
div.operationContainer > p
{
	cursor: inherit;
	
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	overflow: hidden;
	background-image: url(px_black70.png);
	padding: 4px;
	font-size: 9pt;
	font-style: italic;
	color: #d1d3d7;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.operationContainer > h1
{
	cursor: inherit;
	
	margin: 5px;
	padding: 0px;
	font-size: 15pt;
	font-variant: small-caps;
	font-weight: bold;
	max-width: 50%;
	
	color: White;
	text-shadow: Black 0px 1px 5px;
	/*color: #112c49;
	text-shadow: White 0px 0px 2px;*/
}
div.operationContainer > h2
{
	cursor: inherit;
	
	margin: 5px;
	padding: 0px;
	font-size: 10pt;
	max-width: 55%;
	font-weight: lighter;
	
	color: Black;
	text-shadow: White 0px 0px 2px;
}
div.operationContainer > img
{
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	
	border: 0px;
}