
/*
	> project   : 
	> copyright : (c) 2011 AGROFERT HOLDING, a.s.
	> date      : September 2011
*/

.displayNone {
	display: none;
}

.scheme {
	cursor: pointer;
}

.smaller {
	font-size: 8pt;
}
.larger {
	font-size: 10pt;
}
.large {
	font-size: 11pt;
}

.bold {
	font-weight: bold;
}

.gray {
	color: #7d7c78;
}
.darkGray {
	color: #494a4a;
}

.agfGreen {
	color: #007c3a;
}


.fixedWidth, .fixedWidthNarrow {
	display: float;
	float: left;
	width: 100px;
}
.fixedWidthNarrow {
	width: 50px;
}




DIV.pageCover, DIV.pageCoverOn {
	z-index: 1000;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #FFF;
	filter: alpha (opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

DIV.pageCoverOn {
	display: block;
}

#imageContainer {
	z-index: 2000;
	display: none;
	position: absolute;
	padding: 20px;
	background-color: #FFF;
	border: 3px solid #BDB6B6;
}
#imageContainerInner {
	cursor: pointer;
}
#imageContainerLink {
	width: 100%;
	margin: 0px 0px 20px 0px;
	text-align: right;
}

/*
A.pC_menuItem {
	display: block;
	margin: 10px 0px 10px 0px;
	font-size: 11pt;
	color: #007c3a;
	cursor: pointer;
}

A.pC_companyItem {
	display: block;
	margin: 6px 0px 6px 0px;
	font-size: 10pt;
	color: #000;
	cursor: pointer;
}



/* --- Content - contact info ----------------------------------------------------------------------------- */
/*
.pC_contact {
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.pC_contact .pC_contact {
	width: 100%;
	margin: 7px 0px 7px 10px;
}

.pC_contact P {
	margin: 0px 0px 3px 0px;
}
.pC_contact .pC_contact P {
	margin: 0px;
}

.pC_contact A {
	text-decoration: none;
	color: #000;
}

.pC_contactName {
	font-size: 10pt;
	font-weight: bold;
}
.pC_contact .pC_contact .pC_contactName {
	font-size: 9pt;
	font-weight: normal;
}

.pC_contactLabel {
	font-size: 8pt;
	color: #7d7c78;
	padding-right: 10px;
}*/