/* CSS Document */
/*html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, fieldset, ul, ol, li, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	
	margin: 0;	
	padding: 0;	
	border: 0;	
	font-size: 100%;	
	vertical-align: baseline;
} */
ul, ol {
    margin: 0;	
	padding: 0;	
}

#newsbody ul, ol {
    
    padding: 12px;
    margin: 12px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	
	display: block;
}

body {
	line-height: 1;
	font: 12px Verdana, Geneva, sans-serif;
	color: #000;
	background-attachment: fixed;
	background-color: #488cd3;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: 50% bottom;
}

.clear{
	clear: both;
	line-height: 0;
}

ol, ul {	
	list-style: none;
}

#newsbody ul {
    list-style: disc;
}

#newsbody ol {
    list-style: decimal;
}

blockquote, q {	
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {	
	content: '';
	content: none;
}

table {	
	border-collapse: collapse;	
	border-spacing: 0;
}

#container{
	margin: 0 auto;
	padding: 0 auto;
	width: 1200px;
	height: auto;
}

#top{
	width: 1200px;
	height: auto;
}

.logo{
	width: 340px;
	height: 80px;
	float: left;
	color: #FFF;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

span.block{
	display: block;
}

.highlight {
	color: #FC0;
}

.search{
	float: right;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	-webkit-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	zoom: 1;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.search form{
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
	margin-top: 3px;
}

.search form input[type="text"]{
	margin-right: 10px;
	margin-top: 0;
	width: 184px;
	height: 24px;
	border: 1px solid #C30;
	border-color: #CCCC33;
	padding: 5px;
}

.search form input[type="image"]{
	margin-top: 3px;
}

#midCol,#content{
	margin: 10px 0 0 0;
	width: 1180px;
	height: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	background-image: url(../images/transparent.png);
	background-repeat: repeat;
	background-position: 0 0;
}

#content{
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

#midCol-left{
	width: 988px;
	height: auto;
	float: left;
}

#menu{
	width: auto;
	height: 40px;
}

#menu ul{
	list-style: none;
}

#menu ul li{
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: url(../images/menu-bg.png) 0 0 no-repeat;
	margin-right: 1px;
}

#menu ul li a{
	text-align: center;
	display: block;
	color: #000;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#menu ul li a.active,#menu ul li a:hover{
	background: url(../images/menu-bg-active.png) 0 0 no-repeat;
	color: #000;
}

#newsInfo{
	width: 620px;
	height: 322px;
	padding: 2px;
	background: #FFF;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	-webkit-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	zoom: 1;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}

#sidebar{
	width: 180px;
	height: auto;
	float: right;
}

#subscribe{
	height: auto;
	background-color: #FFF;
	padding: 10px;
}

#sideAd{
	width: 300px;
	height: 250px;
	background-color: #FFF;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	-webkit-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	zoom: 1;
}

.sides{
	padding-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	-webkit-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	zoom: 1;
	padding-top: 2px;
	padding-left: 2px;
}

.sides-1{
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	-webkit-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);zoom: 1;
	padding-top: 2px;
	padding-left: 2px;
}

.sides-2{
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	-webkit-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	zoom: 1;
}

.sides-cat{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	-webkit-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);zoom: 1;
	padding-top: 2px;
	padding-left: 2px;
}

.title{
	width: 278px;
	height: 28px;
	background: url(../images/title-bg.png) 0 0 no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	padding-left: 20px;
	padding-top: 3px;
	line-height: 25px;
	font-weight: bold;
	overflow: hidden;
}

.title2{
	width: 310px;
	height: 30px;
	background: url(../images/title-bg.png) 0 0 no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
	font-size: 15px;
	padding-left: 20px;
	padding-top: 3px;
	line-height: 23px;
}
.title3{
	height: 28px;
	background: url(../images/title-bg.png) 0 0 no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	padding-left: 20px;
	padding-top: 3px;
	line-height: 25px;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 10px;
}
#headline {
	margin: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	padding-bottom: 10px;
	line-height: 20px;
}


.fxt{
	width: 708px;
	background: url(../images/fixtures-bg.png) 0 0 no-repeat;
}

.tab1{
	background: url(../images/tab1.png) 0 0 no-repeat;
}

.tab2{
	background: url(../images/tab2.png) 0 0 no-repeat;
}

.tab3{
	background: url(../images/tab3.png) 0 0 no-repeat;
}

.tab4{
	background: url(../images/tab4.png) 0 0 no-repeat;
}

.title-left,.title-cat{
	width: 178px;
	height: 30px;
	background: url(../images/title-bg.png) 0 0 no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	font-size: 15px;
	padding-left: 20px;
	padding-top: 3px;
	line-height: 24px;
	font-weight: bold;
}

.title-cat{
	margin-bottom: 0;
}

#subscribe form{
	width: auto;
	height: auto;
	font-size: 15px;
	font-weight: bold;
	color: #E00;
}

#subscribe form  input[type="text"]{
	margin-right: 10px;
	width: 160px;
	height: 20px;
	border: none;
	background-color: #D7F0BF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-color: #CCCC33;
	padding: 5px;
}

#subscribe form  input[type="submit"],.search form  input[type="submit"]{
	width: 70px;
	height: 30px;
	border: none;
	background-color: #CCCC33;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-color: #CCCC33;
	padding: 5px;
	cursor: pointer;
}

#subscribe form  input[type="submit"]:hover,.search form  input[type="submit"]:hover{
	background-color: #000;
	color: #FFF;
}

#userLogin{
	width: 300px;
	height: auto;
	margin-top: 10px;
	background-color: #FFF;
}

#userLogin ul{
	list-style: none;
}

#userLogin ul li{
	color: #000;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
	float: left;
	line-height: 35px;
	text-align: center;
}

#userLogin ul li a{
	color: #000;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
	float: left;
	line-height: 35px;
	text-align: center;
}

#userLogin ul li.register a:hover,#userLogin ul li.login a:hover{
	background: url(../images/hover.png) 0 0 no-repeat;
}

#userLogin ul li.register a{
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 25px;
	width: 80px;
	height: 40px;
	background: url(../images/register.png) 0 0  no-repeat;
	font-weight: bold;
}

#userLogin ul li.or{
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 5px;
	width: 50px;
	height: 40px;
	font-weight: bold;
	font-size: 16px;
}

#userLogin ul li.login a{
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 5px;
	width: 80px;
	height: 40px;
	background: url(../images/login.png) 0 0  no-repeat;
	font-weight: bold;
}

#leftCol{
	width: 200px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

#socCol{
	width: 196px;
	height: auto;
	margin-top: 10px;
	-moz-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	-webkit-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);zoom: 1;
	background-color: #E9FFD5;
}

#leftCol ul{
	list-style: none;
	background-color: #E9FFD5;
	margin: 0;
	padding: 0;
}

#leftCol ul li{
	padding-left: 20px;
	line-height: 25px;
	background: url(../images/cat-bg.png) 0 0 no-repeat;
	width: 180px;
	height: 30px;
	border-bottom: 1px solid #CCC;
}

#leftCol ul li:last-child{
	border-bottom: none;
}

#leftCol ul li a{
	text-decoration: none;
	color: #000;
	display: block;
}

#leftCol ul li:hover{
	background: url(../images/cat-bg-hover-active.png) 0 0 no-repeat;
}

#rightCol{
	width: 928px;
	height: auto;
	float: left;
}

#leaderboard{
	width: 728px;
	height: 90px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	-webkit-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	zoom: 1;
}

#fixtures{
	width: 928px;
	min-height: 150px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	-webkit-box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	box-shadow: 0px 0px 5px rgba(180, 228, 135, 1);
	zoom: 1;
}

#tabs{
	width: 330px;
	min-height: 50px;
	background-color: #FFF;
	float: left;
	margin-bottom: 10px;
}


.separator{
	width: 27px;
	height: 178px;
	display: block;
	float: left;
	margin: 18px;
}

#wrap{
	width: 332px;
	height: auto;
	float: left;
}

.soc-fb{
	width: 196px;
	height: 50px;
	background: url(../images/soc-fb.png) 0 0 no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.soc-tw{
	width: 196px;
	height: 50px;
	background: url(../images/soc-tw.png) 0 0 no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#footer{
	background-color: #488ed5;
	width: 1200px;
	height: 40px;
	margin-bottom: 20px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	clear: both;
}

.footer{
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}

#footer ul{
	list-style: none;
	padding-top: 5px;
	font-size: 12px;
}

#footer ul li{
	display: block;
}

#footer ul li.copy{
	float: left;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#footer ul li.credits{
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}

#footer ul li a{
	color: #333300;
	text-decoration: none;
}

#footer ul li a:hover{
	text-decoration: underline;
}
#container #content #rightCol #fixtures .newslist {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.newslistli {
	float: left;
	height: 48px;
	width: 40%;
	background-color: #F5F5F5;
	border: 1px solid #DDD;
	padding: 2%;
	margin-right: 3%;
	margin-bottom: 10px;
}
#fixtures .newslist .newslistli img {
	margin-right: 6px;
}

.newslist .newslistli a {
	font-weight: bold;
	color: #069;
	text-decoration: none;
}
#newsbody {
	padding: 15px;
	line-height: 2em;
	font-size: 1.1em;
}
.date_class {
	background-color: #EEE;
	display: block;
	padding: 5px;
	font-size: 11px;
	color: #888;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA;
}
#container #content #rightCol #fixtures #newsbody img {
	margin-right: 10px;
	margin-bottom: 10px;
}
#googlead-2 {
	height: 60px;
	margin-top: 15px;
	text-align: center;
}
#rightnewslist {
	height: auto;
	min-height: 30px;
}
#rightlistul #rightnewslist {
	line-height: normal;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
	padding-left: 15px;
}
#rightlistul {
	background-color: #FFF;
}


#rightnewslist a {
	height: auto;
	color: blue;
	border-bottom: solid 1px #CCC ;
	padding-bottom: 15px;
}
#rightnewslist a:hover {
	
	color: red;
}
#container #content #rightCol a {
	text-decoration: none;
}
#container #content #rightCol a #fixtures #newsbody {
	color: #555;
}
.headline {
	font-size: 14px;
	color: #C60;
	display: block;
	margin-bottom: 6px;
	font-weight: bold;
}.headline a {
	color: #C30;
	text-decoration: none;
}
.headline a:hover {
	color: #500;
	text-decoration: underline;
}
.read {
	display: block;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 15px;
	padding-right: 20px;
}
.read a {
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	height: 25px;
	width: 80px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
}
.fixture_div {
	float: left;
	width: 339px;
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 12px;
}
.fixture_teams {
	font-family: Arial, Helvetica, sans-serif;
	color: #C60;
	font-size: 14px;
	list-style-type: none;
	text-transform: capitalize;
}
.fixture_dates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #063;
	margin-top: 4px;
	margin-bottom: 8px;
	list-style-type: none;
}
.fixturetitle {
	font-weight: bold;
	color: #063;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	list-style-type: none;
}
#cntWrap{
	width: 100%;
	height: auto;
}

#cntForm{
	width: 400px;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-right: 18px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-image: url(../images/contact-details3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #F8F8F8;
}

#cntForm form{
	width: 340px;
	height: auto;
	margin-left: 50px;
	margin-top: 20px;
}

#cntForm form ul{
	list-style: none;
}

#cntForm form ul li{
	display: block;
	line-height: 30px;
	margin-bottom: 10px;
}

#cntForm form label{
	width: 100px;
	height: 30px;
	display: block;
	float: left;
	font-weight: bold;
}

#cntForm form input[type="text"]{
	width: 230px;
	height: 21px;
	padding: 2px;
	background-color: #F5F5F5;
	border-color: #F4EFC6;
}

#cntForm form textarea{
	width: 230px;
	height: 100px;
	padding: 2px;
	background-color: #F5F5F5;
	border-color: #F4EFC6;
}

#cntForm form input[type="submit"]{
	width: 70px;
	height: 30px;
	border: none;
	background-color: #CCCC33;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-color: #CCCC33;
	padding: 5px;
	cursor: pointer;
	float: right;
}

#cntForm form input[type="submit"]:hover{
	background-color: #000;
	color: #FFF;
}

#cntDetails{
	min-height: 200px;
	height: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../images/contact-details2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #F8F8F8;
	float: left;
	width: 400px;
}

.contDet{
	margin-top: 45px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 18px;
}

.contDet p{
	font-size: 12px;
	margin-top: 12px;
}
.bvp_class {
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
