
/*
	> project   : Agrofert Holding Corporate Websites
	> author    : Michael Zitek
	> copyright : (c) 2011 - 2012 AGROFERT HOLDING, a.s., Michael Zitek
	> date      : -
*/


/* === Basic HTML tags ==================================================================================== */

A, A.noDecor {
	text-decoration: none;
	color: inherit;
}
A:hover, A.noDecor:hover {
	text-decoration: underline;
}

/* === Common classes ===================================================================================== */

.displayNone {
	display: none;
}

.scheme {
	cursor: pointer;
}

.smaller {
	font-size: 8pt;
}
.larger {
	font-size: 10pt;
}
.large {
	font-size: 11pt;
}

.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}

.gray {
	color: #7d7c78;
}
.darkGray {
	color: #494a4a;
}
.agfGreen {
	color: #007c3a;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearLeft {
	clear: left;
}

.fixedWidth, .fixedWidthNarrow {
	display: float;
	float: left;
	width: 100px;
}
.fixedWidthNarrow {
	width: 50px;
}

.columnLeft {
	float: left;
	width: 50%;
}
.columnRight {
	float: right;
	width: 50%;
}
.columnLeft80 {
	float: left;
	width: 80%;
}
.columnLeft65 {
	float: left;
	width: 60%;
	margin-right: 5%;
}
.columnRight35 {
	float: right;
	width: 35%;
}
.columnRight30 {
	float: right;
	width: 30%;
	margin-left: 5%;
}

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;
}

/* === Content - file list ================================================================================ */

DIV.pC_fileVolume {
	margin: 20px 0px 30px 0px;
}

A.pC_fileVolumeLink {
	margin: 0px 20px 0px 0px;
	white-space: nowrap;
}

UL.pC_fileList {
	margin: 20px 50px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

LI.pC_fileList {
	margin: 4px 0px 4px 30px;
	text-indent: -36px;
	line-height: 160%;
}

/* === Contact ============================================================================================ */

.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;
}
