input, select {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif ;
}

.formHelp {
	font-style: italic;
}

.formLabelMultiline, .formLabel  {
	font-weight: bold;
	text-align: right;
}

.formLabelMultiline  {
	vertical-align: text-top;
}

.errorText, .errorText p ul li  {
	color: Red;
}

.messageText {
	color: #339966;
}
	
.logout {
	float:right;
	padding-right:25px;
	padding-top:2px;
}

.inlineLink {
	border-bottom: 1px dotted;
	text-decoration: none;
}

th, .th {
	font-weight: bold;
	background-color: Gray;	
}

.impersonationHeader 
{
	font-weight: bold;
	color: White;
	background-color: Red;
	width: 100%;
	text-align: center;
}

/* below here are the things mike provided */

.body {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif ;
	padding: 0;
	margin: 0;
	background: url(/_images/headerChessBg.jpg) no-repeat top right;
}

div {
	clear: both; 
}

img {
	border: none 
}

img.blockLeft {
	display: block; 
	float: left 
}

h1, p, li, div {
	text-align: left 
}

h1, p {
	margin: 0;
	padding: 4px;
}

h1 {
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
	color: #000000 
}

a:hover {
	color: #FF6600 
}

/* header styles */

#headerDiv {
	background: url(/_images/headerLeft.gif) no-repeat top left;
	height: 150px;
	text-align: center;
	
}

#headerDiv.wide {
	background: url(/_images/headerLeft.gif) no-repeat top left;
	height: 150px;
	text-align: center;
}

#headerDiv img {
	position: relative;
	top: 102px;
}

#headerLinks {
	position: relative;
	top: 102px;
	background: url(/_images/headerMyGames.gif) no-repeat;
	height: 48px;
	width: 800px;
	margin: 0 auto;
}

#headerLinksMover {
	position: relative;
	left: 145px;
	top: -40px;
}

.wide #headerLinks {
	position: relative;
	top: 102px;
	background: url(/_images/headerWideHeader.gif) no-repeat;
	height: 48px;
	width: 800px;
	margin: 0 auto;
}

.pageTitle {
	position: relative;
	top: -30px;
	left: 10px;
}


/* content div styles */

#content {
	height: 600px;
	background: url(/_images/bgBodyRight.gif) top left no-repeat;
	text-align: center;
}

#bodyContent {
	height: 450px;
	width:800px;
	margin: 0px auto;
}

div#bodyContent.wide {
	height: 450px;
}

div#myGames.wide {
	background: url(/chess/_images/wideBgMyGames.gif) no-repeat;
	height: 488px;
	width: 644px;
}

#innerBodyContent {
	clear: none; 
	float: left; 
	width: 520px;
	position: relative;
	left: 126px;
}

.managerPageContent {
	padding-left:10px; 
	width: 620px; 
	height:380px; 
	overflow:auto;
	top: -30px;
	position:relative;
}

/* other styles */

.podDivider {
	position:relative; 
	top:-30px;
	left:4px;
}

/* my games page specific styles */


