﻿ul.TabBar
{
	width: 100%;
	border-bottom: solid 1px Highlight;
}

table.TabControl ul.TabBar li.onglet
{
	background-color: InactiveCaption;
	color: InactiveCaptionText;
}

table.TabControl ul.TabBar li.ongletSelected
{
	background-color: Highlight;
	color: HighlightTxt;
	font-weight: bold;
}

table.TabControl a.bouton,
table.TabControl a.boutonValider 
{
	font-weight: bold;
	text-decoration: none;
}

table.TabControl a.bouton
{
	border: solid 1px InactiveCaption;	
	background-color: InactiveCaption;
	color: InactiveCaptionText;
}

table.TabControl a.boutonValider 
{
	border: solid 1px InactiveCaption;	
	background-color: InactiveCaptionText;
	color: InactiveCaption;
}

table.TabControl a.bouton:hover 
{
	color: HighlightTxt;
	background-color: Highlight;	
}

table.TabControl a.boutonValider:hover 
{
	color: Highlight;
	background-color: HighlightTxt;	
}

table.TabControl span.Error
{
	color: Red;
	font-weight: bold;
}

table.TabControl div.TabSheet div.syntheseContent table tr.hover
{
	background-color: InactiveCaption;
}

table.TabControl div.TabSheet div.syntheseContent table tr.nodata
{
	background-color: Red;
	color: White;
	font-weight: bold;
}

table.TabControl div.TabSheet div.syntheseContent table tr.nodatahover
{
	background-color: White;
	color: Red;
	font-weight: bold;
}

table.TabControl div.TabSheet div.syntheseContent table tr.totaux
{
	font-weight: bold;
	text-align: center;	
}

table.TabControl div.TabSheet div.syntheseContentLoad
{
	text-align: center;
	vertical-align: middle;
}

table.TabControl div.TabSheet #EMailOption,
table.TabControl div.TabSheet #SMSOption,
table.TabControl div.TabSheet #FAXOption,
table.TabControl div.TabSheet #CourrierOption
{
	padding-left: 25px;
}

table.TabControl div.TabSheet #priorityContent
{
	padding-top: 10px;
}