body
{
    font-family: Verdana, Arial, Helvetica;
}

textarea
{
    font-family: Arial;
}

.frame
{
}

.imgButton
{
    cursor: hand;
}

INPUT.button
{
    text-align: center;
    font-family: Tahoma;
    font-size: 8pt;
    background-color: #FFFFFF;
    color: #411354;
    cursor: hand;
}

INPUT.menubutton
{
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	
	color: #000000;
	width: 150px;
	height: 20px;
	padding-top: 2px;
    cursor: hand;
}

A.menubutton, A.menubutton:visited, A.menubutton:active
{
	font-weight: bold;
	margin:5px;
	padding:0;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:url("~/images/Global/item.gif");
	background-repeat:no-repeat;
	background-position: left;
    color: #000000;
    text-decoration: underline; 
}



/********************
 *      SUBFORM     *
 ********************/
table.subform
{
width: 100%;
}
table.subformWithoutBorder
{
    width: 100%;
}
tr.subform
{
	padding-bottom:6px;
	padding-top:2px;
}

td.subform_left
{
    text-align: right;
    vertical-align: top;
    padding-left: 2px;
    padding-right: 5px;
    width: 25%;
    background-color : #a8c4dc;
}

td.subform_right
{
	 background-color : #e0e3e8;
}

td.subform_unique
{
}

/************
 * TABLEAUX *
 ************/

table.table-component
{
	
}

tr.title
{
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    outline-color: White;
}

tr.categorie
{
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
}

.maxwidth
{
    width: 740px;
}

.halfwidth
{
    width: 360px;
}

.quarterwidth
{
    width: 192px;
}
.txtCount {
	font-size:10px;
	color: #000000;
}

.txtCountOut {
	font-size:10px;
	color: Red;
}