/* PTI CSS Document */
h3 {
	color: #029ddf;
}
/* PTI tables ---------------------------------------------- */
#ptitable {
	border: solid 1px #007bbf;
	background: #ffffff;
	padding: 0 0;
	width: 98%;
	margin-left: 10px;
	border-collapse: collapse;
	margin-bottom: 5px;
	font-size: 0.85em;
}
#ptitable th {
	font-weight: bold;
	color: #ffffff;
	background: #007bbf;
	padding: 5px 5px;
}
#ptitable tr {
	background: #ffffff;
	font-weight: normal;
	color: #007bbf;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
#ptitable tr.row_alt {
	background: #DAF2FF;
	font-weight: normal;
	color: #007bbf;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
#ptitable tr.row_selected {
	background: #007bbf;
	font-weight: normal;
	color: #ffffff;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
#ptitable td {
	margin: 0 0;
	padding: 2px 5px;
}
#ptitable td.nowrap {
	white-space: nowrap;
}

#ptitable tr a, #ptitable tr.row_alt a, #ptitable tr.row_selected a {
	color: #007bbf;
	text-decoration: none;
	border-bottom: none;
}
#ptitable tr.row_selected a:hover, #ptitable tr a:hover, #ptitable tr.row_selected a:hover {
	color: #007bbf;
	text-decoration: none;
	border-bottom: 1px dotted #007bbf;
}
#ptitable tr.row_selected a.imglink:hover, #ptitable tr a.imglink:hover, #ptitable tr.row_selected a.imglink:hover {
	color: #007bbf;
	text-decoration: none;
	border-bottom: none;
}
.month {
	text-align: center;
	width: 55px;
	border-left: 1px solid #c4e8fb;
}
.dates {
}
ul, ol {
	margin-top: 0;
	margin-bottom: 0;
}
ul {
	list-style: square;
}
li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

h1 {
	color: #029ddf;
}
.ptiadditionaltext {
	color: #990000;
	font-size: 0.8em;
}
.price {
	font-size: 130%;
	font-weight: bold;
	color: #029ddf;
}
.lnprice {
	font-size: 130%;
	font-weight: bold;
	color: #a5c653;
}
.vat {
	font-size: 60%;
	font-weight: normal;
	color: #333333;
}
/**** SUB MENU NAVIGATION ************************/
ul#submenu  {
	margin: 1px 0;
	padding: 0;
	list-style-type: none;
}
ul#submenu li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
ul#submenu li.nolink  {
	float: left;
	display: block;
	width: 213px;
	background: #dfdfdf url(/img/btn.jpg) top left repeat-x;
	border: 1px solid #d5d5d5;
	margin: 0 2px 1px 0;
	padding: 2px 3px 2px 6px;
}
ul#submenu a {
	display: block;
	width: 213px;
	background: #dfdfdf url(/img/btn.jpg) top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #646464;
	text-decoration: none;
	font-weight: bold;
	margin: 0 2px 1px 0;
	padding: 2px 3px 2px 6px;
}
ul#submenu a.pti {
	display: block;
	width: 213px;
	background: #dfdfdf url(/img/btn.jpg) top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #029ddf;
	text-decoration: none;
	font-weight: bold;
	margin: 0 2px 1px 0;
	padding: 2px 3px 2px 6px;
}

ul#submenu a:hover, ul#submenu a:active {
	color: #ffffff;
	background: #dfdfdf url(/img/btn_blue.jpg) top left repeat-x;
	border: 1px solid #d5d5d5;
	font-weight: bold;
	text-decoration: none;
}

ul#submenu li a.selected {
	color: #ffffff;
	background: #dfdfdf url(/img/btn_blue.jpg) top left repeat-x;
	border: 1px solid #d5d5d5;
	font-weight: bold;
	text-decoration: none;
}
/*********************************************/
table.agenda {
	background: none;
	border: 1px solid #d5d5d5;
	margin: 10px 1em;
	width: 95%;
	border-collapse:collapse;
}
table.agenda th {
	font-weight: bold;
	background: #d5d5d5;
	color: #000000;
	vertical-align: top;
	padding: 2px 10px;
}
table.agenda td {
	padding: 10px 10px;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
table.agenda tr {
	vertical-align: top;
}
/*2008 Survey styles */
div.formrow {
	padding-top: 6px;
	margin-bottom: 15px;
}

div.formrow span.label {
	/*float: left;*/
	margin-left: 10px;
	width: 90%;
	text-align: left;
	display: block;
	font-weight: bold;
}
div.formrow input, div.formrow textarea, div.formrow select {
	margin-left: 10px;
	color: #214992;
	background-color: #E9EEF8;
	border: 1px solid #ccc;
}
div.formrow .textbox {
	width: 90%;
}
div.formrow textarea {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #214992;
	background-color: #E9EEF8;
	border: 1px solid #ccc;
}
div.formrow option {
	color: #214992;
	background-color: #E9EEF8;
	border: 1px solid #ccc;
}