.loginWindow
{
	border: solid 3px #a4a6a9;
	width: 250px;
	background-color: #a4a6a9;
	color:#000;
	padding:3px;
	opacity: .88;    filter: alpha(opacity=88);

}

.loginTop
{
}

.TitleBar .Label
{
	float:left;
	color: White;
	font-weight: bold;
	font-variant:small-caps;
	font-size:15px;
}

.TitleBar .Close
{
	clear: none;
	float: right;
	cursor:pointer;
	color: White;
	font-weight: bold;
	font-variant:small-caps;
}

.loginWindow .Body
{
	display: block;
	clear: both;
	width: 100%;
	background-color: White;
	text-align:center;
	margin: 0 4px 0 0;
	color:#000;

}

.loginWindow .Body a
{
	display: block;
	clear: both;
	width: 100%;
	background-color: White;
	text-align:center;
	margin: 0 4px 0 0;
	color:#000;

}


.loginWindow .Body a:hover
{
	display: block;
	clear: both;
	width: 100%;
	background-color: White;
	text-align:center;
	margin: 0 4px 0 0;
	color:#8d0b0c;
}

.resetPassw
{
	padding: 10px 4px 4px 4px;
}
.resetPassw .userProfileHeader
{
	font-weight: normal;
}

.activationComment
{
	clear:both;
	font-size: 11px;
}




/*############################ RegisterUserWindow ###############################*/


.RegisterUserWindow 
{
	border: solid 3px #a4a6a9;
	width: 250px;
	background-color: #a4a6a9;
	color:#000;
	padding:3px;
	opacity: .88;    filter: alpha(opacity=88);
	position: absolute;
	display: none;
	overflow: auto;
}

.TopBar
{
}

.RegisterUserWindow .Title
{
	float:left;
	background-color: #a4a6a9;
	color: White;
	font-weight: bold;
	font-variant:small-caps;
	font-size:15px;
}

.RegisterUserWindow .CloseButton
{
	clear: none;
	float: right;
	cursor:pointer;
	background-color: #a4a6a9;
	color: White;
	font-weight: bold;
	font-variant:small-caps;
	font-size:15px;
}

.RegisterUserWindow .Body
{
	clear: both;
	background-color: White;
	height: 100%;
	text-align: center;
	vertical-align: top;
	margin: 0px 4px 0px 0px;
	overflow: auto;
}

.btnSignUp
{
    background:url(/App_Themes/simcoe/images/btnSignUp.gif) no-repeat;
    width:62px;
    height:27px;
    border:0;
    cursor:pointer;
}