/**
 * print.css
 *
 * Nicely styled printed listings
 */
body.gd1 .item[lang="gd"],
body.gd2 .item[lang="en"],
body.gd3 .item[lang="en"] {
	display: none;
}

body.gd1 .subtitle[lang="gd"],
body.gd1 .content[lang="gd"] {
	display: none !important;
}
body.gd2 .subtitle[lang="en"],
body.gd2 .content[lang="en"],
body.gd3 .subtitle[lang="en"],
body.gd3 .content[lang="en"] {
	display: none !important;
}


div#lang_tools,
div#site_search,
div#session,
ul#main_nav,
div#ad_1,
div#ad_2,
div#ad_3,
div#ad_4,
div#page_footer,
div.ad_box,
.pagelinks,
div.terms
{
	display: none;
}

#site_logo a, #site_logo img {
	border: none;
	text-decoration: none;
}

body {
	font-size: small;
}

form div label {
	width: 30%;
	display: block;
	float: left;
}

form input, select, textarea {
	margin-bottom: 1em;
}

form input {
	border: none;
	border-bottom: 1px solid black;
}

form select {
	border: none;
}

form textarea, form input[type="checkbox"] {
	border: 1px solid black;
}

