/*
table.adminlist {
    background-color: #E7E7E7;
    border-spacing: 1px;
    color: #666666;
    width: 100%;
}
table.adminlist thead th {
    background: none repeat scroll 0 0 #F0F0F0;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #FFFFFF;
    color: #666666;
    text-align: center;
}
table.adminlist td, table.adminlist th {
    padding: 4px;
}
body, td, th {
    font-family: Arial,Helvetica,sans-serif;
}
input, select {
    border: 1px solid silver;
    font-size: 10px;
}
table.adminlist thead th {
    color: #666666;
    text-align: center;
}
a:link {
    color: #0B55C4;
    text-decoration: none;
}
a, img {
    margin: 0;
    padding: 0;
}
table.adminlist tbody tr {
    background-color: #FFFFFF;
    text-align: left;
}
table.adminlist tbody tr td {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    height: 25px;
}
table.adminlist tbody tr.row1 td {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #FFFFFF;
}

#asof {
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
}
#box-table-w
{
	border-style: solid;
	border-color: #aabcfe;
	border-width: 1px;
}
#box-table-a
{
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	border-collapse: collapse;
}

#box-table-a th
{
	padding: 3px 5px 3px 3px;
	font-size: 9pt;
	font-weight: bold;
	background: #aaaaff;
	border-top: 4px solid #9999ff;
	border-bottom: 1px solid #fff;
	color: #039;
	text-align: left;
}
#box-table-a tr.odd td
{
	padding: 2px 5px 2px 3px;
	font-size: 8pt;
	background: #eeeeff;
	border-bottom: 1px solid #fff;
	color: #338;
	border-top: 1px solid transparent;
}
#box-table-a tr.even td
{
	padding: 2px 5px 2px 4px;
	font-size: 8pt;
	background: #ddddff;
	border-bottom: 1px solid #fff;
	color: #338;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #338;
}

#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
#box-table-b td
{
	padding: 8px;
	background: #e8edff; 
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}
*/
