/******************************************************************************
* smBackoffice.css
*******************************************************************************
CSS pour le backoffice
*******************************************************************************
*                                                                             *
* Copyright 2006									                          *
*                                                                             *
******************************************************************************/
table.smDefaultCardView, table.smDefaultEditForm {
	width: 100%;
}

th.smLabelHeadCell, td.smLabelCell {
	width:84px;
}

td.smLabelCell, td.smInputCell, td.smValueCell {
	vertical-align: top;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

td.smLabelCell {
	text-align: right;
	padding-right: 3px;
}

td.smLabelCell label, td.smLabelCell span {
	font-weight: bold;
}

td.smValueCell div.directHtml *:first-child {
	margin-top:0px;
}

/*
p.smFilename
{
	margin: 0px;
	font-weight: bold;
}

p.smFilesize
{
	margin: 0px;
	font-size: 11px;
}
p.smDimensions
{
	margin: 0px;
	font-size: 11px;
}
.smFloatImg {
	float: left;
}

span.odfText {
	font-size: 1em;
}

span.odfFieldValue {
	font-size: 1em;
}

.sdsCellAlignright {
	text-align: right;
}

.sdsCellAlignleft {
	text-align: left;
}

.sdsCellAligncenter {
	text-align: center;
}

.sdsCellAlignjustify {
	text-align: justify;
}

.sdsCellValigntop {
	vertical-align: top;
}

.sdsCellValignmiddle {
	vertical-align: middle;
}

.sdsCellValignbottom {
	vertical-align: bottom;
}

.sdsBold {
	font-weight: bold;
}

.sdsItalic {
	font-style: italic;
}*/
/*
.odfFieldLabel, .odfLeftLabel, .odfRightLabel, .odfBeforeLabel {
	font-size: 1em;
}

.odfLeftLabel {
	margin-top:0.3em;
	margin-right:0.3em;
	display:block;
}*/

/*fieldset {
	margin:0.5em;
}

legend {
	font-size: 1em;
	padding: 2px;
}*/
