/*******************************************************************************
Body
*******************************************************************************/
BODY
{
	font-family: arial;
	font-size: 10pt;
	scrollbar-face-color: #FFB872;
	scrollbar-shadow-color: #111111;
	scrollbar-highlight-color: White;
	scrollbar-3dlight-color: #111111;
	scrollbar-darkshadow-color: #111111;
	scrollbar-track-color: #EBEEF0;
	scrollbar-arrow-color: White;
}


/*******************************************************************************
Menu
*******************************************************************************/
.title1
{
	font-family: arial;
	font-size: 10pt;
}
/*******************************************************************************
Onglet
*******************************************************************************/
.title2
{
	font-family: arial;
	font-size: 10pt;
}
/*******************************************************************************
Table header
*******************************************************************************/
.title3
{
	font-family: arial;
	font-size: 10pt;
}
/*******************************************************************************
Normal
*******************************************************************************/
.normal
{
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

/*******************************************************************************
Table cells
*******************************************************************************/
TD
{
	color: #111111;
	font-family: Arial;
	font-size: 10pt;
}
TH
{
	color: #227aa7;
	font-family: Arial;
	font-size: 10pt;
}
/*******************************************************************************
Table header style
*******************************************************************************/
.header
{
	font-weight: bold;
	font-size: 10pt;
	color: Black;
	font-family: Arial;
	background-color: white;
}

.header TD
{
	border-bottom-color: #6A3B27;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	
	font-weight: bold;
	font-size: 10pt;
	color: Black;
	font-family: Arial;
	background-color: white;
}

.header a
{
	font-weight: bold;
	font-size: 10pt;
	color: Black;
	font-family: Arial;
	background-color: white;
	text-align: left;
	text-decoration: none;
}
.header a:hover
{
	/*
	font-weight: bold;
	font-size: 10pt;
	color: Black;
	font-family: Arial;
	background-color: white;
	text-align: LEFT;
	text-decoration: none;*/
}
/*******************************************************************************
Table without separations between columns
*******************************************************************************/
.footer
{
	font-family: arial;
	font-size: 10pt;
	background-color: #ffe6c7;
}
.footer TD
{
	border-top-color: #6A3B27;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: none;
	border-right-style: none;
		
	font-family: arial;
	font-size: 10pt;
	background-color: #FFE6C7;
}

/*******************************************************************************
Page width and border right/left
*******************************************************************************/
.contentWidth
{
	width: 970px;
	/*BORDER-RIGHT: #6a3b27 1px solid;
	BORDER-TOP: medium none;
	BORDER-LEFT: #6a3b27 1px solid;
	BORDER-BOTTOM: medium none;*/
}

/*******************************************************************************
Table width for every simple table into a page
*******************************************************************************/
.contentWidthTable
{
	width: 950px;
}

.contentWidthCartridge
{
	width: 968px;		
}

/*******************************************************************************
Table without separations between columns
*******************************************************************************/
.monoBlockTable
{
	width: 950px;
	BORDER-RIGHT: #6A3B27 1px solid;
	BORDER-TOP: none;
	BORDER-LEFT: #6A3B27 1px solid;
	BORDER-BOTTOM: #6A3B27 1px solid;
}
.monoBlockTablePopup /*For Table in PopupWindows*/
{	
	BORDER-RIGHT: #6A3B27 1px solid;
	BORDER-TOP: none;
	BORDER-LEFT: #6A3B27 1px solid;
	BORDER-BOTTOM: #6A3B27 1px solid;
	width: 100%;
}

.monoBlockTableLogin /*For page login */
{
	width: 580px;
	BORDER-RIGHT: #6A3B27 1px solid;
	BORDER-TOP: none;
	BORDER-LEFT: #6A3B27 1px solid;
	BORDER-BOTTOM: #6A3B27 1px solid;
}

.monoBlockTableDataList
{
	width: 400px;
	BORDER-RIGHT: #6A3B27 1px solid;
	BORDER-TOP: none;
	BORDER-LEFT: #6A3B27 1px solid;
	BORDER-BOTTOM: #6A3B27 1px solid;
}



/*******************************************************************************
Table with separations between columns
DataGrid CssClass use for
*******************************************************************************/
.multiBlockTable
{
	width: 950px;
	border-color: #6A3B27;
	border-width: 1px;
	border-style: solid;
}

.multiBlockTablePopup /*for DataGrid in Popup window*/
{
	border-color: #6A3B27;
	border-width: 1px;
	border-style: solid;
}
/*******************************************************************************
line style
*******************************************************************************/
.lineRow /*TR style for boundColum and columnTemplate*/
{
	background-color: #EBEEF0;	
}
.lineCell /*TD style for datagrid HTML*/
{	
	border-left-width:1px;
	border-left-style:solid;
	border-left-color: #6A3B27;	
	
	border-bottom-style:none;
	border-top-style:none;
	
	border-right-width:1px;
	border-right-style:solid;
	border-right-color: #6A3B27;	
}

/*******************************************************************************
Alternate line style
*******************************************************************************/
.alternateLine /*TR style for datagrid*/
{
	background-color: white;
}

/*******************************************************************************
Alternate line style for table
*******************************************************************************/
.alternateLineTable 
{
	background-color: #EBEEF0;
}

/*******************************************************************************
line style
*******************************************************************************/
.line
{
	font-size: 12pt;
	color: black;
	font-family: Arial;
	background-color: #EBEEF0;
	text-align: left;
}

/*******************************************************************************
Style used to display warnings or errors messages
*******************************************************************************/
.warning
{
	color: Red;
	font-family: arial;
	font-size: 15pt;
	cursor:hand;
}
/*******************************************************************************
Style used to display the cartridge component
*******************************************************************************/
.codeEcran a
{
	color: black;
	font-family: arial;
	font-size: 9pt;
	font-weight:normal;
	text-decoration: none;
}
.codeEcran a:hover
{
	color: navy;
	font-family: arial;
	font-size: 9pt;
	font-weight:normal;
	text-decoration: none;
}
/*******************************************************************************
Style used to hide the simulated footer datagrid button
*******************************************************************************/
.invisibleButton
{
	visibility:hidden;	
}
/*******************************************************************************
Style used for submit button
*******************************************************************************/
.customButton
{
	background-color:Transparent;
	border-style:None;
	BACKGROUND:none transparent	scroll repeat 0% 0%;
	cursor:hand;
}
/*******************************************************************************
Onglet
*******************************************************************************/
.error
{
	color: red;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}
/*******************************************************************************
External border Table
*******************************************************************************/
.externalBorder
{
	BORDER-RIGHT: #6A3B27 1px solid;
	BORDER-TOP: medium none;
	BORDER-LEFT: #6A3B27 1px solid;
	BORDER-BOTTOM: meidum none;
	width: 950px;
}
/*
#wayf_logo {
    width: 142px;
    height: 29px;
}*/