/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Kyle G Sessions
Version:  21 April 2011
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* Header */

#hrbrief #header { height: 108px; }

#hrbrief #header #logo {
	float: left;
	width: 224px;
	height: 108px; }

#hrbrief #pagetitle,
#hrbrief #header h1,
#hrbrief #header h1 a {
	display: block;
	float: right;
	height: 108px;
	width: 756px;
	margin: 0;
	padding: 0; }

#hrbrief #header h1 a {
	text-indent: -9999px;
	background: #ffffff url(../assets/md5images/244d4019f0a30b6bf74e75426a870f83.gif) top left no-repeat; }

/* Navigation */

* html #hrbrief #navigation { margin-top: -3px; }

#hrbrief #navigation { height: 36px; }

#hrbrief #navigation #tabs { font-size: 12px; }

#hrbrief #navigation #tabs li { margin: 0; }

#hrbrief #navigation #tabs a {
	border: 0;
	border-left: 1px solid #e4e4e4;
	font-weight: normal;
	line-height: 36px;
	height: 36px;
	margin: 0;
	padding: 0; }

#hrbrief #navigation #tabs li#tabfour a { width: 56px; }
#hrbrief #navigation #tabs li#tabthree a { width: 53px; }
#hrbrief #navigation #tabs li#tabtwo a { width: 45px; }
#hrbrief #navigation #tabs li#tabone a {
	width: 81px;
	border-right: 1px solid #bebebe; }

#hrbrief #navigation #tabs a:link,
#hrbrief #navigation #tabs a:visited {
	color: #fff;
	background-color: #0080a6; }

#hrbrief #navigation #tabs a:active,
#hrbrief #navigation #tabs a:hover,
#hrbrief #navigation #tabs a:focus {
	color: #0080a6;
	background-color: #fff; }

/* Sidebar */

#hrbrief #sidebar a:link,
#hrbrief #sidebar a:visited {
	color: #000000;
	text-decoration: none; }

#hrbrief #sidebar a:active,
#hrbrief #sidebar a:hover,
#hrbrief #sidebar a:focus {
	background-color: transparent; 
	color: #0080a6;
	text-decoration: underline; }

#hrbrief #sidebar ul#navlist { border-top-color: #e4e4e4; }

#hrbrief #sidebar ul#navlist li a { border-bottom-color: #e4e4e4; }

#hrbrief #sidebar ul#navlist li a:link,
#hrbrief #sidebar ul#navlist li a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #0080a6; }

#hrbrief #sidebar ul#navlist li a:active,
#hrbrief #sidebar ul#navlist li a:hover,
#hrbrief #sidebar ul#navlist li a:focus {
	color: #0080a6;
	text-decoration: underline; 
	background-color: #fff;
	width: 238px;
	border-right: 1px solid #bebebe;
	border-left: 1px solid #bebebe; }

#hrbrief #sidebar input#email_address, 
#hrbrief #sidebar input#search,
#hrbrief #sidebar select,
#hrbrief .form-table select,
#hrbrief .form-table input#author {	
	border: 1px solid #0080a6;
	border-left: 5px solid #0080a6; }

/* Footer */

#hrbrief #footer { background-color: #0080a6; }

#hrbrief #footer p {
	font-size: 12px;
	padding-top: 0;
	line-height: 75px;
	height: 20px }

#hrbrief #footer p,
#hrbrief #footer p a:link,
#hrbrief #footer p a:visited {
	color: #fff;
	text-decoration: none; }

#hrbrief #footer p a:active,
#hrbrief #footer p a:hover,
#hrbrief #footer p a:focus {
	color: #fff;
	text-decoration: underline; }

/* Main content area */

#hrbrief #content { background-color: transparent; }

#hrbrief #main.text a:link,
#hrbrief #main.text a:visited {
	color: #0080a6;
	text-decoration: underline; }

#hrbrief #main.text a:active,
#hrbrief #main.text a:hover,
#hrbrief #main.text a:focus {
	color: #000;
	text-decoration: underline; }

#hrbrief #main.text h2 {
	font-size: 21px;
	font-weight: bold; }

#hrbrief #main.text .article-list h1 {
	font-size: 24px;
	font-weight: bold; }

#hrbrief #main.text .article-list h2 {
	width: 420px;
	border-bottom: 2px solid #464646;
	padding-bottom: 0; }

#hrbrief #main.text .articleInfo a,
#hrbrief #main.text .doc a:link,
#hrbrief #main.text .doc a:visited {
	text-decoration: none; }

#hrbrief #main.text .doc a:active,
#hrbrief #main.text .doc a:hover,
#hrbrief #main.text .doc a:focus {
	text-decoration: underline; }

/* Image localization */

#wrapper {
	background-image: url(../assets/md5images/b310db52f6941db4b025d6c5d94001b0.gif);
	background-repeat: repeat-y; }
	
/* CUSTOM-1897 Correcting Nav Tab Order for Keyboard Navigation mf 05/19/2021 */
#hrbrief #navigation #tabs {width:240px;}
#hrbrief #navigation #tabs li {float:left;}
