@charset "utf-8";

/* ---------- Team Register Form ---------- */
div#team_reg_form {
	margin: 0px 0px 10px 0px;
	padding: 6px 0px 6px 0px;
	border: 1px solid #EEEEEE;
	text-align: center;
}

/* Team Name, Guest Name */
div#team_reg_form div#team_name {
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 2px 0px 10px 0px;
	/*border: 1px solid #EEEEEE;*/
	text-align: center;
}
div#team_reg_form div#team_name div.text {
	float: left;
	margin: 0px 15px 0px 6px;
	text-align: left;
}
div#team_reg_form div#team_name div.text label {
	font-size: 100%;
}
div#team_reg_form div#team_name div.text input {
	/*background: #FFE8EC;
	border: 1px solid #7B9EBD;*/
	font-size: 90%;
}
div#team_reg_form div#team_name div.text div.guest_name {
	font-size: 100%;
}
div#team_reg_form div#team_name div.text div.guest_name input {
	width: 120px;
	font-size: 90%;
}

/* Table */
div#team_reg_form table {
	width: 780px;
	margin: 0px auto 10px auto;
	border-collapse: collapse;
}

div#team_reg_form table th {
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
	cursor: default;
}
div#team_reg_form table th span.red {
	color: #BD421C;
}

div#team_reg_form table td {
	border: 1px solid #DDDDDD;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-size: 100%;
}
div#team_reg_form table td input {
	font-size: 100%;
}
div#team_reg_form table td.order {
	width: 40px;
	font-size: 100%;
	font-weight: bold;
	color: #778899;
}
div#team_reg_form table td.name {
}
div#team_reg_form table td.name input {
	width: 230px;
	background: #FFE8EC;
	border: 1px solid #7B9EBD;
}
div#team_reg_form table td.position {
	width: 55px;
}
div#team_reg_form table td.b_hand {
	width: 40px;
}
div#team_reg_form table td.meet {
	width: 40px;
}
div#team_reg_form table td.power {
	width: 40px;
}
div#team_reg_form table td.speed {
	width: 40px;
}
div#team_reg_form table td.profile {
}
div#team_reg_form table td.profile input {
	width: 250px;
}

/* Team Profile */
div#team_reg_form div#team_profile {
	width: 605px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 5px 0px;
	/*border: 1px solid #EEEEEE;*/
	text-align: center;
}
div#team_reg_form div#team_profile div.text {
	margin: 0px 0px 0px 0px;
	text-align: left;
}
div#team_reg_form div#team_profile div.text label {
	display: block;
	font-size: 90%;
}
div#team_reg_form div#team_profile div.text textarea {
	width: 600px;
	height: 50px;
	font-size: 90%;
}

/* Error Message */
div#team_reg_form div#team_member_error {
	margin: 0px 0px 0px 0px;
	text-align: center;
}

/* Submit */
div#team_reg_form div.submit input {
	width: 250px;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 1px 0px;
	font-size: 100%;
	font-weight: bold;
}

/* ---------- Team List ---------- */
div#new_team_list {
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
	/*border: 1px solid #DDDDDD;*/
	text-align: left;
}

div#new_team_list h3 {
	padding: 3px 0px 4px 15px;
	font-weight: normal;
	font-size: 90%;
}

/* Table */
div#new_team_list table {
	width: 780px;
	margin: 0px auto 5px auto;
	border-collapse: collapse;
}

div#new_team_list table th {
	background: #F9F9F9;
	border: 1px solid #EEEEEE;
	padding: 2px 0px 2px 0px;
	text-align: center;
	font-size: 80%;
	font-weight: normal;
}

div#new_team_list table td {
	padding: 2px 0px 2px 0px;
	border: 1px solid #EEEEEE;
	text-align: left;
}
div#new_team_list table td.team_name {
	width: 335px;
	padding-left: 5px;
	font-size: 90%;
	font-weight: bold;
	overflow: hidden;
}
div#new_team_list table td.point {
	width: 35px;
	text-align: center;
	font-weight: bold;
	color: #C2B64C;
}
div#new_team_list table td.guest_name {
	width: 240px;
	padding-left: 5px;
	font-size: 80%;
	overflow: hidden;
}
div#new_team_list table td.created {
	width: 145px;
	padding-left: 5px;
	font-size: 80%;
}

/* Team List Link */
div.team_list_link {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 80%;
	font-weight: normal;
}
div.team_list_link a {
	color: #BD421C;
}
