﻿.UIRoundedTransparentBox
        {
            padding: 0px;
            margin: 0px;
        }
        .UIRoundedTransparentBox_Inner
        {
            padding: 0px;
            margin: 0px;
            position: relative;
        }
        .UIRoundedTransparentBox_Border
        {
            border: 1px solid #cfcfcf;
            padding: 0px;
            margin: 0px;
            background: transparent;
        }
        .UIRoundedTransparentBox_Corner
        {
            /* @noflip */
            background: transparent url(../images/global/ui/UIRoundedTransparentBox.gif) left top no-repeat;
            width: 8px;
            height: 8px;
            padding: 0px;
            margin: 0px;
            overflow: hidden;
            position: absolute;
        }
        .UIRoundedTransparentBox_TL
        {
            /* @noflip */
            left: 0px;
            top: 0px;
            background-position: 0px 0px;
        }
        .UIRoundedTransparentBox_TR
        {
            /* @noflip */
            right: 0px;
            top: 0px;
            background-position: -8px 0px;
        }
        .UIRoundedTransparentBox_BL
        {
            /* @noflip */
            left: 0px;
            bottom: 0px;
            background-position: 0px -8px;
        }
        .UIRoundedTransparentBox_BR
        {
            /* @noflip */
            right: 0px;
            bottom: 0px;
            background-position: -8px -8px;
        }
        .UIInterstitialBox_Container
        {
            padding: 25px 30px;
        }
        .UIInterstitialBox_Container ul
        {
            margin: 0 0 0 13px;
            padding: 0;
            list-style-type: square;
        }
        .UIInterstitialBox_Container ul li
        {
            color: #3b5998;
        }
        .clearfix:after
        {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }
        .clearfix
        {
            display: inline-block;
        }
        html[xmlns] .clearfix
        {
            display: block;
        }
        * html .clearfix
        {
            height: 1%;
        }
        #divLoginWrapperHeader
        {
            border-bottom: 1px solid #cfcfcf;
            padding-bottom: 10px;
            font-size: 15pt;
            font-family: @Arial Unicode MS;
        }
        #error, .status, .explanation_note
        {
            border: 1px solid #dd3c10;
            background-color: #ffebe8;
            margin-top: 10px;
            padding: 5px;
        }
        h1, h2, h3, h4, h5
        {
            font-size: 13px;
            color: #333333;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            margin-left: 0px;
            padding-top: 0px;
            padding-right: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
        }
        
        /********** Registration.aspx Elements & Definitions **********/
.regWrapper
{
	padding-right: 12px; 
	padding-left: 12px; 
	float: left; 
	width: 96%; 
	padding-bottom: 12px;
	padding-top: 12px;
	border-bottom: #d8d8d8 1px solid;
	background-color: #ffffff;
	height: 100%;
	margin: 0 auto;
}
	.regLeft
	{
		float: left; width: 30%;
	}

	.regCenter
	{
		float: left; width: 30%;  height: 100%;
	}

	.regRight
	{
		float: left; width: 35%;
	}
	
.regWrapperButton
{
	padding-right: 12px; 
	padding-left: 12px; 
	float: left; 
	width: 95%; 
	padding-bottom: 12px;
	padding-top: 12px;
    text-align: center;
    background-color: #ffffff;
}

.subHead {font-family: Verdana,Arial, Helvetica, sans-serif ; font-size: 8pt ; color: #1b626d; margin-top:5px; font-weight:bold;}
#authLoginView {font-size: 8pt; width: 504px; float: right; padding-right: 10px; color: white; padding-top: 27px; text-align: right;}


/********** Login Page **********/
.commonMessageArea
{
    width: 500px;
    border: 1px solid #224770;

}

.commonMessageTitle
{
    background-color: #3a848f;
    padding: 3px 0 3px 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif ;
    font-size: 8pt;
    font-weight:bold;
    color: #FFFFFF;
    text-align: left;
}

.commonMessageTextArea
{
    padding: 10px 5px 5px 80px;
    font-family: Verdana, Arial, Helvetica, sans-serif ;
    font-size: 8pt;
}

.errorText
{
    color: #e89aa3;
}

.pwordRecoverySection
{
    padding-left: 50px;
    padding-bottom: 20px;
}

A.auth_headerLink 	{ color: #ffffff; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif ;  font-size: 8pt ; }
A.auth_headerLink:Hover	{ text-decoration: underline ; color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif ;  font-size: 8pt ; }

.SubHead
{
font-weight: bold;
}

#divLegalHeader
{
    font-family: Arial, Helvetica, sans-serif; font-size: 17pt; font-weight: normal; padding-top: 5px; padding-right: 5px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #808080; margin-bottom: 10px;
}