/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.buildtable {
	width: 800px;
	border-collapse: collapse; 
	background-color: #E4E4E4; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.buildtable_menu {
	width: 800px;
	border-collapse: collapse; 
	background-color: #E4E4E4; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.buildtable_submenu {
	border-collapse: collapse; 
	background-color: #E4E4E4; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.iebuildfix {
	* padding-left: 8px;
}

.ieposfix {
	margin-left: 42px; 
	padding-bottom: 2px;
}

.help {
	cursor:help;
}

.buildtable_menu a  {
	
	color:#070572;
	text-decoration: none;	
}

.buildtable_menu a:hover {
	color:#7B2269;
}

.buildtable_submenu a  {
	
	color:#070572;
	text-decoration: none;	
}

.buildtable_submenu a:hover {
	color:#7B2269;
}


#title_holder {
	width: 800px;
	height: 510px;
	vertical-align: bottom;
	padding: 0px 150px 50px 5px;
	background:url(images/title.jpg) no-repeat center center;
}


a {
	color:#B055E8;
}

a:hover {
	color:#7B2269;
}


.warning {
	color: #FF4444;
}

.text {
	font-size: 12px;
}

.large {
	font-size: 18px;
	font-weight: bold;
}

.big {
	font-size: 14px;
}

.small {
	font-size: 10px;
}

.fbig {
	font-size: 16px;
}

.fsmall {
	font-size: 10px;
}

.tiny {
	font-size: 1px;
}

.message {
	border: 1px solid #62916F;
	width: 473px;
	background: url(images/message_background.jpg);
	font-weight: bold;
	height: 48px;
	padding: 6px 6px 6px 78px;
	text-align: left;
	vertical-align: middle;	
}

.map_div {
	z-index: 1; 
	text-align: left; 
	width: 750px; 
	height: 750px; 
	background: url('images/map/map.jpg') no-repeat; 
}

.map_zoom_div {
	z-index: 1; 
	text-align: left; 
	width: 300px; 
	height: 300px; 
	background-color: #15B661;
	background: url('images/map/zoom.gif') no-repeat; 
	border: 1px solid #000000;
	display: block; 
}

.shop_table {
	border-collapse: collapse;
}

.shop_table td {
	border: 1px solid #000000;
	padding: 2px;
}


/* FORUM */

.forumtabs {
	padding: 2px 4px 3px 4px; 
	border-color: #000000; 
	border-width: 1px 1px 0px 1px; 
	border-style: solid;
}
.forumtabsover {
	padding: 2px 4px 3px 4px; 
	border-color: #000000; 
	border-width: 1px 1px 0px 1px; 
	border-style: solid;
	background-color: #ffc2c2;
}

.forumrow {
	background-color: #ffffff;
}

.forumover {
	background-color: #ffc2c2;
}

.forumpost {
	width: 700px;
}

.forumpost td {
	border: 1px solid #000000;
}

.forum_quote_name {
    margin-left: 20px;
}

.forum_quote {
    margin-left: 20px;
    margin-right: 20px;
    background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
}

.forum_smile_button {
    border: 1px solid #FFFFFF;
    cursor: pointer;
    background: #FFFFFF;
    margin: 0px;
    width: 19px;
    height: 19px;
}

.forum_edit_button, .forum_submit_button {
    border: 1px solid #000000;
    cursor: pointer;
    background: #FFFFFF;
    font-family: verdana, sans-serif;
    font-size: 9px;
    margin: 1px;
    color: #000000;
    padding: 1px;
}



/* HELP WIKI */

#wiki_search {
	font-size: 11px;
	text-align: right;
	padding-right: 60px;
}

.wiki_search_box {
	font-size: 11px;
}

.wiki_search_button {
	border: 1px solid #AAAAAA;
	padding: 1px;
	background: #FFFFFF;
	font-size: 11px;
}

#wiki_content {
	border: 1px solid #AAAAAA;
	width: 700px;
	text-align: left;
	padding: 5px;
	margin-top: 0px;
}

#wiki_edit {
	border: 1px solid #AAAAAA;
	width: 700px;
	text-align: left;
	padding: 5px;
	height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wiki_menu {
	width: 700px;
	padding-left: 30px;
	padding-bottom: 3px;	
	clear: both;
	margin-bottom: 0px;
}

.wiki_menu_content {
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	margin-right: 8px;
	float: left;
	width: 50px;
	text-align: center;
	padding: 1px 0px 2px;
	margin-bottom: 0px;
}




/* GRAPHS */

.graph dl {
	margin: 0;
	padding: 0;
}
.graph dt {
	position: relative; /* IE is dumb */
	clear: both;
	display: block;
	float: left;
	width: 104px;
	height: 20px;
	line-height: 20px;
	margin-right: 17px;
	font-size: .75em;
	text-align: right;
	font-family: arial, sans-serif;
}
.graph dd {
	position: relative; /* IE is dumb */
	display: block;
	float: left;
	width: 197px;
	height: 20px;
	margin: 0 0 15px;
	text-align: left;
	background: url("images/graphs/colorbar_2.jpg");
}
* html dd { float: none; }
/* IE is dumb; Quick IE hack, apply favorite filter methods for
wider browser compatibility */

.graph dd div {
	position: relative;
	background: url("images/graphs/colorbar.jpg");
	height: 20px;
	width: 75%;
	text-align:right;
}
.graph dd div strong {
	position: absolute;
	right: -5px;
	top: -2px;
	display: block;
	background: url("images/graphs/marker.gif");
	height: 24px;
	width: 9px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}

.graph {
	width: 350px;
	align: center;
}



