/* CLF 2.0 TEMPLATE VERSION 1.04 | VERSION 1.04 DU GABARIT NSI 2.0 */

/* GENERAL CSS BEGINS | DEBUT DU CSS GENERAL */

/* Job Bank styles - START*/

/* remove this class, used only for testing*/
.zz {
	border: 2px solid green;
	color: #339966;
	}

.center div {
	margin-top: 10px;
	margin-bottom: 10px;
	}

/* this is to prevent Firefox to show main titles <h1> as a links - START -*/
.center h1 a {
	color: #000000;
	text-decoration: none;
	}
	
.center h1 a:hover {
	color: #000000;
	text-decoration: none;
	}
	
/* this is to prevent Firefox to show main titles <h1> as a links - END -*/
	

h2 {
	border-bottom: 1px dotted #C9C18B;
	margin-top: 30px;
	background-color: #F4F2EC;
	background: url(../images/eap-hbg.gif) #E1DCC9 repeat-x;
	}
	
.longOptionItem {
	width: 99%
	}

/* Validation errors - START */

.validationErrors {
	border: 1px solid #CC0000;
	margin-bottom: 20px;
	}

.validationErrors h2
{
	background-color: #CC0000;
	border: 1px solid #CC0000;
	padding: 5px;
	margin: 0px;
	color: #FFFFFF !important;
	background-image: none;
	}
	
.validationErrors p{
	margin: 10px;
	}

.validationErrors li {
	color: #CC0000;
	font-weight: bold;
	}

.shortError {
	color: #CC0000;
	font-weight: bold;
	}
/* Validation errors - END */

/* Warnings - START */

.warning 
{
	background-color: #FFFFCC;
	border: 1px solid #FFCC33;
	margin-bottom: 20px;
	}
	
.warning h2 {
	border: none;
	margin-top: 0px;
	background-image: none;
	background-color: #FFFFCC;
	padding: 5px;
	padding-left: 10px;
	background-color: #FFCC33;
	}
	
.warning p {
	padding: 10px;
	}
	
.warning a {
	padding: 00px 0px 0px 10px;
	display: inline-block;
	}
.OrOu {		
	padding: 00px 0px 0px 20px; /*(top, right/left, bottom)*/
	display: inline-block; 
	}
.LeftPadding {		
	padding: 00px 0px 0px 10px; /*(top, right/left, bottom)*/
	display: inline-block; 
	}
/* these styles are used to display warnings about not double-click on navigation buttons */
.navigationWarningContainer {
	margin-bottom: 20px;
	margin-left: 160px;
	margin-top: 20px !important;
	padding: 0px;
	}

.navigationWarning 
{
	background-color: #FFFFCC;
	border: 1px solid #FFCC33;
	}
	
.navigationWarning p {
	padding: 10px;
	}
	
.navigationWarning h2 {
	font-size: 115%;
	border: none;
	margin-top: 0px;
	padding: 5px;
	background-image: none;
	background-color: #FFCC33;
}

/* Warnings - END */

/* styles for the lists found in help pages - START */
.listHelp li {
	margin-bottom: 15px;
	}
/* styles for the lists found in help pages - END */

h2.contentGradient, div.contentGradient {
	/*
	background: url(../images/eap-hbg.gif) #E1DCC9 repeat-x;
	border-right:1px solid #E1DCC9;
	border-left:1px solid #E1DCC9; */
	background: #E1DCC9 repeat-x;
	border-right: 1px solid #E1DCC9;
	border-left:: 1px solid #E1DCC9;
	
}

.empNumber {
	font-weight: bold;
	color: #333333;}
	
.infoDetails {
	margin-bottom: 20px !important;
	border: 1px dotted #E1DCCC;
	border-left: 10px solid #E1DCCC;
	padding: 10px;
	width: 55%;
	}
	
.fullWidth {
	width: 100%;
	}

/* DataTable styles - START */
.dataTable {
	width: 100%;
	border: 1px solid #DFE1C4;
	border-collapse: collapse;
	margin-bottom: 20px;
	}
	
.dataTable caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
	}
	
.dataTable th {
	text-align: left;
	vertical-align: middle;
	background-color: #E1DCCC;
	padding: 10px 3px 3px 10px;
	}
	
.dataTable td {
	vertical-align: top;
	text-align: left;
	padding: 3px;
	}
	
th.secondRow {
	text-align: left;
	vertical-align: middle;
	padding: 10px 3px 3px 10px;
	background-color: #F4F2EC;
	}
	
th.column {
	background-color: #F4F2EC;
	}
	
td.title {
	background-color: #FAF9F5;
	}
/* DataTable styles - END */	
	
/* links and buttons - START -*/

.pageButtons {
	border-top: 1px solid #CBC4AB;
	border-left: 10px solid #CBC4AB;
	border-right: 10px solid #CBC4AB;
	border-bottom: 1px solid #CBC4AB;
	background: url(../images/eap-hbg.gif) #FFFFFF repeat-x;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px 3px 2px 3px;
	}
/* to add to the links <a> displayed beside input buttons */	
.nextTo {
	margin: 0px !important;
	}
	
a.pageButtons {
	border-top: 1px solid #CBC4AB;
	border-left: 10px solid #CBC4AB;
	border-right: 10px solid #CBC4AB;
	border-bottom: 1px solid #CBC4AB;
	background: url(../images/eap-hbg.gif) #FFFFFF repeat-x;
	margin-right: 10px;
	margin-top: 10px;
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 4px;
	color: #000000 !important;
	text-decoration: none;
	}
	
.linkButton {
	background-image:  url(../images/arrow.gif);
	background-position:right;
	background-repeat: no-repeat;
	padding-right: 15px;
	font-weight: bold;
	}
	
	 a:hover.linkButton {
	background-image:  url(../images/arrow_o.gif);
	background-position:right;
	background-repeat: no-repeat;
	padding-right: 15px;
	font-weight: bold;
	}


.navigationLinksContainer {
	margin-left: 30px;
	}
/* links and buttons - END -*/

/* <fieldset>, <legend>, <label> ... - START*/

fieldset {
	padding: 0px 0px 10px 0px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-color: #FFFFFF;
	border-top-style: outset;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
}

legend {
	margin-bottom: 15px;
	border: none;
	
}

legend span {
	display: inline-block;
	white-space: normal;
	font-weight: bold;
}

fieldset p {
	padding-left: 5px;
	margin-top: 0px;
}

.mandatory_bgrd {
	background-color:#FFFFFF; /* #FFFFCC;		*/
}

label {
	background-color: #F4F2EC;
	padding: 3px 0px 3px 0px;
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: top;
	width: 100%;
}

.checkboxLongLabel {
	 background-color: #F4F2EC;
	 display: inline-block !important;
	 }

.checkboxLongLabel input {
	 float: left;
	 margin-top: 2px;
	 }
	 
.checkboxLongLabel label {
	 float: left;
	 top: 0;
	 width: auto;
	 margin: 0px;
	 }

.widthAuto {
	width: auto;
	display: inline !important;
	}
.widthShort20pc {
	width: 20%;
	}
.widthShort {
	width: 40%;
	}

.widthMidium {
	width: 50%;
	}

.widthLarge {
	width: 60%;
	}
	
.widthLarger {
	width: 70%;
	}
	
.widthLargest {
	width:90%;
	}

.shortError {
	color: #CC0000;
}

.checkboxContainer {
}

.checkboxHolder1Col {
	float: left;
	width: auto;
	margin-bottom: 0px;
}

.checkboxHolder2Col {
	float: left;
	width: 47%;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	display: inline-block;
}


.checkboxHolder2Col label {
	background-color: #FFFFFF;
	display: inline !important;
	width: auto;
	margin-bottom: 3px;
	vertical-align: middle;
}

.checkboxHolder1Col label {
	background-color: #FFFFFF;
	display: inline-block;
	width: auto;
	margin-bottom: 3px;
	vertical-align: middle;
}

.checkboxHolder3col {
	float: left;
	width: 27%;
	margin-bottom: 0px;
}


/* <fieldset>, <legend>, <label> ... - END */

/* styles used to display checkboxe lists in two columns when options are grouped in two. Look in JobSkillRequirements.xsl for an example */
/* START */ 
.checkboxHolder {
	float: left;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	display: block;
	width: 100%;
	border-top: 1px solid #F4F2EC;
}

.checkboxHolder span {
	vertical-align: top !important;
	width: 50%;
	display: inline-block;
	float: left;
}

.checkboxHolder span label {
	display: block;
	top: 0;
}

.checkboxHolder span input {
	float: left;
	top: 0;
	}

.checkboxHolder label {
	background-color: #FFFFFF;
/*	display: inline !important;*/
	width: auto;
	margin-bottom: 3px;
	vertical-align: middle;
}

/* END */ 
/* styles used to display checkboxe lists in two columns when options are grouped in two. Look in JobSkillRequirements.xsl for an example */


acronym {
	cursor: help;
}

.alignCenter {
	text-align: center;
	}
	



/* Copied from goc.css (used by old Job Bank)- START*/	
.mandat
{
    FONT-WEIGHT: normal;
/*    FONT-SIZE: 8pt;
*/    COLOR:  #336699;
    FONT-FAMILY: Arial, helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffff
}

.red
{
    FONT-WEIGHT: bold;
/*    FONT-SIZE: small;*/
    COLOR: #ff0000;
    FONT-FAMILY: Arial, helvetica, sans-serif
}

/* Copied from goc.css (used by old Job Bank)- END*/




