
html {
  min-height: 100%
}
body
{
	background-color: white;
	background-image:url('../images/loginBackground.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: bottom right; 
	font-family: Verdana;
	font-style: normal;
	margin: 0px;
	width: 100%;
	text-align: center;			/* do this for IE to center the table */
}


#loginPortalText
{
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
	font-family: Verdana;
	font-size: 9px;
	/*font-weight: bold;*/
	color: #000000;
	margin: 5px;
	z-index:5;
}

/* top of login page with family link logo */
.login_logo_table
{
	width:100%;
	text-align:left;
	padding:0px;
	margin: 0px;
	border: 0px;
}
#SpecialLoginMsg {
  margin: auto;
}
#SpecialLoginMsg table {
  margin: auto;
  color: #4B5D9B;
  width: 380px;
}
#loginDistrictName
{
	position: relative;
	top: 30px;				/* leave a little gap from the top logo */
	margin: 10px;
	
}

#loginDistrictName h2
{
	color: Blue;
}


/* the main divider for the page */
#loginDiv
{
	position: relative;
	top: 30px;
	margin: 10px;
}

table.loginFormTable
{
	/* to center table for all non-ie browsers */
	margin-left:auto;
	margin-right:auto;
}

td.login_label
{
	font-family: Verdana;
	font-size: 1em;
	color: #000000;
	/*font-weight: bold;*/
	text-align: right;
}

td.login_control
{
	font-family: Verdana;
	font-size: 1em;
	color: #000000;
	text-align: left;
}



#failedLogin 
{
	position: relative;
	top: 5px;
	margin-right: 200px;
	margin-left: 200px;
}

.small_error
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: red;
	text-align: center;
}

.small_text
{
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

.info
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: blue;
	text-align: center;
}


td
{
	font-family: Verdana;
	/*font-size: 10px;*/
	font-style: normal;
}

input
{
	font-family: Verdana;
	/*font-size: 10px;*/
	font-weight: normal;
}



.login_title
{
	font-family: Verdana;
	font-size: 16px;
	color: #4E67A1; /*Tyler Blue*/
	/*font-weight: bold;*/
	margin: 5px;
	
}


.login_text
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 5px;
}

.login_error_text
{
	font-family: Verdana;
	color: #FF0000;
	/*font-size: 10px;*/
	/*font-weight: bold;*/
	text-align: center;
}



input.login_name
{
	font-family: Verdana;
	/*font-size: 10px;*/
}

#resetStatusString
{
	font-family: Verdana;
	font-size: 12px;
	color: red;
}

