/* CSS Document */
h1, h2, h3, h4, p, a {
	font-family: Helvetica, Arial;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
}

h1, h2, h3 {
	margin: 0 0 10px 0;	
}

a {
	color: #367fbd;
}

p {
	font-size: 16px;	
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;	
}

.tour-container {
  margin-left: 20px;
}

.tour-table {
	float: left;
	width: 800px;
}

	.tour-row {
		float: left; width: 800px; min-height: 26px; margin: 0 0 6px 0; background: 
#f0f0f0; -moz-border-radius: 7px; -webkit-border-radius: 7px;
	}
	
	.tour-cell {
		float: left; display: inline; margin: 5px 20px 0 0;
	}
	
		.tour-cell-name {
			float: left;
			width: 140px;
		}

		.tour-cell-status {
			margin: 5px 20px 0px 10px;
			width: 80px;
			float: left;
		}
	
		.tour-cell-info-text p {
			float: left;
			font-size: 12px;
			margin: 2px 0 3px 0;
			width: 360px;
		}
		
		.tour-cell-more-link {
			float: right;
			text-align: right;
			margin: 5px 10px 0 0;
			width: 140px;
		}
		
		.tour-cell-more-contents {
			float: left;
			display: none;
			width: 800px;
		}
		
			.tour-cell-more-contents hr {
				border: 0;
				height: 1px;
				background: #e1e1e1;
				width: 790px;
				margin: 0 0 3px 5px;
			}

.tour-register-form {
  float: left;
  width: 365px;
  margin-bottom: 30px;
  margin-left: 50px;
}
.tour-register-fieldname {
  float: left;
  width: 120px;
}
.tour-register-fieldvalue {
  float: left;
  width: 210px;
}
.tour-register-fieldvalue input {
  width: 200px;
}
.tour-more-description {
  float: right;
  margin: 10px;
  margin-right: 50px;
  padding: 10px;
  border: 1px dashed grey;
  width: 280px;
  background-color: #FFF;
}
.tour-more-description a {
  font-weight: bold;
  font-style: underline;
  color: #000;
}

.tour-cell-status-open {
  color: #0A0;
  font-weight: bold;
  text-align: center;
}

.tour-cell-info-open {
  color: #0A0;
}

