/* Created By Moriarty */
/* Classic */

/* Based on the Classic stylesheet by Bryan */

body {
    font-size: 14px;
    font-family: Georgia;
	background-color:#000000;
	color:#FFFFFF;
	background-image: url('images/interface/wallpaper.jpg');
	background-position: top center;
	background-repeat: no-repeat;

	/*The pretty scrollbars. Only ever seen them work in IE mind. */
	scrollbar-3d-light-color: Black;
	scrollbar-arrow-color: #FF6666;
	scrollbar-dark-shadow-color: Gray;
	scrollbar-shadow-color: #A9A9A9;
	scrollbar-highlight-color: Black;
	scrollbar-base-color: #F5F5DC;
	scrollbar-face-color: #4F4F4F;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
}

h3 {
	margin: 3px;
	padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 110%;
	margin: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

h4#systeme {
	text-align: center;
}

/*Normal */
th {
	font-weight: bold;
	background-color:#555555;
	background-image:url(images/interface/degrade1.png);
	background-repeat:repeat-x;
    font-family: Arial, Helvetica, sans-serif;
}

td {
}

form {
	margin: 0;
	padding: 0;
}

.inputtext {
	border:solid 1px #FFFFFF;
	background-color:#555555;
	color:#FFFFFF;
	padding:3px;
}

/*b {color: #F0F0F0}*/
b.b1 {color: #FF0000; font-weight: normal}/*bold type 1 (used regularly)*/
b.b2 {color: #FFFFFF} /*bold type 2 - Very rarely used*/
b.cloak{color: #555555}/*colour of highlighed ships*/

/*link colours*/
A:link {text-decoration: none;font-weight: bold;color:#FF6666}
A:visited {text-decoration: none;font-weight: bold;color:#FF6666}
A:hover {text-decoration: underline;font-weight: bold;color:#00FFFF}

a img {
	border: 0;
	vertical-align: middle;
}


/**********TopBar Sets**********/

/*Topbar Itself*/
.topbar {
background-color:#333333;
vertical-align: top;
padding: 1px;
}

/*The top topbar row (the part with the players name in it*/
td.v_col {background-color:#660000}

/*The cells that have the "report a bug" and "help" links in them*/
td.v_col_2{background-color:#000000}

/*middle topbar row*/
tr.v_col {background-color:#440000}

/*Bottom topbar row*/
tr.v_col_2 {background-color:#220000}


/**********Left Bar Sets*********/

/*Left Bar itself*/
/*Note: lefbar width is set HERE!*/
.leftbar {
background-color:#000000;
vertical-align: top;
height: 100%;
width: 160px;
}

/* The l_col sets are used to create the small tables you see in the left column
Widths should be a little lower than width set in .leftbar */
table.l_col {background-color:#550000; padding: 0; border-width: 0; width: 156px;}
th.l_col {
	background-color:#555555;
	background-image:url(images/interface/degrade1.png);
	background-repeat:repeat-x;
}
td.l_col {background-color:#111111}


/********Other*******/
/*Ship mini-functions table */
table.s_funcs{background-color:#330000; width: 400px}

#principal {
	position:relative;
	width:780px;
	z-index:0;
	margin-right: auto;
	margin-left: auto; 
}

#petit_menu {
	padding: 5px;
	margin-right:15px;
	float:left;
}

#contenu {
	padding: 3px;
	float:left;
	width:370px;
}

#contenu img {
	float: left;
	width: 180px;
	margin: 2px;
}

#main {
	position:relative;
	width: 990px;
	margin: auto;
	background-color:#000000;
}

.infobulle{
    position: absolute;   
    visibility : hidden;
    border: 1px solid #550000;
    padding: 2px;
    color: #FFFFFF;
    background-color: #000000;
    z-index: 100;
}

.code {
	border: dotted 1px #000000;
	background-color: #FFFFFF;
	color: #000000;
	font-family: "DejaVu Sans Mono", "Courier New";
	padding: 5px;
}

.rouge {
	color: #EE0000;
}

.vert {
	color: #00AA00;
}

.spacer {
	clear: both;
}

.liens_prl {
	font-size: 120%;
}

#didacticiel {
	font-size: 10px;
	background-color: #ffffe1;
	color: #000000;
	text-align: left;
	padding: 3px;
	margin: 10px 0 10px 0;
}

	#texte_didac {
		text-align: justify;
	}

#liens_didac {
	float: right;
}

#chgt_flotte {
	display: none;
}

#popup {
	background-color: #000000;
	border: solid 4px #999999;
	text-align: center;
	width: 500px;
	position: absolute;
	top: 40px;
	left: 240px;
	display: none;
}

#popup_contenu {
	padding: 5px;
	height: 480px;	
	overflow: auto;
	text-align:left;
}

#pfc_container {
	position: fixed;
	bottom: 0;
	width: 740px;
}

/* ========= Menu gauche =========== */

#plusCycles {
	font-size: 80%;
}


/* =============== Menu jquery =============== */


.jqueryslidemenu{
font: bold 12px Verdana;
background: #414141;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
padding: 8px 10px;
border-right: 1px solid #778;
color: #FF6666;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
/*color: white;*/
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: #00FFFF;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
font-weight: bold;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
	
	.boxy-wrapper .top-left { background: url('../images/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('../images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('../images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('../images/boxy-sw.png'); }
	
	/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
	/* NB: these must be absolute paths or URLs to your images */
	.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-sw.png'); }
	
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: #686868; padding: 6px; position: relative; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0 }
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }


  /* Table Equip_shop */

.equip_shop td{
	padding-right : 5px;
	padding-left : 5px;
}

.fleet_number {
	font-size : 16px;
}

#derniers_messages {
    float: left;
    width: 300px;
}

