body
{
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: verdana, tahoma, arial, helvetica, lucida, sans-serif;
  font-size: 10px;
  color: #fff;
  vertical-align: middle;
  overflow: -moz-scrollbars-vertical;
  background-image: url('../images/ajax-loader.gif');
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

a {
	outline: 0;
}

p {
	margin: 5px 0px;
}

img {
	border: 0;
	outline: 0;
}

a, a:link, a:visited, a:active, a:hover {
	color: white; 
	text-decoration: none;
	font-family: Verdana, Tahoma; 
	font-size: 10px;
}

a:hover {
	text-decoration: underline;
}

.pojSP {
	font-size: 0;
	clear: both;
}

.pojCN {
	text-align: center;
}

.txtNW{
	text-indent: -1000em;
	overflow: hidden;
}

#pojCalosc {
	height: 100%;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

#pojTopLogo {
	position: relative;
	float: left;
	left: 17px;
	width: 200px;
	height: 90px;
	z-index: 11;
}

#pojTopBanner {
	position: relative;
	float: right;
	right: 10px;
	top: 15px;
	width: 468px;
	height: 60px;
	z-index:12;
}

#pojMain {
	width: 860px;
	/*background-color: white;*/
	margin-left: auto;
	margin-right: auto;
	min-height: 525px;
	position: relative;
	overflow: hidden;
}

#pojMainBack {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 880px;
	height: 525px;
	background-color: black;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#pojSubpageBack {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 880px;
	height: 100%;
	background-color: white;
}

#pojSubpageBack img {
	display: block;
}

#pojTopMenu {
	position: relative;
	left: 0;
	width: 880px;
	height: 36px;
	top: 3px;
	margin-bottom: 3px;
	z-index: 20;
	padding: 0 3px;
}

#pojTopMenu a.main {
	display: block;
	float: left;
	width: 128px;
	height: 36px;
	margin: 0 15px 0 3px;
	border: 1px solid #fff;
}

.kwicksmenu {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicksmenu li{
	width: 128px;
	height: 36px;
	margin-right: 17px; /*Set to same as spacing option. */
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

.kwicksmenu li div.sub {
	margin-left: 130px;
}

.kwicksmenu li div a.sub {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	height: 10px;
}

.kwicksmenu li div a.subFull {
	display: block;
	width: 210px;
	height: 32px;
}

.pojQuarter {
	position: relative;
	width: 410px;
	height: 230px;
	float: left;
	z-index: 100;
	margin-left: 13px;
	margin-top: 5px;
	overflow: hidden;
}

.pojQuarterBack {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 410px;
	height: 200px;
	background-color: white;
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
}

.pojQuarter .quarterTitle {
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
}

#pojQuartersPolecane .pojPolecaneOne {
	float: left;
	width: 135px;
	height: 100px;
	/*background-color: gray;*/
	cursor: pointer;
}

#pojQuartersPolecane .pojPolecaneOne .pojImg {
	position: relative;
	float: left;
	width: 135px;
	height: 100px;
	/*background-color: blue;*/
	overflow: hidden;
}

	#pojQuartersPolecane .pojPolecaneOne .pojImg p {
		font-size: 8px;
		padding-top: 75px;
		text-align: center;
	}

#pojQuartersPolecane .pojPolecaneOne .pojImg img {
	position: absolute;
	top: 3px;
	left: 10px;
	border: 1px solid #fff;
}

#pojQuartersPolecane .pojPolecaneOne .pojImg img.bottom {
	z-index: 1;
}

#pojQuartersPolecane .pojPolecaneOne .pojImg img.top {
	z-index: 2;
}

#pojQuartersPolecane .pojPolecaneOne .pojTxt {
	position: relative;
	font-size: 8px;
	/*font-weight: bold;*/
	top: 30%;
}

.pojQuarter .pojQuarterHalf {
	height: 100px;
	overflow: hidden;
}

.pojImgWeather {
	float: left;
	width: 105px;
	height: 79px;
}

.pojImgWeather img {
	margin: 5px 5px 5px 0px;
}

.topSmallMargin {
	margin-top: 5px;
}

.pojToSelect {
	height: 19px;
}

.pojToSelect label {
	display: block;
	margin-top: 3px;
	margin-right: 10px;
	text-align: right;
	padding: 0;
}

.pojObjectCategories {
	float: left;
	width: 200px;
	margin-left: 3px;
}

.pojObjectCategories .pojOneCheck {
	margin-top: 5px;
}

.pojObjectCategories .pojOneCheck label {
	margin: 0;
	padding: 0;
}

.pojObjectCategories .pojOneCheck label input {
	margin: 0;
	padding: 0;
	width: 13px;
	height: 13px;
}

.pojObjectCategories #toggleAll {
	margin-left: 17px;
	cursor: pointer;
}

#buttonSimpleMainSearch {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 108px;
	height: 15px;
	background-image: url('../images/button_search.png');
	background-repeat: no-repeat;
	
}

.inputFormSearch {
	width: 180px;
	font-size: 10px;
	font-family: verdana, tahoma, arial, helvetica, lucida, sans-serif;
	margin: 0;
	padding: 0;
}

.standardForm label.error {
	display: block;
	color: white;
	font-weight: bold;
}

.standardForm input.error {
	border: 1px solid red;
}

#TB_ajaxContent {
	overflow-y: hidden;
	padding-left: 10px;
	padding-top: 0;
}

#pojFooter {
	display: block;
	width: 460px;
	height: 15px;
	font-size: 10px;
	color: #fff;
	margin: auto;
}

#pojFooter a {
 color: #DDECA5;
}

.bold {
	font-weight: bold;
}

.yellow {
	font-weight: bold;
	color: #ff0;
}

a.yellow {
	color: #ff0;
}

.sticky {cursor:move; z-index:9999; font-size: 9px; position:absolute; padding:2px; border: none; color: #000; background-color: transparent; padding: 35px 3px 5px 10px;}
.sticky-close {cursor: pointer; width: 16px; height: 16px; right: 2px; top: -18px; position:relative; float:right; vertical-align:top; z-index: 2; }
.sticky-close img {z-index: 9999}
#stickyimg {display: block; position: absolute; top: 0; left:0; z-index: -2; width: 140px; height: 150px;}

#pojAjaxMain {
	font-size: 12px;
}

#conVillaElise {
	display: block;
	width: 410px;
	height: 53px;
}