﻿body {
	font-family:Verdana;
	font-size:12px;
	margin:0px;
}

/*classes génériques*/
p.error {
	border:2px solid red;
	padding:10px;
}

p.success {
	border:2px solid green;
	padding:10px;
}

.ctr {
	text-align:center;
}

p.loading 
{
	padding-left:30px;
	height:20px;
	background:url(../img/loading.gif) no-repeat top left;
}

p.toptentitle
{
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold;
	text-align:center;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#EEE;
	
	/*background:#cdf;
	border-top:1px solid black;
	border-bottom:1px solid black;*/
	padding:2px;
}

p.tableline 
{
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

a.refresh
{
	padding-left:20px;
	background:url(../img/refresh.gif) no-repeat top left;
}

input 
{
	margin:0px;	
}

select
{
	min-width:70px;
}

input.wrong
{
	margin-bottom:1px;
	padding:1px 1px 3px 1px;
	background:#FFEEEE;
	border:1px solid red;
}

select.wrong 
{
	background:#FFEEEE;
	border:1px solid red;
	padding:1px 1px 1px 1px;
}

a {
	color:#00F;
}

a img {
	border:0px;
}

/*zone de login*/
#loginbox 
{
	
	background:url(../img/logo.png) no-repeat center 10px;
	border:1px solid black;
	width:330px;
	padding-top:50px;
	margin:150px auto auto auto;
}

#loginbox legend {
	border:1px solid black;
	padding:1px 3px 1px 3px;
	margin-bottom:5px;
}

#loginbox label {
	clear:left;
	float:left;
	width:100px;
	text-align:right;
	margin: 4px 5px 3px 0px;
}

#loginbox input 
{
	float:left;
	clear:right;
	width:200px;
	margin:3px 0px 3px 5px;
}

#loginbox input[type=submit]{
	clear:both;
	float:right;
	width:auto;
	margin-right:15px;
}



/*zone d'informations en haut*/

#infos {
	
}

/*menu (affiche en tabs)*/
#tabs {
	list-style:none;
	border-bottom:1px solid #000;
	padding-bottom:2px;
	margin:20px 10px 0px 10px;

}

#tabs li {
	display:inline;
	border:1px solid #AAA;
	border-bottom:0px;
	padding:1px 0px 2px 0px;
	background:#EEE;
}

#tabs li.current {
	border:1px solid #000;
	border-bottom:1px solid #FFF;
	background:#FFF;
	font-weight:bold;
}

#tabs a {
	display:inline-block;
	padding:1px 5px 2px 5px;
	text-decoration:none;
	color:#777;
}

#tabs li.current a {
	color:#000;
}

#tabs a:hover {
	background:#fff;
}

#tabs a.vlogbook {
	padding-left:20px;
	background:url(../img/view_logbook.gif) no-repeat 2px 0px;
}

#tabs a.vstats {
	padding-left:20px;
	background:url(../img/view_stats.gif) no-repeat 2px 0px;
}

#tabs a.vextract {
	padding-left:20px;
	background:url(../img/view_extract.gif) no-repeat 2px 0px;
}

#tabs a.vusers {
	padding-left:20px;
	background:url(../img/view_users.gif) no-repeat 2px 0px;
}

#tabs a.vlogs {
	padding-left:20px;
	background:url(../img/view_logs.gif) no-repeat 2px 0px;
}

#tabs a.vqos {
	padding-left:20px;
	background:url(../img/view_qos.gif) no-repeat 2px 0px;
}

#tabs a.vhelpdesk 
{
	padding-left:20px;
	background:url(../img/view_helpdesk.gif) no-repeat 2px 0px;
}

#tabs a.vlogbook:hover {
	padding-left:20px;
	background:#FFF url(../img/view_logbook.gif) no-repeat 2px 0px;
}

#tabs a.vstats:hover {
	padding-left:20px;
	background:#FFF url(../img/view_stats.gif) no-repeat 2px 0px;
}

#tabs a.vextract:hover {
	padding-left:20px;
	background:#FFF url(../img/view_extract.gif) no-repeat 2px 0px;
}

#tabs a.vusers:hover {
	padding-left:20px;
	background:#FFF url(../img/view_users.gif) no-repeat 2px 0px;
}

#tabs a.vlogs:hover {
	padding-left:20px;
	background:#FFF url(../img/view_logs.gif) no-repeat 2px 0px;
}

#tabs a.vqos:hover {
	padding-left:20px;
	background:#FFF url(../img/view_qos.gif) no-repeat 2px 0px;
}

#tabs a.vhelpdesk:hover
{
	padding-left:20px;
	background:#FFF url(../img/view_helpdesk.gif) no-repeat 2px 0px;
}

#header {
	margin:0px;
	border-bottom:1px solid #CCC;
	background:#EEE;
	font-size:10px;
	padding:2px 0px 2px 5px;
}

#header a {
	text-align:right;
	position:absolute;
	right:5px;
}

#footer {
	margin:0px;
	border-top:1px solid #CCC;
	background:#EEE;
	font-size:10px;
	padding:2px 5px 2px 5px;
	text-align:right;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
}

#footer a {
	text-decoration:none;
}

/*contenu*/
#content {
	border:1px solid black;
	border-top:0px;
	padding:10px;
	padding-top:20px;
	overflow:scroll;
	position:absolute;
	top:54px;
	left:10px;
	bottom:25px;
	right:10px;
}

#content table {
	border:1px solid #666;
	border-right:0px;
	border-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

#content th {
	margin:0px;
	text-align:center;
	background:#cdf;
	white-space:nowrap;
	border-bottom:2px solid #666;
	border-right:1px solid #666;
	padding: 3px 0px 3px 0px;
}

#content th.noorder
{
	padding-left: 0px;
}

#content th a 
{
	color:#00F;
	margin:0px;
	padding:0px 10px 0px 10px;
	text-decoration:none;
}
#content th p 
{
	margin:0px;
	padding:0px 10px 0px 10px;
}

#content th a.asc {
	background:url(../img/sort.asc.gif) no-repeat 1px 4px;
}

#content th a.desc {
	background:url(../img/sort.desc.gif) no-repeat 1px 4px;
}

#content td {
	margin:0px;
	padding:2px 5px 2px 5px;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	white-space:nowrap;
	text-align:center;
}

#content td a 
{
	text-decoration:none;
}

#content td.title
{
	text-align:left;
}

#content td.sep
{
	border-bottom:10px solid #999;
}

#content td.total 
{
	background:#EEE;
}

#content tr.even {
	background:#EEE;
}

#content td.dwd 
{
	width:10px;
	text-align:center;
}

#content fieldset {
	border:1px solid black;
}

#content legend {
	border:1px solid black;
	padding:1px 3px 1px 3px;
	margin-bottom:5px;
}

/*pagination*/
ul.navbart
{
	margin:0px;
	margin-top:10px;
	margin-bottom:15px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	padding-right:3px;
	width:auto;
	/*background:#fea;*/
	border-bottom:1px solid #BBB;
}

ul.navbart a,a:hover
{
	color:#00F;
	text-decoration:none;
}

ul.navbart li
{
	list-style:none;
	display:inline;
	padding:2px;
}

ul.navbarb
{
	margin:0px;
	margin-top:15px;
	margin-bottom:10px;
	padding:2px;
	padding-left:3px;
	padding-right:3px;
	width:auto;
	/*background:#fea;*/
	border-top:1px solid #BBB;
}


ul.navbarb a,a:hover
{
	color:#00F;
	text-decoration:none;
}

ul.navbarb li
{
	list-style:none;
	display:inline;
	padding:2px;
}

/*page de detail*/
#detail,#resend{
	border:1px solid black;
	width:500px;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	margin:10px auto 10px auto;
}

#detail legend ,#resend legend{
	border:1px solid black;
	padding:1px 3px 1px 3px;
	margin-bottom:5px;
}

#detail table,#resend table {
	width:100%;
}

#detail td,#resend td {
	padding:2px;
}

#detail td.title,#resend td.title {
	text-align:right;
	vertical-align:top;
	width:180px;
	white-space:nowrap;
	padding-right:5px;
}

#detail td.content{
	border:1px solid #CCC;
	text-align:justify;
}


/*Gestion du réenvoi*/
#resend td.content{
	border:1px solid #CCC;
	background:#EEE;
	color:#666;
}

#resend td.editable {
	padding:0px;
	padding-right:4px;
}

#resend td.editable input
{
	width:100%;
}

#resend input.err 
{
	border:1px solid #F53;
	padding:1px;
	padding-bottom:3px;
}

#detail tr.important td.content,#resend select.err {
	border:1px solid #F53;
}

p.resend 
{
	text-align:center;
	width:500px;
	padding:5px;
	padding-top:10px;
/*	padding-bottom:10px;
	margin:10px auto 10px auto;*/
}

p.error 
{
	margin:auto;
	margin-top:20px;
	border:2px solid red;
	padding:10px;
}

p.success 
{
	margin:auto;
	margin-top:20px;
	border:2px solid green;
	padding:10px;
}


/*page de log*/
#content #tabs {
	margin:0px 0px 20px 0px;
}

#logs table, #logdetail table, #daysess table {
	width:98%;
}

#logdetail , #daysess
{
	margin-top:20px;
}

#daysess #scroller 
{
	height:170px;
	overflow:auto;
}

#logdetail p , #daysess p
{
	margin-top:10px;
}

#logs a,#logdetail a,#daysess a
{
	text-decoration:none;
}

#logdetail td.pict 
{
width:16px;
}

#userslogdetail 
{
	width:700px;
	height:240px;
}

#userslogdetail div
{
	width:700px;
	height:220px;
	overflow:scroll;
}

#userslogdetail td 
{
	text-align:left;
}

p.usertxt 
{
	margin-left:93px;
}

/*gestion des users*/
#existingusers {
width:202px;
margin-left:90px;
}

#users 
{
	width:200px;
	height:198px;
}

#useredit {
	width:235px;
	height:220px;
	position:absolute;
	top:20px;
	left:330px;
}

#useredit input 
{
	width:230px;	
	margin-bottom:3px;
}

#usertoolbar 
{
	list-style:none;
	position:absolute;
	top:66px;
	left:550px;
}


#useredit label 
{
	margin-top:5px;
}

img.grayed {
	opacity:0.3;
}

/*Gestion des filtres*/
#content fieldset.filters {
	width:786px;
}

#content fieldset.filters p 
{
	background:#EDF1FF;
	padding:0px 3px 0px 3px;
	margin:0px;
	margin-bottom:2px;
}

#content .datetime 
{
	width:110px;
}


#content fieldset.filters p {
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:3px;
	border:1px solid #CDF;
}

#content fieldset.filters p.status label 
{
	padding-top:2px;
	padding-bottom:2px;
	margin-right:20px;
}

#content fieldset.filters p.status label.ok 
{
	padding-left:13px;
	background: url("../img/status_ok.gif") 0px -2px no-repeat;
}
#content fieldset.filters p.status label.error {
	padding-left:13px;
	background: url("../img/status_error.gif") top left no-repeat;
}
#content fieldset.filters p.status label.wait {
	padding-left:13px;
	background: url("../img/status_wait.gif") 0px 1px no-repeat;
}

#content fieldset.filters p.timefield 
{
	padding-top:0px;
	padding-bottom:0px;
}

select.andor 
{
	background:#cdf;
	border:1px solid black;
}

div.criterias {
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:3px;
	border:1px solid #CDF;
	background:#EDF1FF;
}
div.criterias div 
{
	margin-top:2px;
	margin-left:74px;
}

a.criteriasExpanded, a.criteriasExpanded:hover
{
	padding-left:11px;
	text-decoration: none;
	color:#000;
	background: url("../img/minus.gif") -4px -2px no-repeat;
}

a.criteriasCollapsed , a.criteriasCollapsed:hover
{
	padding-left:11px;
	text-decoration: none;
	color:#000;
	background: url("../img/plus.gif") -4px -2px no-repeat;
}

#resetMCbutton ,#resetMCbutton:hover
{
	text-decoration: none;
	background: url("../img/delete.gif") -2px -0px no-repeat;
}

/*gestion des incidents*/
#content a.incident 
{
	color:inherit;
}

#content h1.incident 
{
	margin:0px 20px 20px 20px;
	padding:5px;
	font-size:14px;
	border:1px solid black;
	background:#EEE;
	text-align:center;
}

#content .incident fieldset {
	border:1px solid #CDF;
	background:#EDF1FF;
	margin-bottom:20px;
	padding:10px;
}

#content .incident legend 
{
	border:1px solid #8AD;
	padding:1px 3px 1px 3px;
	background:#FFF;
	margin-bottom:0px;
}

#content a.incident:hover fieldset {
	/*border:1px solid #CFD;*/
	border:1px solid black;
	background:#EDFFF1;
}

#content a.incident:hover legend {
	/*border:1px solid #7E9;*/
	border:1px solid black;
	/*background:#EDFFF1;*/
}

#content .incident span {
	margin-right:10px;
}

#content .incident span.open {
	font-weight:bold;
	color:red;
}

#content .incident span.closed {
	font-weight:bold;
	color:green;
}

#csv 
{
padding:15px;
}

.csvlinkt
{
	text-decoration:none;
	float:left;
	width:16px;
	height:18px;
	margin-top:2px;
	background:url("../img/csv.gif") top left no-repeat;
}

/*spec logbook*/
.lgcsvlinkt
{
	text-decoration:none;
	float:left;
	width:16px;
	height:18px;
	margin-top:12px;
	background:url("../img/csv.gif") top left no-repeat;
}

.csvlinkb
{
	text-decoration:none;
	float:left;
	margin-top:18px;
	width:16px;
	height:18px;
	background:url("../img/csv.gif") no-repeat top left;
}

/*réémission de masse*/
#massresendids li
{
    float:left;
    margin:1em;
}