@charset "utf-8";
/* CSS Document */

/* hr role stylesheet */
/****GENERAL STYLES ******/

body {
	position: relative;
	width: 992px;
	font-size: 76%; /* sets default font size */
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .01em;
	margin: 5px auto;
}

a, a:visited, a:active {
	text-decoration: underline;
	color: #000099;
}

a:hover {
	color: #000;
	background-color: #BBBBFF;
}


h2 {
	font-size: 1.6em;
	margin: .5em 0 .2em 0;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	margin: .5em 0 .2em 0;
	font-weight: bold;
}

h4 {
	font-size: 1.0em;
	margin: .5em 0 .2em 0;
	font-weight: bold;
}

h5 {
	font-size: .8em;
	margin: .5em 0 .2em 0;
	font-weight: bold;
}

h6 {
	font-size: 0.6em;
	margin: .5em 0 .2em 0;
	font-weight: bold;
}

img { border: none; }

p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: .5em 0em 1.2em 0em;
}

blockquote {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0 0 1.2em 2em;
}


li>p { margin-top: 0.2em; }

li {
	font-size: 1.0em;
	line-height: 1.5em;
}

li ul, li ol { margin-top: .15em; } /*** equalize spacing "sub lists" within a list ***/

dl { margin: .5em 0 1.2em 0 }

dt {
	line-height: 1.5em;
	font-size: 1em;
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
	margin-bottom: 1.2em;
	line-height: 1.5em;
	font-size: 1em;
	font-weight: normal;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	vertical-align:top;
}

td ul {
	margin: 1em 0;
	padding: 0 0 0 2em;
}

strong, b { font-weight: bold; }

a#skipnav, a:visited#skipnav, a:hover#skipnav {/* Hide a skip nav link for screen readers*/
	position: absolute;
	display: block;
	height: 1px;
	overflow: hidden;
	top: 0;
	left: 0;
	text-indent: -9000px;
}

/*** ----------------------------HEADER-----------------------------***/
div#header {
	position: relative;
	margin: 0;
	height: 112px;
	background-color: #39275b;
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	z-index: 0;
}

div#header img#uwlogo {
	position: absolute;
	top: 10px;
	left: 10px;
}

/* create breadcrumbs */
#header ul#crumbs {
	position: absolute;
	top: 55px;
	left: 650px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header ul#crumbs li {
	display: inline;
	color: #fff;
}

#header ul#crumbs a, #header ul#crumbs a:visited {
	font-size: .75em;
	color: #fff;
	background-color: rgb(57, 33, 90);
	text-decoration: none;
}

#header ul#crumbs a:hover {
	text-decoration: underline;
	background-color: rgb(57, 33, 90);
}

/* create uw resources */

#header ul#uwresources {
	position: absolute;
	top: 5px;
	left: 650px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header ul#uwresources li {
	display: inline;
	color: #fff;
}

#header ul#uwresources a, #header ul#uwresources a:visited {
	font-size: .9em;
	color: #fff;
	background-color: rgb(57, 33, 90);
	text-decoration: none;
}

#header ul#uwresources a:hover {
	text-decoration: underline;
	background-color: rgb(57, 33, 90);
}

/* styles for absolutely positioned "search HR" form */

#header form {
	display: block;
	position: absolute;
	top: 28px;
	left: 650px;
	background-color: transparent;
}

#header form input#myfield {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 15px;
	width: 140px;
	color: #000;
}

#header form input#submit {
	position: absolute;
	left: 150px;
	font-size: 9px;
	background-color:#ccc;
	border: 2px inset #ccc;
}

/*** style human resources name ***/

#header img#whitehr {
	position: absolute;
	left: 70px;
	top: 55px;
}

#header img#title {
	position: absolute;
	left: 50px;
	top: 55px;
}

#header a.titleLink, #header a:visited.titleLink {
	position: absolute;
	left: 50px;
	top: 55px;
	display: block;
	text-decoration: none;
}

#header a:hover.titleLink { border-bottom: 1px solid #cccccc; }

/*** style for announcement container that it hidden unless populated ***/
div#announcement {
	position: absolute;
	left: 400px;
	top: 25px;
	width: 170px;
	background: #DCF5DC;
	color: #000;
	padding: 5px;
}

div#announcement h2 {
	font-size: 1em;
	text-align: left;
	color:#FF0000;
	font-weight: bold;
	margin: 0;
}

div#announcement p {
	margin: 0;
	line-height: 1.3em;
	font-size:11px;
}

#announcement p a, #announcement p a:focus, #announcement p a:active, #announcement p a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: rgb(57, 33, 90);
}

#announcement p a:hover { text-decoration: none; }

/*** TOPIC NAVIGATION BAR ***/

ul#topicnav {
	list-style-type: none;
	margin: 0;
	padding-bottom: 2px;
	background-color: #000;
	border-top: 2px solid #63912B;
	border-bottom: 2px solid #63912B;
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: center;
}

ul#topicnav li {
	display: inline;
	color: #E5E5E5;
}

ul#topicnav a, ul#topicnav a:visited {
	color: #e5e5e5;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

ul#topicnav a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
}

/*** ROLE NAVIGATION SECTION ***/

ul#roleLinks { /*creates list for displaying role image links */
	position: relative;
	list-style-type: none;
	height: 102px;
	margin: 0 0 3px 0;
	padding: 0;
}

/* position li containers for role link a tags */

ul#roleLinks li { /* sets general styles for role link containers */
	position: absolute;
	top: 0;
	margin: 0;
	width: 150px;
	height: 102px;
	overflow: hidden;
}

ul#roleLinks li#img { /* sets width and position for image over the left navigation column */
	width: 220px;
	height: 102px;
	left: 0;
	background-image: url(/admin/hr/imgs/quad-small.jpg);
	background-position: 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	padding-top: 77px; /* padding sets position of links to hr home page etc*/
	padding-left: 7px;
}

ul#roleLinks li#img a, ul#roleLinks li#img a:visited {
	color: #fff;
	display: inline; /*necessary to override later declaration of "a" tag as block for text in "role" links*/
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
	text-align: left;
	z-index: 100;
}

ul#roleLinks li#img a:hover { text-decoration: underline; }

/*** POSITION AND STYLES FOR ROLE LINKS ****/

/*position li containers for role links*/

ul#roleLinks li#mgr { left: 224px; }

ul#roleLinks li#ee { left: 378px; }

ul#roleLinks li#newee { left: 532px; }

ul#roleLinks li#faculty { left: 686px; }

ul#roleLinks li#student { left: 840px; }

/* position and style for "active", "unscreened" image and text color on each role home page */

li#mgrActive, li#eeActive, li#neweeActive, li#facultyActive, li#studentActive { /* set basic styles */
	padding-top: 75px;
	background-position: -150px 0;
	background-repeat: no-repeat;
	height: 102px;
	overflow: hidden;
	color: #C8E4A5;
	background-color: transparent;
	text-indent: 10px;
}

/*set unique styles for each role home page */

li#mgrActive {
	left: 224px;
	background-image: url(/admin/hr/imgs/roleholders/role-template/mgr.jpg);
}

li#eeActive {
	left: 378px;
	background-image: url(/admin/hr/imgs/roleholders/role-template/ees.jpg);
}

li#neweeActive {
	left: 532px;
	background-image: url(/admin/hr/imgs/roleholders/role-template/newees.jpg);
}

li#facultyActive {
	left: 686px;
	background-image: url(/admin/hr/imgs/roleholders/role-template/faculty.jpg);
}

li#studentActive {
	left: 840px;
	background-image: url(/admin/hr/imgs/roleholders/role-template/students.jpg);
}

/* sets up text and role image link "link" and "hover" styles for role links when "outside" own role area */
#roleLinks a, #roleLinks a:visited {
	display: block;
	width: 150px;
	height: 102px;
	overflow: hidden;
	padding-top: 75px;
	color: #FFFFFF;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 10px;
}

#roleLinks a:hover { /* slides image to side to reveal hover image */
	background-position: -150px 0;
	background-repeat: no-repeat;
	overflow: hidden;
	color: #CC99FF;
	background-color: transparent;
}

/* positions image for link within role area - shows "unscreented -bright" image */
#roleLinks a.roleArea, #roleLinks a:visited.roleArea {
	background-position: -150px 0;
	color: #E0C7F3;
	height: 102px;
}

#roleLinks a:hover.roleArea { text-decoration: underline; }

/*** specifies image and style to use for each role outside "role area" and inside "role area" ***/
/* manager */
#roleLinks a#mgr-lnk { background-image: url(/admin/hr/imgs/roleholders/role-template/mgr.jpg); }

#roleLinks a#mgrArea, #roleLinks a:visited#mgrArea {
	background-image: url(/admin/hr/imgs/roleholders/role-template/mgr.jpg);
	background-position: -150px 0;
	color: #E0C7F3;
	text-decoration: none;
}

#roleLinks a:hover#mgrArea {
	color: #ffffff;
	text-decoration: underline;
}

/* employees */

#roleLinks a#ee-lnk { background-image: url(/admin/hr/imgs/roleholders/role-template/ees.jpg); }

#roleLinks a#eeArea, #roleLinks a:visited#eeArea {
	background-image: url(/admin/hr/imgs/roleholders/role-template/ees.jpg);
	background-position: -150px 0;
	color: #E0C7F3;
	text-decoration: none;
}

#roleLinks a:hover#eeArea {
	color: #ffffff;
	text-decoration: underline;
}

/* new employees */

#roleLinks a#newee-lnk { background-image: url(/admin/hr/imgs/roleholders/role-template/newees.jpg); }

#roleLinks a#neweeArea, #roleLinks a:visited#neweeArea {
	background-image: url(/admin/hr/imgs/roleholders/role-template/newees.jpg);
	background-position: -150px 0;
	color: #E0C7F3;
	text-decoration: none;
}

#roleLinks a:hover#neweeArea {
	color: #ffffff;
	text-decoration: underline;
}

/* faculty */

#roleLinks a#fac-lnk { background-image: url(/admin/hr/imgs/roleholders/role-template/faculty.jpg); }

#roleLinks a#facArea, #roleLinks a:visited#facArea {
	background-image: url(/admin/hr/imgs/roleholders/role-template/faculty.jpg);
	background-position: -150px 0;
	color: #E0C7F3;
	text-decoration: none;
}

#roleLinks a:hover#facArea {
	color: #ffffff;
	text-decoration: underline;
}

/* students */

#roleLinks a#stdnt-lnk { background-image: url(/admin/hr/imgs/roleholders/role-template/students.jpg); }

#roleLinks a#stdntArea, #roleLinks a:visited#stdntArea {
	background-image: url(/admin/hr/imgs/roleholders/role-template/students.jpg);
	background-position: -150px 0;
	color: #E0C7F3;
	text-decoration: none;
}

#roleLinks a:hover#stdntArea {
	color: #ffffff;
	text-decoration: underline;
}

/*** LOWER CONTENT AREA ***/

/*** wrapper for three column display ***/

div#contentWrap {
	margin-top: 6px;
	padding: 0 0 10px 0;
}

div#leftColumn { /* left column */
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	background: transparent;
	z-index: 1000;
}

/*** left navigation ***/

.menu {
	position: relative;
	z-index: 1000;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0 0 1.5em 0;
	list-style-type:none;
	width:200px;
	z-index: 1000;
	background-color: #fff;
}

/* hack for IE5.5
* html .menu ul {
	margin-left:-16px;
	ma\rgin-left:0;
} */

/* position relative so that you can position the sub levels */
.menu li { position:relative; }


/* hide the table */
.menu table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
}

/*style the headings for links*/

.menu li.hdng {
	display: block;
	color:#fff;
	background-color: #897CA3;
	height:19px;
	line-height:19px;
	text-indent:5px;
	border:1px solid #fff;
	border-width:0 1px 1px 0;
	font-size: .9em;
	font-weight: bold;
	z-index: 1000;
}

/* style the links */
.menu a, .menu a:visited {
	position: relative;
	display:block;
	background-color: #EFEFEF;
	text-decoration: none;
	height:19px;
	line-height:19px;
	width:199px;
	color:#000;
	text-indent:5px;
	border:1px solid #fff;
	border-width:0 1px 1px 0;
	font-size: .9em;
	font-weight: bold;
	z-index: 1000;
}

/* hack for IE5.5
* html .menu a, * html .menu a:visited {
	background-color: #EFEFEF;
	width:200px;
	w\idth:199px;
	font-size: .9em;
	font-weight: bold;
} */

/* style the link hover */
* html .menu a:hover {
	color:#fff;
	background-color:#999;
}

.menu :hover > a {
	color:#fff;
	background:#999;
}


/* flyout styles - positions arrow to indicate links with flyout */

.menu li img { /* original style with image included in link*/
	position: absolute;
	top: 0;
	right: -5px;
}

.menu li.flyout, .menu a.flyout { /*revised style with image as background img - uses sprite with two different color arrows*/
	background-image: url(/admin/hr/imgs/flyout-arrow-sprt.png);
	background-repeat: no-repeat;
	background-position: 190px -37px;
	overflow: hidden;
}
	
li:hover.flyout, a:hover.flyout {
	background-color:#999;
	background-position: 190px 6px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	position: absolute;
	visibility: hidden;
	top:0;
	left:200px;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
	background-color: #e4e4e4;
}

.menu li.sublnks {
	position: relative;
	font-weight: bold;
	text-indent: 5px;
	font-size: 11px;
}

.menu li.sublnks ul {
	position: relative;
	left: 0;
	visibility: visible;
	margin-top: .1em;
	margin-bottom: 1em;
}

.menu li.sublnks a, .menu li.sublnks a:visited {
	font-weight: bold;
	background-color: #7F7F7F;
	color: #fff;
	font-size: 11px;

}

.menu li.sublnks a:hover { text-decoration: underline; }

.menu li.sublnks li a, .menu li.sublnks li a:visited {
	text-indent: 10px;
	font-weight: normal;
	background-color: #fff;
	color: #000;
}

.menu li.sublnks li a:hover { text-decoration: underline; }

/*------------------------- Code for Son of Suckerfish Left Nav Menu---------------------*/
ul#lftnav, #lftnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 200px;
}

ul#lftnav li { /* all list items */
	float: left;
	width: 200px;
	border: none;
	margin: 0;
	padding: 0;
}

ul#lftnav li.hdng {
	display: block;
	color:#fff;
	background-color: #897CA3;
	line-height:19px;
	text-indent:5px;
	font-size: .9em;
	font-weight: bold;
	z-index: 1000;
}

ul#lftnav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left: 200px;
	margin-top: -1.5em;
}

ul#lftnav li ul ul { /* third-and-above-level lists */ left: -999em; }

ul#lftnav li a, ul#lftnav li a:visited {
	display : block;
	top: 0;
	left: 0;
	font-weight : bold;
	font-size: .9em;
	text-decoration : none;
	background-color : #efefef;
	color: #000;
	padding : 0 0.5em;
	border-bottom: 1px solid #fff;
}

ul#lftnav li a.flyout {/* create style to display arrow indicating a flyout menu */
	display : block;
	top: 0;
	left: 0;
	font-weight : bold;
	font-size: .9em;
	text-decoration : none;
	background-color : #efefef;
	background-image:url(/admin/hr/imgs/flyout-marker.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #000;
	padding : 0 1em 0 0.5em;
	border-bottom: 1px solid #fff;
}

ul#lftnav li a:hover {
	color : #fff;
	background-color : #999;
}

ul#lftnav li:hover ul ul, #lftnav li:hover ul ul ul, #lftnav li.sfhover ul ul, #lftnav li.sfhover ul ul ul { left: -999em; }

ul#lftnav li:hover ul, #lftnav li li:hover ul, #lftnav li li li:hover ul, #lftnav li.sfhover ul, #lftnav li li.sfhover ul, #lftnav li li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }

/*-----------------Styles for Expanded Navigation----------------------------*/

ul#lftnav li#show { /* all list items */
	clear: left;
	float: none;
	font-weight: bold;
	text-indent: 5px;
	font-size: .9em;
	color: #fff;
	background-color: #666;
}

ul#lftnav li#show ul {
	position: static;
	margin: 0;
	background-color: #fff;
}

ul#lftnav li#show a, ul#lftnav li#show a:visited {
	background-color: #fff;
	padding-left: 7px;
	font-size: 1em;
}

ul#lftnav li#show a:hover {
	color: #000;
	text-decoration:underline;
}

/*-------------------------End Son of Suckerfish Code------------------------------------*/

ul#servicebox {
	width: 200px;
	list-style-type: none;
	padding: 2em 0;
	margin: 20px 0 0 0;
}

ul#servicebox a, ul#servicebox a:visited {
	display:block;
	background-color: #63912b;
	color:#fff;
	text-decoration: none;
	height:19px;
	line-height:19px;
	text-indent: 8px;
	border:none;
	font-size: .9em;
	font-weight: bold;
}

ul#servicebox a:hover { text-decoration: underline; }

a.cursorTxt, a:hover.cursorTxt, li.sublnks a.cursorTxt, li.sublnks a:hover.cursorTxt {
	cursor: text;
	text-decoration: none;
}

/*** center column ***/
div#centerColumn {
	float: left;
	margin: 0 0 0 20px;
	border-right: 1px solid #63912b;
	padding-right: 10px;
	width: 570px;
	background-color: transparent;
	z-index: 1;
}

#centerColumn div#centercol-hdng {
	position: relative;
	border-bottom: 1px solid #63912B;
	background-color: #fff;
	height: 70px;
	margin-right: -11px;
	z-index: 10;
}

#centerColumn h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	font-size: 1.9em;
	bottom: 4px;
	left: -5px;
}

#centerColumn h1 span { font-size: .8em; }

#centerColumn h2, #centerColumn h3, #centerColumn h4, #centerColumn h5 {
	color: rgb(57, 33, 90);
	margin-bottom: .2em;
}

#centerColumn ul, #centerColumn ol {
	margin: 0 0 1em 3em;
	padding: 0;
}

#centerColumn ul ul, #centerColumn ol ol, #centerColumn ol ul { margin: 0 0 0 2em; }

#centerColumn p+ol, #centerColumn p+ul {margin-top: -.7em;}

/* optional table of contents box */

#centerColumn div.pagecontents {
	margin: .3em 0 1.7em 0;
	z-index: 1;
}

#centerColumn div.pagecontents p {
	float: left;
	margin: 0;
	padding: 0;
	color: #63912b;
	background-color: #fff;
	font-weight: bold;
	font-size: .95em;
}

#centerColumn div.pagecontents ul {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}

#centerColumn div.pagecontents li {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	color: #666;
	font-size: .9em;
	line-height: 1.3em;
}

#centerColumn div.pagecontents a, #centerColumn div.pagecontents a:visited {
	text-decoration: none;
	display: block;
	color: rgb(57, 33, 90);
}

#centerColumn div.pagecontents a:hover { text-decoration: underline; }

/*---------------------end page contents box----------------------------*/


/*------------------------------------- right column -------------------------------*/

div#rightcol {
	float: left;
	width: 180px;
	z-index: 1;
}

/*-------------------------format right column heading and--------------------------*/
div#rightcol-hdng {
	font-size: 1.1em;
	position: relative;
	z-index: 100;
	color: rgb(57, 33, 90);
	background-color: #fff;
	height: 70px;
}

div#rightcol-hdng p {
	width: 179px;
	position: absolute;
	font-weight: bold;
	bottom: 4px;
	left: 4px;
	line-height: 1.1em;
	margin: 0 0 -5px -5px;
	border-bottom: 1px solid #63912B;
	padding: 0 0 5px 5px;
}

/*------------------------format right column links -----------------------------*/

div#subtopiclinks ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	font-size: .9em;
	font-weight: bold;
	width: 180px;
}

div#subtopiclinks ul li {
	width: 100%;
	line-height: 1.2em;
	margin-bottom: 7px;
	padding-left: 6px;
	color: #666;
	background-color: #fff;
}

div#subtopiclinks ul a, #subtopiclinks ul a:visited {
	display: block;
	color: #507522;
	background-color: #fff;
	text-decoration: none;
}

#subtopiclinks ul a:hover {
	color: #fff;
	background-color: #999;
	margin-left: -6px;
	padding-left: 6px;
}

/*-----------------------------format right column text/callout box ---------------*/

div#rightcol div.infobox {
	margin: 20px 0 0 .6em;
	padding: 0;
	clear: left;
}

div#rightcol div.infobox p {
	margin: 0 0 1.1em 0;
	padding: 0;
	font-size: .9em;
	line-height: 1.3em;
	color: rgb(57, 33, 90);
}

div.infobox a, div.infobox a:visited {
	color: rgb(57, 33, 90);
	text-decoration: underline;
}

div#rightcol div.infobox a:hover {
	color: rgb(57, 33, 90);
	background-color: #ccc;
}

div.infobox ul {
	padding: 0;
	margin: 0 0 0 1.7em;
	font-size: .9em;
	color: rgb(57, 33, 90);
}

/* TABLE STYLES */
/*** table styles ***/
/* with strong horizontal lines and light vertical lines */
table.display {
	border: 1px solid #3A3A3A;
	border-collapse: collapse;
	margin: .5em 5px 1.5em 5px;
	font-size: .85em;
}

table.display td, table.display th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #3A3A3A;
	border-bottom: 1px solid #3A3A3A;
	border-collapse: collapse;
	padding: .2em .4em;
}

table.display caption {
	font-size: 1.4em;
	font-weight: bold;
}

table.display p { margin: .2em 0 .5em 0; }

table.display ul {
	margin: 0 0 0 .5em;
	padding: 0;
}

table.display ol {
	margin: 0 0 0 .5em;
	padding: 0 1em;
}


table.display.alt tbody td {
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

table.display.alt tbody th {
	text-align:left;
}


/*with strong vertical lines and light horizontal lines */
table.display2 {
	border: 1px solid #3a3a3a;
	margin: .5em 5px 1.5em 5px;
	font-size: .85em;
	border-collapse: collapse;
}

table.display2 td, table.display2 thead th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	border-left: 1px solid #3A3A3A;
	border-right: 1px solid #3A3A3A;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: .2em .4em;
}

table.display2 thead th { border: 1px solid #3A3A3A; }

table.display2 tbody th {
	color: #000;
	background-color: #fff;
	padding: 0.1em;
	text-align: left;
}

table.display2 caption {
	padding: .5em 0;
	font-size: 1.4em;
	font-weight: bold;
}

table.display2 p { margin: .2em 0 .5em 0; }

table.display2 ul {
	margin: 0 0 0 1em;
	padding: 0 1em;
}

table.display2 ol {
	margin: 0 0 0 1em;
	padding: 0 1.1em;
}

/*** no border table used for service awards display ***/

table.servawards {
	border: none;
	border-collapse: collapse;
	margin: .5em 5px 1.5em 5px;
	font-size: .85em;
}

table.servawards td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 1em;
}

table.servawards td img {
	display: block;
	margin: auto;
}

table.servawards col#one { width: 100px; }

/*********** Div used to scroll long inserted contents like scrolling table ******/

div.scroll {
	height: 500px;
	width: 100%;
	overflow-y: scroll;
}

/*** CLEARING class ***/

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.clear hr {
	height: 0;
	overflow: hidden;
}



a.newwin, a:visited.newwin, a:hover.newwin {
	display: inline-block;
	padding-right:8px;
	background-image:url(/admin/hr/imgs/arrow-newwin.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: visible;
}



/*footnote styles*/
.superScript { /*format footnote number in superscript - use with a tag or span tag*/
	font-size: 11px;
	vertical-align: super;
	margin: -5px 0 0 0;
}

div.footnote { /*formates foot note that is placed at bottom of page*/
	margin: 1em 0;
	border-top: 1px solid #999;
	padding: .5em 0 0 2em;
}

/* Style for "next" section block and arrow at the bottom of the page*/

h2#nextSection {
	font-size: 1.35em;
	position: relative;
	background-image: url(/admin/hr/imgs/arrowmask.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: right 48%;
	width: 75%;
	padding: 2px 35px 2px 5px;
}

h2#nextSection a, h2#nextSection a:visited {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

h2#nextSection a:hover { text-decoration: underline; }

/* common footer */

#footer {
	position: relative;
	padding-bottom: 50px;
	margin-top: 10px;
}

#infobar {
	margin-top: 10px;
	font-size: .9em;
	color: #fff;
	padding: 8px;
	background-color: #39275b;
}

#infobar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#infobar li { display: inline; }

#infobar a, #infobar a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#infobar a:hover {
	text-decoration: none;
	color: #000;
}

#infobar p {
	margin: 0;
	padding: 0;
}

#footer img {
	position: absolute;
	top: -7px;
	right: 0;
}

/*----------superscript style-----------------*/

span.superScript { 
	vertical-align:super;
}
/*----------track change styles for editing review---------------*/

.trackNew {background-color:#CFF;}
.trackRmv {text-decoration:line-through;}

/*------------Med Center Forms Style--------------------*/
.medctrform {background-color:#EBEBEB;
