@charset "utf-8";


/* clearfix
------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {   
    display: inline-block;   
} 

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*body {
	
	}*/

#page_contents h2{
	padding:0px;
	margin:0px;
	background-image:url(../images/ttl_results.gif);
	background-repeat:no-repeat;
	text-indent:-5000px;
	height:31px;
}



#resultsPage {
	margin-top:30px;
}

#resultsPage h3 {
	font-size: large;
	font-weight: bold;
}
#resultsPage  table {
	border: 1px solid #999999;
	border-collapse: collapse;
	margin-bottom: 25px;
}

#resultsPage  th {
	border: 1px solid #999999;
	background-color: #F2F2F2;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.3em;
	padding-left:0.3em;
	font-weight: normal;
	color: #333333;
	font-weight: bold;
}
#resultsPage .left {
	text-align: left;
}


#resultsPage  td {
	border: 1px solid #999999;
	text-align: right;
	padding-right: 0.2em;
	letter-spacing: 0.1em;
}
#resultsPage .bgPink {
	background-color: #ffeff9;
}
#resultsPage .toTop {
	display:block;
	text-align: right;
	color: #c41b44;
}
#resultsPage .attention {
	line-height: 1.2em;
	color: #333333;
	text-indent: -1.3em;
	margin-left: 20px;
	}

