body {
	font-family: Century Gothic;
	font-size: 9pt;
	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;
	font-family: Century Gothic;
	font-size: 20pt;
}

.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, #006a3f), color-stop(1, #4d4e4e));
	background: -moz-linear-gradient(top, #232323 5%, #4d4e4e 100%);
	background: -webkit-linear-gradient(top, #232323 5%, #4d4e4e 100%);
	background: -o-linear-gradient(top, #232323 5%, #4d4e4e 100%);
	background: -ms-linear-gradient(top, #232323 5%, #4d4e4e 100%);
	background: linear-gradient(to bottom, #232323 5%, #4d4e4e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006a3f', endColorstr='#4d4e4e',GradientType=0);
	background-color: #006a3f;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #4d4e4e;
	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, #4d4e4e), color-stop(1, #006a3f));
		background: -moz-linear-gradient(top, #4d4e4e 5%, #232323 100%);
		background: -webkit-linear-gradient(top, #4d4e4e 5%, #232323 100%);
		background: -o-linear-gradient(top, #4d4e4e 5%, #232323 100%);
		background: -ms-linear-gradient(top, #4d4e4e 5%, #232323 100%);
		background: linear-gradient(to bottom, #4d4e4e 5%, #232323 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4e4e', endColorstr='#006a3f',GradientType=0);
		background-color: #006a3f;
	}

	.lrg-flat-button:active {
		position: relative;
		top: 1px;
	}

div#main {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.LoginBox {
	position: absolute;
	top: 188px;
	right: 125px;
	width: 300px;
	min-height: 250px;
	border: 1px solid #CBCBCB;
	background: #FFFFFF;
	padding: 2px;
	font-size: 20pt;
	box-shadow: 5px 5px 3px #E3E3E3;
}

.SmallFont {
	font-size: 9pt;
	color: #666666;
}

.Lbn {
	background-color: #006a3f;
	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: #006a3f;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.SmallBlueFont {
	font-size: 9pt;
	color: #006a3f;
}

.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/SCORESystems_75.png');
	background-repeat: no-repeat;
}

.SignInText {
	color: White;
	font-weight: bold;
	background-color: #006a3f;
	padding: 5px;
	font-size: 90%;
}

.Welcome {
	vertical-align: bottom;
	text-align: right;
	background-image: url('../Images/Intranet_Header_SCORESystems.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 150%;
	font-weight: bold;
	color: White;
	padding-bottom: 5px;
}

.HeaderFiller {
	background-image: url('../Images/HeaderExtend_Right_SCORESystems.png');
	background-repeat: repeat-x;
	width: 20px;
	min-width: 20px;
}
