/* ===========================================================================
// Système d'Information CER-BTP
// ---------------------------------------------------------------------------
// Planification des Secteurs de l'Ingénierie et de la Construction
// ===========================================================================
// Auteur  : Stéphane Calderoni © HELIOGENE
// Contact : www.heliogene.com
// Date    : février 2008
// Version : 1.0
// ===========================================================================
// Habillage graphique des formulaires
// ===========================================================================
*/

table.form
{
	margin: auto;
	border-spacing: 10px;
}

td.label
{
	width: 1px;
	padding-right: 10px;
	color: #adccda;
	font-weight: bold;
}

td.label p
{
	white-space: nowrap;
}

td.label2
{
	width: 200px;
}

td.field
{
}

td.button table
{
	margin: auto;
	margin-top: 10px;
}

/* =======================================
// habillage graphique des champs de texte
// =======================================
*/

table.input-text
{
	height: 25px;
}

table.input-text td
{
	height: 25px;
	color: #adccda;
	border: 0px;
}

table.input-text td.left
{
	width: 11px;
	background-image: url('images/input-text-left.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

table.input-text td.center
{
	white-space: nowrap;
	background-image: url('images/input-text-background.jpg');
	background-repeat: repeat-x;
}

table.input-text td.right
{
	width: 11px;
	background-image: url('images/input-text-right.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

table.input-text input.text
{
	background: none;
	border-style: none;
	border-width: 0;
	color: #adccda;
	/*cursor: pointer;*/
}

/* =======================================
// habillage graphique des champs textarea
// =======================================
*/

table.textarea
{
}

table.textarea tr.hborder
{
	height: 12px;
}

table.textarea td.top-left
{
	width: 11px;
	height: 12px;
	background-image: url('images/textarea-top-left.jpg');
	background-repeat: no-repeat;
}

table.textarea td.top
{
	height: 12px;
	background-image: url('images/textarea-top.jpg');
	background-repeat: repeat-x;
}

table.textarea td.left
{
	width: 11px;
	background-image: url('images/textarea-left.jpg');
	background-repeat: repeat-y;
}

table.textarea td.center
{
	color: #adccda;
	background-color: #323b40;
}

table.textarea td.right
{
	width: 11px;
	background-image: url('images/textarea-right.jpg');
	background-repeat: repeat-y;
}

table.textarea td.top-right
{
	width: 11px;
	height: 12px;
	background-image: url('images/textarea-top-right.jpg');
	background-repeat: no-repeat;
}

table.textarea td.bottom-left
{
	width: 11px;
	height: 12px;
	background-image: url('images/textarea-bottom-left.jpg');
	background-repeat: no-repeat;
}

table.textarea td.bottom
{
	height: 12px;
	background-image: url('images/textarea-bottom.jpg');
	background-repeat: repeat-x;
}

table.textarea td.bottom-right
{
	width: 11px;
	height: 12px;
	background-image: url('images/textarea-bottom-right.jpg');
	background-repeat: no-repeat;
}

table.textarea textarea
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: none;
	border-style: none;
	border-width: 0;
	color: #adccda;
	/*cursor: pointer;*/
	/* SPECIAL IE */
	overflow: auto;
}

table.textarea select
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: none;
	background-color: #323b40;
	border-style: none;
	color: #adccda;
	/*cursor: pointer;*/
}

table.textarea options
{
	padding-right: 10px;
}

/* ===============================
// habillage graphique des boutons
// ===============================
*/

table.input-submit
{
	height: 35px;
}

table.input-submit td
{
	height: 35px;
	color: #adccda;
	border: 0px;
}

table.input-submit td.left
{
	width: 17px;
	background-image: url('images/button-left.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

table.input-submit td.center
{
	white-space: nowrap;
	background-image: url('images/button-background.jpg');
	background-repeat: repeat-x;
	vertical-align: top;
}

table.input-submit td.right
{
	width: 17px;
	background-image: url('images/button-right.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

table.input-submit input.submit
{
	background: none;
	border-style: none;
	border-width: 0;
	color: #adccda;
	cursor: pointer;
	font-weight: bold;
	padding-top: 4px;
}

/* ======================================
// habillage spécifique dans les datagrid
// ======================================
*/

select
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: none;
	background-color: #323b40;
	/*border-style: none;*/
	color: #adccda;
	/*cursor: pointer;*/
	border: 1px solid #7a909a;
}

input
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: none;
	background-color: #323b40;
	color: #adccda;
	padding: 2px 4px 2px 4px;
	border: 1px solid #7a909a;
}

textarea
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: none;
	background-color: #323b40;
	color: #adccda;
	padding: 2px 4px 2px 4px;
	border: 1px solid #7a909a;
}

.datagrid input
{
	width: 100%;
}

/* ======================================
// champs textes désactivés
// ======================================
*/

.disabled
{
	opacity: 0.5;
}