/* @group html */

/* HTML entities -------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: helvetica, tahoma, arial;
	font-size: medium;
	text-align: center;
	color: #7f7f7f;
	background: #fff;
}
* html body {
	font-size: small;
	/* for IE5/Win */
	f\ont-size: medium;
/*for other IE versions */
height: 100%;
}

small{
	font-size: 15px;
}
img {
	border: none;
	text-decoration: none;
}

a, a:visited {
	color: #5E90AB;
	text-decoration: none;
}

a img,:link img,:visited img {
	border: none;
	text-decoration: none;
	background-image: none;
}

a:hover {
	color: #CB0000;
	background-image: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

textarea.wiki-edit { width: 99%; }

h1 {
	color: #3b8ab3;
	font-size: 180%;
	font-weight: normal;
	line-height: 1.3em;
	display: block;
	padding-top: 30px;
	padding-left: 2px;
}


h2 {
	color: #3b8ab3;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
h3 {
	color: #3b8ab3;
	margin: 0;
	padding: 0;
}
h4 {
	display: inline;
	color: #3b8ab3;
	margin: 0;
	padding: 0;
	font-weight: normal;

}

em {
	display: block;
	font-weight: bold;
	font-style: normal;
	line-height: 21px;
	font-size: 90%;
}
td {
	padding: 0px 5px;
	vertical-align: middle;
}

/* @end */

/* @group Rails */

/*body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}
*/

pre {
	background-color: #eee;
	padding: 10px;
	font-size: 11px;
}



/*
a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }
*/

.fieldWithErrors {
	padding: 2px;
	background-color: red;
	display: table;
}

#errorExplanation {
	width: 400px;
	border: 2px solid #eb4d17;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #e3ecf0;
}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	margin: -7px;
	background-color: #eb4d17;
	color: #fff;
}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}

#errorExplanation ul li {
	margin-left: 2.5em; 
	padding-left: 0.5em;
	font-size: 12px;
	list-style: square;
}

div.uploadStatus {
	margin: 5px;
}

div.progressBar {
	margin: 5px;
}

div.progressBar div.border {
	background-color: #fff;
	border: 1px solid grey;
	width: 100%;
}

div.progressBar div.background {
	background-color: #333;
	height: 18px;
	width: 0%;
}

#notice {
	width: 60em;
	margin-bottom: 2em;
}

#notice_light{
	float: left;
	margin-top: .5 em;
}

#notice_content{
	padding: .25em .5em .5em 2em;
	font-size: .8em;
	color: #eb4d17;
	text-align: left;
}


/* Layout --------------------- */

.divider {
	
}
#sous_content {
	
}

.wrapper {
	width: 100%;
	/*margin: 0 auto;*/
	text-align: left;
}


.gutter {
	position: relative;
	padding: 20px;
}

.clear {
	clear: both;
}

/* @end */

/* @group titres */

/* Section Title ------------------ */

.secTitle {
	margin: 20px 0px -11px 0px;
}

.secTitle span {
	display: block;
	margin-left: 8px;
	padding-left: 13px;
}

/* @end */

/* @group header */

/* Header ------------------------ */

#header {
	background: #3a8ab3 url(../images/headerBG.png) repeat-x left;
	height: 97px;
}

#header .wrapper {
	position: relative;
}

#logo {
	margin-left: 20px;
	float: left;
}

#version {

	background: url(../images/star.png) repeat-x left;
	width: 60px;
	height: 82px;
	float: left;
	color: white;
	font: bold 9px Lucida, Verdana, sans-serif;
	text-align: center;
	text-shadow: black 1pt 1pt 2pt;

}

/* @end */

/* @group nav */

/* Main Nav ---------------------- */

/*	FIELD AUTOCOMPLETION*/
	
.auto_complete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
}

.auto_complete ul {
      list-style-type: none;
      margin:0px;
      padding:0px;
}

.auto_complete ul li.selected 
{ 
      background-color: #bbf;
}

.auto_complete ul li {
    list-style-type: none;
    display:block;
    margin:0;
    padding:2px;
    height:16px;
	font-size:90%;
}

#mainNav {
	width: 100%;
	height : 40px;
	display: block;
	float: left;
	line-height: 40px;
	background: #333e46 url(../images/mainNavBG.png) repeat-x center left;
}
#mainNav ul{
	padding-left: 20px;
}
#mainNav ul li {
	height : 40px;
	display: inline;
	float: left;
	background: transparent url(../images/mainNavDivider.png) no-repeat center left;
}

#mainNav ul li a:link, #mainNav ul li a:visited {
	padding: 0px 15px 0px 25px;
	float: left;
	font-size: 120%;
	color: #ebebeb;
	line-height: 40px;
}

#mainNav ul li a:hover, #mainNav ul li a:active {
	color: #1aa1ff;
}

#mainNav .first {
	margin: 0 0 0 -25px;
	padding: 0;
	background: none;
}

#mainNav ul li a.main {
	color: #1aa1ff;
}


#mainNav a {
	text-decoration: none;
}

#nav_intern {
	padding-left: 20px;
	float: left;
	text-align: left;
}

/* @end */

/* @group Form */

/* Form styles --------------------- */

#inFrame{
	float : left;
}

#align_form{
	float:left; 
	margin:5px;
	display: inline;
	_margin-left: 10px;
	padding-top: 5px;
}

.align_form{
	float:left; 
	margin:5px;
	display: inline;
	_margin-left: 10px;
	padding-top: 5px;
}

.Admin{	
  list-style-position: inherit;
list-style-type: none;
      width:350px;
background: #b7d1e0 url(../images/admin.png) no-repeat 5px 5px;
	padding: 2px 10px 2px 25px;
	color: #333;
	display: block;
	cursor:move;
	margin-right: 5px;
	margin-bottom: 5px;
}

.Trader {   
  list-style-position: inherit;   
list-style-type: none;
      width:350px;
	background: #b7d1e0 url(../images/trader.png) no-repeat 5px 5px;
	padding: 2px 10px 2px 25px;
	color: #333;
	display: block;
	cursor:move;
	margin-right: 5px;
	margin-bottom: 5px;
}

.Accountant {   
  list-style-position: inherit;   
list-style-type: none;
      width:350px;
	background: #b7d1e0 url(../images/accountant.png) no-repeat 5px 5px;
	padding: 2px 10px 2px 25px;
	color: #333;
	display: block;
	cursor:move;
	margin-right: 5px;
	margin-bottom: 5px;
}

#list_s_t{
	
}
#etage_1{
	width: 100%;
	float:left; 
	
}
#fee_form{
	width: 250px;
	display: inline;
}

input textarea, select {
	border: 1px solid #9db8c4;
	color: #465c66;
	padding-left: 3px;
	_margin-top: 3px;
	overflow: auto;
}

input[type=text], input[type=password] {
	border: 1px solid #9db8c4;
	color: #465c66;
	padding-left: 3px;
	_margin-top: 3px;
	overflow: hidden;
}

fieldset{
/*-moz-border-radius: .5em;*/
border: 1px solid #626564;
margin-bottom: 15px;
padding: 5px;
color: #3b8ab3;
background-color: #eaeff2;
_padding: 10px;

}

label {
	color: #7f7f7f;
	font-weight: bold;
	vertical-align: .3em;
	white-space: nowrap;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}


label.niftylabel2{
	background: transparent;
	display: inline;
	width: 10em;
	margin: 0 .8em;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.niftylabelmention{
	background: transparent;
	display: inline-block;
	width: 13em;
	margin: 0 1em;
/*	*margin: 0 2em;*/
	overflow: hidden;
	text-align: left;
	position: relative;
}

/* Rounding the label in forms */

.roundcont {
	width: 14em;
	/**border: 2px solid #eb4d17;*/
	background: #ffffff url("../images/label_arrow.png") no-repeat right center;
	clear:left;
	margin-right: 3em;
	margin-bottom: 1em;
	/*float: left;*/
}

.roundcont p {
	margin: 0 10px;
}

#form_container input,select{
	margin-top: .3em;
	/*font-size: 1.2em;*/
	clear: right;
}

.roundtop { 
	background: url(/images/nif_tr.png) no-repeat top right;
}

.roundbottom {
	background: url(/images/nif_br.png) no-repeat top right; 
}

img.corner {
   width: 5px;
   height: 5px;
   border: none;
   display: block !important;
}


/* @end */

/* @group content */

/* Content ----------------------- */

#content {
	position: relative;
	clear: both;
	background: #fff url(../images/contentBG.png) repeat-x top left;
	padding-left: 20px;
}

#mainContent {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.comment {
	font-size: 90%;
	line-height: 1em;
	padding: 1em 2em 1em 1em;
	/*margin-top: 2em;*/
	margin-bottom: 1em;
}

.nifty {
	background: #e3ecf0;
	padding: 10px;
	margin-bottom: 35px;
	float: left;
	font-size: 80%;
	line-height: 1.5em;
}

.empty {	
	padding: 1px;
	margin-bottom: 5px;
	float: left;
	font-size: 80%;
	line-height: 1.5em;
}

#client_edit table{
}
#client_edit tr{
}
#client_edit td {	
background: #DEE6EA;
	padding: 5px;
	vertical-align: middle;
	font-size: 12px;
}
#titre_client{
	color: #3b8ab3;
	font-size: 14px;
	display: inline;
	background: #DEE6EA;
	padding: 5px 10px;
	font-weight: bold;
}
#branch{
	color: #AAB6BD;
	display: inline;
	font-weight: bold;
}

.list-line-odd {
		background-color: #dee6ea;

}

.list-line-even {
		background-color: #eaf1f4;

}


/* @group tableau trade */
#table_trades .list-line-odd {
	/*background-color: #dee6ea;*/
		background-color: #d2e3ed;

}

#table_trades .list-line-even {
	/*background-color: #eaf1f4;*/
		background-color: #c4d9e2;

}
#table_trades td {
	padding: 0px 5px;
	vertical-align: middle;
	text-align: center;
	color: #333;
	font: 0.8em/1.2em Verdana, sans-serif;
}
#table_trades a, a:visited {
	color: #2a6b8e;
	text-decoration: none;
}

#table_trades a:hover {
	color: #CB0000;
	background-image: none;
}


#tableau {

}
#table_trades thead td{
	/*padding-left: 18px;*/
	background-color: #9eb6c0;
	text-align: center;
	color: #333;
	font: bold 0.8em/1.2em Verdana, sans-serif;
	padding: 2px 5px;
}
/*input[type=submit] {
	padding: 2px;
	position: relative;
	top: 10px;
}*/

/* @end */

table.simple_table{
	font-size: 90%;
	border: "1"; 
	rules: "none"; 
	bordercolor: "#7F7F7F"; 
	width: "95%";
	font-weight: normal;
}

#mot_trader{
	position:absolute; 
	margin-left: -55px;
}
#liste_traders{
	margin-left: 54px;

}

#query{
background-x-position: left;
background-y-position: center;
	padding-left: 18px;
	background: url(../images/search.png) no-repeat scroll 1px;
}
/* @end */

/*	Pagination styles	*/
/*	Credits: Dynamic Drive CSS Library */
/*	URL: http://www.dynamicdrive.com/style/ */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

/* Date Slider styles */

div#slider-container {
	position:relative;
	border:1px solid #000000;
	height:40px;
	overflow:hidden;
	margin:0px;
	width:480px;
}

div#slidepanel-reset {
	text-indent: 220px;
	height:10px;
	width:480px;
}


div#sliderbar {
	position: absolute;
	background-color: white;
	background-position:0px 6px;
	width:3000px;
	height:40px;
	cursor:pointer;
}

div.slideYear {
	position:relative;
	height:23px;
	float:left;
	border:0px solid #BEBEBE;
	top:2px;
	/*font-size:.6em;*/
	font-size:.8em;
	font-family:verdana;
	font-weight:bold;
	color:#888888;
}

div.slideMonth {
	height:22px;
	border:0px solid #BEBEBE;
	border-left-width:1px;
	position:absolute;
	float:left;
	top:20px;
	text-align: center;
	font-size:.7em;
	font-family:verdana;
	font-weight:bold;
}

span#lefthandle {
	background-color:#F2964B;
	position:absolute;
	top:18px;
	width:5px;
	cursor:w-resize;
	height:22px;
	display:block;
	z-index:1;
}

span#righthandle {
	background-color:#F2964B;
	position:absolute;
	top:18px;
	width:5px;
	cursor:e-resize;
	height:22px;
	display:block;
	z-index:1;
}


div#shiftpanel {
	top:18px;
	position:absolute;
	height:22px;
	background-color:#0000FF;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	z-index:0;
}

.menu_content a, menu_content a:link, menu_content a:active{text-decoration: none;}
.menu_content a:hover {text-decoration: underline; color: solid blue;}
