ul.abc_register,
#maincontainerbox-center ul.abc_register
{
    display: block;
    list-style-type: none;
    list-style-position: inside;
    clear: both;
    margin: 19px 0px 8px 0px ;
    padding: 0px;
}

ul.abc_register li
{
    display: inline;
    padding-right: 3px;
    list-style-type: none;
    list-style-position: inside;
}

ul.abc_register li a
{
    text-decoration: none;
    font-weight: bold;
}

ul.abc_register li.alt
{
    
}

ul.abc_register li.selectedTrue
{
    text-decoration: underline;
}

ul.abc_register li.selectedFalse
{
}


div.abc_list
{
    display: block;
    list-style-type: none;
    clear: both;
    width: 100%;
}

div.abc_list h1
{
}

div.abc_list a
{
    display: block;
    padding:3px 6px;
}

div.abc_list a.alt
{
    background-color: #e7e7e7;
}
    
