﻿/*
.userProfileLineHorizontal {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent none repeat scroll 0 0;
    border-bottom:1px solid #EFEFEF;
    clear:both;
    font-size:0;
    height:1px;
    line-height:0;
    margin:0;
    overflow:hidden;
    padding:0;
}

.userProfileInput{
	background-color:#FFFFFF;
	border:1px solid #ADC3DE;
	color:#000000;
	width:200px;
}

.userProfileInputReadOnly{
	background-color:#DDDDDD;
	border:1px solid #ADC3DE;
	color:#666666;
	width:200px;
}

.userProfilePanelDisabled{
	background-color:#DDDDDD;
}

.userProfilePanel{
	background-color:#FFFFFF;
}

.userTopicText{
font-size:20px;
font-weight:normal;
color:#0A3D79;
font-family:Arial;
padding-bottom:15px;
}

.userProfileLabelCell
{
	width : 200px;
	padding-top : 2px;
	padding-bottom : 4px;
	vertical-align : top;
}

.userProfileContentCell
{
	padding-bottom : 4px;
	vertical-align : top;
}

.userProfileCheckboxCell
{
	padding-top : 3px;
	padding-bottom : 4px;
	vertical-align : top;
}
*/