@charset "utf-8";
/* CSS Document */

table.lightTable {
	background-color: #F9F9F9;
	background-image: url(/img/light_table_bg.gif);
	background-position: top left;
	background-repeat: repeat;
}

table.lightTable td {
	padding: 13px 15px;
	vertical-align: top;
	border-right: 1px solid #ffffff;
}

table.lightTable td.bottomLeft {
	background-image: url(/img/light_table_bg-bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

table.lightTable td.bottomRight {
	background-image: url(/img/light_table_bg-br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-right: none;
}

ul.planks {
	color: #333333;
	list-style-type: none;
	margin: 2px 0px 0px 1px;
	padding: 0px;
}

ul.planks li {
	padding: 2px 0px;
}

ul.planks li a {
	color: #666666;
	text-decoration: none;
}

ul.planks li a:hover {
	color: #e67600;
	text-decoration: underline;
}


td.vec {
	text-align: right;
	margin: 0px;
	padding: 4px 8px 0px 0px;
}

td.vec a {
	color: #2895d5;
	font-weight: bold;
}



/* planks: width: 1/2 of page; white */

td.plank_365_w, td.plank_365_w_close {
	vertical-align: top;
	width: 365px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

td.plank_365_w {
	background-image:url(/img/planks/xerox_365-white.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

td.plank_365_w_close {
	height: 12px;
	margin: 0px;
	padding: 0px;
	background-image:url(/img/planks/xerox_365-white-close.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}


/* planks: width: 3/4 of page; white */

td.plank_540_w, td.plank_540_w_close {
	vertical-align: top;
	width: 540px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

td.plank_540_w {
	background-image:url(/img/planks/xerox_540-white.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

td.plank_540_w_close {
	height: 12px;
	margin: 0px;
	padding: 0px;
	background-image:url(/img/planks/xerox_540-white-close.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* planks: width: 3/4 of page; LightGray Gradient on top */
div.plank550 {
	position: relative;
	display: block;
	width: 540px;	/* IE6 Fix; Brez njega IE6 nima hasLayout attributa in potem mu overflow hidden ne dela... */
	margin: 0px;
	padding: 0px;
	background-image:url(/img/planks/xerox_540-lg_grad.gif);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}
/*
div.plankControlPanel {
	position: absolute;
	z-index: 1;
	margin-left: 16px;
}
*/

div.plankContents {
	position: relative;
	display: block;
	top:0px;
	padding: 10px;
}


h1.plank {
	margin: 12px 12px 8px 12px;
}


