/* INFOZONE MYFIRSTJOB STYLESHEET */
/* DOES NOT INCLUDE STYLES FOR STANDARD DOL HEADING, BUT EVERYTHING ELSE */

body {
background:#cccccc url('/infozone/common/images/myfirstjob/background-gradient.png') repeat-x top;
}


/* SPECIFICS THAT CHANGE WITH EACH SECTION */

/* specifics for: employees */
#infozone-navprimary a.employees { /* default */
background:#e5e5e5 url('/infozone/common/images/businessessentials/topnav-buttons-green.png') top;
}

#employees #infozone-navprimary a.employees, #infozone-navprimary a.employees:hover, #infozone-navprimary a.employees:active { /* primarynav hover, and section default */
background-color:#99cc33;
border-color:#99cc33;
background-position: 0 -120px; /* moves the sprite */
}

#employees #infozone-navprimary { /* coloured strip below primarynav */
background:#99cc33 url('/infozone/common/images/businessessentials/topnav-strip-green.png') repeat-x bottom;
}

#employees #infozone-container { /* background of infozone-container */
background: #f1f8e2 url("/infozone/common/images/businessessentials/background-green.png") repeat-y;
}

#employees #infozone-navblock ul li a:hover { /* navblock first level links hover */
background-color:#99cc33;
}

#employees #infozone-navblock ul li a:active { /* navblock first level links hover */
background-color:#99cc33;
}


#employees #infozone-navblock ul li a.selected { /* navblock first level links selected */
background-color:#99cc33;
}





/* specifics for: employers */
#infozone-navprimary a.employers { /* default */
background:#e5e5e5 url('/infozone/common/images/businessessentials/topnav-buttons-purple.png') top;
}

#employers #infozone-navprimary a.employers, #infozone-navprimary a.employers:hover, #infozone-navprimary a.employers:active { /* hover, and section default */
background-color:#3b235d;
border-color:#3b235d;
background-position: 0 -120px; /* moves the sprite */
color:#f8f8f8;
}

#employers #infozone-navprimary { /* coloured strip below nav */
background:#3b235d url('/infozone/common/images/businessessentials/topnav-strip-purple.png') repeat-x bottom;
}

#employers #infozone-container { /* background of infozone-container */
background: #f2edf8 url("/infozone/common/images/businessessentials/background-purple.png") repeat-y;
}

#employers #infozone-navblock ul li a:hover { /* navblock first level links hover */
background-color:#3b235d;
color:#f8f8f8;
}

#employers #infozone-navblock ul li a:active { /* navblock first level links active */
background-color:#3b235d;
color:#f8f8f8;
}


#employers #infozone-navblock ul li a.selected { /* navblock first level links selected */
background-color:#3b235d;
color:#f8f8f8;
}



/* specifics for: parents */
#infozone-navprimary a.parents { /* default */
background:#e5e5e5 url('/infozone/common/images/businessessentials/topnav-buttons-orange.png') top;
}

#parents #infozone-navprimary a.parents, #infozone-navprimary a.parents:hover, #infozone-navprimary a.parents:active { /* hover, and section default */
background-color:#ff9933;
border-color:#ff9933;
background-position: 0 -120px; /* moves the sprite */
}

#parents #infozone-navprimary { /* coloured strip below nav */
background:#ff9933 url('/infozone/common/images/businessessentials/topnav-strip-orange.png') repeat-x bottom;
}

#parents #infozone-container { /* background of infozone-container */
background: #feeedd url("/infozone/common/images/businessessentials/background-orange.png") repeat-y;
}

#parents #infozone-navblock ul li a:hover { /* navblock first level links hover */
background-color:#ff9933;
}

#parents #infozone-navblock ul li a:active { /* navblock first level links active */
background-color:#ff9933;
}

#parents #infozone-navblock ul li a.selected { /* navblock first level links selected */
background-color:#ff9933;
}


/* specifics for: resources */
#infozone-navprimary a.resources { /* default */
background:#e5e5e5 url('/infozone/common/images/businessessentials/topnav-buttons-blue.png') top;
}

#resources #infozone-navprimary a.resources, #infozone-navprimary a.resources:hover, #infozone-navprimary a.resources:active { /* hover, and section default */
background-color:#81c7f7;
border-color:#81c7f7;
background-position: 0 -120px; /* moves the sprite */
}

#resources #infozone-navprimary { /* coloured strip below nav */
background:#81c7f7 url('/infozone/common/images/businessessentials/topnav-strip-blue.png') repeat-x bottom;
}

#resources #infozone-container { /* background of infozone-container */
background: #e7f4fd url("/infozone/common/images/businessessentials/background-blue.png") repeat-y;
}

#resources #infozone-navblock ul li a:hover { /* navblock first level links hover */
background-color:#81c7f7;
}

#resources #infozone-navblock ul li a:active { /* navblock first level links hover */
background-color:#81c7f7;
}

#resources #infozone-navblock ul li a.selected { /* navblock first level links selected */
background-color:#81c7f7;
}



