/* *****************************************************************************
 *    RESET                http://meyerweb.com/eric/tools/css/reset/
 * ***************************************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html{
	overflow-y: scroll;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* *****************************************************************************
 *    MAIN
 * ***************************************************************************** */
body {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	color: #636363;
	line-height: 150%;
}

a {
	color: #2996B5;
}

fieldset {
	background: white url(../pictures/widget-content-bg.gif) top left repeat-x;
	border: 1px solid #CCDFE5;
	padding: 0.5em 1em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

legend {
	padding: 0 0.3em;
	font-weight: bold;
	font-size: 13px;
}

input[type="text"], input[type="password"] {
	border: 1px solid #CCCCCC;
	padding: 2px 2px 2px 5px;
	background-color: white;
}

.input_text_ie6, textarea, select {
	border: 1px solid #CCCCCC;
	padding: 2px 2px 2px 5px;
	background-color: white;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border-color: #458CC1;
}

input[type="text"].focus_ie, input[type="password"].focus_ie, textarea.focus_ie, select.focus_ie {
	border-color: #458CC1;
}

.input_text_ie6.focus_ie, textarea.focus_ie, textarea.focus_ie {
	border-color: #458CC1;
}

input.modified, textarea.modified, select.modified {
	background-image: url(../pictures/modified.png);
	background-position: top left;
	background-repeat: no-repeat;
}

label {
	/*text-align: right;
	padding-right: 0.5em;*/
}

abbr[title] {
	border-bottom: 1px dashed;
	cursor: help;
}

hr {
	background-color: #CCDFE5;
	border: 0 none;
	color: #CCDFE5;
	height: 1px;
	margin: 5px 0;
}

p {
	margin: 0.5em 0;
}

p img {
	vertical-align: middle;
	margin: 0 0.5em;
}

ul {
	margin: 0.2em 0;
}

ul.disc li {
	list-style: disc outside;
	margin-left: 2em;
	float: none;
}

li.float {
	float: left;
}

.validation_error {
	color: #990000;
}

.session_message {
	width: 56%;
	margin: 1em auto;
	padding: 0.5em 22%;
	background-position: 20% center;
	background-repeat: no-repeat;
	border-width: 2px;
	border-style: solid none;
}

.session_message.error {
	background-color: #FFEEEE;
	background-image: url(../pictures/cross.png);
	border-color: #990000;
}

.session_message.alert {
	background-color: #FFFFCC;
	background-image: url(../pictures/exclamation.png);
	border-color: #FFCC35;
}

.session_message.waiting {
	background-color: #FFFFCC;
	background-image: url(../pictures/hourglass.png);
	border-color: #FFCC35;
}

.session_message.info {
	background-color: #EEEEFF;
	background-image: url(../pictures/information.png);
	border-color: #224499;
}

.session_message.success {
	background-color: #EEFFEE;
	background-image: url(../pictures/tick.png);
	border-color: #009900;
}

.smallText {
	font-size: smaller;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

a.file {
	display: inline-block;
	background: transparent url(../pictures/file-types.png) 0 0 no-repeat;
	padding-left: 24px;
	padding-top: 2px;
	height: 22px;
}

a.file.powerpoint, a.file[href$='.ppt'], a.file[href$='.pps'], a.file[href$='.pptx'], a.file[href$='.ppsx'] { background-position: 0 -20px;}
a.file.word, a.file[href$='.doc'], a.file[href$='.rtf'], a.file[href$='.docx'], a.file[href$='.txt'] { background-position: 0 -40px;}
a.file.excel, a.file[href$='.xls'], a.file[href$='.csv'], a.file[href$='.xlsx'] { background-position: 0 -60px;}
a.file.image, a.file[href$='.jpg'], a.file[href$='.gif'], a.file[href$='.jpeg'], a.file[href$='.png'], a.file[href$='.bmp'] { background-position: 0 -80px;}
a.file.pdf, a.file[href$='.pdf'], a.file[href$='.fpf'] { background-position: 0 -100px;}
a.file.zip, a.file[href$='.zip'], a.file[href$='.rar'], a.file[href$='.tar'], a.file[href$='.gz'], a.file[href$='.gzip'] { background-position: 0 -120px;}

/* *****************************************************************************
 *    DEFAULT DESIGN
 * ***************************************************************************** */

body {
	background: white url(../pictures/body-background.jpg) top left repeat-x;
}

#div_header {
	background: #20748E top left no-repeat;
	height: 107px;
	border: none;
	color: #A8C7D0;
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}

#div_header.year2009 {background-image: url(../pictures/headers/2009.jpg)}
#div_header.year2010 {background-image: url(../pictures/headers/2010.jpg)}
#div_header.year2011 {background-image: url(../pictures/headers/2011.jpg)}
#div_header.year2012 {background-image: url(../pictures/headers/2012.jpg)}
#div_header.year2013 {background-image: url(../pictures/headers/2013.jpg)}
#div_header.year2014 {background-image: url(../pictures/headers/2014.jpg)}
#div_header.year2015 {background-image: url(../pictures/headers/2015.jpg)}
#div_header.year2016 {background-image: url(../pictures/headers/2016.jpg)}
#div_header.year2017 {background-image: url(../pictures/headers/2017.jpg)}
#div_header.year2018 {background-image: url(../pictures/headers/2018.jpg)}
#div_header.year2019 {background-image: url(../pictures/headers/2019.jpg)}

#div_header a {
	color: white;
}

#div_logo {
	float: left;
}

#logo {
	display: block;
	cursor: pointer;
	width: 180px;
	height: 107px;
	text-indent: -1000px;
}

#div_logo a {
	text-decoration: none;
}

#div_login {
	float: right;
	padding: 0.5em 1em 0 0;
	height: 72px;
}

#div_menu {
	float: left;
	padding-top: 0.5em;
}

#div_menu li.menu_item_selected, #div_menu li.menu_item_selected a {
	color: #FFAF4F;
	font-weight: bold;
}

#div_menu .float {
	margin-left: 1em;
	position: relative;
	width: 13em;
}

#div_menu #menuitem_1 {width: 18em;}
#div_menu #menuitem_2 {width: 14em;}

#div_menu #menuitem_1_0 {float:right; width: 9em;}
#div_menu #menuitem_1_1 {width: 5em;}
#p_contact_ic {
	clear: right;
	float: right;
	text-align: right;
	padding-right: 1em;
	white-space: nowrap;
}

#p_contact_ic a {
	color: #FFAF4F;
}

#div_wrapper, #div_footer {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	background-image: url(../pictures/body-shadow.png);
}

#div_wrapper {
	background-repeat: repeat-y;
	background-position: top left;
}

#div_footer {
	background-repeat: no-repeat;
	background-position: top right;
	height: 50px;
}

#div_content {
	padding: 1em;
}

#div_content h1 {
	font-size: 20px;
	margin: 1.5em 0 1em
}

#div_content h2 {
	font-size: 16px;
	margin: 1em 0 0.5em
}

.separator {
	border-bottom: 1px solid #CCDFE5;
	padding-bottom: 1em;
}


/* *****************************************************************************
 *    BUTTONS
 * ***************************************************************************** */
button, a.button {
    display:inline-block;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #B4DCE8;
    border-top:1px solid #CCDFE5;
    border-left:1px solid #CCDFE5;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#C8E7E7;
    cursor:pointer;
	width:auto;
    overflow:visible;
	background-position: 10px center;
	background-repeat: no-repeat;
    padding:4px 10px 3px 7px; /* IE6 */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

button[type], a.button {
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type], *:first-child+html a.button {
    padding:4px 10px 3px 7px; /* IE7 */
}

button img, a.button img {
	vertical-align: middle;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, a.button:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

/* POSITIVE */

button.positive, a.button.positive {
    color:#009900;
	background-image: url(../pictures/tick-small.png);
	padding-left: 30px;
}

button.positive:hover, a.button.positive:hover {
    background-color:#EEFFEE;
    border:1px solid #009900;
}

/* NEGATIVE */

button.negative, a.button.negative {
    color:#990000;
	background-image: url(../pictures/cross-small.png);
	padding-left: 30px;
}

button.negative:hover, a.button.negative:hover {
    background-color:#FFEEEE;
    border:1px solid #990000;
}

/* REGULAR */

button.regular, a.button.regular {
    color:#224499;
}

button.regular:hover, a.button.regular:hover {
    background-color:#DFF4FF;
    border:1px solid #224499;
}

button.regular.add, a.button.regular.add {
	background-image: url(../pictures/plus-small.png);
	padding-left: 30px;
}

button.regular.add_comment {
	background-image: url(../pictures/balloon-plus.png);
	padding-left: 30px;
}

button.regular.edt_comment {
	background-image: url(../pictures/balloon-pencil.png);
	padding-left: 30px;
}

button.regular.del_comment {
	background-image: url(../pictures/balloon-minus.png);
	padding-left: 30px;
}

button.disabled, a.button.negative.disabled {
	color: #999999;
	background-image: url(../pictures/cross-disabled.png);
}

button.disabled:hover {
    background-color:#f5f5f5;
    border:1px solid #B4DCE8;
    border-top:1px solid #CCDFE5;
    border-left:1px solid #CCDFE5;
}


/* *****************************************************************************
 *    SUPERBOX
 * ***************************************************************************** */

/* Base Superbox Styles */
#superbox-overlay {
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	width:100%;
	height:100%;
}

#superbox-wrapper {
	position:fixed;
	z-index:9999;
	top:0;
	display:table;
	width:100%;
	height:100%;
}

#superbox-container {
	position:relative;
	display:table-cell;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	vertical-align:middle;
}

#superbox {
	margin:0 auto;
	padding:0;
}

#superbox-container .loading {
	margin:0;
	text-align:center;
}

/* Default Theme */
#superbox-overlay {
	background:#000;
}

#superbox-container .loading {
	text-align:center;
	font-size:24px;
	line-height:3em;
	color:#fff;
}

#superbox {
	padding:10px;
	background:#fff;
}

#superbox-innerbox {
	padding:10px 0;
}

#superbox.image {
	text-align:center;
}

#superbox .close {
	overflow:hidden;
	margin:0;
	text-align:right;
}

#superbox .close a {
	cursor:pointer;
}

/* *****************************************************************************
 *    TIPS
 * ***************************************************************************** */

span.vtip {border-bottom: 1px dashed #a6c9e2; cursor: help;}
p#vtip { display: none; position: absolute; padding: 10px; left: 5px; font-size: 12px; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; z-index: 9999 }
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }

/* *****************************************************************************
 *    COMMENTAIRES
 * ***************************************************************************** */

#h2_comments {
	border-top: 1px solid #CCDFE5;
	padding: 0.5em 1em 0;
	margin-bottom: 0;
	text-align: right;
}

.div_comment {
	padding-top: 1em;
	margin-bottom: 2em;
}

.div_com_spacer {
	clear: both;
	height: 1em;
}

.div_customer_comment {
	clear: both;
}

.div_office_comment {
	clear: both;
}

.div_customer_comment blockquote, .div_office_comment blockquote {
	padding: 8px;
	margin: 0 1em;
	width: 500px;
}

.div_customer_comment cite, .div_office_comment cite {
	padding-bottom: 4px;
	height: 20px;
	width: 468px;
}

.div_customer_comment blockquote {
	clear: both;
	background-color: #EFF5F7;
	border: 1px solid #CCDFE5;
	border-top: none;
}

.div_customer_comment cite {
	float: left;
	text-align: left;
	padding-left: 50px;
	margin-left: 1em;

	background: url(../pictures/comments-tip.gif) top left no-repeat;
}

.div_office_comment blockquote {
	clear: both;
	float: right;
	background-color: #EFEFEF;
	border: 1px solid #D2D2D2;
	border-top: none;
}

.div_office_comment cite {
	float: right;
	text-align: right;
	padding-right: 50px;
	margin-right: 1em;

	background: url(../pictures/comments-tip.gif) bottom right no-repeat;
}

body.js .form_del_file, body.js .form_edit_file, body.js #submit_cb, body.js #submit_project_id, body.js #submit_year,
body.js .form_edit_comment textarea, body.js .form_del_comment textarea {display: none;}

body.js .td_content label {display: block;}