* { /* Set browser's box model the same */
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html { 
	overflow: hidden; /* Fix IE7 vertical Scrollbar */
}

body, div, img, ul, li {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

body { 
	overflow: hidden;
}

iframe {
    position: absolute;
    top: -100000px;
    left: -100000px;
	width: 0px;
	height: 0px;
    margin: 0px;
	border: 0px;
	overflow: hidden;
    z-index: 1;
    visibility: visible;
	background-color: transparent;
}

div#bottomTab {
    position: absolute;
    top: -1000px;
    left: -1000px;
    width: 100px;
    height: 10px;
	background-image: url(http://static.peanutcafe.com/1.2.5/img/tabs/bottomTab.gif);
	background-repeat: repeat-x;
	background-position: top;
}

div#bottomTab img.leftBottomTabImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 4px;
    height: 10px;
	display: block;
}

div#bottomTab img.rightBottomTabImg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 4px;
    height: 10px;
	display: block;
}

iframe.active {
    position: absolute;
    top: 115px;
    left: 10px;
	border-left: 1px solid #BDB9A2;
	border-right: 1px solid #BDB9A2;
}

iframe.inactive {
    position: absolute;
    top: -100000px;
    left: -100000px;
}

div.timeoutBkgrd {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #999999;
	opacity: .5;
	filter: alpha(opacity=50);
	z-index: 100;
}

.hidden {
	display: none;
}

/* Header */
div.header {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 100%;
	height: 80px;
}

div.header div {
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	background-color: transparent;
}

div.header div.content {
	position: relative;
	width: auto;
	min-width: 800px;
	height: 70px;
	margin: 5px 10px 0px 10px;
	text-align: center; /* Fix bug IE */
}

div.header li {
	list-style-type: none;
	display: inline;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight:normal;
}

div.header li.hidden {
	display: none;
}

div.header a, a:visited {
	text-decoration: none;
	color: #0033FF;
}

div.header a:hover {
	text-decoration: underline;
	color: #0033FF;
}

div.header div.topLeftlinks {
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: 20px;
}

div.header div.bottomLeftLinks {
	position: absolute;
	top: 35px;
	left: 0px;
	width: auto;
	height: 20px;
}

div.header div.logo {
	position: relative;
	width: 201px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
}

#hrLogoId {
	display: block;
	width: 220px;
	height: 43px;
}

#hrSiteId {
	position: absolute;
	top: 37px;
	left: 160px;
	width: auto;
	height: 15px;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #CC3824;
	white-space: nowrap;
}

#hrDateId {
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	height: 15px;
	font-size: 8pt;
	color: #666666;
}

div.header div.tagLine {
	position: absolute;
	top: 35px;
	right: 0px;
	width: auto;
	height: 15px;
}

#hrLoginInfoId {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 300px;
	height: 15px;
	font-size: 11pt;
	font-weight: bold;
	color: #CC3824;
	white-space: nowrap;
	padding-left: 1px; /* otherwise letter W is eaten! */
}

#hrUsernameId {
	font-weight: normal;
}

#hrLogoutId {
	font-weight: normal;
	font-size: 8pt;
}

div.header span.logoutBraket {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

#hrLogoutId {
	font-weight: normal;
	font-size: 8pt;
}

div.header div.hLine {
	position: absolute;
	top: 55px;
	right: 0px;
	width: 100%;
	height: 10px;
}

div.header img.hLine {
	display: block;
	width: 100%;
	height: 10px;
}

div.header .mouseOver {
    cursor: pointer;
    cursor: hand; /* IE 5.x */
}

div.header .boldText {
	font-weight: bold;
}


/* Footer */
div.footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
	width: 100%;
	min-width: 800px;
	height: 20px;
}

div.footer div.links {
	position: relative;
	width: 100%;
	height: 20px;
	text-align: center;
}

div.footer ul {
	margin: 0px;
}

div.footer li {
	list-style-type: none;
	display: inline;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

div.footer a {
	color: #666666;
}

div.footer a:link {
	text-decoration: none;
}

div.footer a:visited {
	text-decoration: none;
}

div.footer a:hover {
	text-decoration: underline;
}
