div.outerbox{
	position: absolute;
	left: 170px;
	top: 140px;
}

div.field {
	width: 480px;
	height: 480px;
	
	position: absolute;
	left: 10px;
	top: 10px;
}

div.hnexts, div.vnexts {
	position: absolute;
	background: url('images/30/BG_30.gif');
}

div.hnexts {
	width: 300px;
	height: 90px;
}

div.vnexts {
	width: 90px;
	height: 300px;
}

div.vnexts#next1 {
	left: 390px;
	top: 90px;
}

div.hnexts#next2 {
	left: 90px;
	top: 0px;
}

div.vnexts#next3 {
	left: 0px;
	top: 90px;
}

div.hnexts#next4 {
	left: 90px;
	top: 390px;
}


div.innerfield {
	position: relative;
	left: 90px;
	top: 90px;
	height: 300px;
	width: 300px;
	
	background: url('images/30/BG_30.gif');
}

div.black, div.blue, div.red, div.yellow, div.green, div.brown, div.grey, div.cyan, div.magenta, div.pink, div.orange {
	width: 30px;
	height: 30px;
	
	text-align: center;
} 

div.black {
	visibility: hidden;
}

div.blue {
	background: url('images/30/blue_30.gif');
}

div.red {
	background: url('images/30/red_30.gif');
}

div.yellow {
	background: url('images/30/yellow_30.gif');
}

div.green {
	background: url('images/30/green_30.gif');
}

div.brown {
	background: url('images/30/brown_30.gif');
}

div.grey {
	background: url('images/30/grey_30.gif');
}

div.cyan {
	background: url('images/30/cyan_30.gif');
}

div.magenta {
	background: url('images/30/magenta_30.gif');
}

div.pink {
	background: url('images/30/pink_30.gif');
}

div.orange {
	background: url('images/30/orange_30.gif');
}

/* UI elements */

div.statuspanel {
	position: absolute;
	left: 500px;
	top: 20px;
	
	width: 200px;
	height: 115px;
	
	background: black;
}

div#menu {
	visibility: visible;
	display: block;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	
	background: black;
	
	position: absolute;
	left: 500px;
	top: 100px;
	
	width: 200px;
	
}

div.menu_new, div.menu_undo, div.menu_managegames, div.menu_rules, div.menu_about, div.menu_hof, div.menu_live, div.menu_subscribe {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.menu_undo {
	margin-bottom: 20px;
}

div.menu_subscribe {
	margin-bottom: 20px;
}


div.score, div.level, div.gcolors {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 16px;

	margin-top: 10px;
}

div.gcolors {
	font-size: 14px;
	color: #a0a0a0;
	margin-top: 0px;
}

div#menutoggle{
	visibility: hidden; 
}

div.level {
}

div#rules, div#managegames, div#about, div#live, div#newgame, div#hof, div#userinfo, div#club {
	position: absolute;
	top: 0px;
	left: 90px;
	width: 410px; /* 480px in fact, MSIE hack */
	height: 500px;
	background-color: black;
	padding: 10px;
	overflow: auto;
	font-family: Tahoma, Helvetica, Arial;
	font-size: 13px;
	color: white;
	z-index: 2;
}

/* for normal browsers */
html>body div#rules, div#managegames, div#about, div#live, div#hof, div#club {
	width: 390px; /* 480px in fact, MSIE hack */
	height: 480px;
}

div#newgame {
	left: 100px;
	top: 100px;
	height: 300px; /* 280px in fact, MSIE hack */
	width: 300px;
}

/* for normal browsers */
html>body div#newgame {
	height: 280px;
	width: 280px;
}

div#userinfo {
	left: 120px;
	top: 200px;
	height: 170px;
	width: 300px;
	border: 2px solid #cccccc;
}

div.formdiv, form {
	background: #222222;
	text-align: center;
}

td {
	color: white;
	font-size: 13px;
}

div.menutoggle, div.outerundo {
	display: none;
}

/* AGIT */
div.agclose {
	font-size: 12px;
	color: white;
	position: absolute;
	text-align: right;
	top: 2px;
	left: 0px;
	width: 98%;
}

div#agit1, div#agit2, div#agit3 {
	font-size: 13px;
	color: white;
	position: absolute;
	text-align: center;
	background: black;
	padding: 5px;
	padding-top: 20px;
}

div#agit1, div#agit2, div#agit3 {
	left: 110px;
	top: 130px;
	width: 320px;
}


/* TUTORIAL */
div#tutorial {
	font-size: 13px;
	color: white;
}

div#tutlabel, div#tut1, div#tut2, div#tut3, div#tut4, div#tut5, div#tut6 {
	position: absolute;
	text-align: center;
	background: black;
	padding: 5px;
}

div#tutlabel {
	left: 110px;
	top: 20px;
	width: 270px;
}

div#tut1 {
	left: 230px;
	top: 200px;
	width: 200px;
}

div#tut2 {
	left: 250px;
	top: 120px;
	width: 220px;
}

div#tut3 {
	left: 90px;
	top: 330px;
	width: 150px;
}

div#tut4 {
	left: 90px;
	top: 290px;
	width: 150px;
}

div#tut5 {
	left: 40px;
	top: 170px;
	width: 220px;
}

div#tut6 {
	left: 110px;
	top: 150px;
	width: 270px;
}


div.marker {
	position: absolute;
	display: none;
	width: 30px;
	height: 30px;
	background: url('images/30/tutmarker.gif');
	z-index: 1;
}
