body{
	background: url("../img/bckg.jpg") fixed #ffffcc center center;
	font-family: arial,verdana,sans-serif,Lucida Sans;
	font-size: 11px;
	color: #000;
}

body,form{
	padding:0; 
	margin:0;
}

img{
	border: 0 none;
}
	
a {
	text-decoration: none; 
	color: blue;
}

p,ol{
	margin: 0;
	padding: 0;
}

p{
	padding: 10px 0;
}

ol{
	padding-left: 20px;
}

a:hover {
	text-decoration: underline;
}

ul{
	padding: 0 0 10px; 
	margin: 0 0 0 25px;
}

ul a{
	font-size: 14px; 
	font-weight: bold; 
	text-transform: uppercase;
	color: #FFFF00
}

.mainTbl,.headerTbl{
	width: 800px; 
	border: 0 none;
}

.mainTbl{
	margin-top: 5px;
}

.cntInp{
	width: 20px; 
	text-align: center;
}

.liveInp{
	color: #ff0000;
}

.delimP{
	padding: 10px 0; 
	margin:0;
}

.partTR{
	background-color: #008000;
}

.partTRTitle{
	color: #ffffff;
}

.borderedTbl,.mainBorderedTbl{
	border: 1px solid #ffffff; 
	border-collapse: collapse; 
	background-color: #f2f2f2;
}

.mainBorderedTbl{
	border:0 none;
}

.borderedTbl tr {
	border-top: 1px solid #ffffff; 
	border-left: 1px solid #ffffff;
}

.borderedTbl tr td{
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	vertical-align: middle;
} 

.copyright,.copyright a  {
	font-size: 11px; 
	padding:0; 
	color: #f2f2f2;
}

.lider {
	color: #cc3333;
}

.menu {
	color: #ffff00;
}

.matchday_title{
	cursor: pointer;
}

#page-wrap{
	text-align: left;
}

#chat-area{
	display: block;
	width: 100%;
	height: 600px;
	line-height: 14px;
	background-color: #fff;
	border: #d3d3d3 1px solid;
	overflow: auto;
}

#chat-area p{
	padding: 0;
	padding-left: 2px;
	margin: 0;
	font-size: 10px;
	background-color: #dddddd;
	/*font-family: cursive;*/
}

#chat-area .dt{
	/*color: #008000;*/
	font-weight: bold;
}

#chat-area p.even{
	background-color: #f2f2f2;
}
/*
#chat-area p:hover{
	background-color: #d3d3d3;
}
*/

#chat-baned-controls{
	text-align: center;
	font-weight: bold;
}

.chat-user{
	font-size: 10px;
	/*font-weight: bold;*/
	color: #cc3333;
}

.chat-user-online{
	font-weight: bold;
	color: #0000FF;
}

.chat-icon{
	width: 8px;
	height: 8px;
	padding: 0 1px;
	cursor: pointer;
}

#sendfield{
	height: 45px;
	width: 100%;
	max-width: 144px;
	min-width: 144px;
	border: #d3d3d3 1px solid;
	font-size: 11px;
}

#sendBtn{
	float: right;
	font-size: 9px;
	padding: 0;
}

.content_img{
	margin: 5px;
}

.team1Td font{
	padding-right: 5px;
}

.team2Td font{
	padding-left: 5px;
}

.team1Td img{
	float: right;
}

.team2Td img{
	float: left;
}

.profilePad{
	width: 100px;
	height: 61px;
	display: block;
	background: url("../img/pad.png") no-repeat scroll center center transparent;
}

/***********CSS MENU************/
#cssmenu {
  position: relative;
  /*height: 44px;*/
  background: #008000;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  background: #008000;
  height: 32px;
  width: 100%;
  z-index: 500;
}
#cssmenu > ul > li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 13px;
  font-weight: bold;
  padding: 10px 13px;
  color: #ffff00;
  text-transform: none;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 15px;
  top: 15px;
  border: 5px solid transparent;
  border-top-color: #ffff00;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  border: 1px solid #d3d3d3;
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
  text-align: left;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 32px;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu ul ul li a {
  width: 200px;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding: 5px 15px;
  font-size: 12px;
  color: #000;
  background: #f6f6f6;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu ul ul li:hover > a {
  background: #d3d3d3;
  /*color: #8c9195;*/
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
.submenuArrow {
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #fff;
  position: absolute;
  top: -12px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #ffff00;
  right: 15px;
  top: 15px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #fff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu ul li a {
    padding: 10px 13px;
  }
}