@charset "utf-8";
/* CSS Document */
.TitleText {
    font-weight: bold;
    font-size: 14px;
    color: white;
/*    font-family: Verdana, Arial, Helvetica, sans-serif; */
    background-color: #9966cc;
    text-align: center;
}

table.list 
{
    text-align: left;
    padding-left: 2px;
    border: 2px solid black;
    background-color: #ffffff;
}

table.list tr.oddRow
{
    color: #ffffff;
    background-color: #cc99ff;
}

table.list td 
{
    padding-left: 5px;
}

table.list tr th 
{
    font-weight: bold;
    font-size: 14px;
    color: white;
/*    font-family: Verdana, Arial, Helvetica, sans-serif; */
    background-color: #9966cc;
    text-align: center;
}    
.alert {
	color: #C00;
	font-weight: bold;
}

dt.btn { margin-bottom: 5px; text-align: center; }

dt.btn a { display: block; text-decoration: none;
    color: White; font-weight: bold; }

dt.btn a { background: #9966CC; border: 5px outset #9966cc; }

dt.btn a:hover { background: #cc99ff; border: 5px outset #cc99ff; }

dt.btn a:active { background: #cc99ff; border: 5px inset #cc99ff; }
