
/* Top Level Elements */

html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-image: url('../resources/background.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
  background-color: #ffffff;
}

h1 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}


/* Layout Regions */

#gbTableWrapper { /* Hack for firefox body/window 100% height bug */
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 755px;
	background-image: url('../resources/sidebar_bottom.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	table-layout:fixed;
}

#gbWrapper {
	margin: 0px;
	padding: 0px;
	width: 755px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}


/* Sections */

#gbHeader {
	/*width: 215px;
	height: 51px;*/
}

#gbLeftCol {
  position: absolute;
  top:70px;
  left:110px;
  float: left;
	width: 214px;
}

#gbRightCol {
  position: absolute;
  top: 65px;
  left: 350px;
  float: left;
	width: 541px;
}


/* Header */

#gbBanner {
  position: absolute;
  top: 0px;
  left: 102px;
  float: left;
	display: block;
	/*width: 755px;
	height: 170px;*/
	border: none;
	margin: 0px;
	padding: 0px;
}


/* Left Col: Login Box */

#gbLeftLogin {
  background-image: url('../resources/loginbox.png');
	background-repeat: no-repeat;
	background-position: left bottom;
  width: 217px;
  height: 177px;
  margin: 0px;
	padding: 0px;
}

#Username {
  position: relative;
  top: 27px;
  left: 35px;
  float: left;
  clear: both;
  width: 150px;
  padding: 0px;
  margin: 0px;
  border:none;
  background-color: #ffffff;
}

#Passworrd {
  position: relative;
  top: 67px;
  left: 35px;
  float: left;
  clear: both;
  width: 150px;
  padding: 0px;
  margin: 0px;
  border:none;
  background-color: #ffffff;
}

#gbSubmit {
  background-repeat: no-repeat;
	background-position: left bottom;
  position: relative;
  top: 90px;
  left: 15px;
  float: left;
  clear: left;
  width: 43px;
  height: 20px;
  border: none;
  cursor: pointer;
}

#gbSubmit.button {
  background:url('../resources/enterbutton.png');
}

#gbSubmit.button:hover {
  background:url('../resources/enterbuttonrollover.png');
}

#gbForgotPassword {
  position: relative;
  top: 60px;
  left: 95px;
  float: left;
  clear: left;
  width: 150px;
  font-size: 9px;
}

#gbForgotPassword a:link,
#gbForgotPassword a:visited,
#gbForgotPassword a:active,
#gbForgotPassword a:hover {
	color: #3366cc;
}


/* Left Col: Navigation */

#gbLeftNav {
  background-image: url('../resources/navbox.png');
	background-repeat: no-repeat;
	background-position: left bottom;
  position: relative;
  top: 15px;
  width: 217px;
  height: 177px;
  margin: 0px;
	padding: 0px;
}

#gbLeftNav ul {
  position: relative;
  top: 10px;
  left: 10px;
  float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#gbLeftNav a {
	display: block;
	height: 100%; /* IE6 Hack */
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
  margin: 0px;
	padding: 0px;
}

#gbLeftNav a:link,
#gbLeftNav a:visited {
	color: #999999;
}

#gbLeftNav a:active {
  color: #3366cc;
}

#gbLeftNav a:hover {
	color: #99ccff;
}

#gbLeftNav a.gbselected {
	color: #3366cc;
}


/* Right Col: Content Areas */

#gbContent {
  margin: 0px;
	padding: 0px;
  min-height: 350px;
}

.imageTopRightAlign {
  position: relative;
  top: 0px;
  left: 10px;
  float: right;
  padding: 0px 5px 15px 5px;
  line-height: 10px;
  text-align: center;
}

#gbCopyright {
  float: left;
	border-top: 2px solid #EFEFEF;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #8F8F8F;
}

.contactInfo {
  color: #3366cc;
}


/* Errors and Messaging */

#gbError
{
  position: relative;
  top: 10px;
	color: #0F0F0F;
	background: #FFCCCC none repeat scroll 0 0;
	font-size: 14px;
	border: 2px solid #DD7777;
  padding: 6px;
	font-size: 14px;
}

#gbMessage
{
  position: relative;
  top: 10px;
	color: #0F0F0F;
	background: #AFFFB2 none repeat scroll 0 0;
	padding: 6px;
	border: 2px solid #478F4A;
	font-size: 14px;
}