@charset "UTF-8";
@import url("../_common/basic.css");


/***** HTML basic elements *****/

th {
	font-weight: normal;
	text-align:  left;
}


/***** Classified elements *****/

.profile-cell {
	border-right: #000000 1px solid;
	width:        322px;
}

th.profile-cell {
	background:  #cae4d6 none;
	width:       103px;
	/*white-space: nowrap;*/
}

th.history-cell {
	background:   #fee3d9 none;
	border-right: #000000 1px solid;
	/*white-space:  nowrap;*/
}

.policy-cell {
	border:     #56609f 1px solid;
	border-top: none;
}

div.profile-content {
	padding: 5px 10px;
}

div.policy-content {
	padding: 5px 30px;
}

div.visual-copy {
	margin-top:  5px;
	color:       #f0870f;
	font-size:   medium;
	font-weight: bold;
}

img.visual-samples {
	border: #f0870f 2px solid;
	margin-top: 10px;
}


/***** Identified elements *****/

div#content-pane {
	border: #00408f 2px solid;
}

div#inner-content-pane {
	width:  425px;
	margin: 30px auto 0px auto;
}
