body
{
	height: 100%; /*gives child divs something to inherit*/
	margin: 0;
	padding: 0;
	background-image: url(../Portal/images/NewDesign/bgPinStripe.jpg);
	background-repeat: repeat;
	text-align:center;
	margin-top:30px;
	padding-top:30px;
}

.Main
{
	/*centered layout*/
	position: relative;
	margin: 0 auto;
	background-color:White;
	
	/*left justified layout
	position: absolute;
	*/
	
	width: 799px; /* 771 - border width */
	border: solid 1px black;
}
.PortalTop
{
	background-image: url(../Portal/images/NewDesign/Top1.jpg);
	background-repeat: no-repeat;
	height:150px;
	width:100%;
}
.PortalTop-Blue
{
	background-color:#0D09F4;
	height:8px;
	min-height:8px;
}
.PortalTop-Title
{
	
	height:100px;
	min-height:100px;
	vertical-align:bottom;
	margin-left:200px;
	padding-left:200px;
}
.LoginPanel
{
	border: solid 1px #6A6A6A;
	background-color:#DAD5D2;
	width:370px;
}
.GroupPanel
{
	border: solid 1px #6A6A6A;
	background-color:#DAD5D2;
	width:370px;
	
	padding-top:55px;
	padding-bottom:55px;
}
.LoginText
{
	font-family: Sans-Serif,Verdana,Arial;
	font-weight:bold;
	font-size:10pt;
}
.error
{
	font-family: Arial;
	font-weight:bold;
	font-size:8pt;
	color:#CC0000;
}
.Select
{
	font-family: Sans-Serif,Verdana,Arial;
	font-weight:bold;
	font-size:9pt;
}
.stdText
{
	font-family:Arial;
	font-size:10pt;
	color:#04488F;
}