/* common */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;
}

body{  
	background: none repeat scroll 0 0 #EEEEEE; 
	color: #000000; 
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
}

html, body #left{
	height: 100%;
}

#header{
	position: relative;
	background: #FFFFFF url("../img/banniere.jpg") no-repeat scroll top left;
	box-shadow: 0 0 8px #999999; 
	width: 945px; 
	height: 150px;
	margin: 20px auto 0;
	text-align: right;
}

#header li{
	color: #000000;
	display: inline ;
	text-decoration: none;
}

#headMenu{
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 5px;
	padding-bottom: 2px;
}

#content{
	background: none repeat scroll 0 0 #FFFFFF; 
	border: 1px solid #FFFFFF; 
	box-shadow: 0 0 8px #999999; 
	position: relative; 
	width: 945px; 
	min-height: 400px; 
	margin: 20px auto;
}

a{
	color: #B2B2B2; 
	font-size: 12px;
}
a:visited{
	color: #B2B2B2; 
	font-size: 12px;
}

h1 {
	font-size: 20px;
	position: absolute; 
	left:310px; 
	top:30px
}

#errorConsole{
	color: #FF0000;
}


/* index */

#hotess{
	position: absolute; 
	left:140px; 
	top:53px;
}

#loginPanel{
	position: absolute;
	left:500px; 
	top:150px; 
	padding: 15px;
}
#loginPanel form {
	margin: 20px 0px 20px 0px;
}
#loginPanel fieldset {
	border: none;
	margin-bottom:10px;
	width: 215px;
	height: 20px;
	padding: 0;
	text-align: center;
}
#loginPanel fieldset input{
	border: solid 1px #b2b2b2;
	width: 215px;
	height: 20px;
}
#formBtn{
	width:217px; 
	height: 24px;
	color: #B2B2B2; 
	font: 14px Tahoma,serif; 
}

/* forms */
#rqt_form{
	padding: 10px 10px 10px 10px;
}

#rqt_form p{
	display: inline;
	line-height: 30px;
}

#rqt_form label{
  float:left;
  font-weight:bold;
  width:150px;
}

#rqt_form input{
	font-family: "Courier New", Courier, "Liberation Mono", monospace;
	font-size: 10pt;
	border: none;
	background-color: #F5F5F5;
	padding: 0px 5px;
}

#rqt_form table{
	background-color: #FFF;
	border: 1px solid #DDDDDD; 
	width: 100%;
}

#rqt_form table input{
	font-family: "Courier New", Courier, "Liberation Mono", monospace;
	font-size: 10pt;
	text-align: right;
	border: none;
	width: 50px;
}

#rqt_form tr{
	font-family: "Courier New", Courier, "Liberation Mono", monospace;
	font-size: 10pt;
}

.prdtr{
	height: 40px;
}

#rqt_form button{
	border: 1px solid #B2B2B2 ;
	width: 90px;
}

#rqt_form button:hover{
	background-color: #707070;
	color: white;
}

#rqt_form .lpt{
	text-align: right;
}
#rqt_form .code{
	width: 100px;
}
#rqt_form th.code{
	width: 70px;
}
#rqt_form .price{
	width: 100px;
	text-align: right;
}
#rqt_form th.price{
	width: 80px;
}
#rqt_form th.qty{
	width: 60px;
}
#rqt_form th.lpt{
	width: 80px;
}
			
#rqt_form .sry{
	text-align: right;
}
#rqt_form .ttlcde{
	text-align: right;
}
#rqt_form .ntf{
	color: red;
	font-weight: bold;
}

/* requests */

.form_panel {
/*	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #535353;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
*/
	background: #f5f5f5;
	padding: 10px 10px;
	width: 400px;
	margin: auto;
	position: relative;
	display: none;
}

.form_panel * {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

#actions {
    float: left;
    position: absolute;
    right: 0px;
    bottom: -12px;
    height: 12px;
}

.form_btn {
    background: #FFFFFF;
    width: 50px;
    height: 12px;
    font-size: 0.9em;
    border: 1px solid #B2B2B2;
    padding: 2px;
    margin-right: 2px;
    color: #424242;
}

#sbtacc {
    background: #FFFFFF;
    width: 50px;
    height: 12px;
    font-size: 0.9em;
    border: 1px solid #B2B2B2;
    padding: 2px;
    margin-right: 2px;
    color: #424242;
	margin-left: auto;
}

#form {
	margin-top: 13px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#form label {
	margin-bottom: 10px; 
	color: #646464;
	font-size: .9em;
	width: 393px;
    padding: 2px 2px;
}
#form input {
    width: 100%;
    padding: 2px 2px;
    font-size: 1.1em;
}

#form select {
    width: 100%;
    padding: 2px 2px;
    font-size: 0.9em;
}



/* DATA DISPLAY */
.data_pnl{
	background-color: #F0F; 
	margin: 10px 10px 10px 10px;
}

#data{
	background-color: #FFF;
	border: 1px solid #DDDDDD; 
	width: 100%;
	text-align: left;
}
#data th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 4px;
}
#data tr{
	font-family: "Courier New", Courier, "Liberation Mono", monospace;
	font-size: 10pt;
}

/* tables with tablesorter*/
table.tablesorter thead tr .header {
	background-image: url("bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url("asc.gif");
}
table.tablesorter thead tr .headerSortDown {
	background-image: url("desc.gif");
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
/**/

.com{
	font-style: italic;
/*	color: #303060; */
	color: #3030B0;

}
	
.code, .name, .city{
	padding-left: 4px;
}
.code{
	width: 180px;
}
.postal{
	width: 60px;
}
.price{
	width: 100px;
	text-align: right;
	color: #000000;
}

.unvlbl{
	font-style: italic;
	color: #888888;
}
