/*
  BlockDude styles
  (c) 2005 Tom W.M. (http://freecog.net/)
*/

.blockDudeContainer h2 {
	text-align: center;
}
.blockDudeBoard {
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	background: white;
}
.blockDudeBoard img {
	position: absolute;
}

/* CONTROLS STYLES */
.BDControlPad {
	position: relative;
	width: 150px;
	background: url(ControlPad.png) no-repeat top left;
	padding-top: 170px;
	text-align: center;
	_height: 3em; /* IE fix -- otherwise the box height collapses */
}
.BDButton {
	position: absolute;
	left: 9px; top: 5px;
	width: 28px; height: 28px;
	outline: 0 !important;
}

.BDButtonUndo {
	left: 113px;
}
.BDButtonReset {}
.BDButtonLeft {
	left: 2px; top: 62px;
	width: 40px; height: 26px;
}
.BDButtonRight {
	left: 108px; top: 62px;
	width: 40px; height: 26px;
}
.BDButtonRaise {
	left: 62px; top: 2px;
	width: 26px; height: 40px;
}
.BDButtonDrop {
	left: 62px; top: 108px;
	width: 26px; height: 40px;
}
.BDButtonOrientLeft {
	top: 120px;
}
.BDButtonOrientRight {
	top: 120px; left: 113px;
}
.BDButtonEndGame {
	/* nothing yet */
}


/* GENERAL UI */
.BlockDudeUI {
	padding-right: 160px;
	position: relative;
}
.BlockDudeUI .BDControlPad {
	position: absolute;
	right: 0;
	top: 40px;
}

h2 {
	margin: 0; padding: 0;
	margin-bottom: 10px;
}

/* SELECTOR PANEL */
.BDSelectorPanel ul,
.BDSelectorPanel li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.BDSelectorPanel li {
	position: relative;
	border: 1px solid lightgrey;
	padding: 4px;
	font-style: italic;
	cursor: pointer;
	margin-bottom: -1px;
}
.BDSelectorPanel li p,
.BDSelectorPanel form {
	margin: 0; padding: 0;
}
.BDSelectorPanel li.locked {
	color: gray;
}
.BDSelectorPanel li.focused {
	background: #333;
}
.BDSelectorPanel li p.password {
	position: absolute;
	top: 4px;
	right: 4px;
	font-style: normal;
}
.hidden {
	display: none;
}


.BDSelectorPanel li span {
	font-weight: bold;
	font-style: normal;
}

/* GAME PANEL */
.BlockDudeGamePanel {
	padding: 10px;
}



/* TAB PANEL */
.TabPanel {
	
}

.TabPanelTabset {
	border: 1px solid transparent;
	_border-color: black;
	padding-left: 4px;
}

.TabPanelTab {
	display: block;
	float: left;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid lightgrey;
	margin-right: -1px;
	margin-bottom: -1px;
	text-decoration: none;
	outline: 0 !important;
}
.TabPanelCurrentTab {
	background: #333;
	font-weight: bold;
}

.TabPanelPanelset {
	clear: left;
	border: 1px solid lightgrey;
	padding: 10px;
}
.TabPanelPanel {
	display: none;
}
.TabPanelCurrentPanel {
	display: block !important;
}