td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color:#444444;
}
hal {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	color:#440000;
	font-weight:bold;
}
mas {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	color:#333399;
	font-weight:bold;
} 
tel {
	font-family: Verdana, Arial, sans-serif;
	color:#664400;
}
hdr {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14pt;
	font-weight:bold;
	color:#444444;
}

a {
	color:#930404; 
	font-weight:bold; 
	text-decoration:none;
}

body {
	background-image: url(resources/grass.png);
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	display: block;
	position: static;
	margin: 0;
	padding: 0;
}

#fieldToggleAll, #fieldToggleAll.closed {
	background: url('resources/category-expandall.png') 0% 0% no-repeat;
}

#fieldToggleAll.opened {
	background: url('resources/category-collapseall.png') 0% 0% no-repeat;
}

.shadowback{
	box-shadow:4px 3px 5px black; 
	-moz-box-shadow:4px 3px 5px #333; 
}

.opt_fields, .opt_group {
	width:454px;
	border:1px dashed #444;
	color:black;

	box-shadow:2px 2px 5px black;
	-moz-box-shadow:2px 2px 5px #333;

	padding:6px;
	margin-bottom:10px;
	margin-left:10px;
}
	.opt_fields {
		background-color: #aaa;
	}
	.opt_group {
		background-color: #999;
	}

.opt_control {
	height: 1.35em;
	min-height: 16px;
	width: 36px;
	margin: 0 0 0 10px;
	padding: 0;
	border: 0;
}
.groupButton {
	background: url('resources/button-off.png') no-repeat 50% 50%;
}
.groupButton:active {
	background: url('resources/button-on.png') no-repeat 50% 50%;
}
.closeButton {
	display: block;
	background: url('resources/button-close.png') 0% 0% no-repeat;
	margin-left: 430px;
	margin-top: -2px;
}
	
.opt_icon {
	display:inline-block;
	position:relative;
	top:3px;
	margin: 0 0 0 5px;
}

.opt_1 {
	width:404px;
	display:inline-block;
}

.opt_2 {
	/*position:relative;
	left:50px;*/
	display:inline-block;
}

.opt_textbox {
  width: 21.6em;
  margin: 4px 0 2px 0;
  border: 1px solid #000000;
	box-shadow:2px 2px 5px black;
	-moz-box-shadow:2px 2px 5px #333;  
}

.th{
display: block;
position: relative;
z-index: 0;
}

.th:hover{
background-color: transparent;
z-index: 50;
}

.th span{ /*CSS for enlarged image*/
position: absolute;
background-color:#aaa;
border:1px dashed #444;
padding: 6px;
left: -1000px;
box-shadow:2px 2px 5px black;
-moz-box-shadow:2px 2px 5px #333;
visibility: hidden;
color: black;
text-decoration: none;
-ms-interpolation-mode: nearest-neighbor;
}

.th span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.th:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}

.cTitle {
	text-indent: -9000px;
	height: 19px;
	width: 100%;
	margin: 0 0 3px 0;
	padding: 0;
}
	#cOverview {
		background: url('resources/category-overview-none.png') 0% 0% no-repeat;
	}
	#cFlowers.closed {
		background: url('resources/category-flowers-off.png') 0% 0% no-repeat;
	}
	#cFlowers.opened, #cFlowers {
		background: url('resources/category-flowers-on.png') 0% 0% no-repeat;
	}	
	#cVegetation.closed {
		background: url('resources/category-vegetation-off.png') 0% 0% no-repeat;
	}
	#cVegetation.opened, #cVegetation {
		background: url('resources/category-vegetation-on.png') 0% 0% no-repeat;
	}
	#cDirtGrass.closed {
		background: url('resources/category-dirtgrass-off.png') 0% 0% no-repeat;
	}
	#cDirtGrass.opened, #DirtGrass {
		background: url('resources/category-dirtgrass-on.png') 0% 0% no-repeat;
	}
	#cWood.closed {
		background: url('resources/category-wood-off.png') 0% 0% no-repeat;
	}
	#cWood, #cWood.opened {
		background: url('resources/category-wood-on.png') 0% 0% no-repeat;
	}
	#cStone.closed {
		background: url('resources/category-stone-off.png') 0% 0% no-repeat;
	}
	#cStone, #cStone.opened {
		background: url('resources/category-stone-on.png') 0% 0% no-repeat;
	}
	#cOre.closed {
		background: url('resources/category-ore-off.png') 0% 0% no-repeat;
	}
	#cOre, #cOre.opened {
		background: url('resources/category-ore-on.png') 0% 0% no-repeat;
	}
	#cMiscTerrain.closed {
		background: url('resources/category-miscterrain-off.png') 0% 0% no-repeat;
	}
	#cMiscTerrain, #cMiscTerrain.opened {
		background: url('resources/category-miscterrain-on.png') 0% 0% no-repeat;
	}
	#cNether.closed {
		background: url('resources/category-nether-off.png') 0% 0% no-repeat;
	}
	#cNether, #cNether.opened {
		background: url('resources/category-nether-on.png') 0% 0% no-repeat;
	}
	#cTools.closed {
		background: url('resources/category-tools-off.png') 0% 0% no-repeat;
	}
	#cTools, #cTools.opened {
		background: url('resources/category-tools-on.png') 0% 0% no-repeat;
	}
	#cArmor.closed {
		background: url('resources/category-armor-off.png') 0% 0% no-repeat;
	}
	#cArmor, #cArmor.opened {
		background: url('resources/category-armor-on.png') 0% 0% no-repeat;
	}
	#cFood.closed {
		background: url('resources/category-food-off.png') 0% 0% no-repeat;
	}
	#cFood.opened, #cFood {
		background: url('resources/category-food-on.png') 0% 0% no-repeat;
	}		
	#cDyes.closed {
		background: url('resources/category-dyes-off.png') 0% 0% no-repeat;
	}
	#cDyes, #cDyes.opened {
		background: url('resources/category-dyes-on.png') 0% 0% no-repeat;
	}
	#cMobs.closed {
		background: url('resources/category-mobs-off.png') 0% 0% no-repeat;
	}
	#cMobs, #cMobs.opened {
		background: url('resources/category-mobs-on.png') 0% 0% no-repeat;
	}
	#cSky.closed {
		background: url('resources/category-sky-off.png') 0% 0% no-repeat;
	}
	#cSky, #cSky.opened {
		background: url('resources/category-sky-on.png') 0% 0% no-repeat;
	}
	#cGUI.closed {
		background: url('resources/category-gui-off.png') 0% 0% no-repeat;
	}
	#cGUI, #cGUI.opened {
		background: url('resources/category-gui-on.png') 0% 0% no-repeat;
	}
	#cWildgrass.closed {
		background: url('resources/category-amazo-off.png') 0% 0% no-repeat;
	}
	#cWildgrass, #cWildgrass.opened {
		background: url('resources/category-amazo-on.png') 0% 0% no-repeat;
	}	
	#cModsNew.closed {
		background: url('resources/category-othermod-off.png') 0% 0% no-repeat;
	}
	#cModsNew, #cModsNew.opened {
		background: url('resources/category-othermod-on.png') 0% 0% no-repeat;
	}
	#cMods.closed {
		background: url('resources/category-legacymod-off.png') 0% 0% no-repeat;
	}
	#cMods, #cMods.opened {
		background: url('resources/category-legacymod-on.png') 0% 0% no-repeat;
	}	
	#tTop, #tBottom {
		background-image:url("resources/bottom.png");
	}
	#tTitle, #tContent {
		background-image:url("resources/bgslice.png");
	}