/* COMMON STYLE */
html, body, img, p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, sans-serif;
	line-height: 1.5;
}

body#bd {
	color:#CCCCCC;
	background:#202020;
	margin:0;
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #FF00FF;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #FF00FF;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.heading, h1, h2, h3, h4 {
	line-height: normal;
}	

.heading {
	color: #FFFFFF;
}	

/* Small text */
small, .small, .modifydate, #footer {
	font-size: 92%;
}

small, .small, .modifydate {
	color: #999999;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

ul {
	list-style: none;
}

ul li {
	background: url(images/bullet.gif) no-repeat 18px 7px;
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

td, div {
	font-size: 100%;
}

/* STYLE */
.separator {
	clear: both;
	display: block;
	height: 30px;
}

table.content {
	border: none;
	border-collapse: collapse;
}

h1.heading, .heading {
	margin: 0 0 15px;
	padding: 0 0 5px;
}

.heading {
	font-size: 250%;
	border-bottom: 1px solid #5A5A5A;
}

table.content td{}

table.content, table.Fifa Soccer {
	width: 100%;
    height: 100%;
}

.video{
	margin: 0 auto;
	text-align: center;
}

/* Schedules */
.scheduleswrap {
	display: block;
	position: relative;
	padding: 5px 0 5px 10px;
	background-color:#5A5A5A;
	border: 1px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.schedules {
	display: block;
	padding: 0 10px 0 0;
	line-height: 20px;
	white-space: nowrap;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.daily {
	width: 70%;
	float: left;
}

/* MAIN LAYOUT DIVS */
#wrapper {}

#header, #container, #footer {
	width: 980px;
	margin: 0 auto;
	clear: both;
}

#container {
	position: relative;
}

/* PRIMARY COLUMN  */
#contentwrap {
	clear: both;
	display: block;
	float: left;
	width: 54%;
}

.leftlayout #contentwrap {
	float: right;
}

/* COLUMNS */
#colwrap {
	float: right;
	overflow: hidden;
	width: 30%;
}

.leftlayout #colwrap {
	float: left;
}

#col1 {
	float: left;
	width: 49.9%;
}

#col2 {
	float: right;
	width: 49.9%;
}

* html #col2 {
	width: 49.2%;
}

#col1 div.innerpad {
	padding-right: 10px;
}

#col2 div.innerpad {
	padding-left: 10px;
}

/*common style for column*/
#colwrap table {
	border-collapse: collapse;
}

#colwrap ul {
	list-style: none;
}

/* COLLAPSIBLE LAYOUT */
#containerwrap,
#containerwrap-f,
#containerwrap-c {
	clear: both;
	background: #333333;
	padding-bottom: 30px;
}

/* full */
#containerwrap-f #container  {
	background: none;
}

#containerwrap-f #container-inner {
	background: none;
}

#containerwrap-f #contentwrap {
	width: 100%;
}

/* content + 1 col */
#containerwrap-c #container  {
	background: none;
}

#containerwrap-c #contentwrap {
	width: 78%;
}

#containerwrap-c #colwrap {
	width: 20%;
}

#containerwrap-c #col1,
#containerwrap-c #col2 {
	width: 100%;
}

#containerwrap-c #col1 div.innerpad,
#containerwrap-c #col2 div.innerpad {
	padding: 0;
}


/* MODULE */
div.more_ch h3,
div.submenu h3 {
	margin: 0 -15px 5px;
	padding: 0 0 0 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	background: url(images/h3-l.gif) no-repeat top left #262626;
	position: relative;
}

div.more_ch h3 span,
div.submenu h3 span {
	display: block;
	padding: 8px 10px 8px 0;
	background: url(images/h3-r.gif) no-repeat top right;
}

div.more_ch,
div.submenu,
div.box-br {
	margin-bottom: 20px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(images/box-br.gif) no-repeat bottom right #444444;
	color: #CCCCCC;
	overflow: hidden;
}

div.more_ch div,
div.submenu div,
div.box-bl {
	padding: 0;
	background: url(images/box-bl.gif) no-repeat bottom left;
}

div.more_ch div div,
div.submenu div div,
div.box-tr {
	padding: 0;
	background: url(images/box-tr.gif) no-repeat top right;
}

div.more_ch div div div,
div.submenu div div div,
div.box-tl {
	padding: 0 15px 15px;
	background: url(images/box-tl.gif) no-repeat top left;
}

div.more_ch div div div div,
div.submenu div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

/* mis */
div.more_ch ul,
div.submenu ul {
	margin: 0;
	padding: 0;
}

div.more_ch li,
div.submenu li {
	background: url(images/bullet.gif) no-repeat 5px 8px;
	margin: 0;
	padding-left: 16px;
}

/* HEADER */
#headerwrap {
	height: 100px;
	background: #202020;
	border-bottom: 3px solid #FF00FF;
	z-index: 101;
	position: relative;
}

#header {
	height: 100px;
	line-height: normal;
	position: relative;
}

h1.logo {
	margin: 0;
	padding: 0;
	font-size: 250%;
}

h1.logo a {
	width: 180px;
	display: block;
	background: url(images/logo.gif) no-repeat;
	position: absolute;
	height: 34px;
	top: 20px;
	left: 0;
}

h1.logo a:hover, h1.logo a:active, h1.logo a:focus {
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

.shadow {
	background: url(images/shadow.gif) repeat-x center top #333333;
	height: 21px;
	line-height: normal;
	padding-bottom: 10px;
}

/* MAIN NAVIGATION */
#mainnav {
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#mainnav a, #subnav a {
}

/* Default Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	background: none;
	margin: 0;
	padding: 1px 0;
	border-bottom: 1px solid #5A5A5A;
}

ul.menu li a {
	display: block;
	padding: 4px 2px 4px 14px;
	color: #CCCCCC;
	text-decoration: none;
	background: url(images/bullet.gif) no-repeat 3px 10px;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #FF00FF;
}

ul.menu li.active a {
	font-weight: bold;
	color: #FFFFFF;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
}

ul.menu li li a {
	background: url(images/arrow.png) no-repeat 15px 11px !important;
	border: none;
	font-weight: normal !important;
	padding-left: 25px !important;
	width: 75%; /*need for ie6*/
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
	color: #FF00FF;
}

/* FOOTER */
#footerwrap {
	clear: both;
	background: #202020;
	padding: 20px 0;
	position: relative;
}

#footer {
	position: relative;
}

#footer small {
	color: #5A5A5A;
	font-size: 100%;
	padding: 8px 10px;
}

#footer ul {
	margin: 0;
	padding-bottom: 5px;
	line-height: normal;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url(images/vline.gif) no-repeat center right;
}

#footer li a {
	display: inline;
	line-height: normal;
	padding: 0 10px;
}

li.firstitem {
	background: none !important;
}

#footer a {
	color: #5A5A5A;
	text-decoration: underline;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #CCCCCC;
}

/* MISCELLANOUS */


#div.box-tl, #div.box-br {
	padding: 0;
	margin: 0;
}

/* Banner */
#banner {
	top: 20px;
	right: 0px;
	position: absolute;
}

.Tags {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

/*others*/
.clr {
	clear: both;
}

/* User Tools */
#usertoolswrap {
	margin: 0 -15px 15px;
	padding: 0;
	font-size: 11px;
	clear: both;
	display: block;
	background: url(images/h3-l.gif) no-repeat left top #262626;
}

#usertools {
	background: url(images/h3-r.gif) no-repeat right top;
	padding: 8px 10px 3px 5px;
	display: block;
}

#usertools ul {
	margin: 0;
	padding: 2px 0 0 10px;
}

#usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#usertools img {
	padding: 0 3px 0 0;
}

.usertools-font, .ads4 {
	float: left;
}

.usertools-layout, .addthis {
	float: right;
}

.counter{
	position: absolute;
	right: 0px;
	top: 5px;
	width: 80px;
	height: 30px;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

.moving {
	border: dotted 0px #ff0000;
}

/*---------------------------  SCREEN.CSS  -----------------------------------------*/
html, body{margin:0;overflow:hidden;}
#main_container{width:100%;background-color:#a5a5a5;height:100%;overflow:auto;position:absolute;}
.bod{-moz-border-radius:20px;-webkit-border-radius:20px;border:5px solid #666;background:url(../images/gradient.jpg) repeat-x bottom #FFF;}
#main_container .content_wrapper{margin-left:auto;margin-right:auto;width:90%;background-color:#FFF;}
#main_container .spacer{height:23px;}
#nav_menu_wrapper{height:23px;width:100%;bottom:0px;position:absolute;overflow:hidden;}
#nav_menu_wrapper .nav_menu{height:23px;width:98%;background-color:#000000;border-bottom:#000000 solid 2px;}
#nav_menu_wrapper .nav_menu ul{margin-top:5px;list-style:none;}
#nav_menu_wrapper .nav_menu li{display:inline;}
#nav_menu_wrapper .nav_menu li a{padding-top:3px;padding-bottom:5px;padding-right:9px;}
#nav_menu_wrapper .nav_menu a:link, #nav_menu_wrapper .nav_menu a:visited{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#333333;text-decoration:none;background-color:#EEEEEE;}
#nav_menu_wrapper .nav_menu a:hover{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#FFFFFF;text-decoration:none;background-color:#0099FF;}
.sitemap{font-size:12px;color:#FFF;font:Tahoma;}
.sitemap a:link{font-size:11px;font-weight:normal;color:#333;font:Tahoma;text-decoration:none;}
.sitemap a:hover{font-size:11px;font-weight:normal;color:#FFF;font:Tahoma;text-decoration:underline;}
.sitemap a:visited{font-size:11px;font-weight:normal;font:Tahoma;text-decoration:none;}
.menhead{font-size:14px;color:#FFF;font:Tahoma;padding-bottom:8px;padding-left:15px;}
.menhead a{font-size:14px;font-weight:bold;color:#FFF;font:Tahoma;text-decoration:none;}
.menhead a:hover{font-size:14px;font-weight:bold;color:#FFF;font:Tahoma;text-decoration:none;}
.menhead a:visited{font-size:14px;font-weight:bold;color:#FFF;font:Tahoma;text-decoration:none;}
