﻿.ListLabelTitle
{
	font-weight: bold;
	display: block;
	margin: 2px 2px 2px 2px;
	padding: 5px 0px 10px 0px;
	vertical-align: middle;
}

.ListLabel
{
	font-weight: bold;
	margin: 2px 2px 2px 2px;
	vertical-align: middle;
}


.ListLabelProfile
{
	margin: 2px 2px 2px 2px;
	padding: 5px 0px 10px 0px;
	vertical-align: middle;
}

.ListLabelLeft, .ListLabelLeftBold
{
    display:block;
    float: left;
    width: 200px;
    position: relative;
}

.ListLabelLeftBold, .ListLabelRightBold
{
    font-weight: bold;
}

.ListLabelRight, .ListLabelRightBold
{
    display:block;
    text-align: right;
    float: left;
    width: 100px;
    position: relative;
}

.ListLabelHr HR
{
    width: 300px;
}