html, body, p, div, table, tr, td, form, input, textarea
{
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, Times;
}

img
{
	vertical-align: middle;
	border: none;
}

area
{
	border: none;
}

body.buttons
{
	background-image: url(bottom_bg1.gif);
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

td.main_content
{
	padding: 0px 20px 0px 20px;
}

html.central
{
	overflow: hidden;
	height: 100%;
}

body.central
{
	overflow: hidden;
	height: 100%;
	background-color: #e8e2d2;
	background-image: url(main_left.gif);
	background-position: 0% 0%;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

div.main_right2
{
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-y: scroll;
	background-image: url(main_right.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

div.main_right
{
	height: 100%;
}

div.main_right_centered
{
	height: 100%;
	background-image: url(main_right.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

div.main_content
{
	padding: 3px 23px 3px 23px;
}

body.chat
{
	background-color: #ffffe9;
	background-image: url(chat_left.gif);
	background-position: 0% 0%;
	background-repeat: repeat-y;
	padding: 5px 15px 5px 15px;
	width: 95%;
}

body.chat *
{
	font-size: 12px;
}

body.post
{
	background-image: url(bottom_bg1.gif);
	background-position: 100% 0%;
	background-repeat: repeat-x;
	margin: 7px 42px 5px 73px;
}

div.post_clock
{
	position: absolute;
	left: 5px;
	top: 7px;
	border: solid 2px #000000;
	background-color: #fbf4e0;
	width: 60px;
	height: 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #70180f;
  cursor: default; 
}

div.post_submit
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 37px;
	height: 37px;
}

input.post_chat
{
	width: 100%;
	font-size: 12px;
	background-color: #fbf4e0;
}

div.post_input
{
	background-color: #fbf4e0;
	border: solid 2px #000000;
	height: 16px;
	padding: 2px;
}

body.roster
{
	background-color: #ffffe9;
	background-image: url(chat_right.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

html.roster, body.roster
{
	overflow: hidden;
	height: 100%;
}

div.roster_top
{
	font-size: 10px;
	padding: 3px 5px 0px 5px;
}

div.roster_lochead
{
	border-bottom: solid 1px #000000;
	margin-bottom: 3px;
	padding: 0px 5px 1px 5px;
}

div.roster_entry
{
	padding: 0px 5px 0px 5px;
}

table.top
{
	border-collapse: collapse;
	width: 100%;	
}

table.top img
{
	vertical-align: top;
}

td.top_left
{
	width: 308px;
}

td.top_central
{
	text-align: center;
	vertical-align: top;
	background-image: url(top_bg.gif);
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

td.top_right
{
	width: 288px;
}

div.top_location
{
	height: 42px;
	background-image: url(location.gif);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

div#location
{
	padding-top: 4px;
	color: #9a9689;
	font-size: 14px;
	font-weight: bold;
}

div.top_movement
{
	width: 312px;
	height: 23px;
	background-image: url(movement.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	padding-top: 7px;
	text-align: left;
}

div.top_line_green
{
	margin-left: 46px;
	width: 0px;
	height: 9px;
	font-size: 2px;
	background-image: url(line_green.gif);
}

div.top_line_red
{
	margin-left: 46px;
	width: 0px;
	height: 9px;
	font-size: 2px;
	background-image: url(line_red.gif);
}

div.border_top
{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	width: 100%;
	height: 2px;
	background-color: #000000;
}

div.border_left
{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	width: 2px;
	height: 100%;
	background-color: #000000;
}

.menu_bg
{
}

.menu_fg
{
}

.menu_text
{
	color: #000000;
	line-height: 20px;
}

.menu_caption
{
	color: #ffffff;
}

.menu_close
{
	padding: 3px;
	text-align: right;
}

.menu_close a
{
	color: #8080ff;
}

table.location
{
	width: 100%;
	margin-top: 5px;
}

table.location td.character
{
	width: 300px;
	padding: 0px 10px 0px 15px;
}

table.location td.image
{
	vertical-align: top;
}

table.location td.rose
{
	width: 300px;
	padding: 0px 30px 0px 10px;
	vertical-align: top;
}

div.rose
{
	margin: 20px 0px 20px 0px;
}

table.location td, table.location div
{
	text-align: center;
}

table.location td.menu
{
	vertical-align: top;
	width: 300px;
	padding: 0px 10px 0px 10px;
}

table.main_content_centered
{
	width: 98%;
	height: 100%;
}

table.main_content
{
	width: 98%;
	min-height: 100%;
}

div.msg
{
	width: 522px;
	height: 99px;
	background-image: url(paper.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

div.msg div.delim1
{
	height: 10px;
}

div.msg table.content
{
	width: 470px;
	margin: 0px 0px 0px 25px;
	height: 75px;
}

div.msg table.content td
{
	text-align: center;
}

div.msg a:link, div.msg a:visited, div.msg a:hover, div.msg a:active
{
	color: #000000;
	font-weight: bold;
}

table.character
{
	width: 100%;
}

table.character td.avatar
{
	padding: 5px 10px 0px 15px;
	width: 250px;
	vertical-align: top;
	text-align: left;
}

table.character td.params
{
	padding: 5px 10px 0px 0px;
	vertical-align: top;
	width: 230px;
	text-align: left;
}

table.character td.right
{
	padding: 5px 15px 0px 0px;
	vertical-align: top;
	text-align: left;
}

table.character td.params h1
{
	margin: 6px 0px 0px 0px;
	font-size: 12px;
}

p.note
{
	margin: 2px 0px 4px 0px;
}

.note
{
	font-size: 11px;
	color: #4B4B4B;
	text-align: left;
}

.note *
{
	font-size: 10px;
}

table.character td.params p
{
	width: 220px;
}

table.values
{
	width: 100%;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
}

table.values td.vict
{
	border-left: solid 1px #c0c0c0;
	border-top: solid 1px #c0c0c0;
	width: 33%;
}

table.values td.armor
{
	border-left: solid 1px #c0c0c0;
	border-top: solid 1px #c0c0c0;
	width: 20%;
}

table.values td.magic
{
	border-left: solid 1px #c0c0c0;
	border-top: solid 1px #c0c0c0;
	width: 25%;
}

table.values td.param
{
	border-left: solid 1px #c0c0c0;
	border-top: solid 1px #c0c0c0;
	width: 140px;
	padding: 0px 2px 0px 2px;
	font-size: 10px;
}

table.values td.param *
{
	font-size: 10px;
}

table.values td.value *
{
	font-size: 10px;
}

table.values td.value
{
	border-left: solid 1px #c0c0c0;
	border-top: solid 1px #c0c0c0;
	width: 140px;
	padding: 0px 2px 0px 2px;
	font-size: 10px;
}

div.item_add_html
{
	margin: 0px 0px 5px 0px;
}

div.menu_header
{
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}

div.paged_top
{
	text-align: right;
}

table.paged_top
{
	margin: 0 0 0 auto;
	width: 457px;
	height: 50px;
	background-image: url(paged_top.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	right: 0px;
}

table.paged_top td
{
	width: 114px;
	height: 25px;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
}

table.paged_top td.available, table.paged_top td.available *
{
	color: #600000;
}

table.paged_top td.unavailable
{
	color: #808080;
}

div.paged_content_left
{
	background-color: #eee3cd;
	background-image: url(paged_left.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
}

div.paged_content_right
{
	background-image: url(paged_right.gif);
	background-repeat: repeat-y;
	background-position: 100% 0%;
	padding: 0px 20px 20px 20px;
}

div.paged_selected
{
	background-image: url(paged_top_bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

div.paged_selected_left
{
	background-image: url(paged_top_left.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

div.paged_selected_right
{
	height: 30px;
	background-image: url(paged_top_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

div.paged_bottom
{
	background-image: url(paged_bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

div.paged_bottom_left
{
	background-image: url(paged_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

div.paged_bottom_right
{
	height: 30px;
	background-image: url(paged_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

td.item_delim
{
	height: 10px;
	background-image: url(item_delim_bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	vertical-align: top;
}

div.item_delim_left
{
	height: 10px;
	background-image: url(item_delim_left.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

td.inventory_image
{
	width: 150px;
	vertical-align: top;
	padding-bottom: 5px;
}

td.inventory_delim
{
	width: 30px;
	background-image: url(item_delim_vert.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

td.inventory_params
{
	padding: 0px 10px 5px 0px;
	vertical-align: top;
}

td.inventory_params *
{
	font-size: 11px;
}

td.inventory_params div.item_title
{
	margin: 0;
}

table.avatar
{
	height: 285px;
}

table.avatar td
{
	text-align: center;
}

table.avatar table.left
{
	width: 70px;
	height: 285px;
}

table.avatar table.central
{
	width: 130px;
	height: 285px;
	text-align: center;
}

table.avatar table.right
{
	width: 70px;
	height: 285px;
}

table.avatar td.slot1, table.avatar td.slot14
{
	width: 70px;
	height: 45px;
	background-image: url(slot_70x45.gif);
}

table.avatar td.slot2
{
	width: 70px;
	height: 80px;
	background-image: url(slot_70x80.gif);
}

table.avatar td.slot3
{
	width: 70px;
	height: 95px;
	background-image: url(slot_70x95.gif);
}

table.avatar td.slot4, table.avatar td.slot5, table.avatar td.slot12, table.avatar td.slot13
{
	width: 35px;
	height: 35px;
	background-image: url(slot_35x35.gif);
}

table.avatar td.slot6, table.avatar td.slot7, table.avatar td.slot8, table.avatar td.slot9, table.avatar td.slot10
{
	width: 70px;
	height: 35px;
	background-image: url(slot_70x35.gif);
}

table.avatar td.slot11
{
	width: 70px;
	height: 70px;
	background-image: url(slot_70x70.gif);
}

td.slot11 img
{
	width: 70px;
	height: 70px;
}

div.item_title
{
	color: #ffffff;
	background-color: #404040;
	padding: 3px;
	margin: 0px -3px 0px -3px;
}

div.item_actions a
{
	font-size: 11px;
	display: block;
	margin-right: 5px;
	padding: 2px;
}

div.item_actions a:link, div.item_actions a:visited
{
	color: #4B4B4B;
}

div.item_actions a:hover, div.item_actions a:active
{
	color: #222222;
}

div.menu
{
	text-align: center;
	margin: -10px 0px 5px 0px;
	font-size: 14px;
}

span.menu_selected
{
	background-color: #404040;
	color: #c0c0c0;
	padding: 2px;
}

div.popup_left_top
{
	height: 5px;
	background-image: url(popup_top.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

div.popup_left_content
{
	background-image: url(popup_bg.gif);
	background-repeat: repeat-y;
	background-position: 100% 0%;
	padding: 0px 16px 10px 40px;
}

div.popup_left_bottom
{
	height: 7px;
	background-image: url(popup_bottom.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

div.popup_right_top
{
	height: 5px;
	background-image: url(popup_top_right.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

div.popup_right_content
{
	background-image: url(popup_bg.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	padding: 0px 40px 10px 16px;
}

div.popup_right_bottom
{
	height: 7px;
	background-image: url(popup_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

div.popup_left_content h2, div.popup_right_content h2
{
	margin: 0px 0px 10px 0px;
	padding-top: 10px;
}

div.popup_right_content a:link, div.popup_left_content a:link, div.popup_right_content a:visited, div.popup_left_content a:visited, div.popup_right_content a:hover, div.popup_left_content a:hover, div.popup_right_content a:active, div.popup_left_content a:active
{
	color: #790201;
	font-weight: bold;
}

div.popup_right_content span.inactive, div.popup_left_content span.inactive
{
	color: #808080;
	font-weight: bold;
}

div.popup_right_content div.inactive, div.popup_left_content div.inactive
{
	color: #808080;
}

table.bars
{
	margin: 3px 0px 3px 0px;
}

table.bars *
{
	font-size: 2px;
}

table.bars td
{
	vertical-align: middle;
	text-align: left;
	padding: 0px 3px 0px 3px;
}

table.bars td.val_l
{
	font-size: 10px;
	text-align: left;
}

table.bars td.val_r
{
	font-size: 10px;
	text-align: right;
}

td.bar div
{
	height: 3px;
}

td.bar div.grey
{
	text-align: left;
	width: 173px;
	background-image: url(grey.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
}

td.bar div.hp
{
	background-image: url(hp.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
}

td.bar div.sp
{
	background-image: url(stamina.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
}

td.bar div.mana
{
	background-image: url(mana.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
}

td.bar div.spirit
{
	background-image: url(spirit.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
}

a.return
{
	display: block;
	width: 66px;
	height: 32px;
	text-align: center;
	background-image: url(return.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	vertical-align: middle;
	padding-top: 17px;
}

a.return:link, a.return:visited, a.return:hover, a.return:active
{
	color: #000000;
}

div.character_params
{
	font-size: 10px;
}

div.character_params *
{
	font-size: 10px;
}

table.bank
{
	width: 95%;
	border-collapse: separate;
}

table.bank td
{
	padding: 5px 5px 5px 5px;
	border: solid 1px #c0c0c0;
	text-align: left;
	background-color: #f8f2da;
}

table.bank td.operations
{
	border: none;
	background: none;
}

table.bank td.currency
{
	background-color: #f0eada;
}

table.bank td.robot
{
	background-color: #f0eaea;
}

div.dealer
{
}

div.dealer img
{
	margin: 5px 5px 5px 0px;
}

table.character_params
{
	margin: 10px 0px 10px 0px;
}

table.character_params td
{
	padding-right: 15px;
}

span#bonus
{
	font-weight: bold;
}

td.param_value
{
	font-weight: bold;
}

div.list_message
{
	margin-bottom: 4px;
}

div.list_bottom_message
{
	margin-bottom: 4px;
}

div.list_pages
{
	margin-bottom: 4px;
}

div.contact_comment
{
	color: #808080;
	font-size: 10px;
}

div.avatar_name
{
	text-align: center;
}

table.avatar td.image
{
	height: 220px;
}

td.above_avatar
{
	height: 33px;
}

td.below_avatar
{
	height: 32px;
	vertical-align: top;
}

body.userimage
{
	background-color: #000000;
	background-image: url(userimage.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

img.userimage
{
	position: absolute;
	left: 20px;
	top: 92px;
}

div.userimage_title
{
	position: absolute;
	left: 330px;
	top: 200px;
	width: 195px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	font-family: sans-serif;
	color: #404040;
}

span.user_title
{
	color: #808080;
}

span.prefix
{
	font-style: italic;
	color: #808080;
}

span.suffix
{
	font-style: italic;
	color: #808080;
}

div.location_image
{
	width: 514px;
	height: 260px;
	background-image: url(location_border.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

div.location_image img
{
	vertical-align: top;
	margin: 5px 7px 5px 7px;
}

div.under_location
{
	width: 522px;
	height: 99px;
	text-align: center;
	background-image: url(paper.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 4px;
}

div.under_location1
{
	padding: 10px 20px 0px 20px;
}

div.location_name
{
	font-weight: bold;
	margin-bottom: 2px;
}

table.location div.tutorial
{
	color: #800000;
}

div.tutorial img
{
	display: block;
	margin: 3px;
}

div.fight_list
{
	padding: 80px 0px 0px 270px;
	background-image: url(fight/fight_list_head.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-align: left;
	padding-bottom: 150px;
}

div.scroll_top
{
	height: 11px;
	background-image: url(fight/top.gif);
	background-repeat: repeat-x;
	background-position: 50% 0%;
}

div.scroll_top_left
{
	height: 11px;
	background-image: url(fight/top_left.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

div.scroll_top_right
{
	height: 11px;
	background-image: url(fight/top_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

div.scroll_bottom
{
	height: 11px;
	background-image: url(fight/bottom.gif);
	background-repeat: repeat-x;
	background-position: 50% 0%;
}

div.scroll_bottom_left
{
	height: 11px;
	background-image: url(fight/bottom_left.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

div.scroll_bottom_right
{
	height: 11px;
	background-image: url(fight/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

div.fightscrollsw
{
	overflow: auto;
	text-align: left;

	background-image: url(fight/left.gif);
	background-repeat: repeat-y;
	background-position: 0% 50%;

	padding: 0;
}

div.scroll_left
{
	background-image: url(fight/left.gif);
	background-repeat: repeat-y;
	background-position: 0% 50%;
}

div.scroll_right
{
	padding: 0px 15px 0px 15px;
	text-align: left;

	background-image: url(fight/right.gif);
	background-repeat: repeat-y;
	background-position: 100% 50%;
}

div.mode1
{
	width: 124px;
	height: 32px;
	background-image: url(fight/mode1.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
}

div.mode2
{
	width: 124px;
	height: 32px;
	background-image: url(fight/mode2.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
}

div.btn *, div.btn a:link, div.btn a:hover, div.btn a:visited, div.btn a:active
{
	color: #000000;
}

div.btnspc
{
	height: 9px;
	font-size: 2px;
}

table.menu img
{
	vertical-align: top;
}

div.timer
{
	width: 206px;
	height: 32px;
	background-image: url(fight/timer.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
}

table.fight
{
	width: 100%;
	border-collapse: collapse;
}

table.fight td
{
	padding: 2px;
}

.fight_header
{
	font-weight: bold;
	font-size: 13px;
	margin-top: 5px;
	color: #404040;
}

table.bank td div#divFlypayAgent td
{
	border: 0;
}

#fpa-account, #fpa-course, #fpa-menuitem-support
{
	display: none;
}

table.location_progress
{
	margin: 5px 0px 3px 0px;
}

table.location_progress td#progress_value
{
	width: 100px;
}

table.location_progress td.progress_bar
{
	padding-right: 25px;
	font-size: 2px;
	text-align: left;
	width: 402px;
}

table.location_progress div.progress_bar
{
	border: solid 1px #808080;
	font-size: 2px;
	text-align: left;
}

table.location_progress div#progress_bar
{
	height: 4px;
	font-size: 2px;
	border-right: solid 1px #808080;
	text-align: left;
}

div.frame td.submit
{
	text-align: center;
}

div.frame .form_input
{
	width: 100%;
}

div.frame .form_textarea
{
	width: 100%;
}
