
.clearboth
{
    clear: both;
}

.clearleft
{
    clear: left;
}

.clearright
{
    clear: right;
}

.leftelem
{
    text-align: left;
    text-align: -moz-left;
}

.rightelem
{
    text-align: right;
    text-align: -moz-right;
}

.centerelem
{
    text-align: center;
    text-align: -moz-center;
}

.floatright
{
    float: right;
}

.floatleft
{
    float: left;
}

.SATButton
{
    cursor: pointer;
    cursor: hand;
    font: bold normal 11pt segoe ui, arial, helvetica, verdana;
    color: white;
    font-weight: bold;
}

.satPeople div
{
}

.satPeople div:first-child
{
    min-height: 43px;
    background: transparent url(images/sat_hr_leftcap.png) top left no-repeat;
    border: 0px;
    float: left;
    min-width: 10px;
    position: relative;
}

.satPeople div:first-child + div + div
{
    min-height: 43px;
    background: transparent url(images/sat_hr.png) top center no-repeat;
    border: 0px;
    margin: 0px 10px 0px 10px;
}

.satPeople div:first-child + div
{
    min-height: 43px;
    background: transparent url(images/sat_hr_rightcap.png) top right no-repeat;
    border: 0px;
    float: right;
    min-width: 10px;
    position: relative;
}

.stepnumbertext
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
}

.buttoncontainer
{
    padding: 0px 0px 20px 0px;
}

DIV
{
    color: white;
}

 .rcbList
{
    color:#000000;
}

.GridPager_Default td div
{
    	color:#000000;
    	
}

input[class*=SATButton][disabled=disabled],
input[class*=SATButton][class*=disabled]
{
	color: #555555 !important;
}

input[class*=SATButton]
{
	height: 36px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	border: 0px;
	font-family: 'segoe ui', Arial, Helvetica;
	font-weight: bold;
	font-size: 13pt;
	color: white;
	cursor: pointer;
	cursor: hand;
}

.SATButton_xlarge
{
	background-image: url(images/sat_button_xlarge.png);
	width: 253px!important;
}

.SATButton_large
{
	background-image: url(images/sat_button_large.png);
	width: 203px!important;	
}

.SATButton_medium
{
	background-image: url(images/sat_button_medium.png);
	width: 153px!important;
}

.SATButton_small
{
	background-image: url(images/sat_button_small.png);
	width: 103px!important;
}

.SATButton_xlarge[class*= disabled],
.SATButton_xlarge[disabled]
{
	background-image: url(images/sat_button_xlarge_disabled.png);
}


.SATButton_large[class*= disabled],
.SATButton_large[disabled]
{
	background-image: url(images/sat_button_large_disabled.png);
}

.SATButton_medium[class*= disabled],
.SATButton_medium[disabled]
{
	background-image: url(images/sat_button_medium_disabled.png);
}

.SATButton_small[class*= disabled],
.SATButton_small[disabled]
{
	background-image: url(images/sat_button_small_disabled.png);
}
.SubHeadProfile
{
	font-family: 'Segoe UI' , Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	
	text-align:left;
}
.HeadProfile
{
	font-family: 'Segoe UI' , Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	
	text-align:left;
}
.NormalProfile, .NormalDisabledProfile
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
}

