p.job_upload {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff url('/hr/images/adobe_pdf_icon.png') 0 5px no-repeat;
	padding: 5px 0 5px 50px;
	line-height: 40px;
	font-size: 1.4em;
	margin-bottom: 1.5em;
}

ul.manual li {
	margin-left: 0;
	list-style: none;
}

ul.manual li li {
	margin-left: 30px;
	list-style: disc;
}



/*Flyout tertiary navigation
------------------------------------------*/


/* this is the main UL element*/
/*#toc2{
	display:none;
}
*/

/* these are all the LIs in the menu*/
#toc2 li {
	cursor:pointer;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
#toc2 li.submenu-left {
	background: url(/images/rt_dbl_arrow.png) 95% 12px no-repeat !important;
	padding-right: 8px !important;
}

#toc2 li.submenu-left ul {
	border: solid #ccc !important;
	border-width: 0 1px 1px !important;
	margin: 0;
}

#toc2 li.submenu-left ul li a{
	padding: 6px 10px !important;
	width: 220px;
}

* html #toc2 li.submenu-left a {
	display: inline-block !important;
}

table#region_training {
	width: 100%;
	border: 2px solid #4d6b8d;
	color: #fff;
}

table#region_training td {
	background: #0e3970;
	border: 2px solid #4d6b8d;
}




.download {
display: inline;
	background: #e9e9e9;
	padding:  5px;
}
