﻿body
{
	font-family: Century Gothic;
	font-size: 20pt;
	text-align: center;
}
.LeftBlank
{
	width: 125px;
	min-width: 125px;
}
.Logo
{
	margin-top: 15px;
	width: 100%;
}
.BkgndRepeat
{
	width: auto;
	top: 0;
	left: 0;
	background-image: url('../Images/I2/Background_repeat.png');
	background-repeat: repeat-x;
}
.IconsBackground
{
	background-image: url('../Images/I2/BackgroundImage.png');
	background-repeat: no-repeat;
	min-height: 800px;
	width: 1280px;
	vertical-align: top;
}
.BkgndImages
{
	background-image: url('../Images/I2/BackgroundImage.png');
	background-repeat: no-repeat;
	min-height: 800px;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	background-size: contain;
}
.lrg-flat-button
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #22416b), color-stop(1, #308db8));
	background: -moz-linear-gradient(top, #22416b 5%, #308db8 100%);
	background: -webkit-linear-gradient(top, #22416b 5%, #308db8 100%);
	background: -o-linear-gradient(top, #22416b 5%, #308db8 100%);
	background: -ms-linear-gradient(top, #22416b 5%, #308db8 100%);
	background: linear-gradient(to bottom, #22416b 5%, #308db8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22416b', endColorstr='#308db8',GradientType=0);
	background-color: #22416b;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #308db8;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 13pt;
	padding: 6px 10px;
	text-decoration: none;
}
.lrg-flat-button:hover
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #308db8), color-stop(1, #22416b));
	background: -moz-linear-gradient(top, #308db8 5%, #22416b 100%);
	background: -webkit-linear-gradient(top, #308db8 5%, #22416b 100%);
	background: -o-linear-gradient(top, #308db8 5%, #22416b 100%);
	background: -ms-linear-gradient(top, #308db8 5%, #22416b 100%);
	background: linear-gradient(to bottom, #308db8 5%, #22416b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#308db8', endColorstr='#22416b',GradientType=0);
	background-color: #308db8;
}
.lrg-flat-button:active
{
	position: relative;
	top: 1px;
}

div#main
{
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div.LoginBox
{
    position: relative;
	width: 300px;

	border: 1px solid #CBCBCB;
	background: #FFFFFF;
	padding: 2px;
	font-size: 20pt;
	box-shadow: 5px 5px 3px #E3E3E3;
	z-index: 1000;
	text-align: left;
}
.SmallFont
{
	font-size: 9pt;
	color: #666666;
}
.Lbn
{
	background-color: #308db8;
	border: none;
	color: #FFFFFF;
	padding: 8px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	margin: 4px 2px;
	cursor: pointer;
}
.Lnk
{
	color: #308db8;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.SmallBlueFont
{
	font-size: 9pt;
	color: #308db8;
}
.TextboxStyle
{
	background-color: #F1F1F1;
	font-family: Century Gothic;
	border: 1px solid #CBCBCB;
}
.Clear
{
	clear: both;
}
.MessageText
{
	font-size: 11pt;
	font-weight: normal;
	color: Red;
}
.LoginLogo {background-image: url('../Images/I2/SCAS_75.png');
	background-repeat: no-repeat;
}
.SignInText
{
	color: White;
	font-weight: bold;
	background-color: #308db8;
	padding: 5px;
	font-size: 90%;
}