﻿body {
}

#container {
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;
   text-align: center;
}

.container a:link, .container a:visited, .container a:hover {
}

/* Sections of inner left rectangle */

.innerContent {
   padding: 0px 20px 0px 20px;
   vertical-align: top;
   text-align: center;
   margin: auto;
   width: 330px;
}

.innerContent a:link, .innerContent a:visited, .innerContent a:hover {
   color: #006dc6;
}

.roundedCorner {
   margin: auto;
   padding: 0px;
   height: 20px;
   width: 370px;
}

.loginLabel {
   font-size: 12pt;
   font-weight: bold;
   padding-bottom: 25px;
}

.messageDiv {
   height: 20px;
   margin-bottom: 10px;
   color: #ff0000 !important;
}

#helpsection {
	POSITION: absolute;
	DISPLAY: none;
	LEFT: 100px;
	TOP: 400px;
	WIDTH: 200px;
	HEIGHT: 80px;
	FONT-SIZE: 8pt;
	BACKGROUND-COLOR: #ffffff;
	PADDING: 10px;
	color: Black;
	border: 1px solid #000000;
	z-index: 1000;
}

.griLogo
{
   position: absolute; 
   top: 5px; 
   left: 5px;
   z-index: 200;
}

.griTitle
{
   position: absolute; 
   top: 5px; 
   left: 170px;
   width: 790px;
   height: 160px;
   z-index: 200;
}

