/*			=========================================
/*			|   	com_layout.css					|
/*			========================================= */


#chaos_logo{
  position: relative;
  width: 276px;
  height: 80px;
  top: 0px;
  margin-left: 10px;
  float: left;
}

#banner2 {
	width: auto;
	height:80px;
	position: relative;
	background: url(../images/banner2.png) center top no-repeat;
	margin-bottom: 5px;
	z-index: 50;
}

#wrapper_box , #banner_contents {	/* This controls the main page content width, contains top menu, content and footer */
	position: relative;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}

#resetGameWindow{
  position: absolute;
  left: 300px;
  top: 100px;
  width: 300px;
  height: 100px;
  padding: 20px;
  border: 1px black solid;
  background-color: white;
  box-shadow: 0px 0px 100px rgb(0 0 0 / 0.9);
  z-index:800;
  font: normal 0.9em/100% Arial, Helvetica, sans-serif;
}




#page_menu {
	background-color: #B7C6D6;
	width: auto;
	height: 30px;
	margin: 0px 7px 10px 7px;
	border: 1px solid black;
	position: relative;
	z-index: 1;
}


/*#page_menu #game_menu{
	padding-top: 4px;
}*/

#page_menu #game_menu a{
	display: inline-block;
	padding-top: 5px;
	height: 25px;
}


#game_menu_blob{
	border: 2px solid #DAFFEE;
	position:absolute; 
	top: 0;
	z-index: -1;
}

#wrapper_top {
	height: 7px;
	font-size: 0px;
	background: url(../images/wrapper_shadow_top.png) center top no-repeat;	
}

#wrapper {
	background: url(../images/wrapper_shadow.png) center top repeat-y;
}

#wrapper_bot {
	height: 7px;
	background: url(../images/wrapper_shadow_bot.png) center top no-repeat;	
}



#container {
	display: block;
	float: left;
	width: 986px;
	margin: 15px 7px 7px 7px;
	background-color: white;
}

#main {
	width: 959px;
	padding: 15px 0px 0px 0px;
	margin: 20px 10px 10px 10px;
	border-top: 1px solid #A0A0A4;	
}

#sidepanel {
	padding: 0px;
	margin: 5px 0 0 10px;
	width: 223px;
	height: 420px;
	overflow: hidden;
	background: url(../images/fill1.png) center top repeat-y;	
	font: normal 0.85em/120% Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #4A4A4A;
}

 #sidepanel h2 {
	padding-left: 50px;
}	

#instructions_vis_control_content {
	margin: 5px;
}	

#footer {
	border: 1px solid black;
	background-color: #F2F2F2;
	padding: 2px 0px 10px 0px;
	margin: 10px 7px 10px 7px;				
}

/* These next #s are for home page */
	

#sidepanel {
	display: block;
	float: left;
}

#main {
	float: left;
	position: relative;
}




/*			========================================= */
/*			|   	Banner message box				| */
/*			========================================= */

#tool_img  {
	display: block;
	width: 20px;
	height:20px;
	margin-left: 3px;
	float: left;
	background: url(../images/controls.png) center top no-repeat;
}

#tools {
	display: block;
	float: right;
	width: 150px;
	border-top: 3px solid #005395;
	border-bottom: 3px solid #005395;
	margin: 0px 50px 0px 5px;
	padding: 5px 0px 4px 0px;
	text-align: center;
	background: url(../images/tools_fill.png) center top no-repeat;	
}

#tools h4 {
	margin-left: -10px;
}


#message_div {
	float: left
}


#info_panel {
position: relative;
display: block;
width: 501px;
height: 120px;
padding: 0px;
margin: 0px;
font-size: 0.9em;
}
 
#info_panel_img {
margin: 8px 0px 0px 0px;
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 20px;
height: 95px;
border: none;
}


.info_panel_div {
width: 446px;
height: 100px;
padding: 5px 15px 20px 35px;;
}

#info_panel_0  {
display: relative;
background: url(../images/info_panel_0.png) center top no-repeat; 
}

#info_panel_1  {
background: url(../images/info_panel_1.png) center top no-repeat; 
}

#info_panel_2  {
background: url(../images/info_panel_2.png) center top no-repeat; 
}

#info_panel_3  {
background: url(../images/info_panel_3.png) center top no-repeat; 
}



#info_panel_teamA  , #info_panel_teamB, #info_panel_rank_A, #info_panel_skill_A, #info_panel_belts_A, #info_panel_rank_B, #info_panel_skill_B, #info_panel_belts_B  {
	display: block;
	position: absolute;
	z-index: 20;
}

#info_panel_teamA {
	top: 7px;
	left: 75px;
}

#info_panel_teamB {
	top: 7px;
	left: 295px;
}

#info_panel_rank_A {
	top: 29px;
	left: 190px;
}

#info_panel_skill_A {
	top: 48px;
	left: 190px;
}

#info_panel_belts_A {
	top: 67px;
	left: 190px;
}

#info_panel_rank_B {
	top: 29px;
	left: 280px;
}

#info_panel_skill_B {
	top: 48px;
	left: 280px;
}

#info_panel_belts_B {
	top: 67px;
	left: 280px;
}


#message_statusline {
	margin: 5px 0px 0px 10px;
	font-size: 0.6em;
}

.fight_satus_img {
	float: right;	
}	

#status_image {
	display: block;
	position: relative;
	float: left;
	width: 240px;
	height: 120px;
	margin-right: 25px;
	margin-top: -10px;	
}

.fight_satus_img {
	float: left;
	border: 1px solid white;
}

.statusImgHover {
	border: 1px solid yellow;
	cursor: pointer;	
}

#progressBar {
	position:absolute; 
	top: 120px;
	left: 20px;
	z-index: 70;
}
