/*
2
000000
*/
body
{
  background-color: #000000;
  color: #FFFFFF;
  
  font-family: courier new, times new roman;
  font-size: 16px;
  
  margin: 5px;
}

a
{
  color: inherit;
  text-decoration: underline;
}

a.highlight
{
  color: #FF0000;
}

a:hover
{
  color: inherit;
  text-decoration: overline underline;
}

a:active
{
  color: #;
  text-decoration: overline;
}

a:visited
{
  color: #FFFFFF;
  text-decoration: underline;
}

button
{
  border: 1px solid #FFFFFF;
  background-color: #000000;
  color: #FFFFFF;
}

input[type="text"], input[type="password"], input[type="checkbox"], textarea
{
  background-color: #000000;
  color: #FFFFFF;
}

input[type="text"], input[type="password"]
{
  margin-top:    0px;
  margin-bottom: 5px;
  margin-left:   0px;
  margin-right:  0px;
  
  border-top: 1px solid #FFFFFF;  border-bottom: 1px solid #FFFFFF;  border-left: 1px solid #FFFFFF;  border-right: 1px solid #FFFFFF;}


input[type="checkbox"]
{
  border: 1px solid #FFFFFF;
  margin: 0px;
  padding: 0px;
}

strong
{
  font-weight: bold;
  font-size: 20px;
}

table, tr
{
  padding: 0px;
  border-spacing: 0px;
}

textarea
{
  border: 1px solid #FFFFFF;
}

th
{
  font-weight: bold;
}

th, td
{
  padding-left:   5px;
  padding-right:  5px;
  padding-top:    0px;
  padding-bottom: 0px;
  
  border-style:   none;
}

ul
{
  margin: 0px;
  padding-left:   20px;
  padding-right:  0px;
  padding-top:    0px;
  padding-bottom: 0px;
}

#left_nav
{
  float: left;
  padding-right:  10px;
}

#content
{
  overflow: hidden;
}

#php_feedback
{
  color: #0000FF;
}

#feedback
{
//  float: left;
}

#pw_note_div
{
  text-decoration: underline;
  text-align: right;
}

#char_div
{
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}

#other_list_div, #owner_list_div
{
  padding-left:  5px;
  padding-right: 5px;
  margin: 0px;
}

#misc_sess_content_div
{
//  float: right;
  border-right: 1px solid FFFFFF;
}

#sess_topnav_txt_0
{
  display: none;
  font-weight: bold;
}
#sess_topnav_lnk_0
{
  display: inline;
}
#sess_topnav_txt_1
{
  display: inline;
  font-weight: bold;
}
#sess_topnav_lnk_1
{
  display: none;
}

#svg_div
{
  float: left;
}

#dm_views, #dm_views_title
{
  border-bottom: 1px solid #FFFFFF;
  overflow: hidden;
}

#sel_char_data_title
{
  font-weight: bold;
  font-size:   18px;
}

#click_mode_links_div
{
  display: inline;
}

#footer, #footer_center
{
  margin: 0px;
  padding: 0px;
}

#footer
{
  float: right;
  text-align: right;
  border-top: 1px solid #FFFFFF;
  display: inline;
}

.battle_grid
{
/*
  width: 600px;
  height: 660px;
  border: 1px solid #FFFFFF;
*/
}

.captcha
{
  float: right;
  padding: 5px;
  border: 1px solid #FFFFFF;
}

.check_box .check_box_txt .check_box_value
{
  display: inline;
}

.check_box:hover
{
  text-decoration: underline;
}

.highlight
{
  background-color: #BBBBBB;
  color: #555555;
}

.lowlight
{
  background-color: #333333;
  color: #DDDDDD;
}

.school_name, .subschool_name
{
  display: inline;
}

.subschool_content
{
  margin-left:  30px;
  margin-right:  0px;
  margin-bottom: 0px;
  margin-top:    0px;
  padding: 0px;
}

.spell
{
  overflow: hidden;
}

.spell_content
{
/*  border: 1px dashed #FFFFFF; */
  display: block;
  overflow: hidden;
}

.spell_editor
{
  display: none;
}

.spell_name
{
  display:         inline;
  font-weight:     bold;
  text-decoration: underline;
}

.spell_props_stacked
{
  border-right:  1px dashed #FFFFFF;
  border-bottom: 1px dashed #FFFFFF;
  float: left;
  max-width: 50%;
}

.spell_prop_section_title
{
  font-weight: bold;
}

.spell_props
{
  display: inline;
}

.spell_stacked_prop_title
{
  vertical-align: top;
}

.spell_viewer
{
  display: inline;
}

.spell_viewer_component_type
{
  vertical-align: top;
}

.subcontent1
{
  border-left: 1px solid #FFFFFF;
  margin-left: 4px;
  padding-left: 10px;
}

.th_header
{
  border: 0px solid #000000;
  padding-bottom: 5px;
}