/* CSS document */

img {	border-style: none; }
#stripes {
	position: absolute;
	top: 26px;
	left: 0px;
	width: 48px;
	height: 574px;
	background-image: url(/static/stripes.png);
}
body {
	background-color: #1f8c07;
	margin: 0px;
	color: white;
	text-align: center;		/* trick for buggy IE */
	position: relative;
}
#board_wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1f8c07;
}
/*img.splashimg {
	position: absolute;
	top: 260px;
	display: none;
}*/
#windiv {
	position: absolute;
	top: 60px;
	left: 80px;
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: lightgreen;
}

img.card {
	position: absolute;
}
#ctrl_bar {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 119px;
	height: 174px;
	background-color:#bfbfbf;

	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: white;

	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #404040;
}
#ad_right {
	position: absolute;
	right: 0px;
	top: 177px;
	padding-top: 10px;
	width: 122px;
	height: 242px;
	background-color:#2f2f8f;
	color: #f0ff20;
	text-align: center;
}
#ad_inner {
	position: relative;
	width: 122px;
	height: 242px;
}
#clk {
	position: absolute;
	right: 2px;
	top: 0px;
	width: 114px;
	height: 140px;
	background-color: white;
	color: #f0ff20;
	text-align: center;
}
#clk_inner { position: relative; }
#navbar {
	background-image: url(/static/caribbean.png);
	text-align: left;
	float: left;
	position: relative;
	width: 100%;
	height: 26px;
}
.cardsleft {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#navbar img {
	border-style: none;
}
#statusmsg {
	position: absolute;
	right: 0px;
	color: black;
}
#cprt {
	color: #00ff00;
	position: relative;
	top: -3px;
}
#statusmsg b {
	color: red;
}
.navbartext {
	position: absolute;
	top: 0px;
	left: 130px;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.activedeck {
	position: absolute;
	background-attachment: fixed;
}
