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

/* Override to common settings
------------------------------*/
.whiteBox {
	width: 445px;
	padding:18px 20px 20px 20px;
	position:relative;}
	

/* profilecnt
------------------------------*/
.profilecnt{
	position:absolute;
	left: 250px;
	top: 15px;
	width: 255px;
	height: 393px;
	background: transparent no-repeat url(../images/profiles_phot.png);
}
* html .profilecnt {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/profiles_phot.png' ,sizingmethod=image);
	}


/* profileTable
------------------------------*/
.profileTable{
	width:100%;
	font-size:1.2em;
	line-height:180%;
	}
	.profileTable th,
	.profileTable td{
		padding:3px 0 4px 2px;
		background: transparent url(../images/profiles_td_hr.gif) repeat-x bottom left;
		}
		.profileTable th{
			width:100px;
			text-align:left;
			vertical-align:top;
			}

	td.rightSpace{ padding-right:200px;}


/* history H3
------------------------------*/
h3.header{
	padding:30px 0 5px 0;
	font-size:1.2em;
	color:#005097;
	}

/* historyTable
------------------------------*/
.historyTable{
	width:100%;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	line-height:　1.5em;
	}
.historyTable th,
.historyTable td{ border-bottom:1px solid #CCC; border-right:1px solid #CCC; padding:1px;}
.historyTable th{ font-weight:normal; background-color:#eeeeee}
.historyTable td{ text-align:center;}














