* {
	margin:0;
	padding:0;
}

body {
	background:#fafafa;
	font-size:12px;
	font-family:arial, verdana;
}

h1, h2, h3, h4, h5 {
	margin:6px 0;
	color:#00254a;
	font-size:1.5em;
}

h1 {
	font-size:1.5em;
	float:left;
	clear:left;
}

h2 {
	clear:both;
	font-size:1.3em;
}

a {
	color:#0057ae;
	text-decoration:none;
	border-bottom:dotted #0057ae 1px;
}

a:hover {
	color:#ca0002;
	text-decoration:none;
	border-bottom:solid #ca0002 1px;
}

a:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

a.nobrd {
	border:0;
}

#content p {
	margin:3px 0 5px 0;
}

#content p.right {
	float:right;
	padding-top:5px;
}

#wrapper {
	width:100%;
	background: url('../img/bg.png') repeat-x 0 0;
}

#container {
	width:980px;
	min-height:500px;
	margin:0 auto;
}

#head {
	height:150px;
}

#top-strip {
	height:25px;
	color:#ffffff;
	font-size:0.9em;
	/*font-weight:bold;*/
	font-style:italic;
}

#top-strip #js-clock {
	width:450px;
	float:left;
	padding:5px 10px;
}

#top-strip p.r {
	padding:5px 10px;
	width:450px;
	float:right;
	text-align:right;
}

#logo-strip {
	height:84px;
	width:980px;
}

#logo {
	float:left;
	width:280px;
}

#logo a {
	width:280px;
	height:80px;
	display:block;
	background:url('../img/logo.png') no-repeat 0 0;
}

#logo a:hover {
	background:url('../img/logo.png') no-repeat 0 -80px;
}

#prizefund {
	float:left;
	margin:20px;
	width:260px;
	height:40px;
	text-align:center;
	vertical-align:middle;
}

#prizefund span {
	font-size:1.5em;
	font-weight:bold;
	color:#ffffff;
}

#srch {
	background: url('../img/search-bg.gif') no-repeat 0 30px;
	width:390px;
	float:right;
}

#srch img {
	float:right;
}

#srch form {
	margin:30px 10px 0 0;
	float:left;
	width:300px;
	height:38px;
	background:url('../img/search-google.gif') no-repeat right bottom;
}

#srch form input[type=text] {
	width:230px;
	height:17px;
	float:left;
	border:0;
	margin:3px 5px 0 5px;
	color:#9e9e9e;
	font-size:0.9em;
	padding-top:1px;
}

#srch form input[type=image] {
	width:55px;
	float:right;
}

#links-strip {
	height:35px;
	width:980px;
}

#links-strip ul#links {
	float:left;
	list-style:none;
	height:35px;
	width:587px;
	padding:0;
	border-left:solid #990000 1px;
	border-right:solid #ca0002 1px;
}

#links-strip ul#links li {
	float:left;
}

#links-strip ul#links li a {	
	padding:10px 16px;
	height:15px;
	border-left:solid #ca0002 1px;
	border-right:solid #990000 1px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

#links-strip ul#links li a:hover {
	background-color:#990000;
}

#links-strip ul#links li a.alive {
	background:url('../img/alive.png') repeat-x 0 0;
	color:#ca0002;
}

#links-strip #ticker-wrapper {
	float:right;
}

/* NEWS TICKER */

#ticker-wrapper *{margin:0}
#ticker-wrapper.has-js{width:383px;height:23px;border:1px solid #990000;display:block;font-family:Arial;font-size:.9em;background-color:#fff;margin-top:6px;}
#ticker{width:297px;height:23px;display:block;float:left;position:relative;overflow:hidden;background-color:#fff;padding:0 0 0 10px}
#ticker-title{padding-top:5px;float:left;color:#900;font-weight:700;background-color:#fff;text-transform:uppercase}
#ticker-content{padding-top:5px;float:left;position:absolute;color:#0057AE;font-weight:700;background-color:#fff;margin:0}
#ticker-content A{text-decoration:none;color:#0057AE;}
#ticker-content A:hover{text-decoration:none;color:#ca0002;}
#ticker-swipe{padding-top:7px;position:absolute;top:0;left:80px;background-color:#fff;display:block;width:396px;height:23px}
#ticker-swipe SPAN{margin-left:1px;background-color:#fff;border-bottom:1px solid #1F527B;height:12px;width:7px;display:block}
#ticker-controls{list-style-type:none;float:right;padding:4px 10px 0 0}
#ticker-controls LI{margin-left:5px;float:left;cursor:pointer;height:16px;width:16px;display:block;padding:0}
#ticker-controls LI#play-pause{background-image:url(../img/controls.png);background-position:32px 16px}
#ticker-controls LI#play-pause.over{background-position:32px 32px}
#ticker-controls LI#play-pause.down{background-position:32px 0}
#ticker-controls LI#play-pause.paused{background-image:url(../img/controls.png);background-position:48px 16px}
#ticker-controls LI#play-pause.paused.over{background-position:48px 32px}
#ticker-controls LI#play-pause.paused.down{background-position:48px 0}
#ticker-controls LI#prev{background-image:url(../img/controls.png);background-position:0 16px}
#ticker-controls LI#prev.over{background-position:0 32px}
#ticker-controls LI#prev.down{background-position:0 0}
#ticker-controls LI#next{background-image:url(../img/controls.png);background-position:16px 16px}
#ticker-controls LI#next.over{background-position:16px 32px}
#ticker-controls LI#next.down{background-position:16px 0}
.js-hidden{display:none}

/* MIDDLE */

#middle {
	min-height:450px;
	margin:5px 0 10px 0;
}

#breadcrumbs {
	color:#383838;
	background-color:#eeeeee;
}

#breadcrumbs p {
	margin:0;
	padding:5px 10px;
	border:solid #9e9e9e 1px;
	vertical-align:middle;
}

#breadcrumbs p strong {
	color:#ca0002;
}

#breadcrumbs span {
	font-style:italic;
}

table.lge-tbl {
	width:100%;
	border:solid #9e9e9e 1px;
	border-collapse:collapse;
}

td.ctr {
	text-align:center;
}

table.lge-tbl td {
	padding:2px 4px;
	border:solid #9e9e9e 1px;
}

table.lge-tbl tr.odd td {
	background:#f2f9ff;
}

table.lge-tbl tr.even td {
	background:#d7ebff;
}

table.lge-tbl th {
	padding:4px;
	border:solid #9e9e9e 1px;
	background-color:#ca0002;
	color:#ffffff;
}

table.lge-tbl th a {
	color:#ffffff;
	border-bottom-color:#ffffff;
}

#select-team {
	text-align:center;
	margin:10px;
}

#select-team select option {
	padding:1px 5px;
}

#team-442 {
	clear:both;
	margin:0 auto;
	width:800px;
	height:295px;
	background:url('../img/442.png') no-repeat 0 0;
	position:relative;
}

#team-442 #comments{
	color:#ffffff;
	padding:10px 0 0 10px;
}

#g-442, #d1-442, #d2-442, #d3-442, #d4-442, #m1-442, #m2-442, #m3-442, #m4-442, #s1-442, #s2-442 {
	position:absolute;
	width:94px;
	height:52px;
}

#g-442 {
	top:10px;
	left:180px;
}

#d1-442, #d2-442, #d3-442, #d4-442 {
	top:76px;
}

#m1-442, #m2-442, #m3-442, #m4-442 {
	top:147px;
}

#s1-442, #s2-442 {
	top:220px;
}

#d1-442, #m1-442 {
	left:11px;
}

#d2-442, #m2-442, #s1-442 {
	left:125px;
}

#d3-442, #m3-442, #s2-442 {
	left:239px;
}

#d4-442, #m4-442 {
	left:353px;
}

#team-442 .p-name, #team-442 .p-cost, #team-442 .p-curr {
	padding-top:2px;
	text-align:center;
	color:#ffffff;
	font-size:0.9em;
}

#team-442 a {
	color:#ffffff;
	border-color:#ffffff;
}

#right-442 {
	position:absolute;
	top:28px;
	left:480px;
	width:290px;
	height:264px;
}

#right-442 table {
	width:100%;
	margin-bottom:12px;
}

/* HOME PAGE */

#content .row {
	width:980px;
}

#content .cell-l {
	float:left;
	width:473px;
	margin:0 5px 10px 0;
	border:solid #e6e6e6 1px;
	background:#f7f7f7;
	padding:5px;
}

#content .cell-r {
	float:right;
	width:473px;
	border:solid #e6e6e6 1px;
	background:#f7f7f7;
	margin:0 0 10px 5px;
	padding:5px;
}

#content .row img {
	border:solid #e6e6e6 1px;
	float:right;
	width:210px;
	margin:5px;
}

#content .row h2, #content .row p {
	float:left;
	width:240px;
	text-align:justify;
}

#content #newscontent {
	border:solid #e6e6e6 1px;
	background:#f7f7f7;
	padding:5px 10px;
	margin:5px 0;
	position:relative;
}

#content #newscontent h1 {
	float:none;
}

#content #newscontent img {
	border:solid #e6e6e6 1px;
	margin:5px;
	position:absolute;
	right:0px;
}

#content #newscontent p {
	width:75%;
}

#content #newscontent iframe {
	border:solid #e6e6e6 1px;
}

/* NEWS FEEDER */

#news .gfc-title {
	color:#ca0002;
	font-size:1.1em;
	font-weight:strong;
}

#news .gfc-result {
	padding:5px;
	margin-bottom:6px;
	background:#d7ebff;
	border-bottom:solid #9e9e9e 1px;
	border-right:solid #9e9e9e 1px;
}


/* FOOT */

#foot {
	clear:both;
	width:980px;
	height:50px;
	color:#9e9e9e;
	font-size:0.8em;
}

#foot-strip {
	height:8px;
	width:978px;
	background-color:#ca0002;
	border:solid #990000 1px;
}

#foot p {
	margin-top:2px;
}

/* box */

.box {
	padding:10px;
	border: solid #E6E6E6 1px;
	background: #F7F7F7;
}

/* administration */

label {
	text-align:right;
	width:150px;
	margin-right:5px;
	float:left;
	font-weight:bold;
}

input[type=text] {
	width:300px;
	height:20px;
}

table {
	width:100%;
	background-color:#9E9E9E;
	border-collapse:collapse;
}

td, th {
	padding:0 5px;
	margin:0;
	border:solid #9E9E9E 1px;
}

th {
	background-color:#CA0002;
	color:#ffffff;
}

tr.odd {
	background-color:#F2F9FF;
}

tr.even {
	background-color:#D7EBFF;
}

input[type=button] {
	background-color:#EEE;
	border:1px solid #9E9E9E;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:3px 5px;
}

form p {
	margin-bottom:10px;
}

form {

}
