﻿ul.TabBar
{
	width: 670px;
	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;
	*width: 50px;
	_width: auto;
}

#buttonPrecedent
{
	*width: 67px;
	_width: auto;
}

#buttonSuivant
{
	*width: 48px;
	_width: auto;
}

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;
}


 table.TabControl div.TabSheet
        {
	        float: left;
	        width: 670px;
	        padding: 10px;	
        }
        
table.TabControl div.GroupList table
        {
	        width: 640px;
	        margin-left: 15px;
        }

table.TabControl div.GroupList td
        {
	        width: 310px;
        }
        

table.TabControl div.TabSheet div.iframe
        {
	        width: 640px;
	        height: 300px;
	        margin-left: 15px;
	        overflow: scroll;
        }

table.TabControl div.TabSheet iframe
        {
	        width: 640px;
	        height: 300px;
	        margin-left: 15px;
        }