/* JavaScript-PacMan 2.6 Styles */

body
{
	background-color: #000;
	color: #bbb;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
}

#pacmanBoard
{
	position: relative;
	width: 540px;
	height: 378px;
	min-width: 540px;
	display: block;
}

#pacmanMaze
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000;
	width: 540px;
	height: 378px;
}

#pacmanMazeoverlay
{
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 200;
}

#pacmanControls
{
	position: relative;
	top: 13px;
	width: 520px;
	visibility: hidden;
	display: block;
}

#pacmanProgress
{
	position: absolute;
	left: 150px;
	top: 122px;
	display: block;
	visibility: hidden;
	padding: 10px;
	background-color: #bbb;
	z-index: 20;
}

.pacmanProgresstext,.pacmanDialogtext
{
	color: #000;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
}

#pacmanRestartdialog
{
	position: absolute;
	left: 140px;
	top: 110px;
	display: block;
	visibility: hidden;
	z-index: 1001;
}

.pacmanDialogtitle
{
	color: #f94;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #911;
	padding: 3px;
	border-top: 1px #b43 solid;
	border-right: 1px #611 solid;
	border-bottom: 1px #611 solid;
	border-left: 1px #b43 solid;
	text-align: left;
}

.pacmanDialogbody {
	background-color: #DDD;
	border-top: 1px #EEE solid;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	border-left: 1px #EEE solid;
	padding-bottom: 6px;
}

.pacmanDialogbutton
{
	color: #000;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	width: 60px;
}

#pacmanProgressbarbg
{
	position: relative;
	height: 16px;
	width: 160px;
	background-color: #777;
	border-color: #444;
	border-style: solid;
	border-width: 1px;
}

#pacmanProgressbar
{
	position: absolute;
	left: 0;
	top: 0;
	height: 16px;
	width: 0px;
	background-color: #933;
}

.pacmanGamedisplay
{
	color: #f93;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

.pacmanGamedisplay2
{
	color: #f93;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

.pacmanGamedisplay2 small {
	font-size: 9px;
	color: #cf853a;
}

.pacmanGamedisplay3
{
	color: #f93;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

select#pacmanMazeselect
{
	color: #f93;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	background-color: #111;
	border-style: solid;
	border-width: 1px;
	border-color: #804d1a;
}

select#pacmanMazeselect option
{
	color: #fc5;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	background-color: #933;
}

h1
{
	font-family: "Courier New",courier,fixed,monospace;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 5px;
}

h1 small
{
	font-size: 13px;
}

h1 span.subversion
{
	font-size: 15px;
}

h3 {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
}

p.inset
{
	padding-left: 22px;
	line-height: 15px;
}

li
{
	padding-bottom: 4px;
}

a:link, a:visited
{
	color: #FF5D00;
	text-decoration: underline;
}

a.active
{
	color: #FF0000;
	text-decoration: underline;
}

#pacmanSndctrl
{
	position: relative;
}

#pacmanSndslider
{
	position: absolute;
	visibility: inherit;
	top: 13px;
	left:40px;
}


a#pacmanNewGame
{
	width: 118px;
	height: 27px;
	text-indent: -99999px;
	background-image: url(pacimages/newgame.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
	display: block;
}
a#pacmanNewGame:hover { background-position: 0 -27px; }
a#pacmanNewGame:active { background-position: 0 -54px; }

img#disclosureTriangle
{
	margin-left: -15px;
	margin-right: 6px;
	background-image: url(pacimages/disclosure_triangle.gif);
	width: 9px;
	height: 9px;
}
img#disclosureTriangle.disclosureTriangle_open { background-position: 0 0; }
img#disclosureTriangle.disclosureTriangle_closed { background-position: 0 -9px; }

/* social integration */

div#socialMediaPane
{
	vertical-align: middle;
	width: 400px;
	padding: 0 0 0 52px;
}
div#socialMediaInnerPane {float: right; }

div#socialTwitter { float: left; margin: 2px; }
div#socialFB { float: left; margin: 2px; }
div#socialGplus { float: left; margin: 2px; }
