/* Page Formatting section                                                           */
/*-----------------------------------------------------------------------------------*/

a.underline:link
{
	text-decoration: underline;
}

a.underline:visited
{
	text-decoration: underline;
}

a:link
{
	text-decoration: none;
	color: #0000A0;
}

a:visited
{
	text-decoration: none;
	color: #800080;
}

a:hover
{
	text-decoration: none;
	color: #0065CE;
}

.link_popup
{
	z-index: -1; position: absolute; visibility: hidden;
	border: 1px solid #000000; border-collapse: collapse;
	background-color: #FFFFE1;
	text-align: left; font-size: 12px;
}

.site_logo
{
	border: 1px solid #0065CE;
	color: #0065CE;
	background-color: #C6DBF7;
	padding: 0px;
}

.page_title
{
	border: 1px solid #0065CE;
	margin: 1px;
	color: #0065CE;
	background-color: #C6DBF7;
	font: bold 24pt serif;
	text-align: center;
}

.grey_section
{
	height: 100%;
	background-color: #EDEDED;
	padding: 4px;
}

.page_filler
{
	height: 100%;
	background-color: #EDEDED;
	padding: 4px;
}

.sidebar
{
	background-color: #EDEDED;
	padding: 5px 18px 5px 18px;
	margin: 0px 0px 2px 0px;
}

.updates
{
	margin: 5px 15px 5px 15px;
}

.update
{
	margin: 5px 0px 10px 0px;
	border-bottom: 2px solid #CBCBCB;
	border-top: 2px solid #CBCBCB;
}

.page_content
{
	height: 100%;
	background-color: #EDEDED;
	padding: 5px 20px 5px 20px;
}

.back
{
	background-color: #EDEDED;
	padding: 5px 20px 5px 20px;
}

.link_box
{
	text-align: center;
	border: 1px solid #0065CE;
	margin: 1px;
	color: #0065CE;
	background-color: #C6DBF7;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Map Text Formatting section                                                       */
/*-----------------------------------------------------------------------------------*/

.map_caption
{
	z-index: -1; position: absolute; visibility: hidden;
	width: 200px;
}

.map_table
{
	border: 1px solid #000000; border-collapse: collapse;
	background-color: #FFFFE1;
	text-align: left; font: 12px serif;
	width: 100%;
}

.map_list_caption
{
	border-bottom: 2px solid #C0C0C0;
	background-color: #EEEEEE;
}

.server_id
{
	border-bottom: 2px solid #C0C0C0;
	background-color: #FFFFFF;
}

.map_list_popup
{
	border-bottom: 2px solid #C0C0C0;
	background-color: #C6D8F7;
}

.map_list_maps
{
	border-bottom: 2px solid #C0C0C0;
	background-color: #C8C896;
}

.map_list_plants
{
	border-bottom: 2px solid #C0C0C0;
	background-color: #B6D56C;
}

.map_popup
{
	border: 2px solid #000000; border-collapse: collapse;
	background-color: #FFFFFF;
	text-align: left; font: 12px serif;
}

.map_popup_caption
{
	background-color: #C6D8F7;
	text-align: center;
}

.map_x
{
	background-color: #C0C0C0;
	width: 10%;
	white-space: nowrap; text-align: center;
}

/* Form Formatting section                                                          */
/*-----------------------------------------------------------------------------------*/

.id
{
	visibility: hidden;
	z-index: -1;
	position: absolute;
}

/* Table Formatting section                                                          */
/*-----------------------------------------------------------------------------------*/

.main_table
{
	border: 0px;
	position: relative;
}

td
{
	empty-cells: show;
}

.table_header
{
	text-align: center;
	border: 1px solid #0065CE;
	margin: 1px;
	color: #FFFFFF;
	background-color: #0065CE;
	font-weight: bold;
}

.table_name
{
	border: 1px solid #0065CE;
	margin: 1px;
	color: #0065CE;
	background-color: #C6DBF7;
	font-weight: bold;
}

.table_body
{
	text-align: center;
	border: 1px solid #EDEDED;
	margin: 1px;
	background-color: #EDEDED;
}

.table_body_left
{
	text-align: left;
	border: 1px solid #EDEDED;
	margin: 1px;
	background-color: #EDEDED;
}

.table_body_dark1
{
	text-align: center;
	border: 1px solid #D0D0D0;
	margin: 1px;
	background-color: #D0D0D0;
}

.table_body_dark
{
	text-align: left;
	border: 1px solid #D0D0D0;
	margin: 1px;
	background-color: #D0D0D0;
}

.table_caption
{
	text-align: center;
	border: 2px solid #339933;
	background-color: #18BE42;
	font-weight: bold;
}

.table_caps_header
{
	font: 12px serif;
	vertical-align: bottom;
}

.monster_tables caption
{
	background-color: #0065CE;
	text-align: center;
	border: 1px solid #003464;
	font-weight: bold;
	font-color: #FFFFFF
}

.monster_tables th
{
	background-color: #C6DBF7;
	text-align: center;
	font-size: 12;
	font-weight: bold;
}

.monster_tables td 
{
	background-color: #EDEDED;
	text-align: center;
	font-size: 12;
}

.monster_tables td.mimg
{
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12;
	font-weight: bold;
	width: 200px;
}

.search_tables th
{
	background-color: #C0C0C0;
	width: 120px;
	text-align: right;
	font-weight: bold;
}

.admin_body_left
{
	text-align: left;
	background-color: #D0D0D0;
}

.admin_body
{
	text-align: center;
	background-color: #D0D0D0;
}

.admin_header
{
	text-align: center;
	background-color: #AEADBE;
	font-size: 12px;
	vertical-align: bottom;
}

.admin_header_left
{
	text-align: left;
	background-color: #AEADBE;
	font: 12px serif;
	vertical-align: bottom;
}

.new_caption
{
	text-align: center;
	background-color: #D0D0D0;
	font: bold 14px serif;
	margin: 0px 0px 2px 0px;
}

/* Text Formatting section                                                           */
/*-----------------------------------------------------------------------------------*/

p
{
	text-indent: 30px; text-align: justify;
}

.noindent
{
	text-indent: 0px;
}

.minor_title
{
	color: #0065CE;
	font-weight: bold;
}

.psidebar
{
	text-indent: 0px;
}

.counter
{
	text-indent: 0px;
	text-align: center;
}

.list_title
{
	color: #FF0000;
}

.list_title_2
{
	font-style: italic;
}

.date
{
	color: #0065CE;
}

.formula
{
	color: #008000;
}

.equation
{
	color: #3300CC;
}

.good_mod
{
	color: #008000;
	font-weight: bold;
}

.bad_mod
{
	color: #FF0000;
	font-weight: bold;
}

/* Contents Menu Formatting section                                                  */
/*-----------------------------------------------------------------------------------*/

.menu1
{
	border: 1px outset; height: 23px;
	text-decoration: none;
	background-color: #EDEDED;
}

.menu2
{
	z-index: -1;	position: absolute; visibility: hidden;
	left: 213px; top: 19px;
	border: 2px outset #FFFFFF; padding: 1px;
	background-color: #EDEDED;
}

.menu3
{
	z-index: -1;	position: absolute; visibility: hidden;
	left: 254px; top: 19px;
	border: 2px outset #FFFFFF; padding: 1px;
	background-color: #EDEDED;
}

.menu4
{
	z-index: -1;	position: absolute; visibility: hidden;
	left: 290px; top: 19px;
	border: 2px outset #FFFFFF; padding: 1px;
	background-color: #EDEDED;
}

.menu5
{
	z-index: -1;	position: absolute; visibility: hidden;
	left: 353px; top: 19px;
	border: 2px outset #FFFFFF; padding: 1px;
	background-color: #EDEDED;
}

.menu6
{
	z-index: -1;	position: absolute; visibility: hidden;
	left: 392px; top: 19px;
	border: 2px outset #FFFFFF; padding: 1px;
	background-color: #EDEDED;
}

.menu7
{
	z-index: -1;	position: absolute; visibility: hidden;
	left: 450px; top: 19px;
	border: 2px outset #FFFFFF; padding: 1px;
	background-color: #EDEDED;
}

.menu8
{
	z-index: -1;	position: absolute; visibility: hidden;
	left: 511px; top: 19px;
	border: 2px outset #FFFFFF; padding: 1px;
	background-color: #EDEDED;
}

.menu9
{
	z-index: -1;	position: absolute; visibility: hidden;
	left: 566px; top: 19px;
	border: 2px outset #FFFFFF; padding: 1px;
	background-color: #EDEDED;
}

.menu10
{
	z-index: -1;	position: absolute; visibility: hidden;
	left: 325px; top: 72px;
	border: 2px outset #FFFFFF; padding: 1px;
	background-color: #EDEDED;
}
.menu11
{
	z-index: -1;	position: absolute; visibility: hidden;
	left: 325px; top: 88px;
	border: 2px outset #FFFFFF; padding: 1px;
	background-color: #EDEDED;
}
.menu12
{
	z-index: -1;	position: absolute; visibility: hidden;
	left: 325px; top: 104px;
	border: 2px outset #FFFFFF; padding: 1px;
	background-color: #EDEDED;
}
.menu13
{
	z-index: -1;	position: absolute; visibility: hidden;
	left: 392px; top: 40px;
	border: 2px outset #FFFFFF; padding: 1px;
	background-color: #EDEDED;
}
.menu14
{
	z-index: -1;	position: absolute; visibility: hidden;
	left: 407px; top: 56px;
	border: 2px outset #FFFFFF; padding: 1px;
	background-color: #EDEDED;
}
.menu15
{
	z-index: -1;	position: absolute; visibility: hidden;
	left: 467px; top: 88px;
	border: 2px outset #FFFFFF; padding: 1px;
	background-color: #EDEDED;
}
.menu16
{
	z-index: -1;	position: absolute; visibility: hidden;
	left: 447px; top: 72px;
	border: 2px outset #FFFFFF; padding: 1px;
	background-color: #EDEDED;
}

.item
{
	font: 8pt/12pt "Tahoma" serif; color: #34485A;
	border: 1px solid #EDEDED;
	text-decoration: none; cursor: default;
}

.subitem
{
	font: 8pt/12pt "Tahoma" serif; color: #34485A;
	text-decoration: none; cursor: default;
	text-indent: 10px;
}

.subsection
{
	font: 8pt/12pt "Tahoma" serif; color: #34485A;
	text-decoration: none;
	border-bottom: 2px groove; padding: 1px;
	cursor: default;
	text-indent: 9px;
}

.arrow1
{
	font: 8pt/12pt "Tahoma" serif; color: #34485A;
	text-decoration: none; cursor: default;
	position: absolute; right: 5px; top: 58px;
}

.arrow2
{
	font: 8pt/12pt "Tahoma" serif; color: #34485A;
	text-decoration: none; cursor: default;
	position: absolute; right: 5px; top: 74px;
}

.arrow3
{
	font: 8pt/12pt "Tahoma" serif; color: #34485A;
	text-decoration: none; cursor: default;
	position: absolute; right: 5px; top: 90px;
}

.arrow4
{
	font: 8pt/12pt "Tahoma" serif; color: #34485A;
	text-decoration: none; cursor: default;
	position: absolute; right: 5px; top: 26px;
}

.arrow5
{
	font: 8pt/12pt "Tahoma" serif; color: #34485A;
	text-decoration: none; cursor: default;
	position: absolute; right: 5px; top: 42px;
}

.arrow6
{
	font: 8pt/12pt "Tahoma" serif; color: #34485A;
	text-decoration: none; cursor: default;
	position: absolute; right: 5px; top: 74px;
}

.arrow7
{
	font: 8pt/12pt "Tahoma" serif; color: #34485A;
	text-decoration: none; cursor: default;
	position: absolute; right: 5px; top: 58px;
}

/* Carriage return required at end of file!!!! */

