
img.tourP1:hover
{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}

div.tourT1
{
	margin: 0 auto; overflow: hidden;
	padding: 0;
	border: 0px solid red;
	text-align:center;
	line-height: 110%;
	font-size: 20pt;
	font-weight: bold;
	color: #ff0000;
}

div.tourT2
{
	position:absolute;
	z-index:3;

	margin: 0 auto;
	padding: 0;
	border: 0px solid red;
	text-align:center;
	line-height: 110%;
	font-size: 20pt;
	font-weight: bold;
	color: #ff0000;
}

form input
{
	font-size: 11pt;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	margin: 0 0;
}

table td
{
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

table.edit2
{
	border-collapse: collapse;
	margin: 0 10px 10px 0;
}

table.edit2 th
{
	/* display: table-cell; */
	font-weight: bold;
	background: #eeaa44;
	border: solid 1px #222222;
	vertical-align: middle;
	text-align: center;
	padding: 2px 4px;
}

table.edit2 td
{
	border: solid 1px #222222;
	background: #ffffff;
	vertical-align: middle;
	text-align: left;
	padding: 4px 4px;
}

table.edit2 td.TAC
{
	text-align: center;
}

table.edit2 td.TAR
{
	text-align: right;
}

table.edit2 td.BG1
{
	background: #cccccc;
}

table.edit2 td.BG2
{
	background: #888888;
}

table.edit2 td.BGE
{
	background: #ffee88;
}

