﻿.table
{
position: relative; z-index: 100;
	background-color: #f5f5f5;
	border-collapse: collapse;
	border-style: outset;
	border-width: 0px; 
	margin: 0px;
	position: static;
	border: 1px solid #666666;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: Black;
}

.HeaderPrint
{
	position: relative;
	top: 0px;
	border-bottom: 1px solid gray; 
	left: 6px;
}

p.entete, .HeaderPrint, .datum
{
	font-family: Arial, Times new roman;
	font-size: 11px;
	color: Black;
}


.datum
{margin-left: 7px; }

.TS
{
	position: relative;
	font-family: Verdana, Arial, Times new roman;
	font-size: 14px;
	color: #6F022A;
	font-weight: bolder;
}


.table th
{
	font-weight: bold;
	font-size: 11px; /*color: #000000;*/
	background: url(../../files/-/img/tarification/sprite.png) repeat-x 0px 0px;
	width: auto;
	color: #2647a0; /*	background-color:#990000;*/
	text-align: center;
}

.table tr.header th, tr.header td
{
	font-weight: bold;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
	background: url(../../files/-/img/tarification/sprite.png) repeat-x 0px 0px;
	color: #2647a0; /*color: #FFFF99; 	background-color:#910539; 	border-color:White ;*/ /*border-color:Yellow;*/ /*border-color:*/
	text-align: center;
	height: 25px;
	width: auto;
	vertical-align: middle;
}

.TdCompany
{
	font-size: 11px;
	text-align: left;
	font-style: italic;
}

.table tr.body
{
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
	background-color: #E3EAEB;
	text-align: center;
}

.table tr.header td
{
	padding: 3px 0px;
	width: auto;
}

.table tr.footer
{
	font-weight: bold;
	color: #FFFF99;
	background-color: #910539;
}
.table td
{
	padding: 0px 3px;
}

.table tr.odd
{
	background-color: White;
}

.tableNone
{
	background-color: White;
	border: 1px solid gray; 
	border-collapse: collapse;
	font-family: arial; font-weight: normal; 
	font-size: 11px; 
	width:auto;
}

/*----- DataGrid ------------------------------------------------------------*/
.PkInvisible
{
	display: none;
}


.oDataGridTable
{
	width: 98%; 
	border-collapse: collapse;
	border: 1px solid silver;
	margin: 5px;
	margin-bottom: 25px;
}

.oDataGridHeader
{
	background: url(../../files/-/img/tarification/sprite.png) repeat-x 0px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #2647a0; font-family: Arial; font-size: 12px; font-weight: bold; 
	text-align: center;
}


.oDataGridHeader td a{text-decoration: none; cursor: default; }
.oDataGridHeader td a:hover {text-decoration: none;  cursor: default; }


.valuenumber{text-align: right; right: 2px;}


.oDataGridItem
{
	font-size: 11px; /*color: #26547c;*/
	color: #2647a0;
	border-color: #8b0000;
	 font-family: Arial; font-size: 11px;
	border-collapse: collapse;
	background-color: #f5f5f5;
	text-align: left;
	font-weight: normal;

}

.oDataGridSelectedItem
{
	font-size: 12px;
	color: #6F022A;
	font-weight: normal; 
	font-style: italic; 
    Background-color: #cccccc;
    width: auto; padding: 0; margin: 0; 
    position: relative; 


    }

.oDataGridHeader A:link
{
	text-decoration: none; /*color: White;*/
	color: #2647a0;
}

.oDataGridHeader A:visited
{
	text-decoration: none;
	color: #910539;
}

.oDataGridHeader A:active
{
	text-decoration: none;
	color: #910539;
}
.oDataGridHeader A:hover
{
	text-decoration: underline;
	color: #910539;
}
/*----------------------Adapt Header Comapny & Branch-------------------------------*/

.PrintLogo
{
    float: right; 
    right: 10px; 
	position: relative;
}

.tdTariffDataHeader
{
	font-size: 11px; /*color: #26547c;*/
	color: #2647a0;
	font-family: Arial, Verdana;
	border-color: #8b0000;
	border-collapse: collapse;
	border-style: solid;
	border-width: 0px;
	background-color: #f5f5f5;
	width:auto;
}

.tdTariffDataItem
{
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #2647a0;
	border-color: #8b0000;
	border-collapse: collapse;
	border-style: solid;
	border-width: 0px;
	background-color: #f5f5f5;
	font-weight: bold;
	text-transform: capitalize;
	width:auto;
}
