.label
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial
}
.title
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    FONT-STYLE: italic;
    FONT-FAMILY: 'Times New Roman';
    BACKGROUND-COLOR: #fdf5e6
}
.title2
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #fdf5e6
}
.normal
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial
}
.normal FONT
{
    FONT-FAMILY: Arial
}
.normal TD
{
	font-size: 10pt;
}
.normal P
{
    MARGIN: 0px
}
.categorylinks
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    FONT-FAMILY: Arial
}
.categorylinks A:hover
{
    COLOR: red
}
.categorylinks .title
{
    FONT-SIZE: 14pt
}
.CategoryLinks UL LI
{
    LIST-STYLE-IMAGE: url(/OLACommon/images/hppointer.gif)
}
.ListHeader
{
    FONT-SIZE: 14pt;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
.noprint
{
    display: none;
}
.AppliTrackSearchBG
{
	height: 31px;
	background-image: url(/OLACommon/JobPostings/SortBG.gif);
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #C7C7C7;
	width: 100%;
}
.AppliTrackSearchBG a
{
	color: #999999
}
.AppliTrackSearchBG table
{
	padding-bottom: 0px;
}
.ApplyButton {
	Background-Color: #ff8c00; Font-Size: 9pt;  font-weight:bold; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-COLOR: #000000; BORDER-RIGHT-COLOR: #000000;
}

.subnotetext
{
    FONT-SIZE: 8pt;
    COLOR: #666666;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: justify;
}
#InternalApplicationsDiv
{
	border:1px solid #999999;
	background-color: #fcfcfc;
	padding: 10px;
}

@media screen {
	.printOnly {
		display: none;
	}
}

@media print {
	.printOnly {
		display: block;
		page-break-before: always; 
		background: blue;
	}
	.screenOnly {
		display: none;
	}
}