#sessionflash {
	color: red;
	text-decoration: none;
	background-color: #FFF;
}

#box-table-a, .box-table-a {
	border-collapse: collapse;
	/* font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; */
	margin:10px;
	margin-top:5px;
	text-align: center;
	width: 1050px;
}

.box-table-a { width:1110px; }

#box-table-a th, .box-table-a th {
	/* background: none repeat scroll 0 0 ; */
	background-color:#B9C9FE;
	border-bottom: 1px solid #FFFFFF;
	border-top: 0px solid #AABCFE;
	color: #003399;
	font-weight: normal;
	padding: 8px;
}

#box-table-a td, .box-table-a td {
	/* background: none repeat scroll 0 0; */
	
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid transparent;
	color: #666699;
	padding: 8px;
}


.box-table-a tr:nth-child(even) td { background-color:#E8EDFF;}
.box-table-a tr:nth-child(odd) td { background-color:#F4F7FF;}

#box-table-a a , .box-table-a a{
	color: #003399;
}

#box-table-header, .box-table-header {
	font-size: 16pt;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #554433;
	text-align: center;
}

#quicksearch {
	background: none repeat scroll 0 0 #E8EDFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid transparent;
	color: #666699;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
	margin-bottom: 10px;
	width: 450px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
}
