@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
	color: #0066FF; }
a:hover {
	color:#000099; }


table.family {
	padding: 10px;
	vertical-align:top;
	font-size:11px;
}
table.family th {
	text-align:right;
}
table.family th.personal {
	background-color:#ccffcc;
	text-align:right
}
table.family th.team {
	background-color:#F4C1C1;
	text-align:right
}
table.family th.shirt {
	background-color:#CCFFFF;
	text-align:right
}
table.family th.dues {
	background-color:#ccccff;
	text-align:right
}
table.family th.newleague {
	background-color:#ffcc99;
	text-align:right
}

table.family td {
	padding-left:5px;
	min-width:50px;
}

table.addtourn th {
	text-align:right;
	font-weight:normal }
	
table.choosetourn th {
	text-align:right; }
	
	
table.doug_formteams th {
	text-align:left;
	vertical-align:bottom;
	background-color:#CCCCCC;
	padding-right:40px;
}

table.editinfo th {
	padding-right:20px;
	text-align:right;
}	


table.fees {
	font-size:11px; }
table.fees td {
	padding-right:8px; }
table.fees th {
	border-bottom:1px solid #999999;
	padding: 0; }
	
.redstar {
	background-image:url(../images/redstar.gif); 
	background-position:left; 
	background-repeat:no-repeat;
	 height:60px; 
	 padding-left:30px; 
	 
	 vertical-align:bottom; }
	 
	
.rightarrow {
	background-image:url(../images/rightarrow.gif); 
	background-position:left; 
	background-repeat:no-repeat;
	 height: 70px;
	 padding-left:70px; 
	 
	 vertical-align:middle; }

.consent {
	font-size:small;
	width:550px; }