﻿.profile-container
{
	background-color:transparent;
	margin:0;
	padding:0;
	z-index:1000;
	height: 27px;
	color: White;
	text-align: center;

}
#profile-top-container {
	position:absolute;
}

.layout-v6 #profile-top-container
{
    position:relative;
    float:right;
}

.form-frame 
{
	width:100%;
	border:none;
	height:500px;
}

.profile-status-frame
{
	height:24px;
}

#profile-resetpassword {
	background-color:white;
}


#profile-login-dialog{
	position:absolute;
	top:0px;
	right:0px;
	z-index:1500;
	background-color:white;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 9px 5px rgba(0, 0, 0, 0.2);
}

#spnCancelImg{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	width: 14px;
	height: 14px;
	text-indent: -9000px;
	background-image: url("//secure.icbdr.com/images/Buttons/blueCloseButton.png");
}

.join-widget .ui-dialog-titlebar{
    display:none !important;
}

.ui-dialog{
    /*z-index: 3000 !important; */
}

/* Profile Container By Layout*/

/*T6*/
.layout-v6 #top-profile-container{
	background: transparent;
	position: absolute;
    right: 5px;
}

/*T5*/
.layout-v5 #top-profile-container
{
    float:right;
    margin-right:1em;
}

/*T4*/
.layout-v4 #top-profile-container {
    position: absolute;
    right: 22px;
    top: 0px;
}


/*T3*/
.layout-v3 #top-profile-container{
    position: absolute;
    right: 5px;
    top: 0;
}

/*T2*/
.layout-v2 #top-profile-container{
    float:right;
}

/*T1*/
.layout-v1 #top-profile-container
{
    position: absolute;
    right: 10px;
    top: 0px;
}

/*Basic*/
#container #top-profile-container
{
    position: absolute;
    right: 0;
    top: -25px;
}

/*Old Layouts*/
.layout-old #container #top-profile-container, .layout-old .layout-v1 #top-profile-container{
    position: absolute;
    right: 0;
    top: -25px;
}

.layout-old .layout-v2 #top-profile-container{
    float:none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1001;
}

.layout-old .layout-v3 #top-profile-container{
    position: absolute;
    right: 5px;
    top: 0px;
}


