/*This css is used on profiles.asp to style the InDepthProfile*/
#Table2 td {
padding: 4px 10px 4px 5px;
}
#overview h1 {
	margin-bottom:6px;
}
#overview h3 {
	margin-top:0px;
	margin-bottom:15px;
	font-weight:normal;
	font-style:italic;
	color:#666;
	font-size:18px;
}

.bold {
	font-weight:bold
}
.source {
	font-size:.9em;
	color:#333;
	margin-bottom: 24px;
}
.source a:link {
	color:#333;
}
.source a:hover {
	color:#0000EE;
}

#tables table {
	/*min-width:660px;*/
	margin-bottom:4px;
}
#tables tr:hover {
background-color: #f7f7f7;
}
th {
	padding:5px;
	border: 1px solid #CCCCCC;
	background:#b3d8fe;
	line-height:normal;
	text-align:right;
	vertical-align:bottom;
	font-weight: 700;
}
th.q {
	text-align:left;
	vertical-align:bottom;
}
td.left, td.left_indent, td.left_indent2 {
 	padding:5px;
	text-align:left;
	border: 1px solid #CCCCCC;
}
td.left_indent {
	padding-left:20px;
}
td.left_indent2 {
	padding-left:35px;
}
td.right, td.empty {
	padding:5px;
	border: 1px solid #CCCCCC;
	text-align: right;
}
td.empty{background:#f2f2f2;}
tr.subheader, #tables tr.subheader:hover {
	background-color:#eaf3ed;
	border: 1px solid #CCCCCC;
}
#overview {
	margin-bottom:15px;
}
#overview p {
	margin:0;
}
.alignRight {
	text-align:right;
}
a.IndyNote {
	cursor:help;
	text-decoration:none;
	border-bottom: dotted 1px #0000EE;
	color:#0000EE;
}
/*These tab definitions don't match profile2.css since they are hidden since there are no 2-panel tabs*/
a.tab_on {
	display:none;
}


a.tab_off {
	display:none;
}
