
body, table, td, div, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	line-height: 16px;
}

select, option, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

body {
	margin: 0px 0px;
	background: URL('images/shared/topBlueBgGrad.gif') repeat-x;
}

form {
	display: inline;
}

img {
	border: none;
}

td {
	vertical-align: top;
}

a {
	color: #3CC729;
	text-decoration: underline;
}
a:hover {
	color: #339933;
	text-decoration: underline;
	background-color: #EEF6EE;
}

div {
	xborder: solid 1px blue;
	xpadding: 4px;
	xmargin: 4px;
}

.box {
	margin-bottom: 12px;
}

tr.top .left {
	width: 9px;
	height: 9px;
	background-image: URL('images/boxes/green/tl.gif');
}
tr.top .center {
	vertical-align: top;
	background-color: white;
}
tr.top .center div {
	border-top: solid 1px #E5E5E5;
	line-height:1px;
}
tr.top .right {
	width: 9px;
	height: 9px;
	background-image: URL('images/boxes/green/tr.gif');
}

tr.middle .left {
	border-left: solid 1px #E5E5E5;
	background: #FFFFFF URL('images/boxes/green/grad.gif') bottom repeat-x;
}
tr.middle .center {
	background: #FFFFFF URL('images/boxes/green/grad.gif') bottom repeat-x;
}
tr.middle .right {
	border-right: solid 1px #E5E5E5;
	background: #FFFFFF URL('images/boxes/green/grad.gif') bottom repeat-x;
}

tr.bottom .left {
	width: 9px;
	height: 9px;
	background-image: URL('images/boxes/green/bl.gif');
}
tr.bottom .center {
	vertical-align: bottom;
	background-color: #ECF4EC;
}
tr.bottom .center div {
	border-top: solid 1px #D6DED6;
	line-height:1px;
}
tr.bottom .right {
	width: 9px;
	height: 9px;
	background-image: URL('images/boxes/green/br.gif');
}

.boxHeader {
	color: #3CC729;
	xbackground-color:#EBF9E9;
	padding: 2px;
	font-size: 19px;
	line-height: 20px;
	margin-bottom: 4px;
}

.footer {
	color: #AAAAAA;
	border-top: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
	padding: 2px;
	margin: 4px 0px;
}

div.button {
	display: inline;
}
div.button table {
	display: inline;
}
div.button a {
	text-decoration: none;
	color: #606060;
	text-transform: capitalize;
	margin: auto 0px;
}
div.button a:hover {
	text-decoration: none;
	color: #36B9EF;
	margin: auto 0px;
	background-color: transparent;
}

div.phpbutton {
	display: inline;
}
div.phpbutton table {
	display: inline;
}
div.phpbutton a {
	text-decoration: none;
	color: #606060;
	text-transform: capitalize;
	margin: auto 0px;
}
div.phpbutton a:hover {
	text-decoration: none;
	color: #36B9EF;
	margin: auto 0px;
	background-color: transparent;
}

.inputLabel {
	width: 100px;
	text-align: right;
	float: left;
	margin: 4px;
}

.input, select {
	border: inset 1px #CCCCCC;
}

.xgameInfoHeader {
	font-weight: bold;
	background-color: #F6FFF6;
	text-indent: 4px;
	border: solid 1px #DDDDDD;
	border-left-width: 5px;
	margin: 4px 0px;
}
.gameInfoHeader {
	border: none;
	xbackground-color: white;
	color: #63b3e0;
	padding: 0px;
	margin: 0px 0px 4px 0px;;
	text-indent: 0px;
	font-size: 14px;
	border-bottom: dashed 1px #CCC;
	padding-bottom: 4px;
}