/*this style sheet if fpr setting upp the loginbox*/

.loginTableStyle
{
	background-image: url("/images/info/general/topLeftBackground.jpg");
	/*background-repeat: no-repeat;*/
	background-repeat:repeat-x;
	background-repeat:repeat-y;
	background-position: center;
	width:200px;
	text-align:center;
	font-size:11px;
	font-family: Verdana, Helvetica, sans-serif;
	color:White;
	height:133px;
	/*position:relative;top:-1px;*/
}


/*the style for the errortext on the login*/
.loginErrorText {
	font-size: 11px;
	color:Yellow;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
	font-family: Verdana, Helvetica, sans-serif;
}

/*the style for the loginboxes on the info page*/
.loginTextBoxStyle,.loginTextBoxStyleBackgroundColorRed
{
	width:140px;
	height:11px;
	font-size:10px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color:White;
		
}
.loginTextBoxStyleBackgroundColorRed
{
	background-color:Red;
}

.loginTdHeightTop
{
 height:5px;
}

.loginTdHeightBottom
{
 height:7px;
}


/*sets the borders for the linkbuttons on the login page*/
.loginTableLinkBorder
{
 border-style:none;
 width:100%;
 
 
 
}

.loginTableLinkTdBorder
{
 border-style:solid;
 border-width:1px;
 border-color:White;
 text-align:center;
font-size:11px;
font-family: Verdana, Helvetica, sans-serif;
color:White;
padding:3px;
}
/**end set borders for linkbuttons*/


.linkButtonStyle
{
 text-decoration:none;
 color:White;
 width:10px;
 /*background-image:url(../images/sv/buttonMouseOver.gif);*/
}
.linkButtonStyle:hover
{
	color: #da2420;
}


