/* @override http://localhost:8888/cubscouts/games/styles/LocalScreen.css */

/* @group Base Styles */

/* Underlying style defaults */

body {
	background: black url(../../../global/images/bg-60.jpg) repeat-x;
}

.wrapper {
	background: transparent url(../../content/images/CubScout-soft.png) no-repeat right top;
	margin: auto;
	width: 1010px;
	min-height: 890px;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* @group Games Database */

.noScreen {
	display: none;
}

.message {
	color: #b60e05;
}

.textBox {
	width: 340px;
	height: 16px;
	margin: 10px 0px 10px 0px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;	
	font-size: 10pt;
}

select {
	font-size: 10pt;
}

input {
	text-align: right;
	font-size: 10pt;
}

.sfi-left {
	width:  480px;
	margin-top: -5px;
	margin-bottom: 20px;
}

td.selector {
	width: 250px;
	font-weight: bold;
	font-size: 105%;
}

td.selectorPlus {
	width: 250px;
	font-weight: bold;
	font-size: 110%;
}

td.menuSelect {
	width: 200px;
}

.displayBox {
	border: 1px solid #bfbfbf;
	background-color: #fafafa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.gameSubtitle {
	color: maroon;
	font-weight: bold;
	margin-top: -5px;
	padding: 0px 15px 0px 15px
}

.gameContent {
	margin-top: -15px;
	padding: 0px 15px 0px 15px;
}

#gameNotes {
	text-align: right;
	font-size: 80%;
	font-weight: normal;
	margin: -30px 0px 18px 0px;
	padding-right: 15px;
}

/* @end Games Database */

/* @group Accordion Stuff */

.accordionWrapper div.title {
	font-size: 110%;
	font-weight: bold;
	color: #4880ac;
	cursor:pointer;
	padding: 12px 15px 15px 15px;
}

.accordionWrapper div.content {
	display:none;
	width: 480px;
}

/* @end Toggle Stuff */

