/** @package Covide */
/**
 * Covide CMS Template Parser module.
 *
 * This module is used to view the website. It parses templates and handles requests.
 * The Tpl module depends on parts of the Cms module.
 *
 * This file is dual licensed under GPL and shared source license.
 *
 * @author Stephan van de Haar <stephan@web-match.nl>
 * @version %%VERSION%%
 * @license http://www.gnu.org/licenses/gpl.html
 * @license http://www.web-match.nl/licenses/LICENSE-svdhaar.txt
 * @link http://www.covide.net Project home.
 * @copyright 2010 WebMatch
 * @package Covide
 * @subpackage Tpl
 * @lastmodified $Date$
 * @lastmodifiedby $LastChangedBy$
 * @revision $Revision$
 */

em.tt_tooltip {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
div#alternative_footer {
	background-color: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	padding-top: 1px;
	padding-right: 1px;
	display: block;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 5;
	vertical-align: middle;
}
div#alternative_footer span {
	font-family: sans-serif;
	font-size: 10px;
}
.valign_top {
	vertical-align: top;
}
img.banner {
	padding: 1px;
	border: 0;
}
.nowrap {
	/* white-space: no-wrap; */
}
div#print_container {
	visibility: hidden;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
div.tt_abbr {
	display: none;
}
#cms_navigation img {
	border: 0;
}
fieldset {
	border: 0;
	padding: 0;
}
#formident fieldset {
	border: 1px solid #ddd;
	padding: 4px;
	display: block;
}
#formident legend:first-letter, .addressblock:first-letter {
	text-transform: uppercase;
}
.cms_sitemap A {
	display: block;
}
.gallery_image {
	border: 0;
}
A:hover .gallery_image {
	opacity: 0.8;
}
.gallery_row {
	vertical-align: top; 
	text-align: center; 
	border-bottom: 1px solid #666;
}
.form_generator td {
	text-align: left;
	vertical-align: top;
}
.form_generator input, .form_generator textarea {
	text-align: left;
}
#cms_textfooter {
	margin-bottom: 8px;
}
#extra_search_options {
	margin-top: 8px;
}
#listForm {
	display: inline;
}
#listForm td {
	padding: 4px;
}
label {
	margin-top: 6px;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	white-space: nowrap;
}
#formident .nowrap a {
	white-space: nowrap;
	display: inline;
}
#formident .nowrap select, #formident .nowrap {
	display: inline;
}
#formident .addressblock {
	float: left;
	width: 150px;
}
label:first-letter {
	text-transform: uppercase;
}
.inputtext, .inputselect {
	display: block;
	clear: right;
}
.clear {
	clear: both;
}



* {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 12px; */
}
h1 {
	/* font-size: 22px; */
}
#right h2 {
	margin-bottom: 10px !important;
}
#breadcrumb {
	margin-bottom: 12px;
	border-bottom: 1px solid silver;
}
#footer a {
	/* font-size: 10px; */
}

.inputtextarea {
	width: 300px;
	height: 80px;
	margin-bottom: 2px;
	border: 1px solid #999
}
.inputtext {
	width: 200px;
	margin-bottom: 2px;
	border: 1px solid #999;
}
.addressblock input {
	display: inline;
}
.addressblock {
	display: block;
	clear: both;
}
table.table_data {
	margin-top: 15px;
}
table.table_data td A {
	white-space: nowrap;
}
table.table_data td {
	padding-left: 4px;
	border-top: 1px solid #ddd;
}
table {
	empty-cells: show !important;
}
table.metadata_table td {
	border: 0;
	padding: 0;
	margin: 0;
}
table.metadata_table td.list_data {
	padding-left: 6px;
	vertical-align: top;
}
table.metadata_table td.list_header {
	vertical-align: top;
}
#cms_textfooter {
	margin-top: 16px;
	display: block;
}
#cms_navigation A.action, #cms_navigation, #cms_navigation B {
	font-size: 8pt !important
}
a.menu_item {
	margin-right: 10px;
	
}
A img {
	border: 0;
}
.shopcart * {
	display: inline;
}
.shopcart input {
	margin-left: 8px;
}
.metadata span {
	display: block;
}

