/* 
Title:		Screen styles and ie/win patches
Author:		
*/

/* import stylesheets and hide from ie/mac \*/
@import url("reset.css");
@import url("master.css");
@import url("mega-menu.css");
@import url("enriched.css");
/* @import url("forms.css");
@import url("tables.css");
@import url("buttons.css");
/* end import/hide */


/*** Job Profiling Styles - Added as per instruction from Mediacom ***/
#centre-overlay .jobprofilingbox { 
	width: 210px; 
	height: 200px; 
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	position: relative; 
}
#centre-overlay .jobprofilingoverlay2 { 
	float: left; background: transparent url('rectangle-box.png') no-repeat scroll 0% 0%; width: 210px; height: 28px; position: relative; top: -28px; display: block; padding: 0px; margin: 0px 0px -39px; }
#centre-overlay .overlayPurple {
    float: left;
    /*background: #6A2F8C;*/
    width: 210px;
    height: 28px;
    position: relative;
    top: -34px;
    display: block;
    padding: 0px;
    margin: 0px 0px -39px;
}
#centre-overlay  .overlayPurple h3 {
    color: #FFF !important;
	text-align: center;
	padding-top: 0px;
    line-height: 0px;
}
#centre-overlay .jobprofilingbox a {
    text-decoration: none;
    color: #000 !important;
}
/*#centre-overlay img { padding: 0px ! important; float: left; position: relative; }
#centre-overlay a { text-decoration: none; color: rgb(255, 255, 255) ! important; }*/