/*Forum*/

.breadcrumb_name {
    font-weight:bold;
}

.category_title, .details_title {
    font-weight: bold;
    font-style: italic;
}

.forum_description {
    font-style: italic;
}

.forum_details {
    padding: 5px;
    background-color: #F0F0F0;
    width: 95%;
    margin: auto;
    text-align: left;
}

.topic_list, .forum_list {
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
}

.topic_list td, .topic_list th, .forum_list td, .forum_list th  {
    border-style: solid;
    border-width: 1px;
    text-align: left;
    padding: 2px;
}

.topic_list td.topic_icon {
    text-align: center;
    width: 80px;
}

.forum_list td.forum_icon {
    text-align: center;
    width: 25px;
}

.topic_list td.topic_views, .topic_list td.topic_replies, .forum_list td.forum_topics, .forum_list td.forum_posts {
    width: 60px;
}

.topic_list td.topic_last_post, .forum_list td.forum_last_post {
    width: 170px;
}

.topic_list td.topic_poster {
    width: 120px;
}

.topic_last_post, .forum_last_post {
    font-size: 0.8em;
}

.topic_header {
    padding-left:5px;
    padding-bottom:3px;
}

.topic_type {
    font-weight: bold;
    font-style: italic;
}

.paging {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right:20px;
    height: 15px;
    text-align: right;
    float: right;
}

.new_post_notice {
    padding: 17px 17px 17px 17px;
    font-weight: bold;
    font-style: italic;
}

.new_post_container {
    padding: 3px;
    text-align: left;
    float: left;
}

textarea#post_text {
    width: 600px;
    height: 400px;
}

input#new_post_subject {
    width: 500px;
}

.post {
    padding-top: 5px;
}

.post_box {
        border: 1px solid #DDDDDD;
}

.sig {
    border-color:#DDDDDD;
    border-style:solid;
    border-bottom-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-top-width:1px;
    padding-top:3px;
}

.post , .sig {
    float: right;
    width: 700px;
    overflow: auto;
    text-align: left;
}

.user_det {
    margin-top:5px;
    float: left;
    width: 150px;
    padding: 3px;
    text-align: center;
    border-right: 1px solid #DDDDDD;
}

.details_title, .post_title {
    padding-left:5px;
    padding-bottom:3px;
}

/* Profile */

input.profile_input {
    width: 390px;
}

div.profile_row {
    width: 630px;
    margin: auto;
}

div.profile_title, div.profile_text {
    border-width: 1px;
    border-style: solid;
    text-align: left;
    padding: 5px;
}

div.profile_title {
    float: left;
    width: 200px;
}

div.profile_text {
    float: right;
    width: 400px;
}

/*Military*/

span.ok {
    color: green;
}

span.alert {
    color: red;
}

div#military_orders {
    background-color: #EEEEEE;
    width: 600px;
    margin: auto;
    text-align: left;
    padding: 10px;
}

div.military_title {
    font-size: 18pt;
    padding-top: 15px;
    text-align: center;
}

table#military_permissions, table#military_units, table#military_divisions, table#military_soldiers {
    padding: 5px 10px;
}

table#military_soldiers, table#military_companies, table#stock_table, table#military_units, table#military_divisions,
table#military_soldiers input, table#military_companies input, table#stock_table input, table#military_units input,
table#military_divisions input
{
    font-size: 8pt;
}

table#military_soldiers th {
    cursor: pointer;
}

table#stock_table {
    margin: auto;
}

/*Autocomplete*/
.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

/*Layout*/

.italic {
    font-style: italic;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

body {
    background-color: #EEEEEE;
    font-size: 0.80em;
    font-family: Arial, Helvetica, sans-serif;
    margin-top:0px;
}

.center {
    margin: auto;
    text-align:center;
}

#notice, div.notice {
    margin-left:auto;
    margin-right:auto;
    width: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #EEEEEE;
    margin-bottom: 25px;
}

#container {
    background-color: #FFFFFF;
    width: 1105px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    height:100px;
    text-align:right;
}

#logo {
    float: left;
    padding-top: 13px;
}

.inline {
    float:left;
}

.inline_element{
    display: inline;
}

#left_menu {
    padding-top: 10px;
    background-color: #F0F0F0;
    margin-left:15px;
    width: 170px;
    float: left;
}

#left_menu ul {
    list-style: none;
    padding: 2px;
    margin: 3px;
}

#login_form, #citizen_search_form_id, #citizen_search_form_name {
    text-align: center;
}

#main {
    width: 890px;
    float: right;
    padding-top: 3px;
}

#footer {
    margin-top:10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0.8em;
}

#login_message {
    padding-top: 50px;
    width: 400px;
    margin: auto;
    text-align: center;
    padding-bottom: 50px;
    background-color: #F0F0F0;
    margin-top: 50px;
    margin-bottom: 50px;
}

fieldset {
    margin-top: 10px;
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

div#adverts {
   padding-right: 120px;
   float: right;
}

div#googleads {
   padding-right: 250px;
   float: right;
}

img#avatar {
    margin-top: 10px;
    margin-bottom: 10px;
}

div#avatar_container {
    margin-top: 5px;
    text-align: center;
    background-color: #DDDDDD;
    width: 75px;
    margin: auto;
}

div#sponsor {
    text-align: center;
}

div#validator {
    text-align: center;
}

#find_citizen_container {
    display: none;
    padding: 0px;
    margin: 0px;
}

/*Styling*/

ul li {
    font-style: italic;
    font-weight: bold;
}

.plain li {
    font-style: italic;
    font-weight: normal;
}

ul li ul li {
    font-style: normal;
    font-weight: normal;
}

input, select, textarea
{
    color: #000000;
    background: #EFEFEF;
    border: 1px solid #000000;
    margin-top:5px;
    margin-bottom: 5px;
}

span.hidden {
    display:none;
}

label
{
    display: block;
    font-weight: bold;
    font-style: italic;
}

legend {
    font-style: italic;
}

a img {
    border-width: 0px;
    border-style: none;
}

a {
    color: #225599;
    text-decoration: none;
}

a:hover {
    color: #999999;
    text-decoration: none;
}

span.bold {
    font-weight: bold;
}

span.message_date {
    font-weight: bold;
    font-style: italic;
}

input#login_username, input#login_password, input#search_id, input#search_name {
    width: 100px;
    background-color: #FFFFFF;
}

.table_header {
    font-size: 1.7em;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 20px;
}

div.fighter1, div.fighter2_damage {
    float: left;
    text-align: left;
}

div.fighter1_damage, div.fighter2_damage {
    padding-top: 26px;
    font-size: 1.1em;
}

div.fighter2, div.fighter1_damage {
    float: right;
    text-align: right;
}

div.winner_colour {
    color: #00BB00;
}

div.loser_colour {
    color: red;
}

div#page_header {
    font-size: 2em;
    margin-bottom: 10px;
}

div#mini_header, div#page_header {
    font-style: italic;
    font-weight: bold;
}

div#no_employees, div#no_offers, div#no_local_offers, div#select_country,
div#currency_info, div#new_strength {
    width: 210px;
    margin-left: 23px;
}

div#resource_cost, div#save_company  {
    width: 310px;
    margin-left: 23px;
}

div#add_company, div#employeecount, div#add_citizen, div#company_added, div#home_message, div#rm_select {
    width: 600px;
    margin:auto;
}

div#force_result, div#please_login, div#language_select, div#no_companies, div#citizen_action,
div#opponent_selector, div#register_message, div#activation_alert, div#wellness_share,
table#components {
    width: 300px;
    margin:auto;
}

div#prod_info, div#activation_message, div#fight_box  {
    width: 700px;
    margin:auto;
}

div#please_login {
    font-weight: bold;
    font-style: italic;
}

div#force_result, div#fight_box, div#company_added, div#home_message {
    font-size: 1.4em;
    font-style: italic;
}

div#citizen_action, div#add_company, div#no_employees, div#no_offers, div#no_local_offers, div#select_country, div#resource_cost,
div#save_company, div#rm_select, div#currency_info, div#force_result, div#please_login, div#language_select, div#new_strength,
div#employeecount, div#prod_info, div#no_companies, div#add_citizen, div#opponent_selector, div#register_message, div#activation_message,
div#activation_alert, div#wellness_share, div#fight_box, div#company_added {
    text-align: center;
    margin-bottom: 10px;
    background-color: #EEEEEE;
    padding: 10px 5px 10px 5px;
    border: 1px dotted #999999;
}

div#fighter1 {
    float:left;
    width: 300px;
}

div#fighter2 {
    float:right;
    width: 300px;
}

div#versus {
    padding-top:30px;
}

div#fight_result {
    padding-top: 20px;
    font-size: 0.9em;
    font-style: normal;
}

div#home_message {
    padding-bottom: 20px;
}

/*Tables*/

fieldset, table#erep_markets, table#erep_mycompanies, table.erep_citizen_info, table#erep_citizen_damage,
table#erep_citizen_history, table#erep_markets_list, table#erep_country_offers, table#erep_exchange, table#erep_prod_result,
table#erep_prod_result_opt, table#fight_results, table#fight_totals, table#wellness_results, table#fight_list, table#leaderboard,
table#erep_fieldmarshal_list {
    margin:auto;
}

fieldset {
    width: 820px;
}

fieldset#wellness_notes {
    width: 400px;
    float: right;
}

fieldset#fight_advanced {
    width: 220px;
    float: right;
}

fieldset#login {
    width:130px;
}

fieldset#opponent_selector_fieldset {
    width: 220px;
}

fieldset#opponent_selector_fieldset input {
    background-color: #FFFFFF;
}

fieldset#find_citizen_by_id, fieldset#find_citizen_by_name {
    width: 120px;
}

table#erep_exchange {
    margin-top: 20px;
    width:250px;
}

table#erep_markets, table#erep_mycompanies, table.erep_citizen_info, table#erep_citizen_damage,
table#erep_citizen_history, table#erep_country_offers, table#erep_prod_result, table#erep_prod_result_opt,
table#fight_results, table#fight_totals, table#wellness_results, table#erep_fieldmarshal_list {
    width:850px;
}

table#erep_markets_list, table#fight_list, table#leaderboard {
    width: 600px;
}

table#fight_list, table#leaderboard {
    text-align: center;
}

table#fight_list tbody td, table#leaderboard tbody td {
    font-size: 1.3em;
    height: 85px;
}

table thead {
    text-align: left;
    cursor: pointer;
    background-color: #EEEEEE;
}

table td, table th {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 8pt;
}