/* Some styles to control the look of the login page */
a {
	color:#09c;
	font-size:8px;
	font-family:Verdana;
	font-weight:normal;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

.LoginBanner
{
	background-color: #e1e1e1; 
	width:100%;
	text-align:center;
	padding: 10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px;
}
.LoginSeparator
{
	/*border-bottom: 1px solid black; */
	width: 100%;
	height:6px;	
	background-image: url(../images/bgShadow.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
}
.LoginTableStyle
{
    border: #7A96DF 1px solid;
    background-image: url(../images/loginBack.gif);
}
.LabelStyle
{
    font-family: Verdana;
    font-size: 8pt;
}
.ButtonStyle
{
	border: solid 1px #7A96DF;	
    background-color: #D8E4F8; 
    font-size: 8pt;
    font-family: verdana;
    text-align: center;
    height:18px;	
    background-image: url(../images/ButtonBackground.png);
	background-repeat: repeat-x; 
}
.ButtonStyle:hover
{
	background-color: #FFEEC2; 
	border: solid 1px #002D96;	
	background-image: url(../images/ButtonBackgroundHover.png);
	background-repeat: repeat-x; 
}
.TextBoxStyle
{	
    font-family: Verdana;
    font-size: 8pt;
    border: #7A96DF 1px solid;
}
.TableStyle
{
    border: highlight 1px solid;
}
.LabelErrorStyle
{
    font-family: Verdana;
    font-size: 8pt;
    color: Red;
    font-weight: bold;
}
.HiddenComponent { display: none }
