﻿/*----------------------------------------*/
/*                                         */
/*          General styles                 */
/*                                         */
/*----------------------------------------*/

a.bluelink,
a.BlueLinkHyper,
.BlueLinkButton,
a.BlueLinkHyperMoreMargin
{
    text-decoration: none;
    color: Blue;
}

/* can be used for both buttons and hyperlinks */
a.BlueLinkHyper,
.BlueLinkButton,
a.BlueLinkHyperMoreMargin
{
    border:none;
    text-align:left;
    display:block;
    padding-left: 11px;
    background: url(./Images/BlueArrow.gif) no-repeat;
    cursor: pointer;
}

a.BlueLinkHyper,
a.BlueLinkHyperMoreMargin
{
    background-position: 0px 5px;
}

a.BlueLinkHyperMoreMargin
{
    margin-top:5px;
    margin-left:5px;
}

.BlueLinkButton
{
    background-position: 0px 8px;
}

/* labels who use this CssClass should be 525px wide */
.HtmlPage
{
    margin-left:68px;
	text-align:justify;
}


ul
{
    margin-top:3px;
    padding-left:15px;
    margin-bottom:15px;
}

ul li
{
    background:url(./Images/BulletRoundGrey.gif) no-repeat;
    background-position:0px 10px;
    list-style:none;
    padding-top:5px;
    padding-left:15px;
}