/* Styling for the yourprofile.asp page */

/*
	 $LastChangedBy: andrew $
	 $Date: 2007-03-31 22:21:57 -0400 (Sat, 31 Mar 2007) $
	 $Revision: 22 $
*/

td.TextDescrip { 
	text-align: right;
	padding:  5px 5px 5px 0;
}

select {
	font-size: .9em;
}

p.SelectDescrip {
	margin: 7px 0 4px 0;
	font-size: 1em;
}

option {
	padding: 0 6px 0 0;
}

/* styles for the children table... */

table.Children {
	margin: 5px 0 0 0;
}

	table.Children td.head {
		text-align: center;
		padding: 0 5px 0 5px;
	}

	td.ChildLabel {
		text-align: right;
		padding: 5px 5px;
	}

	table.Children td.month {
		text-align: center;
		padding: 2px 0 0 0;
	}
	
	table.Children td.year {
		text-align: center;
		padding: 2px 0 0 0;
	}
	
	table.Children td.gender {
		text-align: center;
		padding: 2px 0 0 0;
	}
	
tr.ans:hover {		/* creates the highlight when hovering over an answer */
		background-color: #C9D5DF;
	}
	
label {
		display: block;
		padding: 2px 5px 2px 0;
		margin: 0;
	}
	
input.text { /* for input type="text" adds a little bit of padding */
	padding: 1px 1px 1px 2px;
}