
#anchor
{
	font-family: Arial;
	font-size: 12px;
}

td
{
	font-family: Arial;
	font-size: 12px;
}

h1
{
	font-size: 16px;
}


a
{
    text-decoration: none;
}


.positionable
{
    position: absolute;
}

.packed
{
    border-style:none;
    border-width:0px;
    padding:0px;
    padding-bottom:0px;
}

.control
{
    position:absolute;
    border-style:none;
    border-width:0px;
    padding:0px;
    padding-bottom:0px;
}

.board
{
    position:absolute;
    border-style:none;
    border-width:0px;
    padding:0px;
    padding-bottom:0px;
}

.scoreboard
{
    position: absolute;
    border-style:none;
    border-width:0px;
    padding:0px;
    padding-bottom:0px;
}



.dialog
{
	font-family: Arial;
	font-size: 12px;
    background-image: url(/ingenious/images/yellowBar.gif);
    position: absolute;
    border-style:solid;
    border-width:2px;
    border-color: #EAA002;
    padding:0px;
}

.dialog-header
{
	padding: 3px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width: 1px;
	font-weight: bold;
	padding-left: 2px;
}


.dialog-content
{
	font-size: 12px;
	border-color: #FCB214;
    border-style: inset;
    border-width: 1px;
	background-color: #FFFFFF;
	text-align: center;
}

