﻿/*
#################################################
    
    generallist.css

    CSS file for the General List PagePart.

    Copyright Mindscape 2008, All right reserved.

    Version 1.0 by Jason Van Vuren (2/12/2009)


###################################################
*/

.generallist
{
    font-size: inherit;
}

.generallist strong
{
    margin: 0px;
    padding: 0px;
    font-size: inherit;
    color: #1b91d4;
}

.generallist p
{
    margin: 0px;
    padding: 0px;
    padding: 10px 0px;
    font-size: inherit;
}

.generallist hr
{

}

.generallist ul,
.generallist ol
{
    list-style-position: inside;
    padding-bottom: 10px;
}