.highlight{
	background: #EDF3FE;
	font-weight: bold;
}

.align-center{
	text-align: center;
}

.moreinfo_header{
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
	font-size: 1.1em;
}

.moreinfo_title{
	font-weight: bold;
	padding-right:40px;
	color: #555;
	text-align: right;
	
}

.moreinfo_content{
	color: #333;
}

.moreinfo_column_border{
	border-right: 1px dotted #dddddd;
	color: #333;
}

.app_title{
	font-size: 1.1em;
	color: #333;
}

.app_num{
	font-size: 0.9em;
	font-weight: bold;
}

.app{
	font-size: 1.3em;
	color: #000000;
}

.app_row_bg{
	background: #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.td_hr{
	border-bottom: 1px dotted #dddddd;
}

.td_odd_color{
	background: #edf3fe;
	padding-top: 5px;
	padding-bottom: 5px;
}

.td_even_color{
	background: #f9f9f9;
	padding-top: 5px;
	padding-bottom: 5px;
}

.app_account{
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}