/* dynaXML Button Bar stylesheet */
/* Applies only to the top navigation bar that appears in the frames view */
body {

	background-color: #666666;
	margin: 0px;
}
a:link{
    background-color: #e1e1e1;
	color: #660000;
	text-decoration: none;
	font-size: 14px;
}
a:visited{
    background-color: #e1e1e1;
	color: #660000;
	text-decoration: none;
	font-size: 14px;
}
a:hover{
    background-color: #b2b2b2;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;

}
form {
	display: inline;
}

.clear {
	clear: both;
}

.bandeau {
background-color:#588893;
}

div.header {

	 border-bottom: 0;
	 margin: 0 auto;
	 background-color: #63718d;
	 height: 100%;
}

div.header img {
	border: 0;
}

div.header img.xtf-logo {
	float: left;
	margin: 21px 0 0 15px
}

div.header img.your-logo {
	float: left;
	margin: 10px 15px;
}

div.bbar {
	width: 100%;
	margin: 0;
}

div.bbar table {
	width: 100%;
	/*border: 1px solid #666;*/
}

div.bbar table td {
	/*border: 1px solid #666;*/
}

td.left {
	width: 20%;
	text-align: left;
	padding: 4px;
	font-size: 95%;
	background-color: #588893;
		vertical-align: top;
}

td.center {
	width: 28%;
	text-align: center;
	vertical-align: top;
	padding: 4px;
	font-size: 95%;
	background-color: #588893;
}

td.center input[type="text"] {
	margin-right: 5px;
}

td.right {
	width: 12%;
	text-align: right;
	padding: 3px;
	font-size: 95%;
	background-color: #588893;
		vertical-align: top;
}

.citation {
}

.container {
	background-color: #fff;
	border: 1px solid #666;
	height: 100%;
	padding: 10px 10px 20px 10px;
}
	
	
	