/* @override http://lootil.net/axel/style.css */

* { margin:0; padding:0; }

html {
    overflow: auto;
}

body {
    margin-left: 0px; 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px;
    color : #666666;
    text-decoration : none;
    font-family : Verdana;
    font-size : 8pt;
    font-weight: normal;
    background-image:url(devbkg.png);
}

#searchstat {
    width: 400px;
    border: 0px solid #F00;
}

#searchstat td {
    border: 0px;
}

h1 {
    color: #FF0609;
    font-family:Verdana;
    font-size: 12pt;
    display: inline;
}

#table_lot {
    width:95%;
    margin-left:auto;
    margin-right:auto;
}

#page_idx {
    text-align:center;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

table {
	border : 1px solid #666;
	border-collapse : collapse;
	color: #666666;
	text-decoration: none;
	font-family:Verdana;
	font-size: 10pt;
	margin-left:auto;
	margin-right:auto;
	/* width:100%; */
	text-align:left;
}

table thead th {
	background : #EE1616;
	border-bottom : 1px solid #666;
	color : #fff;
}
table tfoot th {
	background : #EE1616;
	border-bottom : 1px solid #666;
	color : #fff;
	text-align : center;
}

table tbody td {
	border : 1px solid #ccc;
	padding : 5px 2px;
}

table tr.marked {
	background-color: #FC0 ;
}

table tr.up {
	background-color: #CCC ;
}

#logmov {
    align-text: center;
    top: 30px;
    left: 50px;
    position:fixed; 
    cursor: move;
    border: 1px solid #000;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity: 0.9;
}

#logbar {
    background: #D0DFD0;
}

#logdiv {
    background: #F0FFF0;
    width: 600px;
    height: 400px;
    display: none;
    overflow: scroll;
}

.blanc {
	background : #FFFFFF;
}

.ligne_ok {
	background : #FFFFFF;
}

.ligne_err {
	background : #FF8855;
}

.timecode_ok {
	background : #FFFFFF;
}

.timecode_err1 {
	background : #FF5555;
}

.timecode_err2 {
	background : #FFFF55;
}

.timecode_err3 {
	background : #FF55CC;
}

#move {
    border: 1px solid #000;
}

#player {
    background: #FF0000;
}

#dragbar {
    background: #FFFFCC;
    border: 0px solid #000;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
}

#import {
    background: #FFFFCC;
    border: 0px solid #000;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
}

.menu {
	border : 0px solid #666;
	background : #CCCCCC;
	font-size: 8pt;
	font-family:Verdana;
}

.infos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #666 ;
	background-color: #FFF ; 
}

.details {
	font-size : 8pt;
	background-color : #EFEFEF;
	border : 1px solid #FF0609;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	/* margin: 5px; */
	padding: 5px;
}

.barre {
	background-color : #999999;
	border : 0;
	width : 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #ffffff;
	font-weight : bold;
	cursor : move;
}
img {
	border: 0px;
}
.bord {
	border: solid 1px #FF0000;
}
a,a:link,a:active,a:visited  {
	font-family:Verdana;
	color: #489dee;
	text-decoration: underline;
	font-weight: bold;
	font-size: 8pt;
}
a img {
	text-decoration: none;
}
a:hover {
	color: #FF0609;
}
.lien , .lien:link , .lien:active , .lien:visited  {
	font-family:Verdana;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}

.lien:hover {
	text-decoration: underline;
}

.bouton { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #ffffff;
	font-weight: bold;
	border: 1px solid #ffffff;
	background-color: #CC0000;
}

.bouton_disabled { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #ffffff;
	font-weight: bold;
	border: 1px solid #ffffff;
	background-color: #CCCCCC;
}

.formul { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #EE1616;
	background-color: #CCCCCC;
}
.saisie { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.readonly { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	font-weight: bold;
	border: 0px solid #999999;
	background-color: #FFFFFF;
}

.erreur { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	display: inline ;
	font-weight : bold;
}
.completion {
	border: 1px solid #333333;
	background: #FFFFFF;
}
.completion ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.completion a {
	display: block;
	padding: 0; 
	text-decoration: none;
	color: #000000;
}
.selected {
	background: #DEDEDE;
}
.zero_stream {
    background: #FFFFFF
}
.no_stream {
    background: #FFF0F0
}
.some_stream {
    background: #F0F0F0
}
.all_stream {
    background: #F0FFF0
}

#log_main { 
  position:absolute; 
  left: 50%;  
  top: 50%; 
  width: 533px; 
  height: 250px; 
  margin-top: -125px; /* moitié de la hauteur */ 
  margin-left: -266px; /* moitié de la largeur */ 
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
}

#log-form {
	background:url(img/loo_login-form-bkg.jpg) no-repeat;
	float:right;
	width:335px;
	height:250px;
}

#log_main a {
	text-decoration: none;
}

#log-form-quest {
	padding:40px 40px 0 40px;
	color:#666;
	text-align: left;
}

#log-form-error {
	padding:40px 40px 0 40px;
	color:#333;
	font-size:14px;
	line-height:20px;
	text-align:center;
}

#signal {text-align:center;padding-bottom:20px;margin-bottom:20px;border-bottom: 1px solid #ccc;}
#loading {width:220px;height:19px;margin:20px auto;background:url(http://lootil.com/img/loo_ajax-loader.gif) no-repeat;}
#log-form-quest form input {
	color:#555;
}
form p {
	margin-bottom: 0px;
}
#user_pass, #user_login {
	font-size:20px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb url(img/loo_bkg_form-focus.jpg) repeat-x;
}
#log-form-quest .submit {
	float: right;
	font-size:12px;
	color:#FFF;
	width:133px;
	height:28px;
	line-height: 26px;
	margin:10px 0;
	border:none;
}
a .submit {
	background: url(img/loo_login-but-out.jpg);
	text-decoration: none;
	color:#FFF;
}

#page {
	width:		100%;
	height:		100%;
	text-align:	center;
}

#montre_search {
	text-align:	left;
}

#apercu {
	width: 		180px;
	text-align: center;
}

#name {
	width:		45%;
}

#task {
	width:		35%;
	text-align:	center;
}

#easy {
	font-size:	10px ;
	color:		#999999 ;
}

.task_ok {
	color:		#00FF00 ;
	font-size: 	7pt ;
	display:	inline ; 
}

.task_run {
	color:		#F60 ;
	font-size:	7pt ;
	display:	inline ; 
}

.task_bad {
	color:		#FF0000 ;
	font-size:	7pt ;
	display:	inline ; 
}

.col_20 {
	width:		20%;
	text-align:	center;
}

.center {
	text-align: center;
}

.middle {
	vertical-align: middle ;
}
