*{
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7F7F7F;
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #E2EBFC;
}

a{
	text-decoration: none;
	color: #5F5F5F;
}

img{
	border: 0px;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #5F5F5F;
	margin: 10px;
	text-transform: uppercase;
}

h2{
	font-size: 15px;
	font-weight: bold;
	color: #5F5F5F;
	margin: 50px 0 30px 50px;
}

h3{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 10px 70px;
}

h4{
	font-size: 12px;
	font-style: italic;
	margin: 10px 0 10px 70px;
}

p{
	font-size: 12px;
	margin: 10px 90px;
}

p strong{
	font-size: 12px;
	font-weight: bold;
}

ul{
	margin: 10px 150px;
}

li{
	list-style: circle;
	font-size: 12px;
}

table {
	border-collapse:collapse;
	margin: 0 auto 10px auto;
}

th, td {
	border:1px solid #C9C9C9;
	text-align:center;
}
th{
	background-color: #EFEFEF;
	font-weight: bold;
}

.centered {
   display: block;
   margin-left: auto;
   margin-right: auto 
}

#container{
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	overflow: auto;
	border-top: 0px;
	border-right: 1px solid #A3ADB6;
	border-bottom: 1px solid #A3ADB6;
	border-left: 1px solid #A3ADB6;
}

#fil{
	height:40px;
}

#fil a{
	color: #989898;
}

.menu-item{
	float: left;
	margin: 0 0 0 30px;
	width: 150px;
	height: 29px;
	border-top: 1px solid #A3ADB6;
	border-left: 1px solid #A3ADB6;
	border-right: 1px solid #A3ADB6;
	overflow: auto;
}

.menu-item .menu-item-label{
	margin-top: 6px;
	cursor:pointer;
	text-align: center;
}
.menu-item .menu-item-label span{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.menu-item .hover{
	background-color: #EFEFEF;
}

.menu-item-block{
	margin-left: -1px;
	padding:0;
	background-color: #FFFFFF;
	border: 1px solid #A3ADB6;
	border-bottom: 0px;
	display: block;
	position: absolute;
	width: 150px;
	z-index: 1000;
	cursor: pointer;
}

.menu-item-block-item{
	height: 20px;
	border-bottom: 1px dotted;
	text-align: center;
	padding: 5px 0 0 0;
}

.menu-item-block .new{
	background: url(../picture/new.gif) no-repeat 3px 0;
}

#content{
	margin: auto;
	position: relative;
}

.danger{
	color: #FF0000;
	font-size: 11px;
	width: 800px;
	text-align: center;
	margin: 20px auto;
}

.introduction{
	font-style: italic;
	font-size: 12px;
	text-align: center;
	margin: 20px 20px 40px 20px;
}

.code{
	background-color:#000000;
	padding:10px;
}

.code .console{
	color:#00CC00;
}

.code .command{
	color:#C0C0C0;
}

.detail_1 {
	color:#FF5FFF;
}

.detail_2 {
	color:#0085FF;
}

.detail_3 {
	color:#F14949;
}

.p-alert{
	color: #FF0000;
	font-size: 11px;
}

.p-alert strong{
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

table.synthese2{
	width: 600px;
}
table.synthese{
	width: 600px;
}

table.synthese th, 
table.synthese td{
	width:33%;
	height: 20px;
}

table.binary{
	width: 400px;
}

table.barcode-details{
	width: 400px;
}

table.parameters{
	width: 800px;
}

table.parameters th.label{
	width:20%;
}

table.parameters th.type,
table.parameters th.default{
	width:10%;
}

table.parameters th.detail{
	width:40%;
}

.barcodeTarget{
	margin: 0 auto;
}
#source-index{
}

#source-index h1{
	margin: 10px 10px 0px 10px;
}

#source-index h2{
	margin: 30px 0px 0px 50px;
}
#source-index a{
	color: #5F8AFF;
}

#footer{
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}

#changelog{
    margin-top: 20px;
}

#generator{
  width: 730px;
  margin: 0 auto;
  text-align: center;
}
 
#generator #config{
    overflow: auto;
    margin: 10px 0px;
}
#generator #config .config{
    float: left;
    width: 200px;
    height: 265px;
    border: 1px solid #000;
    margin-left: 10px;
    text-align: left;
    padding-left: 5px;
    line-height:20px;
}
#generator #config .config:last-child{
    width: 250px;
}
#generator #config .config .title{
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
#generator #config .config .barcode2D,
#generator #config #miscCanvas{
  display: none;
}
#generator #submit{
    clear: both;
}
#generator #barcodeTarget,
#generator #canvasTarget{
  margin: 20px auto;
}
#canvasTarget{
  width:750px;
  height:150px;
  margin: auto;
}