@charset "utf-8";
/* CSS Document */

body
{
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	background-color:#d0d0af;
	color:#FFF;
}

a
{
	color:#FA0;
}
a:hover
{
	color:#fff;
}

input, select
{
	border:1px solid #000;
	font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	margin-top:.2em;
	margin-bottom:.2em;
	height:1.4em;
}
select
{
	height:auto;
}

#nav_div
{
	margin-left:auto;
	margin-right:auto;
	min-width:1024px;
	min-height:20px;
	max-width:1024px;
	width:1000px;
	background-color:none;
	color:#000;
}
#nav_div a
{
	color:#000;
}
#main_div
{
	margin-left:auto;
	margin-right:auto;
	min-width:1024px;
	min-height:100px;
	max-width:1024px;
	width:1024px;
	background-color:none;
}

#main_header
{
	width:1024px;
	max-width:1024px;
	min-width:1024px;
	height:150px;
	max-height:150px;
	min-height:150px;
	background-image:url(img/header.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#main_table
{
	margin-left:auto;
	margin-right:auto;
	padding-top:1em;
	padding-bottom:1em;
	width:950px;
	min-width:900px;
}

#index_table
{
	margin-left:auto;
	margin-right:auto;
	padding-top:1em;
	padding-bottom:1em;
	width:560px;
	min-width:560px;		
}
#edit_table
{
	margin-left:auto;
	margin-right:auto;
	padding-top:1em;
	padding-bottom:1em;
	width:500px;
	min-width:500px;
}
#table_head,#table_mid,#table_bottom
{
	width:1024px;
	min-width:1024px;
	max-width:1024px;
}
#table_head
{
	height:43px;
	min-height:43px;
	background-image: url(img/table_top.png);
	background-position:top left;
	background-repeat:no-repeat;

}
#table_mid
{
	background-image:url(img/table_mid.png);
}
#table_bottom
{
	height:43px;
	min-height:43px;
	background-image:url(img/table_bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#row1, #row2 ,#row3, #edit1, #edit2, #edit3
{
	margin-left:1em;
	margin-right:1em;
}
#row1
{
	background-color:#111;
	min-height:2em;
	height:2em;
	text-align:center;
	text-indent:3px;
	border:0 !important;
}
#row2
{
	background-color:#333;
	text-indent:3px;
	min-height:2em;
	height:2em;
}
#row3
{
	background-color:#3A3A3A;
	text-indent:3px;
	text-align:center;
	height:2em;
	min-height:2em;
}
#edit1
{
	background-color:#111;
	min-height:3em;
	height:3em;
	text-align:center;
	text-indent:3px;
	border:0 !important;
}
#edit2
{
	background-color:#333;
	text-indent:3px;
	min-height:3em;
	height:3em;
}
#edit3
{
	background-color:#444;
	text-indent:3px;
	text-align:middle;
	height:3em;
	min-height:3em;
}

#col1, #col2
{
	border-right:2px solid #111;
	padding-top:.5em;
	padding-bottom:.5em;
}
#col1
{
	text-align:center;
}
#col2
{
	text-align:center;
}

#new
{
	width:1024px;
	height:90px;
	text-align:center;
	display:inline-table;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/new_icon.png);
	background-position:top;
	background-repeat:no-repeat;
}

img
{
	border:none;
}
#item, #weapon
{
	margin-left:auto;
	margin-right:auto;
	display:inline;
}

#item
{
	padding-right:4.2em;
	margin-left:-3.8em;
}
#weapon
{
	marign-left:-2em;
}

#footer a
{
	color:#000;
}
#page
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#page a
{
color:#000;
}

.validateError
{
	color:#FEB000;
}