@charset "utf-8";
/* CSS Document */
.ProfileBoxTop {
	width:273px;
	background:url(../images/results_07.jpg) no-repeat top;
	margin:0px;
	padding:0px;
}
.ProfileBox {
	width:273px;
	background:url(../images/short_profile_bg.jpg) center repeat-y;
}
.ProfileBox Table {
	width:100%;
	height:110px;
	font:normal 12px Arial;
	color:black;
	text-align:left;
	border:none;
}
.ProfileBoxBot {
	width:273px;
	background:url(../images/results_20.jpg) no-repeat bottom;
	margin:0px;
	padding:0px;	
}
.InsideProfileBox Table TH {
	font-weight:bold;
	color:black;
	text-align:left;
	width:25%;
	border-bottom:1px dotted #1318e9;
	padding:4px;
	empty-cells:show;
}
.InsideProfileBox Table TD {
	color:#ff6600;
	text-align:left;
	width:25%;
	border-bottom:1px dotted #1318e9;
	padding:4px;
	empty-cells:show;
}
.BodyBox {
	width:553px;
	background:url(../images/body_bg.jpg) repeat-y center;
	margin-bottom:10px;
}
.BodyBox Table {
	width:100%;
	border:none;
	text-align:left;
	font:normal 12 Arial;
	color:black;
}
.BodyBox Table TH {
	width:120px;
	text-align:left;
	font-weight:normal;
}
.BodyBox Table A {
	font:bold 12px Arial;
	color:black;
	text-decoration:none;
}
.BodyBox Table A:hover {
	text-decoration:underline;
}
.BodyBoxTop {
	width:553px;
	background:url(../images/body_top.jpg) top no-repeat;
}

.BodyBoxBot {
	width:553px;
	background:url(../images/body_bottom.jpg) bottom no-repeat;
}
.smallBodyBox {
	width:269px;
	background:url(../images/smallBoxBody_bg.jpg) repeat-y center;
	margin-bottom:10px;
}
.smallBodyBox Table {
	width:100%;
	border:none;
	text-align:left;
}
.smallBodyBox Table TH {
	width:50%;
	text-align:left;
	font-weight:normal;
	color:#000;
	border-bottom:1px dotted #1318e9;
}
.smallBodyBox Table TD {
	empty-cells:show;
	color:#ff6600;
	text-align:left;
	width:50%;
	border-bottom:1px dotted #1318e9;
}
.smallBodyBoxBot {
	width:269px;
	background:url(../images/smallbody_bottom.jpg) bottom no-repeat;
}
.QuestionBoxTop {
	width:553px;
	height:26px;
	background:url(../images/question_header_bg.jpg) top no-repeat;
	text-align:left;
}
.QuestionBoxTop Table {
	width:100%;
	height:26px;
	font:bold 14px Arial;
	color:black;
}
.FormBoxTop {
	width:553px;
	height:28px;
	background:url(../images/register_title_bg.jpg) no-repeat center;
	text-align:left;
}
.FormBoxTop Table {
	width:100%;
	height:28px;
	font:bold 12px Arial;
	color:black;
}
.smallFormBoxTop {
	width:269px;
	height:32px;
	background:url(../images/smallBoxHeader_bg.jpg) no-repeat center;
	text-align:left;
}
.smallFormBoxTop Table {
	width:100%;
	height:32px;
	font:bold 12px Arial;
	color:black;
}