/* RESET */

* {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

ul { list-style: none; }
b { font-weight: bold; }
i { font-style: italic; }
em { font-style: normal; }
table { table-layout: fixed; }
td { vertical-align: top; }
acronym { border-bottom: 1px #ddd dotted; }


/* COMMONS */

.end { clear: both; }
.center { text-align: center; }
.right { text-align: right; }
.fl { float:left; }
.fr { float:right; }
.underline { text-decoration: underline; }

.std-margin { margin: 10px; }
.std-padding { padding: 10px; }
.std-margin-top { margin-top: 10px; }
.sequent { margin-top: 20px; clear: left; }


/* LAYOUT */

html { height: 100%; }

body {
	background: #11184a url('../gfx/bg.png') 0 0;
	font: 11px/150% verdana, sans-serif;
	color: #000;
	height: 100%;
}

a:link {
	color: #c00;
	text-decoration: underline;
}
a:visited {
	color: #800;
	text-decoration: underline;
}
a:hover {
	color: #f00;
}

table.wobbly {
	table-layout: auto;
}


/* DESIGN */

#topbanner {
	position: relative;
	width: 728px;
	height: 90px;
	background-color: #363;
	top: 40px;
	left: 40px;
}

#sidebanner {
	position: absolute;
	width: 140px;
	height: 300px;
	top: 40px;
	left: 788px;
}

#frame {
	position: relative;
	left: 40px;
	top: 40px;
	width: 728px;
}

#top img { display: block; }

#content {
	background-color: #fff;
	padding: 15px;
}

#left {
	float: left;
	width: 200px;
}
	#left ul {
		margin: 10px 0 20px 0;
		font: bold 12px verdana, sans-serif;
	}
		#left ul li {
			padding: 5px 0;
			border-bottom: 1px #ccc solid;
		}
		#left ul li a {
			text-decoration: none;
		}

#rightcontainer {
	float: right;
	width: 480px;
}

#right {
	float: right;
	width: 460px;
	background: #eee;
	border: 1px #ccc solid;
	padding: 10px;
}
	#right.spm_head {
		background: #eee url('../gfx/spm_head.png') no-repeat top left;
		padding: 60px 10px 10px 10px;
	}
#righttop {
	float: right;
	width: 480px;
	background-color: #fff;
}
	
fieldset {
	border: 1px #c00 solid;
	padding: 0 10px;
}
	fieldset legend {
		color: #c00;
		padding: 0 3px;
	}

#content ol {
	padding-left: 20px;
}

#content p {
	margin: 10px 0;
}

#content h1 {
	font-size: 20px;
}
#content h2 {
	font-size: 16px;
}
#content h3 {
	font-size: 13px;
}

#footer {
	clear: both;
	margin: 20px 0;
	background-color: #fff;
	padding: 10px;
}
#footer h4 {
	margin: 10px 0;
	font-size: 14px;
	color: #c00;
}
#footer img.bb {
	border: 1px #000 solid;
}


.drop-down {
	position: relative;
	width: 240px;
	/*background: #fff url('../gfx/ddarrow.png') no-repeat right center;*/
	background: #fff url('../gfx/ddbg.png') repeat-x right center;
	border: 1px #999 solid;
	padding: 1px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	.drop-down ul {
		position: absolute;
		background-color: #f8f8f8;
		background: #f8f8f8 url('../gfx/ddulbg.png') repeat-x top left;
		border: 1px #999 solid;
		width: 248px;
		top: 18px;
		left: 0;
		overflow: hidden;
		z-index: 1000;
	}
	.drop-down a, .drop-down a:link, .drop-down a:visited {
		display: block;
		padding: 1px 3px;
		width: 242px;
		text-decoration: none;
		color: #000;
	}
	.drop-down a:hover {
		background-color: #c00;
		color: #fff;
	}
	

form .ibtn {
	padding: 3px 8px;
	color: #fff;
	background-color: #c00;
	border: 2px #fff solid;
	margin: 6px 0;
}

form label {
	float: left;
	width: 100px;
}

form .itext {
	width: 280px;
	border: 1px #999 solid;
	padding: 1px;
	font-size: 12px;
}

#prizetable td {
	margin: 1px;
	background-color: #eee;
	padding: 1px 3px;
}

#prizetable .week td { background-color: #ddd; }
