.png {
	//background-image: none ! important;
	behavior: url('page/css/pngfix.htc');
}


.magnify {
	cursor: url(/page/css/magnify.cur);
}

	* > .magnify {
		cursor: pointer;
		cursor: hand;
	}


/* cool tables */
.odd00, .odd11, .odd01, .odd10 {
	border-collapse: separate;
}

.odd00 th, .odd11 th, .odd01 th, .odd10 th {
 	padding: 3px 5px 2px 5px;
	text-align: left;
	font-weight: bold;
	background: #3C4C87;
	color: #ffffff;
}

.odd00 td, .odd11 td, .odd01 td, .odd10 td {
 	padding: 2px 5px 1px 5px;
	vertical-align: top;
}

.odd00 td.t10, .odd00 td.t11, .odd00 td.t00,
.odd00 td.t01, .odd10 td.t10, .odd10 td.t11,
.odd01 td.t10, .odd01 td.t00, .odd11 td.t10 {
	background: #EDEFF4;
}

.odd10 td.t00, .odd10 td.t01, .odd01 td.t11,
.odd01 td.t01, .odd11 td.t00 {
	background: #E2EAFF;
}

.odd11 td.t11 {
	background: #E2EAFF;
}

.odd11 td.t01 {
	background: #EDEFF4;
}



/* forms */
.formcontainer {
	margin:0px;
	padding:0px;
}

	.formcontainer p input,
	.formcontainer p textarea,
	.formcontainer p select option {
		color: #000000;
	}

	.formcontainer p.resizeable,
	.formcontainer p.unresizeable {
		padding-bottom: 10px;
	}

	.formcontainer p.title {
		margin-bottom: 2px;
	}
		.formcontainer p.title span {
			font-weight: bold;
			color: #000000;
		}

		.formcontainer p.title span.error {
			color: #E50000;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		border-top: 1px solid #788752;
		border-left: 1px solid #788752;
		border-bottom: 1px solid #BAC59F;
		border-right: 1px solid #BAC59F;
		background: #FFFFFF;
		width: 99%;
	}

	.formcontainer p.resizeable textarea {
		border-top: 1px solid #788752;
		border-left: 1px solid #788752;
		border-bottom: 1px solid #BAC59F;
		border-right: 1px solid #BAC59F;
		background: #FFFFFF;
		overflow:auto;
		width: 99%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			border: 1px solid #8EC400;
			background: #8EC400;
			color: #ffffff;
			font-weight: bold;
			font-size: 100%;
			width: 90px;
		}


#content h2 {
	font-size: 110%;
	margin-bottom: 5px;
}


/* NEWS */
form.subscribe {
}

	form.subscribe p {
	}

		form.subscribe p input.checkbox {
			float: left;
		}

		form.subscribe p label {
			float: right;
			display: block;
			width:85px;
		}

		form.subscribe p > label {
			margin-bottom: 8px;
		}

		form.subscribe p input.field {
			border-top: 1px solid #877952;
			border-left: 1px solid #877952;
			border-bottom: 1px solid #C5BB9F;
			border-right: 1px solid #C5BB9F;
			background: #FFFFFF;
			width: 155px;
			margin-bottom: 5px;
		}

		form.subscribe .submit {
			border: 0px solid #BEA860;
			background: #BEA860;
			color: #ffffff;
			font-weight: bold;
			font-size: 14px;
			width: 90px;
		}
/* /NEWS */

	#path {
		font-size: 10px;
		color: #b2b2b2;
	}

		#path a {
			font-size: 10px;
			font-weight: normal;
			color: #b2b2b2;
			text-decoration: none;
		}

		#path a:hover {
			color: #b2b2b2;
			text-decoration: underline;
		}

		#path span.bullet {
			font-weight: normal;
			color: #b2b2b2;
		}

		#path span {
			font-weight: bold;
			color: #b2b2b2;
		}




.thumbSpacer {
	padding-right: 20px;
}

.separator {
	background: url(../images/dot.gif) repeat-x left bottom;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 10px 0px 10px 0px;
}


	/* content images */

	.imgContainer {
	}

		.imgContainer table tr.image td {
			padding: 2px;
			border: 1px solid #ffffff;
		}

		.imgContainer table tr.title {
			display: none;
		}

			.imgContainer table tr.title td {
				text-align: center;
			}
