/* html elements */
html, body {
	margin: 0;
	padding: 0.2em 0;
	width: 100%;
}
body {
	font-size: 11px;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;

	color: #000000;
	background-color: #DEDCDC;
}
form {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
	text-decoration: underline;
}
a img {
	border: none;
}
img {
	border: none;
}

/* common html classes */
/* page title */
h1.pageTitle {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-weight: bold;
	text-align: center;

	margin: 0;
	padding: 0.5em 0;
}

/* clearing of floats */
div.clear {
	height: 1%;
	line-height: 1%;
	font-size: 1%;
	clear: both;
}

/* hidden */
.hidden {
	display: none;
}

/* spacers, 5px, 10px and 20px high */
div.spacer5 {
	height: 5px;
}
div.spacer10 {
	height: 10px;
}
div.spacer20 {
	height: 20px;
}

/* show mouse cursor as pointer */
.pointer {
	cursor: pointer;
}

/* align text justify */
.textCenter {
	text-align: center;
}
.justify {
	text-align: justify;
}

/* text colors */
.green {
  color: #526B10;
}

/* leader board */
div.leaderBoard {
	width: 992px;
	margin: 0.3em auto;
	text-align:center;
	align:center;
}

/*
 * side banner
 * placed in div#pageContent
 */
div.sideBanner {
	width: 120px;

	position: absolute;
	top: 5px; /* move higher on same level as flash header */
	right: -123px;
}

/* main page column */
div#page {
	width: 740px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* page content (page without leader board) */
DIV#pageContent {
	PADDING-RIGHT: 10px;
	BACKGROUND-POSITION: center 50%;
	PADDING-LEFT: 10px;
	BACKGROUND-IMAGE: url(/sys_img_cs/legacy/page-background.gif);
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 179px;
	BACKGROUND-REPEAT: repeat-y;
	HEIGHT: 1%;
	/**************************** fix *******************************/
	padding: 0px !important;
	padding-top: 179px !important;
	padding-left:10px !important;
	padding-right:9px !important;
}


/* content holder */
div#contentHolder {
	margin: 0;
	padding: 0;
}

/* common */
div#mainMenu div.inlay,
div#footer div.inlay {
	padding: 0 1.2em;
}
div.left {
	float: left;
}
div.right {
	float: right;
}

/* content columns */
div#leftContent {
	float: left;
	width: 128px;
}
div#mainContent {
	width: 457px;
	float: left;
	margin: 0;
	padding: 0 4px;
}
div#rightContent {
	float: right;
	width: 127px;
}

/* footer */
div#footer {
	height: 37px;

	margin: 0 auto;
	margin-top: 1.6em;

	background-image: url(/sys_img_cs/legacy/footer.gif);
	background-repeat: no-repeat;

	line-height: 37px;
	font-weight: bold;
	color: #FFFFFF;
}
div#footer span {
	cursor: pointer;
}
div#footer a,
div#footer a:link,
div#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#bottomBorder {
	height: 13px;
	line-height: 1%;

	background-image: url(/sys_img_cs/legacy/footer-bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
