﻿body
{
	background: #edf0f6;
	font-family: "Helvetica Neue" ,Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
}
#header
{
	float: left;
	width: 100%;
	background: url(   "../Images/headerbg.jpg" ) repeat left top;
	border-bottom: 3px solid #1C1E21;
	min-height: 82px;
	font-size: 22px;
}
#DivLogo
{
	float: left;
	width: 60%;
	padding: 0% 20% 0% 20%;
}
#Content
{
	float: left;
	width: 68%;
	padding: 2% 16% 2% 16%;
}
#Footer
{
	float: left;
	width: 100%;
	color: White;
	font-weight: 300;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 20px;
	background: url("../Images/headerbg.jpg" ) repeat left top;
	border-top: 3px solid #1C1E21;
}
.container_12
{
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
}
.wrapper
{
	overflow: hidden;
	width: 100%;
}
.grid_8
{
	width: 25%;
	display: inline;
	float: left;
	margin-right: 10px;
	position: relative;
}
.grid_4
{
	display: inline;
	float: left;
	margin-right: 10px;
	position: relative;
}
.grid_12
{
	display: inline;
	float: right;
	margin-right: 10px;
	position: relative;
}
.social
{
	line-height: 30px;
	padding-left: 74px;
}
.logo
{
	background: url("../Images/TruMilkLogo.jpg" ) no-repeat scroll left top transparent;
	display: block;
	float: left;
	height: 66px;
	text-indent: -5000px;
	width: 100px;
}
#container
{
	float: left;
	width: 100%;
}
.modalPopup
{
	background-color: #696969;
	filter: alpha(opacity=40);
	opacity: 0.7;
	xindex: -1;
}
#plswait
{
	color: Black;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
}
#clsprocess
{
	float: left;
	width: 150px;
	height: 15px;
	background-color: White;
	border: 2px solid black;
	padding: 15px 0 10px 0;
	border-radius: 7px 7px 7px 7px;
}
#divHeading
{
	float: left;
	width: 60%;
}

#divHeading h1
{
	font-size: 25px;
	color: White;
}

#divLoginStatus
{
	float: right;
	font-size: small;
	font-weight: bold;
	font-family: arial;
	padding-top: 3%;
	width: 40%;
	text-align: right;
}

.clsAdminLinks a
{
	color: Black;
	font-weight: bold;
	margin-right: 10px;
}

.clsAdminLinks
{
	float: right;
	margin-top: 5px;
	background-color: #E0E0E3;
	border-radius: 4px;
}
.g-button-submit
{
	background-color: #4D90FE;
	background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
	border: 1px solid #3079ED;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	font-size: 13px;
	height: 32px;
	min-width: 46px;
	border-radius: 2px 2px 2px 2px;
	font-weight: bold;
}
.g-button-submit:hover
{
	background-color: #357AE8;
	background-image: -moz-linear-gradient(center top , #4D90FE, #357AE8);
	border: 1px solid #2F5BB7;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	font-size: 13px;
	height: 32px;
	min-width: 46px;
	border-radius: 2px 2px 2px 2px;
	font-weight: bold;
}
