@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #AE162C;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#loading_status {
	margin-left: 10px;
	padding: 5px 5px 5px 45px;
	font-size: 20px;
}

#loading_status.ajax-loading {
	margin-top: 15px;
	background: url(images/spinner.gif) no-repeat;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 760px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColElsCtrHdr #header {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: FFFFFF;
	font-weight: bold;
	color: #4C7EA2;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer {
	background:#e3e3cf;
	color:#ffffff;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0;
	font-weight: bold;
}

/********************/
/*  NAVIGATION BAR  */
/********************/

/* MAIN MENU */
.header-navbar {
	white-space:nowrap /*IE hack*/;
	float: left;
	width:756px;
	min-height:32px /*Non-IE6*/;
	height:auto !important /*Non-IE6*/;
	height:32px /*IE6*/;
	background:rgb(255,255,255) url(images/bg_navbar.gif) repeat-x /*Total header background image entered here. Height: 125px*/;
	font-size:0.9em;
}
.header-navbar ul { list-style-type:none; margin: 0px; }
.header-navbar ul li {float:right; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; }
.header-navbar ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:2.0em; line-height:2.0em; padding:0 16px 0 16px; text-decoration:none; font-weight:bold; color:rgb(255,255,255); border-right:solid 2px rgb(215,215,215);}
.header-navbar ul li ul {display:none; border:none; width:12.0em; padding:0px 16px 0px 16px; }

/* SUBMENU (Non-IE6 hovering) */
.header-navbar ul li:hover {position:relative;} /*Sylvain IE hack*/
.header-navbar ul li:hover a {background-color: #4C7EA2; text-decoration:none;} /*Color main cells hovering mode*/
.header-navbar ul li:hover ul {display:block; width:12.0em; position:absolute; z-index:1000; top:1.8em; margin-top:0.1em; left:0; padding:0px 0px 0px 16px; border-top:solid 1px rgb(215,215,215);}
.header-navbar ul li:hover ul li a {white-space:normal; display:block; width:11.0em; height:auto; line-height:1.3em; margin-left:-17px; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color: #cedde6; font-weight:normal; color:rgb(100,100,100);} /*Color subcells normal mode*/
.header-navbar ul li:hover ul li a:hover {background-color: rgb(235,235,235); text-decoration:none;} /*Color subcells hovering mode*/

/* SUBMENU (IE6 hovering) */
.header-navbar table {position:absolute; z-index:1000; top:0px; left:-1px; border-collapse:collapse; }
.header-navbar ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/; background-color: #4C7EA2; text-decoration:none;} /*Color main cells hovering mode*/
.header-navbar ul li a:hover ul {display:block; width:13.0em; position:absolute; z-index:1000; top:1.8em; left:0px; margin-top:0.1em; padding:4px 18px 4px 16px; border-top:solid 1px rgb(215,215,215); }
.header-navbar ul li a:hover ul li a {white-space:normal; display:block; width:11.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color: #cedde6; font-weight:normal; color:rgb(100,100,100);} /*Color subcells normal mode*/
.header-navbar ul li a:hover ul li a:hover {background-color:rgb(235,235,235); text-decoration:none;} /*Color subcells hovering mode*/

/********************/
/* END NAVIGATION BAR  */
/********************/

td.header1 { border-style: solid; border-width: 0px 0px 0px 0px; border-color: #666666; background-color: #000000; color: #ffffff; font-weight: bold; font-size: 14px;}
td.header2 { border-style: solid; border-width: 0px 0px 0px 0px; border-color: #666666; background-color: #AAAAAA; color: #ffffff; font-weight: bold; font-size: 14px;}
td.header3 { border-style: solid; border-width: 0px 0px 0px 0px; border-color: #666666; background-color: #000099; color: #ffffff; font-weight: bold; font-size: 14px;}	
td.header4 { border-style: solid; border-width: 0px 0px 0px 0px; border-color: #666666; background-color: #666666; color: #ffffff; font-weight: bold; font-size: 14px;}

.menu-color1 { padding-left: 10px; padding-right: 10px; font-size: 12px; line-height: 30px; background-color: #E3E3CF; }
.menu-color1 a { font-size: 12px; line-height: 30px; background-color: #E3E3CF; color: #000000; text-decoration: none;}
.menu-color2 { padding-left: 10px; padding-right: 10px; font-size: 12px; line-height: 30px; background-color: #F0F0E4; }
.menu-color2 a { font-size: 12px; line-height: 30px; background-color: #F0F0E4; color: #000000; text-decoration: none;}

.namefield { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; line-height: 130% }
.jobtype { font-size: 14px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px }

div.errordesc { background-color: #FFC0C0; font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px;}
