@charset "utf-8";
/* UW Medicine Stylesheet */

/* BluePrint typography.css modified by BFM 05/052011 */
html {font-size:100.01%;}
body {font-size:75%;color:#000;background:#fff; font-family:Arial, Helvetica, sans-serif; position: relative;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#000; line-height:1em;}
h1 {font-size:2.5em;margin-bottom:0.6em;}
h2 {font-size:2em;margin-bottom:.4em;}
h3 {font-size:1.7em;margin-bottom:.5em;}
h4 {font-size:1.3em;margin-bottom:.5em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
.left {float:left !important;}
.right {float:right !important;}
p {margin:0 0 1.5em 0; line-height:1.3em;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {color:#09f;}
a, a:active, a:visited {color:#06c;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:normal; color:#666666;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:1.5em 0 1.5em 1.5em;padding-left:1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold; line-height: 1.3em;}
dd {margin-left:1.5em; margin-bottom:1.3em; line-height: 1.3em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#fff;}
th, td{padding:4px;}
caption{padding: 5px 0;}
tbody tr:nth-child(even) td, tbody tr.even td {background:#eee;}
.hide {display:none;}
.new {background:#060;color:#fff;}
.delete {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

div#mainWrap{padding: 0 0 20px 0;}

.container {margin:0;}/*ensure container is left aligned to fit UW Medicine design*/

h1 {font-weight: normal;}

/*---------------------Header Section Content---------------------- */

a#skipnav {position:absolute; left: -1000px;}

header {
position: relative;
}

header img#uwmlogo {
	position: absolute;
	top: 20px;
	left: 13px;
}

.rtCornerCut {/* applies right corner cut appearance to any block level navigation element that has a backround color */
	background-image:url(https://www.washington.edu/admin/hr/imgs/jobs/uwmedicine/rtcornerCut.png);
	background-position:top right;
	background-repeat:no-repeat;
}

/* ------------ general links at top of page ---------------*/

ul#uwm-globallinks {
	position:relative;
	right: -42%;
	width: 59%;
	list-style-type: none;
	position: relative;	
	margin:4px 0 0 0;
	padding:0;
	height: 1.5em;
}

ul#uwm-globallinks li {
	float:left;
	padding: 0 1px;
	color: #666666;
}

ul#uwm-globallinks a, ul#uwm-globallinks a:visited, ul#uwm-globallinks a:active {
	text-decoration: none;	
	font-size: 11px;
	color: #666;
}

ul#uwm-globallinks a:hover {
	text-decoration: underline;
}

/* --------- links to medical centers and clinics ---------- */

nav#uwm-logo-links {
	text-align:center;
	line-height:1.3em;
	color: #504668;
	padding-left:40px;
	margin: 37px 0 12px 0;
}
	
nav#uwm-logo-links a, nav#uwm-logo-links a:visited, nav#uwm-logo-links a:active {
	color:#493C73;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, sans-serif;
}
	
nav#uwm-logo-links a:hover {
	color:#CC9933;
}

/* --------------- sub navigation and find section---------- */

section#uwmedLocal {
	position: relative;
	margin: 15px 0 1px 0;
}

nav#uwmedLocalNav {
	position: inherit;
}

nav#uwmedLocalNav a, nav#uwmedLocalNav a:visited, nav#uwmedLocalNav a:active{
	position:inherit;
	display:inline-block;
	margin-right:1px;
	padding: 4px 15px;
	color:#FFF;
	background-color:#3B185A;
	text-decoration: none;
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
}

nav#uwmedLocalNav a:hover {
	background-color:#CC9933;
}

section#search {}

section#find{
	background-color:#3B185A;
	height: 28px;
	color:#FFF;
	text-align:right;
}

section#find nav{
	margin:0 15px 0 0;
	padding-top: 5px;
}

section#find nav a, section#find nav a:visited, section#find nav a:active {
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
}

section#find nav a:hover {
	color:#CC9933;
}

/* ------------Breadcrumbs ------------ */

nav#breadcrumbs {
	margin:0;
	padding:0 0 0 18px;
}

nav#breadcrumbs ul {
	margin:0;
	padding:0;
	list-style-type:none;
	height:1.5em;
}

nav#breadcrumbs ul li {
	float:left;
	margin:0;
	padding:0 2px;
	color: #666666;
}

nav#breadcrumbs ul a, nav#breadcrumbs ul a:visited, nav#breadcrumbs ul a:active{
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}

nav#breadcrumbs ul a:hover {
	text-decoration:underline;
}

/* -----------------End Header----------------------*/

/*-----Job Search and Employment At tagline---------*/
nav#jobsearchLinks {
	position: relative;
	text-align:right;
	margin: 0 0 15px 0;
}
nav#jobsearchLinks a, nav#jobsearchLinks a:visited, nav#jobsearchLinksv a:active{
	margin-right:150px;
	color:#3B185A;
	padding:0;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, sans-serif;
	position:inherit;
	padding: 4px 15px;
	text-decoration: none;
	font-family:Arial, sans-serif;
}

nav#jobsearchLinks a:hover {
	text-decoration: underline;
}

h1#employmentAt {
	color:#cc9933;
	font-size: 1.5em;
	padding-left: 20px;
	margin-bottom: 30px;
}

h1#employmentAt-uwhires {
	color:#cc9933;
	font-size: 1.5em;
	padding-left: 20px;
	margin: 25px 0;
}

/* -----------------Left Navigation ----------------*/
ul#mainLftNav {
	position:relative;
	margin-top: 0;
	padding: 0;
	list-style-type: none;
}

ul#mainLftNav li{
	position:inherit;
	margin: 0 0 3px 0;
}

ul#mainLftNav li a, ul#mainLftNav li a:active, ul#mainLftNav li a:visited {
	padding-left: 12px;
	color: #3B185A;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	background-image:url(https://www.washington.edu/admin/hr/imgs/jobs/uwmedicine/triangleNavSprt.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	overflow: hidden;	
}
	
ul#mainLftNav li a:hover {
	color:#CC9933;
	text-decoration:none;
}

ul#mainLftNav li#jobsearch a, ul#mainLftNav li#jobsearch a:active, ul#mainLftNav li#jobsearch a:visited {
	display:block;
	position: relative;
	padding:2px 0 2px 6px;
	background-image:url(https://www.washington.edu/admin/hr/imgs/jobs/uwmedicine/rtcornerCut.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#3B185A;
	color:#fff;
	font-weight:bold;
	font-size: 12px;
}

section#leftcol ul#mainLftNav li#jobsearch a:hover {
	background-color:#cc9933;
}

/* left nav submenu for Temporary Jobs revision */
#mainLftNav ul.sub-menu {
	list-style-type: none;	
}

#mainLftNav ul li ul li:last {
	padding-bottom: 15px;
}


/* left column social links */
/*-------------Social Links Below Navigation---------------------*/

ul#social-links {
	margin:20px 0 0 15px;
	padding:0;
	list-style:none;
}

ul#social-links a, a:visited, a:focus, a:active {
	color: #3B185A;
	font-weight: bold;
	text-decoration: none;
	text-align:bottom;
	font-size: 11px;
}

ul#social-links a:hover {
	text-decoration: none;
	color:#CC9933;
}

ul#social-links li {
	text-align:bottom;
	border: none;
}

/* left column referral program styles */

aside#referralbox {
	margin:40px auto 0 auto;
}
#referralbox a#referral, a:visited#referral {
	display: block;
	text-decoration: none;
	filter: alpha(opacity=100);
	opacity: 1;
}
#referralbox a:hover#referral {
	text-decoration: none;
	filter: alpha(opacity=50);
	opacity:.50;
}
#referralbox a#referral img {
	display: block;
	margin: 0 auto;
}

/* -----------------Main Content-------------------- */

section#maincont h2 {
	border-left: 4px solid #cc9933;
	padding-left: 10px;
}

/* page introduction */
div#pageintro{margin-bottom: 20px;}

div#pageintro article {/*contains page introduction*/
	border: 1px solid #ccc;
	border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
}

div#pageintro article img{
	display:block;
	float:left;
}

div#pageintro article p {
	width: 350px;
	float:left;
	margin-left: 10px;
}


section#maincont h2 {
	color:#3B185A;
	font-size: 2.2em;
	font-weight: normal;
}

section#maincont p a, section#maincont p a:active, section#maincont p a:visited {
	color:#3B185A;
	text-decoration:underline;
}

section#maincont a:hover {
	text-decoration: none;
}

/* uwmc hmc home page styles */
section#maincont h1#homepage {
	padding-left: 45px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.9em;
	color:#39275B;
	margin-bottom:20px;
}
article#news {
	margin:0;
	padding:5px 0 25px 45px;
}
article#news h1 {
	position: relative;
	margin:0 0 15px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	color:#cc9933;
}

article#news h1 img {
	position: absolute;
	top:2px;
	left:-15px;
}
article#news h2 {
	margin:0;
	border: none;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #39275B;
}

article#news h2 a, article#news h2 a:visited, article#news h2 a:active {
	color:#39275B;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

article#news h2 a:hover {
	text-decoration:underline;
}


/*------------end home page styles-----------------*/

div#uwhires {min-height:300px;} /*establishes minimum container height for content within UWHIRES*/

/* ---------------------Footer---------------------- */

footer {position: relative;}

footer ul{
	width:64%;
	position: relative;
	right:-36%;
	list-style-type:none;
	margin:0;
	padding:0;
	height: 38px;
}

footer li{
	margin:0;
	padding:0;
	float:right;
}

footer li#uwlogoBox {
	width: 470px;
	background-color: #39275B;
	margin-top: 3px;
}

li#uwlogoBox a {
	display:block;
	position: relative;
	width:100%;
	Height: 32px;
}

li#uwlogoBox a img {
	position: absolute;
	top:0;
	left:0;
}

footer div#copyrightDisclaimer {
	margin-top: 10px;
	font-size: 10px;
	text-align:right;
	color:#535353;
}

footer div#copyrightDisclaimer a, footer div#copyrightDisclaimer a:active, footer div#copyrightDisclaimer a:visited {
	color:#535353;
	text-decoration:underline;
}
footer div#copyrightDisclaimer a:hover {
	text-decoration: none;
}

/* JQuery slideshow and tab styles*/

/* HR Jquery slideshow styles */

/* --------------------------------Slideshow Styles---------------------------- */
/* container for slideshow */
div.slideshowwrap {
	margin: 15px 0 15px 0;
}
/* container for slides */

div.slideswrap {
	/*background:#fff url(/img/global/gradient/h300.png) repeat-x;*/
	position:relative;
	float: left;
	margin: 0px 15px 15px 15px;
	border: 1px solid #ccc;
	width: 520px;
	height:200px;	
	cursor:pointer;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	
}

/* single slide container */
div.slideswrap div{
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:12px 12px 20px 12px;
	height:170px;
	font-size:12px;
}

/* image styles */

div.slideswrap div img {
	display: block;
	float: left;
	margin:0 15px 20px 0px;
}

div.slideswrap div p {
	margin: 0;
}
/* header */
.slideswrap h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
div.slidetabs {
	clear:both;
	margin-left:270px;
}

/* single tab */
div.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/admin/hr/imgs/jquery-tools/slidenavigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
div.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.slidetabs a.current {
	background-position:0 -16px;     
} 	

/* prev and next buttons */
a.backward, a.forward  {
	float:left;
	margin-top:80px;
	background:#fff url(/admin/hr/imgs/jquery-tools/prevback.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

a.backward:hover, a.forward:hover {background-color: transparent;}

/* next */
a.forward 		{ background-position: 0px -30px; clear:right; }
a.forward:hover { background-position:-30px -30px; }
a.forward:active{ background-position:-30px -30px; } 


/* prev */
a.backward:hover  { background-position:-30px 0; }
a.backward:active  { background-position:-30px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

/* ----------------------- Tabbed Pages Styles ----------------------- */
div#tabs ul#tabmenu li a {font-size: 11px; text-align: center; line-height: 1.3em;}

div#tabs-1, div#tabs-2, div#tabs-3, div#tabs-4, div#tabs-5, div#tabs-6  {font-size: 12px;}

#tabs-1 a, #tabs-1 a:visited, #tabs-1 a:active, #tabs-2 a, #tabs-2 a:visited, #tabs-2 a:active, #tabs-3 a, #tabs-3 a:visited, #tabs-3 a:active, #tabs-4 a, #tabs-4 a:visited, #tabs-4 a:active, #tabs-5 a, #tabs-5 a:visited, #tabs-5 a:active, #tabs-6 a, #tabs-6 a:visited, #tabs-6 a:active { color:#309; text-decoration:underline;}

a:hover {color:#C90; text-decoration:none;}

/* --------------------------Accordian Tabs ---------------------------*/

div#accordion { border:none; }

h3.accordTrigger {
	margin: 0 0 5px 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	padding: 0;	
	background: url(/admin/hr/imgs/jobs/jobs-main/accordionhdr-bkgrnd.png) no-repeat;
	background-position:left -9px;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	font-weight: normal;
	/*float: left;*/
}

h3.active {background-position: left -57px;}

h3.accordTrigger a {
	color: #39275b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
}
h3.accordTrigger a:hover {
	color: #39275b;
	text-decoration:underline;
}

div.accordContainer {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
div.accordContainer div.block {
	margin: 10px 10px 0 10px;
}

div.accordContainer div.block p {
	font-size: 1.1em;
}

div.accordContainer .block p strong { color: #78BBFE; }

.accordContainer p a,
.accordContainer p a:visited,
.accordContainer p a:active {
	text-decoration: underline;
	color:#39275b;
}

.accordContainer p a:hover { text-decoration:none; }	
 
/* new window style */

a.newwin {
	padding-right:10px; 
	background-image:url(/admin/hr/imgs/arrow-newwin.gif);
	background-position:top right; 
	background-repeat: no-repeat;
}

