@IMPORT url("main.css");

body {
    background: #e6e5d0 url(images/main_bg.jpg) no-repeat right bottom;
}

h2.title {
}

h2.subtitle {
	text-align:		left;
	font-size:		14px;
	font-weight:	normal;
	font-style:		normal;
}

h3 {
	margin-top:		2em;
	font-size:		14px;
}

h4 {
	margin:			0;
	margin-left:	2em;
    color: #736b09!important;
	font-size:		14px;
	line-height:	1.5em;
}

p {
	margin-left:	1em;
}

span.comment {
	margin:		0 2px;
	color:		#9c9c9c;
}

span.markKey {
	color:		red;
	font-weight:bold;
}

.gl {
	color:		#9c9c9c;
	display:	none;
}

.author-toggle { cursor: pointer; }
.author-details { display: none; }
.author-details.author-open { display: block; }

.singleUnMatchPZ {
	color:		red;
}

.doubleUnMatchPZ {
	color:		blue;
}

div.left {
	float:		left;
	width:		44%;
}

div.right {
	float:		right;
	margin-left:1em;
	width:		44%;
}
