/*////////////////////////////////////////////////////////////////
///////////////////// CSS ///////////////////////////////////////
/////////////////////////////////////////////////////////////////
* Filename: style.css						*
* Version: 1.0.0						*
* Website: http://battleclinic.com				*
* Author:
  __     ___                 ___                _ _         
  \ \   / _ \   /\/\   ___  / _ \__ _ _ __ _ __(_) |_ _   _ 
   \ \ / /_)/  /    \ / __|/ /_\/ _` | '__| '__| | __| | | |
/\_/ // ___/  / /\/\ \ (__/ /_\\ (_| | |  | |  | | |_| |_| |
\___(_)/  (_) \/    \/\___\____/\__,_|_|  |_|  |_|\__|\__, |
                                                      |___/
 											
* Description: Handles the site layout.		*

/////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////*/
/*

    font-size:0.75em;	= 12px
    font-size:0.875em;	= 16px

*/
/*///////////////////////////////////////////////////////////////
*				I. HTML Styles									*
///////////////////////////////////////////////////////////////*/


::-moz-selection{background: #cfd1a4; !important} 

::selection {background: #cfd1a4; !important}

/*
br
{
	 clear:both; 
}
*/

body
{
	background:#000 url('../images/home_body_bg.jpg') no-repeat center top;
	width:1000px;
	margin:0 auto;
    font-size:11px;	
    line-height:1.135em; /* 16×1.125=18 */
	font-family: tahoma, helvetica, arial;
	color:#333;
}

#page_container {
	position: relative;
}

body#eve
{
	/* background:#000 url('../images/eve_body_bg.jpg') no-repeat center top; */
}

body#ace_online
{
	background:#000 url('../images/ace_online_body_bg.jpg') no-repeat center top;
}

body#city
{
	background:#000 url('../images/coh_body_bg.jpg') no-repeat center top;
}

body#blackprophecy
{
	background:#000 url('../images/blackproph_body_bg.jpg') no-repeat center top;
}

body#jumpgate
{
	background:#000 url('../images/jumpgate_body_bg.jpg') no-repeat center top;
}

body#startrek
{
	background:#000 url('../images/startrek_body_bg.jpg') no-repeat center top;
}

body#freelancer
{
	background:#000 url('../images/freelancer_body_bg.jpg') no-repeat center top;
}

body#starfleet
{
	background:#000 url('../images/starfleet_body_bg.jpg') no-repeat center top;
}

body#freesky
{
	background:#000 url('../images/freesky_body_bg.jpg') no-repeat center top;
}

body#online2029
{
	background:#000 url('../images/2029_body_bg.jpg') no-repeat center top;
}

body#galaxy
{
	background:#000 url('../images/galaxy_body_bg.jpg') no-repeat center top;
}

body#twr
{
	background:#000 url('../images/twr_body_bg.jpg') no-repeat center top;
}

body#wot
{
	/* background:#000 url('../images/wot_background.png') no-repeat center top; */
}


p
{
	font:normal 11px tahoma, helvetica, arial;
}

b, strong
{
 
}

h1
{
	font:bold 14px tahoma, helvetica, arial;
	margin:5px 0px 5px 0px;
}

h2
{
	font:bold 11px tahoma, helvetica, arial;
	letter-spacing: 0px;
	padding:4px 0px 5px 6px;
	color:#fff;
	background: #797979 url('../images/h2_background.jpg') repeat-x;	
	width:98.5%;
	text-transform: capitalize;
}

h2.full_width
{
	width:974px;
}

h2.wide
{
	width:664px;
}

h2.narrow
{
	width:293px;
}

h2.middle
{
	width:324px;
}


h3
{
	color:#a4a4a4;	
	font:bold 1.2em tahoma, helvetica, arial;
	margin:0px 0px 4px 0px;
}
 

h4
{
	font:bold 11px helvetica,Georgia,times,helvetica;	
	margin:0px 0px 1px 0px;
}

h5
{
	font:bold 12px tahoma, helvetica, arial;
	margin:0px 0px 3px 0px;
}

h6
{
	font:bold 12px tahoma, helvetica, arial;
	color:#d4d0bb;
}
 
a
{
	color:#fe6401;
	text-decoration:none;
}


a:hover
{
	text-decoration:underline;
}

span.linkcolor
{
	color:#fe6401;
	text-decoration:none;
}


span.linkcolor:hover
{
	text-decoration:underline;
}


a.white
{
	color:#fff;
	text-decoration:underline;
}


a.white:hover
{
	color:#d4d0bb;
	text-decoration:underline;
}


a.more
{
	padding:5px;
	background:#fe6401;
	color:#fff;
	border:1px solid #cc9966;
}

a.more:hover
{
	
}

a.read_more
{
	display:block;
	font:bold 11px tahoma, helvetica, arial;;
}

a.read_more:hover
{
	display:block;
}

ul
{

}

ol
{

}

ol li
{

}


dl
{
}

dt
{
}

dd
{
}

label
{
	font:normal 12px helvetica;
 }

label.blocked_labels
{
	display:block;
	font:normal 12px helvetica;
 }



fieldset
{
	/* float:left; */
	/* width:400px; */
}

legend
{

}


input,textarea
{
	padding:0px;
	border:0px;
	vertical-align: middle;
}

input.searchbox
{
	border:1px solid #5f5f5f;
	background:#fff;
	padding:1px;
	width:179px;
	margin-top:5px;
	font-size:12px;
	color:#333;
}

input.loginbox
{
	border:1px solid #787877;
	background:#ccc;
	padding:2px;
	width:100px;
	margin-top:4px;
	font-size:9px;	
}

#footer_bc input.searchbox
{
/*	border:1px solid #5f5f5f;*/
	background:#a4a4a4;
	padding:3px;
	width:179px;
	margin-top:4px;
	color:#151515;
}

input.register
{
	border:1px solid #5f5f5f;
	padding:2px;
}


textarea
{
 }

table
{
/*	font-size:72%;*/
}

td img
{
	/* margin:3px; */
}
#killboard_table img
{
	margin: 0px;
	float: none;
}

#killboard_table td
{
	padding:2px;
}

th
{
	background:#151515;
	color:#ccc;
	padding:3px;
	/* text-align:left; */
}

.centered
{
	text-align:center;
}


 
/*tr.alt td {
	background: #ecf6fc;
	padding:2px;
}
*/
/*tr.over td, tr:hover td {
	background: #c0c0c0;
}
*/

tr.over_effect td, tr.hover_effect:hover td {
	background: #c0c0c0;
}

/*
td
{
	text-align:left;
}
*/


 

/*////////////////////////////////////////////////
///// Top Containers for games sections  /////////
////////////////////////////////////////////////*/

#none_top
{
		background: #DDD url('../images/top_container_background.jpg') no-repeat top ;
}

#eve_top
{
		background: #DDD url('../images/evetop.jpg') no-repeat top ;
}

#ace_online_top
{
		background: #DDD url('../images/ace_online_top1.jpg') no-repeat top ;
}

#city_top
{
		background: #DDD url('../images/cohtop.jpg') no-repeat top ;
}

#freelancer_top
{
		background: #DDD url('../images/freetop.jpg') no-repeat top ;
}


#blackprophecy_top
{
		background: #DDD url('../images/blackprophecytop.jpg') no-repeat top ;
}

#startrek_top
{
		background: #DDD url('../images/bc_trektop.jpg') no-repeat top ;
}

#starfleet_top
{
		background: #DDD url('../images/bc_starfleettop.jpg') no-repeat top ;
}

#jumpgate_top
{
		background: #DDD url('../images/jumptop.jpg') no-repeat top ;
}
#freesky_top
{
		background: #DDD url('../images/bc_freeskytop1.jpg') no-repeat top ;
}

#online2029_top
{
		background: #DDD url('../images/bc_2029top1.jpg') no-repeat top ;
}

#galaxy_top
{
		background: #DDD url('../images/bc_galaxytop.jpg') no-repeat top ;
}

#twr_top
{
		background: #DDD url('../images/bc_twrtop.jpg') no-repeat top ;
}

#wot_top
{
		background: #DDD url('../images/wot_header.png') no-repeat top ;
}

.top_container
{
	float:left;
	height:133px;
	width:1000px;
}



/*////////////////////////////////////////////////
/////----------------------------------= /////////
////////////////////////////////////////////////*/


.alt
{
	background:#ebebeb;
}

#terms
{

	padding-top:8px;
	height:223px;
	width:870px;
	overflow: auto;
	margin:auto;
	font-size:11px;
}

#page_wrapper
{
	
}


#search
{
	float:right;
	width:225px;
}

#login
{
	float:right;
	font-size:80%;
	width:230px;
	height:65px;
	padding:3px 8px 8px 8px;
	border:1px solid #999;
	margin:14px 9px 0px 0px;
	background:#70706f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}

#logout_container
{
	float:right;
	margin-top:2px;
	width: 50px;
}

#login_form
{
	float:right;
	width:110px;
}

#logged_out_copy
{
	float:left;
	color:#fff;
	font-size:10px;	
	width: 120px;
}

#login_copy
{
	float:left;
	color:#fff;
	font-size:10px;	
	width: 160px;
}

#loggedin
{
	float:right;
	font-size:80%;
	width:245px;
	height:75px;
	padding:3px 8px 8px 8px;
	border:1px solid #999;
	margin:8px 9px 0px 0px;
	background:#70706f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}


#logo, #logoBeta
{
	margin:34px 0px 15px 25px;
	width:207px;
	height:56px;
	background: url('../images/battleclinic_wlogo.png') no-repeat top;
	text-indent: -9999px;
	position: relative;
}

#logoBeta
{
	background: url('../images/battleclinic_wlogo_beta.png') no-repeat top;
}

#logo a, #logoBeta a
{
	float:left;
	width:207px;
	height:52px;
}

#page_content
{
	float:left;
	background:#d5d5d5;
	padding:9px;
	background:#d5d5d5 url('../images/content_bottom_right.gif') bottom right no-repeat;
	position: relative;
}

#flash_news
{
	float:left;
	width:670px;
	height:250px;
	background:#000 url('../images/TEMP_flash.jpg');
	border:1px solid #999;
	margin-bottom:9px;
	position: relative; z-index: 0;
}

/*#myId
{
	position: relative; z-index: 0;
}*/

#announcements_contests
{
	float:left;
	width:330px;
	border:1px solid #999;
	background:#fff;
	padding-bottom:10px;
	height:600px;
	position:relative;
}



.middle_col li, #announcements_contests li, #shop_module li, .left_col li
{
	float:left;
	margin-top:9px;
	width:100%;
}

.middle_col img, #announcements_contests img, #recent_forum_posts img, #bc_tools_resources img, #shop_module img, #news_module img, .listing img, #recent_wiki_pages
{
	float: left;
	border:1px solid #333300;
	margin:0 5px 0 10px; 
}

/*#announcements_contests p, #recent_forum_posts p, #recent_forum_posts p, #bc_tools_resources p, #shop_module p, #news_module p,
{
	font-size:72%;
}
*/

.narrow_copy
{
	float:left;
	width:210px;
	display:inline;
}

.medium_copy
{
	float:left;
	width:532px;
	display:inline;
}

.tool_copy
{
	float:left;
	width:240px;
	display:inline;
}

.middle_col
{
	float:left;
	width:330px;
	border:1px solid #999;
	background:#fff;
	margin:0px 0px 9px 9px;
	padding-bottom:10px;
	position:relative;
}

#involvedParties
{
	float:left;
	width: 225px;
	border:1px solid #999;
	background:#fff;
	margin:0px 0px 9px 9px;
	padding-bottom:10px;
	position:relative;
}

#involvedParties h2
{
	width: 220px;
}

#fitting
{
	float:left;
	width: 420px;
	border:1px solid #999;
	background:#fff;
	padding-bottom:10px;
	position:relative;
}



#killboard_container
{
	height:600px;
	margin-bottom:0px !important;
}

.left_bottom_corner
{
	float:left;margin-top:-10px
}



/*
#recent_forum_posts
{
	float:left;
	border:1px solid #999;
	background:#fff;
	margin:0px 0px 9px 0px;
	padding-bottom:10px;
}
*/

#recent_loadouts_main, #recent_forum_posts, #recent_wiki_pages
{
	float:left;
	width:299px;
	border:1px solid #999;
	background:#fff;
	margin:0px 0px 9px 0px;
	padding-bottom:10px;
	position:relative;
}

#recent_forum_posts, #recent_wiki_pages
{
	min-height:200px;
}

#recent_loadouts_main ul li, #recent_forum_posts ul li, #recent_wiki_pages ul li
{
	display:block;
	padding:4px 0px 4px 6px;	
}

#top_loadouts
{
	float:left;
	width:299px;
	min-height:270px;
	border:1px solid #999;
	background:#fff;
	margin:0px 0px 9px 0px;
	position:relative;	
}

#top_loadouts_table td
{
	padding:2px 2px 3px;
}


#shop_module
{
	float:left;
	width:299px;
	height:240px;
	border:1px solid #999;
	background:#fff;
	margin:0px 0px 9px 0px;
	padding-bottom:10px;
	position:relative;
}

#shop_module img
{
	border:none;
}


#bc_tools_resources
{
	float:left;
	width:670px;
	height:246px;
	background:#fff;
	border:1px solid #999;
	margin:9px 0px;
}

.listing
{
	padding-bottom:9px;	
}

.wide_module
{
	float:left;
	width:670px;
	background:#fff;
	border:1px solid #999;
	margin-bottom:9px;
	position:relative;
}

#news_module
{
	float:left;
	width:670px;
	background:#fff;
	border:1px solid #999;
	margin-bottom:9px;
}

.set_height_news
{
	float:left;
	width:670px;
	height:637px;
	background:#fff;
	border:1px solid #999;
	margin-bottom:9px;	
}

#news_module ul li
{
	float:left;
	margin-top:11px;
}

.full_width_module
{
	float:left;
	width:980px;
	background:#fff;
	border:1px solid #999;
	margin-bottom:9px;
}

.full_width_copy_container
{
	padding:6px 6px 10px;
}

.full_width_copy_container_forum
{
	padding:6px 6px 10px;
}

.full_width_copy_container_forum input, .full_width_copy_container_forum textarea
{
	border:1px solid #999;
	padding:3px;
}



.full_width_copy_container p
{
	padding:0px 0px 8px;
}

/*.full_width_copy_container img
{
	float:left;
	margin:0px 5px 0px 0px !important;
}*/

.left-image
{
	float:left;
	margin:0px 5px 0px 0px !important;
}


.full_width_copy_container_padded
{
	padding:40px 40px;
}

.full_width_copy_container_padded p
{
	padding:0px 0px 9px;
/*	width:600px;*/
}



#bc_tools_resources ul li, .listing ul li
{
	float:left;
	margin-top:9px;
	margin-bottom:10px;
/*	width:325px;*/
	height:80px;
}


#narrow_col
{
	float:right;
	width:300px;
	margin:0px 0px 9px 9px;	
}

#footer_bc
{
	float:left;
	clear:both;
	width:100%;
	background:#151515 url('../images/footer_top_right_corner.gif')  no-repeat top right;
	color:#a5a5a5;
/*	font-size:.8em;*/
	font-family: helvetica, tahoma, arial;
	margin-top:8px;
	text-align:left;
	
}

#footer_bc li
{
	float:left;
	display:inline;
	width:300px;
	height:295px;
	border:1px solid #575757;
	background: #2b2929;
	margin:0px 0px 0px 9px;
	padding:10px;
}

#footer_bc ul li ul, #footer_bc ul li ul li
{
	display: block;
	border:0px;
	margin:0px;
	padding:0px 0px 4px 0px;
	height:auto;
	font-size:11px;
/*	font-size:90%;*/
}

#footer_bc p
{
	padding-bottom:8px;
}

#footer_bc a
{
	color:#e8e8e8;
}

#return
{
	float:right;
	font-weight:bold;
	margin-right:9px;
}


/* tier 1 navigation */

#tier_1_navigation
{
	float:left;
	margin-left:300px;
	margin-top:-41px;
}


#tier_1_navigation {
  float:left;
  width:300px;
  line-height:normal;
height:35px;
  }

#tier_1_navigation ul {
  margin:0;
  padding:10px 10px 0px 0;
  list-style:none;
  }

#tier_1_navigation li {
  float:left;
  background:url("../images/tier1_left_background.gif") no-repeat left top;
  margin:0;
  padding:0 0px 2px 5px;

  }

#tier_1_navigation a {
  float:left;
  display:block;
  background:url("../images/tier1_right_background.gif") no-repeat right top;
  padding:10px 0px 6px 16px;
 height:20px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  }

#tier_1_navigation a.games {
  float:left;
  display:block;
  background:url("../images/tier1_right_background_games.gif") no-repeat right top;
  padding:10px 35px 6px 16px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  }

#tier_1_navigation a:hover {
  color:#cacb99;
  }
#tier_1_navigation #current {
  background-image:url("left_on.gif");
  }
#tier_1_navigation #current a {
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
/* end tier 1 navigation */

#copyright
{
	width:990px;
	float:left;
	padding:5px;
}

#copyright p
{
	font-size:11px;
}

#return
{
	float:right;
	font-weight:bold;
	margin-right:9px;
}

#badge
{
	float:left;
	margin:0 13px 0 0;
	border:1px solid #acaba9;
	width: 239px;
	height: 90px;
}

/* ad unit classes and ids */

#flash_ad_728x90
{
	float:left;
	margin:0px 0px 9px 0px;	
	position: relative;
	z-index: 0;
	height: 90px;
	width: 720px;
}

#flash_ad_300x250, #flash_ad_300x250_2
{
	margin:0px 0px 9px 0px;		
}

.ad_468x60
{
/*	padding:5px !important;*/
	padding:5px 10px 11px 12px !important;
	float:left;
}

/* ad unit classes and ids */


.charts
{
	float:left;
	display:inline;
	width:221px;
/*	border:1px solid red;*/
}


.more_narrow
{
	float:left;
	width:320px;
	height:30px;
	background: #fff url('../images/more_hashes.gif') repeat-x bottom;
	margin-bottom:0px 9px 0px 9px;
	/* border-left:10px solid #fff; */
	position:absolute;
	bottom:12px;
	right: 0px;
}

#narrow_col .more_narrow
{
	float:left;
	width:288px;
	height:30px;
	background: #fff url('../images/more_hashes.gif') repeat-x bottom;
	margin-bottom:0px 9px 0px 9px;
	/* border-left:10px solid #fff; */
}

.more_full
{
	float:left;
	width:320px;
	height:30px;
	background: #fff url('../images/more_hashes.gif') repeat-x bottom;
	margin-bottom:0px 9px 0px 9px;
	border-left:10px solid #fff;
	position:absolute;
	bottom:12px;	
}

.more_wide
{
	float:left;
	width:660px;
	height:30px;
	background: #fff url('../images/more_hashes.gif') repeat-x bottom;
	margin-bottom:0px 9px 0px 9px;
	border-left:10px solid #fff;
	position:absolute;
	bottom:12px;	
}

.content_nav_list_padding
{
	padding:5px;
}


.more_narrow img,.more_full img,.more_wide img, .more_240 img
{

	float:right !important;
	padding:7px 5px 0px !important;
	/* background:#fff !important; */
	vertical-align:bottom !important;
	border:none !important;
	margin:0px !important;
}


.inner span
{
	font:normal 11px tahoma, helvetica, arial;
}

#donate, #donate ul
{
/*	float:left;
	width:60px;*/
}

.sites_we_like
{
	float:left;
	margin-right:5px;
}
.siteAvatar
{
	float:left;
	margin-right:5px;
}
#filter_container
{
	padding:5px;
}

#filter_container input, .contentBox input {
	border:1px solid #999999;
	padding:3px;
}

/* loadout styles */

#ship_loadout_container
{
	float:right;
 	width:807px;
	height:437px;
}

#ship_loadout_copy
{
	float:left;
 	width:150px;
/*	border:1px solid red;*/
}

#time_rate
{
	float:left;
	display:inline;
	padding-left: 10px;
}

/*.avatar
{
	float:left;
}*/

#author_container
{
	float:left;
	margin:0px 0px 15px;
	width:100%;
}

#author
{
	font:bold 11px tahoma, helvetica, arial;
	color:#333;
	margin-bottom:5px;
}
/* end loadout styles */

/* used for the addthis.com bookmarking tool */
#share
{
	float:right;
	margin-top: -20px;
	margin-right: 6px;
	width: 150px;
}

#recentKills, #ranking
{
	float:left;
	width:330px;
	height:525px !important;
	border:1px solid #999;
	background:#fff;
	padding-bottom:10px;
	position:relative;
}


/*
	Cues styles
*/
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
  max-height: 250px;
  overflow: auto;
  z-index: 1000;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

/* A copy of middle_col */
.left_col
{
	float:left;
	width:330px;
	border:1px solid #999;
	background:#fff;
	padding-bottom:10px;
	position:relative;
}


#ship_loadout_container_static
{
	float:right;
 	width:640px;
	height:601px;
}


/* Used for things where an item is to be selected */
.searchResults {
	position: absolute;
	background-color:white;
	border:1px solid #888;
	padding: 4px;
	z-index: 1000;
}


.commentBody {
	padding: 5px;
	margin-left: 150px;
}

#errorMessages, .errorMessage {
	border: 1px dashed #FF0000;
	padding: 10px;
	margin: 10px;
}

#warningMessages, .warningMessage {
	border: 1px dashed #FF7F00;
	padding: 10px;
	margin: 10px;
}

#goodMessages, .goodMessage {
	border: 1px dashed #32CD32;
	padding: 10px;
	margin: 10px;
}


/* Some styles from the forum */
.codeheader, .quoteheader a
{
	font-weight: bold;
	padding-left: 5px;
}
blockquote,blockquote blockquote blockquote
{
	color: #000000;
	line-height: 1.4em;
	background: url(images/quote.png) 2px 2px no-repeat #dedede;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 1em 1em 1em 2em;
	margin: 0.3em 0 0 0;
}
blockquote blockquote
{
	background: #d3d3d3;
}

/* A code block - maybe even PHP ;). */
code
{
	display: block;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	background: #eee;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	line-height: 1.3em;
	/* Put a nice border around it. */
	width: 97%;
	padding: 3px 1em;
	overflow: auto;
	white-space: nowrap;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* For links to change the code stuff... */
.codeoperation
{
	font-weight: normal;
}

/* Styling for BBC tags */
.bbc_color a
{
	color: inherit;
}

.bbc_img
{
	border: 0;
}

.bbc_table
{
	font: inherit;
	color: inherit;
}

.bbc_table td
{
	font: inherit;
	color: inherit;
	vertical-align: top;
}

.bbc_u
{
	text-decoration: underline;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}


.loggedin_float {
	position: fixed !important;
	right: 0px;
	bottom: 0px;
	z-index: 100;
}

.authorBody {
	float: left;
	width: 150px;
}

.modButtons {
	text-align: right;
	padding-right: 10px;
}

.left_bottom_corner
{
	float:left;
	width:9px;
	height:10px;
	background: url(../images/content_bottom_left.gif);
	margin-top:-10px;
}

.modButtons img
{
	float:none !important;
}


#stlyesheet_toggler_container
{
	margin-top: 5px;
}

.stlyesheet_toggler
{
	border:1px solid #646464;
	margin:0px;
	padding:0px;
}

.contentBox {
	margin-bottom: 10px;
}

.more_240
{
	float:left;
	width:220px;
	height:30px;
	background: url('../images/more_hashes.gif') repeat-x bottom;
	margin-bottom:0px 9px 0px 9px;
	bottom:12px;
}

#loadoutContainer {
	color: #CCC;
}



#evePIDrawingContainer {
	height: 690px;
	width: 690px;
	background-color: #000000;
}

.filterCriteriaContainer {
	margin-bottom: 20px;
}

.headerItem
{
	background: #151515;
	color: #ccc;
	padding: 3px;
}

.left {
	text-align: left;
}


.boxBorder {
	border: 1px solid #4B4B4B;
}


.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
	width: 400px;
}

.ui-autocomplete li {
	display: list-item;
	padding: 3px;
}


#adSlot1600x1000
{
	position: absolute;
	left: -300px;
	top: 0px;
	z-index: -100;
}

#adSlot1000x106
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#google_ads_div_bcSiteRightTop_ad_container{
    clear: both;
}

#fbLike, #gPlus, #twitter {
   float: left;
}

#twitter {
    padding-left: 10px;
}


/* Wiki styles */
.wikiContainer {
    position: relative;
}

.wikiContainer #content {
    min-height: 600px;
}

.wikiContainer div#footer ul li, 
.wikiContainer div.vectorMenu li,
.wikiContainer #p-personal li
{
    list-style-type: none;
}

.wikiContainer h3 .mw-headline {
    font-weight: bold;
}

.wikiContainer .comment {
    float: none;
}

.wikiContainer #search {
    float: none;
    width: 100%;
}

.wikiContainer #search ul li {
    list-style-type: none;
}


/*
Staff tags
*/
.tags ul li {
    margin: 0 5px 0 0;
    float: left;
    background: url(../images/tag-right.png) no-repeat right top;
    padding: 0 15px 3px 0;
    list-style: none;
}


.tags li a {
    background: url(../images/tag-left.png) no-repeat left top;
    padding: 5px 5px 9px 10px;
    color: #333;
    font: bold 11px/15px arial;
    text-decoration: none;
    width: auto;
    display: block;
    text-shadow: 0 0 2px orange;
    text-transform: capitalize;
}

.contributorTags ul {
    
}

.contributorTags ul li.moderator {
    margin: 0 5px 0 0;
    float: left;
    background: url(../images/tag-right-moderator.png) no-repeat right top;
    padding: 0 15px 3px 0;
    list-style: none;
    list-style-type: none;
}


.contributorTags li.moderator span {
    background: url(../images/tag-left-moderator.png) no-repeat left top;
    padding: 5px 5px 9px 10px;
    color: #333;
    font: bold 11px/15px arial;
    text-decoration: none;
    width: auto;
    display: block;
    text-shadow: 0 0 2px #765cc1;
    text-transform: capitalize;
}

.groupStars, .postGroup {
    padding-bottom: 5px;
}

.repbarsSite img {
    float: left;
}

#reputation_menu{
	position: absolute;
	border: 1px solid black;
	z-index: 100;
	background-color: #000000;
	padding: 5px;
}
