
#wizard {
	width: 100%;
	border: 1px solid #DDDDDD;
}
#wizard .title {
	background-color:#DDDDDD;	
}

#results table {
	border-collapse: collapse;
	width: 50%;
	margin: 24px;
	font-size: 1.1em;
}

#results th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

#results td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}

#results td * {
	padding: 6px 11px;
}

#results tr.alt td {
	background: #ecf6fc;
}

#results tr.over td {
	background: #bcd4ec;
}

#results ul {	
	padding: 0px;
}

#results .odd {	
	background-color: #fff;
	padding: 5px;
	list-style: none; 
	/*border-bottom: 1px dotted red;*/
}

#results .even {
	background-color: #CCD9FF;
	padding: 5px;
	list-style: none; 
}

#results a {
	display: block;
	position: relative;
	font-weight: bold;	
	color: #4400CC;	
	background-position: 0px; 
	background-repeat: no-repeat; 
	text-decoration: none; 
	/*padding-left: 1.5em;*/
}

#results li a:hover {
	/*background-color: #CCD9FF;*/
	text-decoration: underline; 
}

/*
#columnlist ul {
	margin: 20px 0 1em 100px; 
	padding: 0; 
	font-size: 1em; 
	list-style: none; 
	
}

#columnlist li {
	line-height: 1.3em; 
	padding: 0; 
	margin: 0 0 0 .5em; 
	
	background-position: 0 3px; 
	background-repeat: no-repeat; 
	list-style: none;
	
}


#columnlist .col1 {margin-left: 3em;}
 
#columnlist .col2 {margin-left: 15em;}
 
#columnlist .col3 {margin-left: 30em;}
 
#columnlist .coltopper {margin-top: -28.5em;} 

#columnlist a {
	display: block; 
	position: relative; 
	width: 12em; 
	color: #4400CC; 
	
	background-position: 0 3px; 
	background-repeat: no-repeat; 
	text-decoration: none; 
	padding-left: 1.5em;
}

#columnlist a:hover {
	background-color: #CCD9FF;
}
*/