/*
VS COL:
blue : #569cd6
green : #4ec9b0
orange : #d69d85
white : #dcdcdc
bg grey : #1e1e1e
comment green : #57a64a
link blue : #569cd6

unused namespace grey : #adadad
unused using blue : #396da6

		<font color="#4ec9b0">Logwin</font><font color="#dcdcdc">.Log(</font><font color="#d69d85">"Key"</font><font color="#dcdcdc">,</font> <font color="#d69d85">"Value"</font><font color="#dcdcdc"><font color="#dcdcdc">);</font>
		
		<font color="#4ec9b0">Logwin</font><font color="#dcdcdc">.Log(</font><font color="#569cd6">string </font><font color="#dcdcdc">key</font><font color="#dcdcdc">,</font> <font color="#569cd6">object </font><font color="#dcdcdc">value</font><font color="#dcdcdc"><font color="#dcdcdc">);</font>
*/


.comment{
	color:#57a64a;
}


a#inv:link {
color : #000000;
}
a#inv:visited {
color : #000000;
}

.mainstyle {
width : 864px;
margin: auto;
position:relative;
padding:16px;
font : 14px/16px Consolas, Tahoma, Arial, Helvetica, sans-serif;
/*background-color : #1e1e1e;*/
background-color : #292929;
color : #dcdcdc;

/*transform-origin: 50% 0%;*/
/*-webkit-animation: Scale 3s;*/
/*border-right : 1px solid #80e080;
border-left : 1px solid #80e080;*/
}

.maintable{
	padding:0px;
	width : 100%;
	font : 14px/16px Consolas, Tahoma, Arial, Helvetica, sans-serif;
	color : #dcdcdc;
}


html {
/*overflow: hidden;*/
/*background : #FFFFFF url('../_images/html_bg.gif') repeat-x fixed;*/
height: 100%; margin-bottom: 0px;
}
a:active, a:focus {
outline : none;
}
body {
margin : 0;
padding : 0;
min-height : 100%;
height : auto !important ;
}

#fullheight{height:100%}

a:link {
color : #569cd6;
text-decoration : underline;
font-family : Consolas, Tahoma, Arial, Helvetica, sans-serif;
}
a:visited {
font-family : Consolas, Tahoma, Arial, Helvetica, sans-serif;
color : #569cd6;
text-decoration : none;
}
a:hover {
font-family : Consolas, Tahoma, Arial, Helvetica, sans-serif;
color : #569cd6;
text-decoration : none;
}



div#header {
margin: 0;
width: 100% ;
height:96px;
display: block ;
text-align: right;
position:relative;
background: url(../img/header.png) center top no-repeat;
}

div#footer
{
margin: 0;
width: 100% ;
height: 128px ;
display: block ;
text-align: right;
position:relative;
background: url(../img/footer.png) center top no-repeat;
} 

.comment{
	color:#57a64a;
}

.footer{

}

.article {
position:relative;
font : 12px/14px Consolas, Tahoma, Arial, Helvetica, sans-serif;
color : #e0e0e0;
text-decoration : none;
text-align:justify;
width : 896px;

}

.bg {
background-color : #000;
}

.normal {
font : 11px/13px Consolas, Tahoma, Arial, Helvetica, sans-serif;
color : #444444;
text-decoration : none;
}

.onglet {
float:right;
}





/*
@-webkit-keyframes Scale {  
  0% {-webkit-transform: scale(1, 0);}
  90% {-webkit-transform: scale(1, 1.1);}
  95% {-webkit-transform: scale(1, .95);}
  100% {-webkit-transform: scale(1, 1);}
}
*/





* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}