body {
	background: #E7E7E7;
	font-family: Arial, Verdana, Sans-Serif;	
	font-size: 0.8em;	
    color: #5D5D5D;
}
#wrapper {
	/*background: url(../img/bg.gif ) no-repeat; IB*/
	background-color: #FFFFFF;
}
#header {
	display:none;
}

#container, #top {
	background: url(../img/fade.gif ) repeat-x;
}
#side-b, #line2, #leftarea, #rightarea, #footer, #footer1, #leftfooter, #rightfooter {
	background:none;
}

table {
	color:#5D5D5D;
}
form {
   padding: 0px;
   margin: 0px;
}

a {
	text-decoration: none;
	color: #B60400;
}
a:hover {
	color: #808080;
	text-decoration: underline;	
}
a img {
	border: 0px;
	text-decoration: none;
}
a.arrow {
	background-image: url(../img/tri.gif );
	background-repeat: no-repeat;	
	background-position: 0 0.5em; 
	padding-left: 8px;
}

a.button, a.button:visited {
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: center;
	min-width: 24px;
	vertical-align: text-top;
}
a.button:hover { 
	border-color: black white white black;
	text-decoration: none;
}
#fontbuttons {
	margin-left: 24px;
}

h1 a, h1 a:hover {
	font-size: 14pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #B60400;
	text-decoration: none;		
}


#line1 {
	padding: 5px 0px 5px 0px;
}

#line1 h1 {
	padding: 1px 5px 1px 0px;
    margin: 1px 5px 1px 0px;
}


#line2 {
	clear: left;
	/*background: url(pic.jpg) no-repeat;	*/
	height: 110px;	
	padding: 0px;	
	border-left: 2px solid #eee;
	border-top: 2px solid #eee;	
}

h3 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
	
}

#rightarea {
	color: #5D5D5D;
	background: #EEEEEE url(../img/greyline.gif ) repeat-x;
	border-left: 1px solid #DDD;	
}
#rightarea p {
	margin: 0px;
	font-size: 0.85em;
}

#rightarea a {
	display: block;	
	padding-bottom: 4px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}

#leftarea, #leftarea1 {
	text-align: justify;
	color: #5D5D5D;
	border-left: 2px solid #eee;
}
#leftarea p, #leftarea1 p{
	padding: 0;
	margin: 0px 0px 10px 0px;
}
#leftarea a,#leftarea1 a {
	font-size: 0.85em;
}

img.left {
	float: left;
	border: 1px solid;
	margin-right: 10px;
}
img.right {
	float: right;
	border: 1px solid;
	margin-left: 10px;
}
#footer {
	font-size: 0.8em;
}
#footer a {
	text-decoration: underline;
	color: #3A6794;
}
#footer a:hover {
	color: #000;
}

/**
  * TODO clean this CSS: navigation, toolkit and adminkit all have the same styles
  * The only thing that differs is color
**/
#navigation {
	width: 120px;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

#navigation ul {	
	list-style: none;
	margin: 0px 0px 3px 0;
	padding: 0px;
	font-size: 1.1em;
	/*width: 138px !important;
    width /**//*:139px; IB*/			
}

#navigation li {
	list-style: none;
	margin-bottom: 4px;

}

#navigation li a {
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	height: auto;
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 6px 10px 0px 10px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
}	

#navigation li a:hover {
	color: #808080;
	border-right: 8px solid;	
}

#toolkit {
	width: 100%;
	margin: 40px 0px 20px 0px;
}

#toolkit #toolsHeader {
    text-align: center;
    font-weight: bold;
    color: #808080;/*used to be rgb(3, 116, 182), IB*/
    font-size: 1.1em;
	border: 1px solid #ccc;
	background: #f4f4f4;
	padding: 3px;
	margin: 5px 0px 5px 0px;
}

#toolkit ul {
	list-style: none;
	margin: 0px 0px 3px 0;
	padding: 0px;
	font-size: 1.1em;
	/*width: 138px !important;
    width /**//*:139px; IB*/
}

#toolkit li {
	list-style: none;
	margin-bottom: 4px;
}

#toolkit li a {
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	height: auto;
	text-decoration: none;
	color: rgb(3, 116, 182);
	display: block;
	padding-top: 10px; /*used to be 6px 10px 0px 10px, IB*/
	border-bottom: 1px dotted rgb(3, 116, 182);
}

#toolkit li a:hover {
	color: rgb(3, 116, 182);
	border-right: 8px solid;
}

 /*  Admin Kit */
#adminkit {
	width: 100%;
	margin: 40px 0px 20px 0px;
}

#adminkit #adminHeader {
    text-align: center;
    font-weight: bold;
    color: #808080;/*used to be rgb(182, 4, 0), IB*/
    font-size: 1.1em;
	border: 1px solid #ccc;
	background: #f4f4f4;
	padding: 3px;
	margin: 5px 0px 5px 0px;
}

#adminkit ul {
	list-style: none;
	margin: 0px 0px 0px 0;
	padding: 0px;
	font-size: 1.1em;
	/*width: 138px !important;
    width /**//*:139px; IB */
}

#adminkit li {
	list-style: none;
	margin-bottom: 0px;
}

#adminkit li a {
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	height: auto;
	text-decoration: none;
	color: rgb(182, 4, 0);
	display: block;
	padding-top: 10px; /*used to be 6px 10px 0px 10px, IB*/
	border-bottom: 1px dotted rgb(182, 4, 0);
}

#adminkit li a:hover {
	color: rgb(182, 4, 0);
	border-right: 8px solid;
}

.sidebox {
	margin: 9px 0px 10px 0px;
	padding: 3px 10px 5px 10px;
	/*width: 120px !important;
	width /**//*:140px; IB*/
	color: #6B6B6B;
}

.sidebox a {
	display: block;
	padding-bottom: 4px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ccc;
	text-align: right;
	font-size: 0.85em;
}
.sidebox p {
	margin: 0;
}
.sidebox .infobox {
	font-size: 0.9em;
	border: 1px solid #ccc;
	background: #f4f4f4;
	padding: 3px;
	margin: 5px 0px 5px 0px;
}

#poweredby {
	text-align:center;
    padding: 40px 10px 10px 10px;
}

#poweredby img {
	border:0px;
}

#footer1 {
	/*border: 1px solid #819CD7;
	background: #CDE1F9; - removed per Sasha*/
	border-bottom: 1px solid #CDE1F9;
	margin-bottom: 10px;
	padding: 4px 0px 4px 0px;
}


/* ********* NEW STYLES ***************** */
a.searchButton{
  font-size:9pt;
  /*min-width:24px; IB*/
  vertical-align: text-top;
}

#login {
	float: right
}
#breadcrumb A {
	color: #3a6794; text-decoration: underline
}
#login A {
	color: #3a6794; text-decoration: underline
}
#breadcrumb A:hover {
	color: #000
}
#login A:hover {
	color: #000
}
#breadcrumb {
	margin-bottom: 8px
}

.txtResultGras {
	font-weight: bold;
	font-size: 1.1em;
	font-family: Geneva, Arial, Helvetica, san-serif
}

.bleuMarine {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 1em;
	padding: 0em 0em  0em 1em;
}

.bleuMarineTitre {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 1.3em;
	font-weight: bold;
}

.bleuMarineGrosTitre {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 1.4em;
	font-weight: bold;
}

.blanc12G {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, san-serif;
	background-color: #e94943;
}

.justify {
	text-align:justify;
	padding: 2px;
}

.agencyList{
  margin-top:10px;
  border: 2px solid #0374b6;
  text-align:left;
}

.agencyList th{
  color:#FFF;
  background-color:#0374b6;
  text-align: center;
  width: 20%;
  vertical-align:top;
  font-size: 9pt !important;
}

.agencyList tr {
  vertical-align:top;
}
.agencyList td , tr{
  padding-left: 8px;
  border: 1px solid #0374b6;
  font-size: 10pt !important;
}

.atosBlanc12G {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0374B6;
	text-align:left;
}
.atosBleuGrosTitre {
	border:  1px solid #0374B6;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #0374B6;
}


.atosBleuMarineTitre {
	text-align: center;
	border:  1px solid #003366;
	padding: 5px 1px 5px 5px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 1.3 em;
	font-weight: bold;
	color: #003366;
}
.atosBleuMarine {
	border:  1px solid #003366;
	padding: 5px 1px 5px 5px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 0.8 em;
	color: #003366;
}



#ficheProjet  {
  padding-left:5px;
}

#ficheProjet .nomProjet{
  color:#e94943;
  text-decoration:underline;
  padding-right:15px;
}

#ficheProjet h1{
  font-size:1.4em;
  width:90%;
  margin-top:10px;
}

#ficheProjet h2{
  font-size:1.2em;
  padding-top:10px;
  text-decoration:underline;
  width:90%;
   color:#e94943;
}
#ficheProjet h3{
  font-size:1em;
  padding-top:10px;
  text-decoration: underline;
}

#ficheProjet td {
  vertical-align:top;
}

#ficheProjet td.title {
  font-weight:bold;
  padding-right: 25px;
  }

/*needed for box_files.inc*/
.nowrap {
    white-space: nowrap;
}

#mainDiv table tr td {
  text-align: left;
}

#advancedSearch {
    width: 400px;
    margin:0 auto;
}

#advancedSearch h3 {
   color: #FF9900;
}

#searchForm {
    padding-top: 10px;
    width: 100%;
}


#searchForm #searchHeader
{
    text-align: center;
    font-weight: bold;
    color: #808080;/*used to be rgb(182, 4, 0), IB*/
    font-size: 1.1em;
	border: 1px solid #ccc;
	background: #f4f4f4;
	padding: 3px;
	margin: 5px 0px 5px 0px;
}


#searchForm h4 {
    margin: 3px;
}
#searchForm h5 {
    padding: 0px;
    margin: 0px 20px 0px 0px;
    text-align: right;
}
#searchForm h5 a {
  color: #FF9900;
  font-size: 0.9em;
}

#email{
font-size: 8pt;
font-style:italic;
color:#8b9f8c;
}

/*----------------------------------*/
/*--------Submenu-------------------*/
/*----------------------------------*/

/* Sub tabs skin*/

.ui-tabs-nav, .ui-tabs-panel {
    font-family: Arial, Verdana, Helvetica, sans-serif;

}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 4px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/TEMPLATE/dgMarket/images/sub_tab.jpg) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #333;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */

}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #cc0066;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 5px;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 6px;
	font-weight: bold;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer; 
}
.ui-tabs-disabled {
    opacity: .5;
    filter: alpha(opacity=50);
}
.ui-tabs-panel {
    border-top: 1px solid #8ea2be;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/*Popup, modal window styles*/

.popup_info_label{
	white-space: nowrap;
	padding: 0 0 10px 0;
	color: #777777;
}

.popup_info{
	padding: 0 0 10px 0;
}
.popup_info b{color: #00681c;}/*style for "from" name, like gmail*/
.popup_info span{color: #777777;}/*style for "from" email, like gmail*/

.form_label {
	background-color: #eff3e5;
	/**/border: solid 1px #dfebc1;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
	color: #333;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.form_field {
	background-color: #f7faef;
	border: solid 1px #dfebc1;
	padding: 5px 5px 5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 100%;
}

.submit_buttons {
	padding: 10px 3px 3px 3px;
	vertical-align: top;
	text-align: center;
}

.vspace15px{
	padding: 10px;
}

.leftvspace {
	padding: 10px;
}

.floatRight {
	float: right;
}

.CPVAssignBox-wrapper {
	position: fixed;
	top: 20px;
	left: 50%;
	width: 320px;
	text-align: center;
	margin-left: -160px;
	border-color: #F0C36D;
	background-color: #F9EDBE;
	border: 1px solid transparent;
	border-radius: 2px;
	font-weight: bold;
	z-index: 2;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.CPVAssignBox-content {
	padding: 1em;
}

a.CPVAssignBox-close {
	background-color: transparent;
	background-position: -15px -15px;
	color: #FF0000;
	display: block;
	float: right;
	height: 0;
	overflow: hidden;
	padding-top: 20px;
	position: absolute;
	right: 5px;
	text-decoration: none;
	text-indent: -9999px;
	top: 5px;
	width: 20px;
}

a.CPVAssignBox-close:hover {
	background-position: -15px -65px;
}

a.CPVAssignBox-close:active {
	background-position: -15px -115px;
}

p#CPVAssignMessage {
	margin: 0.5em 0;
}

#backSearchResults {
	position: relative;
	float: right;
	padding: 0px 10px 10px 0px;
}

.fixwhitespace-wrapper {
	white-space: pre-wrap; Ê Ê Ê /* css-3 */
	white-space: -moz-pre-wrap; Ê/* Mozilla, since 1999 */
	white-space: -o-pre-wrap; Ê Ê/* Opera 7 */
	word-wrap: break-word; Ê Ê Ê /* Internet Explorer 5.5+ */
}

.list-no-bullets {
	list-style: none;
}