﻿/*
 * LOGIN SECTION
 */
.SignInSection {
    width: 200px;
}
.SignOutSection {
    width: 200px;
}
.SignInSignOutLink 
{
	color: #2482ac;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}
.SignInSignOutIcon 
{
    width: 20px;
    height: 20px;
	float: left;
}
.VerticalBar {
	background-image: url('http://images.icompassion.org/prod/images/Blue.jpg');
    width: 2px;
    height: 12px;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    float: left;
}

.PopupBackground {
	background-image: url('http://images.icompassion.org/prod/images/PopupBackground.png');
	background-repeat: repeat;
	padding: 0px;
	filter: Alpha(opacity=80);
	opacity: 0.80;
    behavior: url("iepngfix.htc");
}
.LoginDialog {
	background-image: url('http://images.icompassion.org/prod/images/Dialog.png');
	width: 272px;
	height: 250px;
	padding: 0px;
    behavior: url("iepngfix.htc");    
}
.LoginTitle {
	color: #1e7faa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	height: 25px;
	padding-bottom: 5px;
    text-align: center;
    vertical-align: top;
    visibility: inherit;	
}
.LoginTextBoxSection {
	width: 100%;
	height: 40px;
	padding-left: 35px;
    visibility: inherit;	
}
.LoginTextBox {
	background-image: url('http://images.icompassion.org/prod/images/LoginTextBox.png');
	width: 214px;
	height: 29px;
	padding: 0px;
    visibility: inherit;	
    behavior: url("iepngfix.htc");
}
.LoginTextboxInactive  {
    color: #999999; 
    visibility: inherit;	
}
.LoginBubbleInput {
	padding: 5px 0px 0px 15px;
	width: 200px;
	height: 23px;
	border: none;
	background-color: transparent;
    visibility: inherit;	
}
.RememberMeCheckboxLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #686868;
	width: 100px;
	height: 25px;
	padding-left: 55px;
    visibility: inherit;	
}
.LoginButtons {
	width: 200px;
	height: 15px;
	padding-top: 5px;
	padding-left: 55px;
    visibility: inherit;
}
.LoginButtonsSpacing {
	margin-left: 10px;
    visibility: inherit;		
}
.ForgotPasswordLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #FFFFFF;
    text-align: center;
    visibility: inherit;
}
.ForgotPasswordLink a:link { color: #FFFFFF; text-decoration: none; }
.ForgotPasswordLink a:active { color: #FFFFFF; text-decoration: none; }
.ForgotPasswordLink a:hover { color: #2080aa; text-decoration: none; }
.ForgotPasswordLink a:visited { color: #FFFFFF; text-decoration: none; }
.ForgotPasswordLink a:visited:hover { color: #2080aa; text-decoration: none; }

.LoginErrorMessage {
	width: 100%;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: red;
    visibility: inherit;
    display: none;
    text-align: center;
    vertical-align: bottom;
}
.LoginLabels {
    color: #1e7faa;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
}
