/**
 * CSS document for VMware, printable version
 *
 * @desc       CSS
 * @author     Ondrej Valka (www.valka.info)
 * @version    3. 9. 2008
 */

/* ========== [tools] ========== */

.hidden {
	display: none;
}
.reset {
	clear: both;
}

/* ========== [layout] ========== */

/* ________________________________________do not display */

div#page div#nav,
div#page div#flashboard,
div#page div#secondary-content-wrapper {
	display: none;
}

/* ________________________________________billboard */

#billboard {
	display: none;
}
.homepage #billboard {
	display: block;
	border-bottom: 2pt solid #999;
}
#billboard a.register {
	display: none;
}

/* ________________________________________footer */

div#page div#footer {
	border-top: 2pt solid #999;
	clear: both;
	margin: 25pt 0 0 0;
	padding: 10pt 0 0 0;
}

/* ========== [typo] ========== */

iframe {
	margin: 15pt 0 0 0;
}

/* ________________________________________images */

div.img {
	display: block;
	margin: 0 0 12pt 0;
}
div.img img {
	display: block;
}
div.img.left { float: left; margin: 0 15pt 15pt 0; position: relative; display: block; }
div.img.right { float: right; margin: 0 0 15pt 15pt; position: relative; display: block; }

/* ________________________________________tables */

table {
	border-top: 1pt solid #ddd;
	margin: 4pt 0;
}

table th,
table td {
	border-bottom: 1pt solid #ddd;
	font-size: 11pt;
	line-height: 1.4;
	padding: 3pt 13pt;
}
table th {
	font-weight: bold;
	background: #ddd;
	text-align: left;
}

table tr.em td {
	font-style: italic;
}
table tbody th {
	background: transparent;
	font-weight: normal;
	font-style: italic;
}
table tr.block-start th {
	padding-top: 23pt;
}
table tr.block-end td {
	padding-bottom: 26pt;
}

/* ========== [sections] ========== */

/* ________________________________________partners */

#primary-content ul.logos li,
#secondary-content ul.logos li {
	background: #eee;
	display: inline;
	float: left;
	padding: 0;
	margin: 0 9pt 9pt 0;
}
#primary-content ul.logos li {
	height: 100px;
	text-align: center;
	width: 170px;
}
#secondary-content ul.logos li {
	clear: both;
	margin-bottom: 20pt;
}
#primary-content ul.logos li a,
#secondary-content ul.logos li a {
	display: block;
}
#primary-content ul.logos li img,
#secondary-content ul.logos li img {
	display: block;
	border: none;
}