﻿/* Login page styles */

#ctl00_contentPlaceHolder_LoginPanel
{
	background-color: #f2f2f2; /*light grey*/
}

#ctl00_contentPlaceHolder_Login1
{
	background-color: #0198F1; /*main blue*/
	border-color: #2F4F88; /*navy */
	font-family: Tahoma, Verdana;
}

.LoginBackground
{
	height: 600px; width:1024px;
	background-image: url(Images/LoginBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.LoginBoxTitle
{
	/*background-color: #2F4F88; /*navy */
	/*border: 1px solid #0198F1;*/
	/*background-image: url(Images/GreyBgiR3Plus.png);*/
    color: black;
	background-repeat: no-repeat;
	background-position: 10px 0px;
	background-color: #f2f2f2; /*White;*/
	/*font-size: small;*/
	font-weight: bold;
}
.LoginBoxButton
{
	font-weight: bold;
}

/* end login page styles */