﻿/************************************************************************************
Author : 	Sébastien Fortier
Date :		2007-06-19
Comments: 	This CSS is intended for Firefox 2 and Internet Explorer 6.
			It has not been tested with other browser.
*************************************************************************************/


.msg
{
	margin: 10px 20px  15px 40px;
	background: no-repeat 15px center;
	padding: 22 20 22 75;
	border: dashed 0.1em;
}

.msg.Error
{
	background-color: #fef4f4;
	background-image: url(../icones/error.gif);
	color: #9e0404;
}

.msg.Valid
{
	background-color: #f4fef4;
	background-image: url(../icones/valid.gif);
	border-color: #079e04 dashed 0.1em;
	color: #079e04;
}


.note
{
	font-style: italic;
	color: #999999;
}


.label
{
	width: 155px;
	text-align: right;
	padding-right: 5px;
}

.format_accepted
{
	padding: 0 0 0 7px;
	text-align:justify;
	font-style: italic;
	color: #8B1717;
}


.saveBox
{
	margin-top: 20px;
	padding-left: 205px;
}

.saveBox a
{
	margin: 0 10px 0 10px;
}

.inputtext		
{
	width: 200px;
	font-size:8pt;
	color:#000066;
	border: solid 1px #000066;
	background:#FFFFFF;
}


table
{
	border-collapse: collapse;
	font-size: 10pt;
	padding: 0px;
}

table td
{
	padding-left: 5px;
	padding-right: 5px;
}

table .table_title
{
	background-color: #273864;
	color: #FFFFFF;
	font-weight: bold;
}

table.group .table_title
{
	background-color: #5E9669;
	color: #FFFFFF;
	font-weight: bold;
}

table.closed .table_title
{
	background-color: #660000;
	color: #FFFFFF;
	font-weight: bold;
}

table .table_darkTitle
{
	background-color: #936315;
	color: #FFFFFF;
	font-weight: bold;
}

.linedTable td
{
	border: 1px solid #666666;
}

.borderedImage
{
	border: 1px solid #273864;
}
