body {
	border:0;
	margin:0;
	padding:0;
	font-family: arial, verdana, helvetica, sans-serif;
	background-color:#fff;
	font-size:11px;
	color:#555553;
}

h1, h2, h3, h4, h5, h6
{
    font-family: arial, verdana, helvetica, sans-serif;
}


p,span{margin:0px;padding:0px;} /* convert2xhtml added*/


th,td 
{
  font-family: arial, verdana, helvetica, sans-serif;
  font-size:11px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
}

form
{
    margin:0px;
    padding:0px;
}

ul, ol {
	/*
	padding-left: 0em;
	margin-left: 0em;
*/
}

li
{
    list-style-type:none;
}

li.NoRightBorder
{
    border-right:none;
}

a:link, a:hover, a:visited, a:active
{
    color:#296183;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}


a:focus { outline:none }

a.OrangeLink:link, a.OrangeLink:hover, a.OrangeLink:visited, a.OrangeLink:active
{
    color:#f95200;
}


a.filterSelected {
  font-weight:bold;
  color:#000000;
  text-decoration:none;
  color:#555553;
  cursor: text;

}

a.filterSelected:hover  {
 text-decoration:none;
 }

a.regionTitle {
  font-weight:bold;
  color:#296183;
  font-size:18px;

}

a.regionTitle:hover
{
    text-decoration:underline;
}


.Clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.Clearfix{zoom:1;}

.ClearBoth
{
    clear:both;
    font-size:1px;
}

.clearleft {
    clear:left;
    font-size:1px;
    margin:0;
    padding:0;
    height:0px;
}

div.DivClearer
{
    clear:both;
}

.FloatLeft
{
    float:left;
}

.FloatRight
{
    float:right;
}

/*the page wrapper */
#wrapper
{
	margin:20px auto 0;
	width:956px;
	padding:0px;
	text-align:left;
	margin-top:0px;
}

img {
border:0 none;
}

/* loading image */
.ajaxload {
    width:500px;
    height:820px;
    background-color:#FFF;
    background-image:url(../images/ajax-loader2.gif);
    background-repeat:no-repeat;
    background-position: center center;
}
.ajaxloadscores {
    width:550px;
    height:600px;
    background-color:#FFF;
    background-image:url(../images/ajax-loader2.gif);
    background-repeat:no-repeat;
    background-position: center center;
}

.widget {
    width:355px;
    height:243px;
    background-position: center center;
}

.widgetlong {
    width:355px;
    height:600px;
    background-position: center center;
}

.scoresMain {
    width:688px;
    height:577px;
    background-position: center center;
}

.ajaxcommon {
    width:677px;
    height:577px;
    background-position: center center;
    overflow:hidden;
    float:left;

}




/*End of Global Nav Elements*/

/*================================================================*/

/* Drop Shadow */
/* the sample below is taken from http://www.alistapart.com/articles/cssdropshadows */

/*this one shows how to create the fuzziness - http://www.alistapart.com/articles/cssdrop2/*/
/*================================================================*/

.img-shadow, .img-shadow-gray
 {
  float:left;
  background: url(../images/shadow_blue_gradient.png) no-repeat bottom right !important;
  background: url(../images/shadow_blue_gradient.gif) no-repeat bottom right;
  margin-bottom:10px;
}

.img-shadow div.WrapperForDropShadow,
.img-shadow-gray div.WrapperForDropShadow-gray
{
  display: block;
  position: relative;
  border: 1px solid #6f9bbc;
  margin: -2px 3px 4px -2px;
  padding:0px;
} 


/* End of Drop Shadow */
div.WrapperForScoreTab
{
  display: block;
  position: relative;
  border: none;
  margin: -2px 3px 4px -2px;
  padding:0px;
} 


.img-shadow-gray
{

  background: url(../images/shadow_gray_gradient.png) no-repeat bottom right !important;
  background: url(../images/shadow_gray_gradient.gif) no-repeat bottom right;
}

.img-shadow-gray div.WrapperForDropShadow-gray
{
  border: 1px solid #ccc;
} 

.LightBlueBackground
{
    background-color:#e6eff4;
}

.DarkBlueBackground
{
    background-color:#225976;
}




/*================================================================*/

/* End of Drop Shadow */

/*================================================================*/

/*================================================================*/

/*General Layout*/

/*================================================================*/

/*Three Column Layout*/

#ContentWrapper
{
  clear:both;
  margin:0px 4px 15px 4px;
  padding-top:15px;
    
}

.FirstColumnOfThree, .SecondColumnOfThree, .ThirdColumnOfThree
{
    float:left;
    width:200px;
    margin-right:16px;   
}

.SecondColumnOfThree, .ThirdColumnOfThree
{
   width:358px;
}

.ThirdColumnOfThree
{
   margin-right:0px; 
}

/*End of Three Column Layout*/

/*Two Column Layout for pages like News*/

/*use the same first column layout as above*/

.TwoColumnLayout .SecondColumnOfTwo
{
   width:732px;
   float:left;
   margin-bottom:10px;

}

/*End of Two Column Layout for pages like News*/



/*Two Column Layout for the forms*/

.FirstColumnOfTwo
{
    float:left;
    width:574px; 
}

.SecondColumnOfTwo
{
   margin-left:590px;
   padding:0px;
   margin:0px;
}

/*End of Two Column Layout for the forms*/

.SecondColumnOfTwo h1, .SecondColumn h1
{
    color:#666666;
    font-weight:normal;
    padding:0;
    margin:0;
    font-size:24px;
    margin-bottom:5px;
}


div.SecondColumnOfTwo h4
{
    color:#666666;
    font-weight:bold;
    padding:0;
    margin:0;
    font-size:15px;
    margin-bottom:5px;
}

div.FirstColumnOfThree div.img-shadow div.WrapperForDropShadow, div.FirstColumnOfThree div.img-shadow-gray div.WrapperForDropShadow-gray
{
    width:200px;
}

div.SecondColumnOfThree div.img-shadow div.WrapperForDropShadow, div.ThirdColumnOfThree div.img-shadow div.WrapperForDropShadow
{
    width:355px;
}

#BottomNav
{
    clear:left;
}

#BottomNav div.img-shadow div.WrapperForDropShadow
{
    width:948px;
    background-color:#e6eff4;
}

#BottomNav div.img-shadow div.WrapperForDropShadow div
{
    height:30px;
    background-color:#6594ac;
    clear:left;
}

#BottomNav ul
{
    float:left;
    margin:15px 0px 10px 50px;
    padding:0px;
}

#BottomNav ul li
{
    margin:0px;
    padding:0px;
    list-style-type:none;
    padding-bottom:5px;
    color:#296183;
}

#BottomNav ul li.first
{
    color:#296183;
    padding-bottom:15px;
    font-size:14px;
    font-weight:bold;
}

div.BottomSearch
{
	clear:both;
	background-color:#E6EFF4;
	border:solid 1px #6F9BBC;
	width:944px;
}

div.BottomSearch fieldset
{
	margin:0 0 0 0px;
	padding:7px;
}

div.BottomSearch fieldset input
{
	float:right;
}

div.BottomSearch fieldset input.submit
{
	margin:0 5px;
}

ul.Footer
{
	margin:10px 0;
	padding:7px;
	overflow:auto;
	background-color:#6F9CBD;
	border:solid 1px #6F9BBC;
	width:930px;
	clear:both;
}

ul.Footer li
{
	padding:0 7px;
	border-right:solid 1px #fff;
	float:left;
}

ul.Footer li.Last
{
	border-right:none;
}


ul.Footer li a
{
	color:#fff;
	font-size:14px;
}

/*================================================================*/

/*End of General Layout*/

/*================================================================*/

/*================================================================*/

/*Home Page*/

/*================================================================*/

/*div.WrapperForDropShadow div div
{
    padding:10px;
}
*/

div.WrapperForDropShadow div div.LogoWrapper div.SmallLogoWrapper
{
    padding:0px;
}

/*first column for home page*/

/*the first div inside the dropshadow that is in the first column on the home page*/
#ProfileSignIn,#Feedback,#LefNavLeagues
{
    padding:10px;
}

#ProfileSignIn h3
{
    margin:0;
    padding:0;
    color:#333333;
    font-weight:bold;
    font-size:14px;
}

#ProfileSignIn img
{
    height:30px;
    width:30px;
    float:left;
    padding-right:10px;
 }

#ProfileSignIn div
{
    margin:0px;
    padding:0px;
    margin-top:10px;
    font-size:12px;
}



#Feedback,#leftMenu 
{
    
    background-color:#e6eff4;
}

#leftMenu {
    padding:5px;
}

img.JoinNowHome
{
    padding:2px;
}

#AdsByGoogle
{
    margin:15px 10px;
}

#AdsByGoogle h6
{
    color:#3590ed;
    margin:0;
    margin-top:10px;
    padding:0;
    font-size:11px;
}

#AdsByGoogle a:link, #AdsByGoogle a:hover, #AdsByGoogle a:visited, #AdsByGoogle a:active
{
    color:#3590ed;
    display:block;
    padding-top:3px;
}


/* end of first column for home page*/


/* second and third column for home page*/



/*Globals for every dropshadow header */

/* turn of the gloabl padding set above for interior divs of dropshadows if it is a header */
div.WrapperForDropShadow div div.DropShadowHeader
{
    padding:0px;
}

div.DropShadowHeader
{
    height:24px;
    font-weight:bold;
    padding-right:5px;
    background-repeat:repeat-x;
    background-position:top left;
}

.BlueGradientForDropShadowHeader
{
    background-image: url(../images/DropShadowHeader/backround_blue_gradient.gif);
    color:#01395b;
}

.BlueToWhiteGradientForDropShadowHeader
{
    background-image: url(../images/DropShadowHeader/backround_blue_to_white_gradient.gif);
    color:#2a6280;
    border:solid 1px #9cbdcf;
    height:20px;
    background-color:#fff;
}

div.BrownGradientForDropShadowHeader
{
    background-image: url(../images/DropShadowHeader/backround_brown_gradient.gif);
    color:#333333;
    border:solid 1px #adabab;
    height:22px;
}

div.DropShadowHeader img
{
    float:left;
    margin:2px 5px;
    margin-right:0px;
    padding:6px 4px 3px 0px;
}

div.DropShadowHeader div.DownArrow, div.DropShadowHeader div.RightArrow, div.DropShadowHeader div.CloseButton
{
    float:left;
    margin:2px 0px 0px 0px;
    padding:0px;
    cursor:pointer;
    height:16px;
    width:18px;
    background-repeat:no-repeat;
    background-position:3px 5px;     
}

div.DropShadowHeader div.RightArrow
{
    background-position:3px 4px; 
}


div.DropShadowHeader div.CloseButton
{
    background-image:url('../images/DropShadowHeader/greyclose.gif');
    float:right;
    height:18px;
    padding-right:5px;
}


div.BlueGradientForDropShadowHeader img, div.BlueGradientForDropShadowHeader div.DownArrow, div.BlueGradientForDropShadowHeader div.RightArrow
{
    border-right:solid 1px #77a1b8;
    background-image:url('../images/DropShadowHeader/blue_down_arrow.gif');
}

div.BlueGradientForDropShadowHeader div.RightArrow
{
    background-image:url('../images/DropShadowHeader/blue_right_arrow.gif');
}

/*================================================================
div.BrownGradientForDropShadowHeader img, div.BrownGradientForDropShadowHeader div.DownArrow, div.BrownGradientForDropShadowHeader div.RightArrow
{
    border-right:solid 1px #adabab;
    background-image:url('../images/DropShadowHeader/brown_down_arrow.gif');
}
*/

div.BrownGradientForDropShadowHeader img, div.BrownGradientForDropShadowHeader div.DownArrow, div.BrownGradientForDropShadowHeader div.RightArrow

{

  border-right:solid 1px #adabab;

}

 

div.BrownGradientForDropShadowHeader div.DownArrow, div.BrownGradientForDropShadowHeader div.RightArrow

{

  background-image:url('../images/DropShadowHeader/brown_down_arrow.gif');

}


div.BrownGradientForDropShadowHeader div.RightArrow
{
    background-image:url('../images/DropShadowHeader/brown_right_arrow.gif');
}

div.DropShadowHeader h4
{
    text-transform:uppercase;
    float:left;
    font-weight:bold;
    font-size:11px;
    margin:0;
    padding:0;
    padding-top:5px;
    padding-left:20px;
}

div.DropShadowHeader h4.WithArrowToLeft
{
    padding-left:5px;
    border-left:solid 1px #fff;
}

div.DropShadowHeader h4.WithCountryFlag
{
    background-repeat:no-repeat;
    background-position:3px 5px;
    padding-left:25px;
}

div.DropShadowHeader h4.NoArrowLeft {
    padding-left:10px;
}

div.DropShadowHeader h4.MatchDetails {
    text-align:center;
}

div.DropShadowHeader h4.CurrentFormMatchDetail
{
    padding-left:10px;
}

div.DropShadowHeader h4.HeadToHeadMatchDetail
{
    padding-left:10px;
}


div.DropShadowHeader span
{
    display:block;
    text-transform:none;
    float:right;
    font-weight:normal;
    padding:0px;
    margin:0px;
    padding-top:4px;
}

div.DropShadowHeader span.IsTextOnly
{
    margin-top:5px;
}

div.BrownGradientForDropShadowHeader span
{
    float:right;
    padding:5px;
    padding-bottom:0px;
}

div.DropShadowHeader span select
{
    font-size:11px;
    color:#666666;
    margin-top:1px;
}

div.DropShadowHeader span input.submit {
    margin:0px 5px 0px 2px;
    width:25px;
    padding:0px;
    float:none;
    padding:0px;
    display:inline;
}

.DropShadowHeader span a
{
    color:#01395b;
}


#searchProfiles
{
    padding:0;
    color:#296183;
    padding:0 0 5px 15px;
    margin:0;
}

#searchProfiles fieldset {	
	margin:0;
	padding:5px 0;
}

#searchProfiles fieldset input {
	border:1px solid #7E9DB9;
	display:block;
	float:left;
	margin:0px 0px 4px;
	width:275px;
}


#searchProfiles fieldset input.submit {
	margin:2px 0px 0px 10px;
	padding:0px;
	position:relative;
	width:auto;
}

ul#Profiles, #MapContainer, ul#TalkingPoints
{
    height:142px;
    margin:0;
    padding:0;
    background:url('../images/home_second_column_gradient_background.jpg') repeat-x 0 0;
    border:solid 1px #749fbe;
    border-left:none;
    border-right:none;
    border-bottom:none;
    clear:both;
}

ul#Profiles li
{
    float:left;
    margin:0;
    padding:0;
    margin-left:4px;
    margin-right:4px;
    margin-top:15px;
    color:#01395b;
}

ul#Profiles li h4
{
    color:#fff;
    font-size:11px;
    margin:0;
    padding-bottom:5px;
}

ul#Profiles li h4 a
{
    color:#fff;
    padding-left:18px;
}

ul#Profiles li img
{
    padding-left:18px;
    padding-right:15px;
}

ul#Profiles li span
{
    padding-left:18px;
}

.boxDefaultMsg {
   padding-left:10px
}

div.HomeSecondColumnBottomOfProfile, div.HomeSecondColumnBottomOfMap
{
    clear:both;
    margin:10px 10px 10px 5px;
    padding-left:5px;

}

div.HomeSecondColumnBottomOfProfile
{
   color:#296183;
   padding-left:0px;
}

div.HomeSecondColumnBottomOfProfile a
{
    padding:0px 5px;
}

#MapContainer
{
    height:auto;
    padding:10px;
}

ul#TalkingPoints
{
    background-image:none;
    background-color:#e6eff4;
    height:auto;
    padding:20px;
    padding-bottom:20px;    
}

ul#ActivityDetailList
{
    background-image:none;
    height:auto;
    padding:20px;
    padding-bottom:20px;

}

ul#TalkingPoints li,
ul#ActivityDetailList li
{
    margin:0px;
    padding:0px;
    padding-left:65px;
    padding-bottom:20px;
    background-repeat:no-repeat;
    clear:both;
    margin-bottom:20px;
}

ul#TalkingPoints li div,
ul#ActivityDetailLiul li div
{
    margin-top:5px;
    float:left;    
}

ul#TalkingPoints li div.TimeSetting,
ul#ActivityDetailList div.TimeSetting
{
    float:right;
    font-size:10px;
}

ul#TalkingPoints li div.Comment,
ul#ActivityDetailList li div.Comment
{
    background:transparent url(../images/icons/comment.png) no-repeat scroll 0pt 50%;
	padding:8px 0pt 8px 20px;
    
}

ul#BlogComments
{
    background-color:#e6eff4;
}


#TopNewsBody
{
    clear:both;
    margin-top:10px;
}

#TopNewsBody ul {
    padding-left:20px;
    margin-bottom:0;
}

#TopNewsBody ul li {
    font-size:11px;
    font-weight:bold;
    margin:0;
    padding-bottom:5px;
}

#TopNewsBody ul li span{
    color:silver;
    font-size:9px;
    font-style:italic;
    margin:0;
    padding-bottom:5px;
}

div.NewsStory h3.TopNewsExternal

{
 background:transparent url(../images/icons/externalLinks.gif) no-repeat 0 0;
 padding-left:20px;
}

div.WrapperForDropShadow div div#FeaturedNewsList div.newsItemFirstHome
{
   border-bottom:solid 1px #6f9bbc;
   margin:0 8px 8px;
   padding:8px 0px 8px 8px;
   min-height:80px;
   height:auto !important;
   height:80px;
   background:none; 
}


div.WrapperForDropShadow div div#FeaturedNewsList div.newsItem,
div.WrapperForDropShadow div#FeaturedNewsList div.newsItem
{
	border-bottom:solid 1px #6f9bbc;
	margin:0 8px 8px 8px;
	padding:0 0 8px 15px;
    background:transparent url(../images/very_small_soccerball.gif) no-repeat scroll 0% 22%;
    line-height:1.3em;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
 
}



div.WrapperForDropShadow div div#FeaturedNewsList div.newsItem span,
div.WrapperForDropShadow div#FeaturedNewsList div.newsItem span
 {
    color:#777777;
    font-family:arial,verdana,sans-serif;
    font-size:9px;
}



.firstHomeArticle {
    min-height:120px;
    height:auto !important;
    height:120px;
    background:none;
}


div.WrapperForDropShadow div div#FeaturedNewsList div.newsItemNoBorder,
div.WrapperForDropShadow div#FeaturedNewsList div.newsItemNoBorder
 {
    border-bottom:none;
    padding-bottom:0;
}



div.WrapperForDropShadow div div#FeaturedNewsList ul,
div.WrapperForDropShadow div#FeaturedNewsList ul
{
	padding:0 0 0 130px;
	margin:0;
	background-repeat:no-repeat;
	background-position:0 5px;
	height:70px;
}

div.WrapperForDropShadow div div#FeaturedNewsList ul li,
div.WrapperForDropShadow div#FeaturedNewsList ul li
{
	padding:0;
	margin:0;
}

div.WrapperForDropShadow div div#FeaturedNewsList ul li a,
div.WrapperForDropShadow div#FeaturedNewsList ul li a
{
  font-weight:bold;

}

div.WrapperForDropShadow div div#FeaturedNewsList h6,
div.WrapperForDropShadow div#FeaturedNewsList h6
{
	font-weight:bold;
	font-size:11px;
	margin:0;
}

div.WrapperForDropShadow div div#FeaturedNewsList ul h6,
div.WrapperForDropShadow div#FeaturedNewsList ul h6
{
	padding:0 0 5px 0;
}

div.WrapperForDropShadow div div#FeaturedNewsList div.SeeMoreNews,
div.WrapperForDropShadow div#FeaturedNewsList div.SeeMoreNews
{
	border:none;
	margin:0;
	padding:2px;	
}

#NewsList
{
    background-color:#e6eff4;
}





#ScorecardContainer,#ScoresDataModule
{
    clear:both;
    float:left;
    padding-bottom:4px;
}

/* was taking out from above definition
.ScorecardWide {
    width:355px;
}
*/

#ScorecardContainer .rfeat{float:left;width:350px;height:22px;background:url('../images/regbg.jpg') repeat-x;border:solid 1px #adabab;}
#ScorecardContainer .rfeat .rarrow{float:left;width:13px;height:16px;background:url('../images/regline.jpg') right 60% no-repeat;padding-right:10px;margin-top:3px;}
#ScorecardContainer .rfeat .rarrow img{float:left;width:11px;height:9px;margin-top:5px;margin-left:5px;}
#ScorecardContainer .rfeat .regg{float:left;width:330px;font:bold 12px arial;color:#01395b;line-height:24px;}
#ScorecardContainer .rfeat .regg a{color:#01395b;text-decoration:none;}
#ScorecardContainer .rfeat .regg a:hover{color:#01395b;text-decoration:none;}
#ScorecardContainer .rfeat .regg img{float:left;width:22px;height:13px;margin-top:6px;margin-left:5px;margin-right:5px;}

.toggle_container{clear:both;width:355px;overflow:hidden;}

#ScorecardContainer .matchesdata,
#ScoresDataModule .matchesdata
{float:left;background-color:#ffffff;} /*f7f7f7 - grey previous background*/
#ScorecardContainer .matchesdata .day,
#ScoresDataModule .matchesdata .day
{float:left;width:340px;color:#333333;font:bold 12px arial;margin-left:7px;margin-top:7px;}
#ScorecardContainer .matchesdata .baltic,
#ScoresDataModule .matchesdata .baltic
{float:left;width:340px;color:#296183;font:bold 12px arial;margin-left:7px;margin-top:3px;}
#ScorecardContainer .matchesdata ul,
#ScoresDataModule .matchesdata ul
{list-style:none;margin:0px;padding:0px;margin-left:7px;}
#ScorecardContainer .matchesdata ul li,
#ScoresDataModule .matchesdata ul li
{float:left;padding-bottom:9px;}

#ScorecardContainer .matchesdata ul li.teamhome,
#ScoresDataModule .matchesdata ul li.teamhome
{float:left;width:120px;color:#296183;font:normal 12px arial;}

#ScorecardContainer .matchesdata ul li.winner,
#ScoresDataModule .matchesdata ul li.winner 
 {font-weight:bold;}
#ScorecardContainer .matchesdata ul li.teamhome a,
#ScoresDataModule .matchesdata ul li.teamhome a
{color:#296183;text-decoration:none;}

#ScorecardContainer .matchesdata ul li.teamhome a:hover,
#ScoresDataModule .matchesdata ul li.teamhome a:hover
{color:#296183;text-decoration:none;}

#ScorecardContainer .matchesdata ul li.teamaway,
#ScoresDataModule .matchesdata ul li.teamaway
{float:left;width:110px;color:#296183;font:normal 12px arial;padding-left:10px}
#ScorecardContainer .matchesdata ul li.teamaway a,
#ScoresDataModule .matchesdata ul li.teamaway a
{color:#296183;text-decoration:none;}
#ScorecardContainer .matchesdata ul li.teamaway a:hover,
#ScoresDataModule .matchesdata ul li.teamaway a:hover
{color:#296183;text-decoration:none;}

#ScorecardContainer .matchesdata ul li.score,
#ScoresDataModule .matchesdata ul li.score
{float:left;width:30px;color:#296183;font:normal 12px arial;}
#ScorecardContainer .matchesdata ul li.score a,
#ScoresDataModule .matchesdata ul li.score a
{color:#296183;text-decoration:none;}
#ScorecardContainer .matchesdata ul li.score a:hover,
#ScoresDataModule .matchesdata ul li.score a:hover
{color:#296183;text-decoration:none;}

#ScorecardContainer .matchesdata ul li.final,
#ScoresDataModule .matchesdata ul li.final

{float:left;width:60px;color:#296183;font:normal 12px arial;}
#ScorecardContainer .matchesdata ul li.final a,
#ScoresDataModule .matchesdata ul li.final a

{color:#296183;text-decoration:none;}
#ScorecardContainer .matchesdata ul li.final a:hover,
#ScoresDataModule .matchesdata ul li.final a:hover
{color:#296183;text-decoration:none;}
#ScorecardContainer .matchesdata .seemore1,
#ScoresDataModule .matchesdata .seemore1
{float:left;width:337px;padding:10px;border-top:solid 1px #6f9bbc;font:bold 11px arial;color:#e67225;background-color:#fff;}




#ScorecardContainer .Scores 
{
  padding: 8px;
}


.ScorecardContainerRightColumn
{
    clear:both;
    width:680px;
}


.ScorecardContainerRightColumn .Scores
{
background-color:#FFFFFF;
color:#333333;
font-size:13px;
margin-top:8px;
margin-bottom:8px;
padding-left:0px;
width:680px;
}

.ScorecardContainerRightColumn .Scores a.scoreLeagueTitle {
  font-size:13px;
  font-weight:bold;

}

.ScorecardContainerRightColumn .Scores ul li.TeamName  {
  padding-left:2px;
}


#ScoreSchedContainer {
    border:solid 1px #6f9bbc;
    width:350px;
    clear:both; 

}
 

#ViewScores
{
    padding:10px 20px;
    color:#296183;
    padding-left:15px;
    padding-right:0px;
}

#ViewScores a
{
    padding:0px 5px;
}

#ViewScores a.OrangeLink
{
    padding-left:150px;
}


.ScoresEdit {
  background-color:#f7f7f7;    
  font-size:12px;
  color:#333333;
  width: 355px; 
  height: 300px; 
  border-bottom:1px solid #CCCCCC;
  overflow-y: scroll; 
  scrollbar-arrow-color:blue; 

}
#compList ul.TwoColumnCountryList li

.Scores
{
    background-color:#f7f7f7;    
    font-size:12px;
    color:#333333;
    padding-left:8px;
    margin-top:8px;
    padding-bottom:8px;
    width:346px;
}

.ScoresClosed
{
   display:none;
}

.Scores ul
{
    clear:left;
    margin:0px;
    padding:0px;
    margin-bottom:1px;
    margin-top:7px;
}


.Scores li
{
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px;
    color:#296183;
    font-size:11px;
}


.Scores span {

  font-weight:bold;
}

.Scores ul.MatchesDate
{
    margin-bottom:5px;
    
}

.Scores ul.MatchesDate li
{
    color:#555553;
    font-weight:bold;
    text-align:center;
    width:330px;
    float:none;
}

.Scores li.TeamName
{
    width:110px;
}

.Scores li.Winner
{
    font-weight:bold;
}

.Scores li.Score
{
    width:40px;
}

.Scores li.Time
{
    width:42px;
}

.Scores li.GameOn
{
    color:#2f6b2f;
    width:62px;
}

.Scores li.Final
{
    font-weight:bold;
    color:#333333;
}

.Scores li.MatchDetails {
    width:200px;
    padding-left:20px;
}

.Scores p
{
    clear:left;
    padding-bottom:5px;
    padding-top:0px;
    margin:0px;
}



#tab2 .Scores ul.teammatches
{
    clear:left;
    margin:0px;
    padding:0px;
    margin-bottom:1px;
    margin-top:1px;
}


#SeeMoreNews
{
     background-color:#fff;
     padding:10px;
}

.SeeMoreNews
{
    border-top:1px solid #6f9bbc;
    color:#e67225;
    background-color:#fff;
    padding:5px 0 5px 10px;
}

#homescoreboard {

margin-bottom:10px;

}
#customScoreBoard {

float:right;
display:inline;
}



/* end of second and third column for home page*/

/*================================================================*/

/*End of Home Page*/

/*================================================================*/

/*================================================================*/

/*Two Column Layout like News*/

/*================================================================*/

#SecondColumnHighlightBox
{
   width:706px;
   padding:13px;
   background:#fff url('../images/FormWrapperBackground.jpg') 0 0 repeat-x;
}

/* IE 6 being a little picky about the size */
*html #SecondColumnHighlightBox
{
   padding:11px;
}

#SecondColumnHighlightBox h1
{
    float:left;
}

#SecondColumnHighlightBox .ShowNewsOption
{
    float:right;
    margin:5px 0px 0px 0px;
    font-size:12px;
}

#SecondColumnHighlightBox select
{
    font-size:10px;
}

ul#SecondColumnHighlightBoxContentNav
{
    margin:0;
    padding:0;
    background:#fff url('../images/SecondColumnHighlightBoxContentNav_background.gif') repeat-x 0 0;
    height:23px;
    clear:both;
 }

ul#SecondColumnHighlightBoxContentNav li
{
    float:left;
    text-transform:uppercase;
    padding:4px 10px;
    color:#fff;
    font-weight:bold;        
}

ul#SecondColumnHighlightBoxContentNav li.last
{
    float:right;
    text-transform:none;
    padding:4px 13px;
    color:#fff;
    font-weight:normal;       
}

ul#SecondColumnHighlightBoxContentNav li.last a
{
    position:relative;
    top:-3px;
    left:-4px;
}

ul#SecondColumnHighlightBoxContentNav li.last a.image
{
    top:0px;
    left:0px;
}

ul#SecondColumnHighlightBoxContentNav li.last img
{
    width:13px;
    height:13px;
    border:0;
}

ul#SecondColumnHighlightBoxContentNav li.selected
{
    background-color:#12425b;
}

ul#SecondColumnHighlightBoxContentNav li a
{
   color:#fff;
}

ul#SecondColumnHighlightBoxContentNavTwo, ul#SecondColumnHighlightBoxContentNavThree
{
    background-color:#fff;
    background-image:none;
    border-top:none;
    border-bottom:none;
    padding:3px 15px 15px 15px;
    margin:0;
    height:18px;
    width:658px;
    clear:both;
    /* border:solid 1px #bed2df; */
}

ul#SecondColumnHighlightBoxContentNavTwo li
{
    float:left;
    padding:0px 5px;
    margin:5px 0px;
    color:#000;
    font-weight:bold; 
    background-color:#fff;
    border-right:solid 1px #bed2df;       
}

ul#SecondColumnHighlightBoxContentNavTwo li.PaginationOne, ul#SecondColumnHighlightBoxContentNavTwo li.PaginationTwo, ul#SecondColumnHighlightBoxContentNavTwo li.PaginationThree, ul#SecondColumnHighlightBoxContentNavTwo li.PaginationAlphabet
{
    border-right:none;
}

.PaginationOne
{
    width:98px;
}

.PaginationTwo 
{
    width:265px;
    text-align:center;
}

.PaginationAlphabetFavorites
{
    width:350px;
    text-align:left;
    padding-left:10px;
}


.PaginationTwo a
{
    border-right:solid 1px #bed2df;
    padding:0px 4px;
}

.PaginationTwo a.last
{
    border-right:none;
}

.PaginationThree
{
    
    text-align:right;
    width:260px;
}

.PaginationAlphabet 
{
  width:540px;
  text-align:center;
}

.PaginationAlphabet a
{
    border-right:solid 1px #bed2df;
    padding:0px 4px;
}

.PaginationAlphabet a.last
{
    border-right:none;
}


ul#SecondColumnHighlightBoxContentNavTwo li.NoRightBorder
{
    border-right:none;
}

ul#SecondColumnHighlightBoxContentNavThree ul
{
    margin:0;
    padding:0;
}

ul#SecondColumnHighlightBoxContentNavThree li li
{
    padding:0px 5px;
    margin:2px 0px;
    color:#000;
    font-weight:bold; 
    background-color:#fff;
    border-right:solid 1px #bed2df;  
    float:left;     
}

ul#SecondColumnHighlightBoxContentNavThree li li.NoRightBorder
{
    border-right:none;
}

ul.SecondNavInContentNavThree
{
    float:right;
}





#SecondColumnHighlightBoxContent
{
    background-color:#fff;
    border:solid 1px #bed2df;
    border-top:none;
    clear:left;
    padding:10px 15px 10px 15px;
    font-size:12px;
    width:680px;  /* was 675px before increasing it to fit logo wrapper featuredteamsmore*/
}




#SecondColumnHighlightBoxContentBottomImage
{
   background:#fff url('../images/SecondColumnHighlightBoxContent_bottom_gradient.gif') repeat-x 0 100%;
   height:4px;
   padding:0;
   margin:0;
   font-size:1px;
}


#SecondColumnHighlightBoxContent p.CustomizeFeeds
{
    text-align:right;
    margin-top:0px;
    padding-top:0px;
    height:21px; 
}

#SecondColumnHighlightBoxContent p.CustomizeFeeds a
{
    font-size:12px;
    position:relative;
    top:-5px;
}

#SecondColumnHighlightBoxContent a.NewsHeadline
{
    font-size:14px;
    padding-right:5px;   
}

#SecondColumnHighlightBoxContentFooter
{
    background-color:#fff;
    border:solid 1px #bed2df;
    border-top:none;
    clear:left;
    padding:10px 15px 10px 15px;
    font-size:12px;
    width:680px;  /* was 675px before increasing it to fit logo wrapper featuredteamsmore*/
}


#SecondColumnHighlightBoxContentFooter p {
	padding-bottom:15px;
}

#SecondColumnHighlightBoxContentFooter ul li {
list-style:disc outside none;
margin-left:5px;
padding-left:5px;
padding-bottom:5px;
}

#SecondColumnHighlightBoxContentFooter ul li  ol {
	padding-top:10px;
}

#SecondColumnHighlightBoxContentFooter ul li  ol  li {
list-style:decimal outside none;
}

/*================================================================*/

/*End of Two Column Layout like News*/

/*================================================================*/
#leagueHeader {
    margin-bottom:13px;
    position:relative;
}

#leagueHeader h2,#leagueHeader h1 {
    font-size:18px;
    background-repeat:no-repeat;
    background-position:0% 55%;
    padding-left:40px;
    min-width:140px;
}
#leagueHeader #leagueSeasonDropDown {
 position: absolute; 
 top: 0pt;
 right: 0pt;
}

#addFavBottomLeague {
    position: absolute;
    top:0pt;
    right:450pt;
    margin-top:2px;
}

span.rightDropDownLabel {
   color:#666666;
   font-size:12px;
   font-weight:bold; 
}

/*================================================================*/

/*Country Page*/

/*================================================================*/







/*================================================================*/

/*Profile Page*/

/*================================================================*/

#Feedback strong.Quantity
{
    padding-right:15px;
    padding-left:5px;
}

.OnlineNow
{
    color:#00cc00;
    background:url('../images/soccer_ball_neon_green.gif') no-repeat 0 0;
    padding-left:25px;
    padding-top:3px;
    margin:5px 0px;
    font-weight:bold;
    height:20px;
}

ul.ulGradientBoxes
{
    margin:0;
    margin-top:3px;
    padding:0;
    border-style:solid;
    border-width:1px;
}

ul.GradientBlue
{
   border-color:#9cbdcf; 
}

ul.GradientGray
{
    border-color:#adabab;
}

ul.ulGradientBoxes li
{
    padding:4px 0px 3px 10px;
    color:#1e5979;    
    font-weight:bold;
    overflow:auto;
}


ul.GradientBlue li
{
    border-bottom:solid 1px #9cbdcf;
    background:url('../images/ulGradientBlueBoxes_li_background.gif') repeat-x 0 0;
}

ul.GradientBlue li.active
{
    border-bottom:solid 1px #adabab;
    background:#9cbdd0;
    background-image:url('../images/DropShadowHeader/blue_right_arrow.gif');
    background-position:3px 5px;  
    background-repeat:no-repeat;
  

    
    
}

ul.GradientGray li
{
    border-bottom:solid 1px #adabab;
    background:url('../images/ulGradientGrayBoxes_li_background.gif') repeat-x 0 0;
}

ul.GradientBlue li a
{
	color:#1f5a7a;
	padding-left:5px;
}

ul.GradientBlue li a.Left{
	float:left;
}

ul.GradientBlue li a.Right
{
	float:right;
	color:#4297ee;
	padding:0 20px 0 0;
}


ul.GradientBlue li span
{
	color:#d80312;
	padding:0 0px;
}


ul.ulGradientBoxes li img
{
    margin-right:1px;    
}

ul.ulGradientBoxes li img.first
{
    margin-left:7px;
}

ul.ulGradientBoxes li.last
{
    border:none;
}

#ProfileInfoContainer
{
    padding:5px 10px;
    background-color:#e6eff4;
}

#ProfileInfoContainer h3,
#ProfileInfoContainer h1
{
    margin:0;
    padding:0;
    font-size:25px;
    margin-bottom:5px;
    float:left;
}

#ProfileInfoContainer #favorite input,
#ProfileInfoContainer #remove input
{
   margin-top:5px;
   float:right;
}




#ProfileInfoContainer .JoinedDate, #community .JoinedDate, 
{
    float:right;
    padding:0 25px 5px 0;
    margin:0px;
    background:url('../images/icons/rss_blue_matte.gif') no-repeat right 0;
}



.JoinedDate {
    float:right;
    padding:0 25px 5px 0;
    margin:0px;
    background:url('../images/icons/rss_blue_matte.gif') no-repeat right 0;
    height:17px;
}

.JoinedDate a {
   
    padding:0 20px 0px 0;
    display:inline;

}

.secondaryDropDown {
   float:left;
}


#ProfileInfoContainer div.DropShadowHeader h4
{
    margin:0px;
    padding:0px;
    float:left;
    margin-left:20px;
    margin-top:5px;   
}

#ProfileInfo
{
	clear:both;
	padding:0;
	margin:0;
}

#ProfileInfo span.ProfileLabel
{
     font-weight:bold;
     padding-right:3px;
     line-height:2em; 
}

#ProfileInfo span.SecondCol
{
    padding-left:15px;
}

#ProfileInfo p
{
    margin:0 0 7px 0;
}

div.DisplayDropdown
{
	
}

div.DisplayDropdown span
{
	border:solid 1px #9fbcd2;
	background:url(../images/DropShadowHeader/backround_blue_gradient.gif) repeat-x 0 0;
	padding:1px 6px 1px 0;
}

div.DisplayDropdown span.first-child
{
	border:none;
	background:url(../images/icons/DisplayDownArrow.gif) no-repeat 100% 5px;
	padding:0;
}


div.DisplayDropdown button
{
	font-size:11px;
	padding:0 40px 0 5px;
}


div.WrapperForDropShadow div.DisplayDropdown div
{
	padding:0;
}

div.DisplayDropdown div.bd
{
	padding:0;
	background-color:#e6eff4;
	border:solid 1px #6f9bbc;
}

div.DisplayDropdown div.bd li
{
	padding:2px 2px;
}

div.DisplayDropdown div.bd ul
{
	padding:5px;
}

div.DisplayDropdown div.bd li a
{
	color:#4d7c99;
}

table.BlueHeader
{
	border-collapse:collapse;
	width:100%;
}

table.BlueHeader th
{
	background-color:#6f9bbc;
	color:#fff;
	padding:3px 10px;
	font-weight:bold;
}

table.BlueHeader td
{
	color:#000;
	padding:3px 10px;
}

div.BlueHeader
{
	background-color:#6f9bbc;
	color:#fff;
	padding:4px 35px !important;
	font-weight:bold;
	font-size:12px;
	text-align:right;
}


ul.MyFavorites
{
	border-bottom:solid 1px #cfdee9;
	overflow:auto;
	clear:left;
	margin:10px;
	padding:0px;
}

ul.MyFavorites li
{
	float:left;
	padding:0 0 10px 0;
}

ul.MyFavorites li.Picture
{
	width:80px;
	margin:0 10px 0 0;
}

ul.MyFavorites li.Title
{
	width:150px;
	margin:0 10px 0 0;
}

ul.MyFavorites li span
{
	display:block;
	font-size:9px;
}


#data img {
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    height:60px;
    margin:0 5px 5px 0;
    padding:2px;
    width:60px;
}

div.LinkWrapper
{
	margin:7px 10px 0 10px !important;
	padding-left:0px;
	clear:left;
}


#HisFavorites div.LinkWrapper
{
	border-top:solid 1px #cfdee9;
}

#HisSquad, #HisGoooalShouts
{
    padding:10px;
}

#HisSquad img
{
	
	height:60px;
	width:60px;
	margin:0 5px 5px 0;
	
	background-color:#FFFFFF;
  border:1px solid #CCCCCC;
  padding:2px;
	
}

div.DropShadowHeader span.Subscribe
{
    background:url('../images/icons/rss_blue_matte.gif') no-repeat 53px 0;
    padding-right:20px;
    margin-left:15px;
 }
 
div.BlueShaded
{
	background:#e6eff4 url('../images/DropShadowHeader/BlueShaded.gif') repeat-x 0 bottom;
	padding:6px 10px 12px 10px !important;
	overflow:auto;
	zoom:1;	
}

div.BlueShaded input.blue
{
	color:#000;
	float:left;
}


div.BlueShaded input.second
{
	float:right;
}

 
#HisBlog div
{
    padding:0;
    margin:0;
}

#HisBlog div.FloatLeft
{
	margin:10px;
}

#HisBlog div.FloatRight
{
	margin:10px;
}


#HisBlog div.OneBlogEntry  
{
	margin:12px 10px 10px 10px;
	border-bottom:solid 1px #cfdee9;
	padding:0 0 7px 0;
	overflow:auto; 	
}

#HisBlog div.PostTools strong
{
	padding-right:5px;
}

#HisBlog div.PostTools
{
    margin-top:10px;
} 

#HisBlog div.Comments
{
    margin:10px 0px 0px 0px;
}

.Comments img
{
    padding-right:5px;
    padding-left:5px;
}

.MorePadding
{
    padding:10px;
}

#HisFriendFeed ul.OneFriend
{	
	
	border-bottom:solid 1px #cfdee9;
	padding:0 0 10px 0;
	margin:0 10px 3px 10px;
}


#HisFriendFeed ul.OneFriend li
{
    /*background:url('../images/icons/FriendIconsSprts.gif') no-repeat 0 0;*/
	
	margin:0;
	line-height:1.7em;
	margin:0 0 3px 0;
	padding:0 0 0 0px;
}

#HisFriendFeed ul.OneFriend li img {
   vertical-align:bottom;
}

#HisFriendFeed ul li.Date
{	
	background-image:none;
	color:#555553;
	padding:0;
    font-weight:bold;
}

#HisFriendFeed ul li.square
{	
	background-position:0 0;
}

#HisFriendFeed ul li.triangle
{	
	background-position:0 -22px;
}

#HisFriendFeed ul li.star
{	
	background-position:0 -44px;
}

#HisFriendFeed ul li.circle
{	
	background-position:0 -68px;
}

#HisGroups
{
    padding:10px;
    background-color:#e6eff4;    
}

#HisGroups div.WithImage
{
    margin-top:20px;
}

#HisGroups img
{
    float:left;
}

.SeeAllGroups
{
    padding:10px;
    background-color:#e6eff4;
}

#HisGoooalShouts
{
    padding:0px 10px 0px 10px;
    background-color:#225976;
    color:#fff;
    margin-bottom:20px;
}

#HisGoooalShouts img
{
    float:left;
}

#HisGoooalShouts h6
{
    clear:left;
    color:#fff;
    margin:10px 0px 5px 0px;
    padding:0;
    
}

.SeeAllShouts
{
    padding:10px;
}

.statVal {
    margin-top:8px;
}



/*================================================================*/

/*End of Profile Page*/

/*================================================================*/

/*================================================================*/

/*Match Day Page*/

/*================================================================*/


#MatchDetailsTop
{
    background-color:#e6eff4;
    padding:10px;
    border-bottom:1px solid #6f9bbc;
}

#MatchDetailsTop div
{
    margin:0;
    padding:0;
    margin-bottom:5px;
}

#MatchDetailsTop div a
{
    padding-left:5px;
}

#MatchDetailsLogosScores
{
    padding:0;
    margin:10px 20px;
}

#MatchDetailsLogosScores div
{
    float:left;
    text-align:center;
    width:137px; 
    margin-bottom:10px;
}

#MatchDetailsLogosScores a img {
    border:1px solid #6F9BBC;
    height:120px;
    width:120px;
}



#MatchDetailsLogosScores div span h3 a {
    font-size:16px;

}

#MatchDetailsLogosScores div span a {
    font-size:13px;

}


div.LogoWrapper
{
    float:none;
    background-repeat:no-repeat;
    background-position: 0px 0px;
    height:120px;
    width:120px;
    padding:0px 0px;
    border:solid 1px #6F9BBC;
    margin:5px 0px;
}

div.SmallLogoWrapper
{
    float:none;
    background-repeat:no-repeat;
    background-position:-0px -0px;
    height:80px;
    width:80px;
    padding:0px 0px;
    border:solid 1px #6F9BBC;
    margin:5px 0px;
}



#MatchDetailsLogosScores div h3
{
   padding:0;
   margin:0;
   background-color:#fff;
}

#MatchDetailsLogosScores h2
{
    width:40px;
    font-size:16px;
    float:left;
    text-align:center;
}

div.ButtonWrapper
{
    float:none;
    clear:left;
    display:block;
    width:116px;
    height:20px;
    background:#759fbe url('../images/submit_button_background_bl.jpg') 0 0 repeat-x;
 
    color:#395E33;
    font:bold 11px arial;
    text-align:center;
    line-height:20px;
    border:1px solid #6F9BBC;
    margin-bottom:20px;
    margin-left:115px;
    margin-top:0;
    padding-top:0;
}

#MatchDetailsLogosScores div.ButtonWrapper .submit
{
       margin-left:80px;
}

#MatchDetailsLogosScores h3
{
    font-weight:bold;
    font-size:14px;
    margin:0;
    padding:0;
}

#MatchDetailsLogosScores h2
{
    margin-top:70px;    
}

#MatchDetailsLogosScores .submit
{
    width:170px;
}

#MatchDetailsPlayers
{
    background-color:#e6eff4;
    padding:10px;
    padding-top:0px;
    border-bottom:1px solid #6f9bbc;
    border-top:1px solid #6f9bbc;
   height:200px

}

#MatchDetailsPlayers div
{
    margin:0;
    padding:0;
    
}

#MatchDetailsPlayers div.TeamA
{
    clear:left;    
}

#MatchDetailsPlayers div.Header
{
    font-weight:bold;
    margin:10px 0px;
    float:left;    
    width:335px;
    font-size:13px;
    text-align:center;
}

#MatchDetailsPlayers div.TeamB
{
    float:right;
    width:165px;
}

#MatchDetailsPlayers div.YellowCard
{
    background:url('../images/icons/yellow_card.gif') no-repeat 95px 2px;
    text-align:center;
    text-indent:0px;
}


#MatchDetailsPlayers div.RedCard
{
    background:url('../images/icons/red_card.gif') no-repeat 95px 2px;
    text-align:center;
    text-indent:5px;
}

#MatchDetailsPlayers div.StatWrapper
{
    clear:both;
    margin-bottom:10px;
    padding-top:20px;
}

#MatchDetailsPlayers div.Bookings
{
    padding-top:0px;
}


#MatchDetailsPlayers div.StatWrapper div
{
    float:left;
    width:150px;
    padding-left:15px;

}

#MatchDetailsPlayers div.StatWrapper img
{
    padding-left:5px;
    padding-right:5px;
}

#MatchDetailsStats
{
    clear:left;
    padding:10px 10px;
}

#MatchDetailsStatsHeadtoHead
{
    clear:left;
    padding:20px;
}

#MatchDetailsStats div.MatchDetailsStatsWrapper, #MatchDetailsStatsHeadtoHead div.MatchDetailsStatsWrapper 
{
    clear:left;
    text-align:center;
    margin-bottom:4px;
    padding:0px;
    padding-top:5px;
}

#MatchDetailsStats div.MatchDetailsStatsWrapper div
{
    padding:0;
    margin:0;
    float:left;
    font-weight:bold;
    width:95px;
}



#MatchDetailsStats div.MatchDetailsStatsWrapper div span {
 
    border-color:#2B66A5;
    color:#FFFFFF !important;
    font-weight:bold;
    padding:0 5px;
    margin-right:2px;
}

#MatchDetailsStats div.MatchDetailsStatsWrapper div span.win {background-color:#008000;}

#MatchDetailsStats div.MatchDetailsStatsWrapper div span.draw {background-color:#000000;}

#MatchDetailsStats div.MatchDetailsStatsWrapper div span.lose {background-color:#FF0000;}


#MatchDetailsStatsHeadtoHead div.MatchDetailsStatsWrapper  div
{
  padding:0;
  margin:0;
  float:left;
  font-weight:bold;
  width:100px;
}



#MatchDetailsStats div.MatchDetailsStatsWrapper div.StatsLabel
{
    font-weight:normal;   
    font-size:12px;
    text-align:center;
    width:135px;
}

#MatchDetailsStatsHeadtoHead div.MatchDetailsStatsWrapper  div.StatsLabelDate
{
  font-weight:normal;
}

#HeadToHead
{
    padding:10px;
}

#TeamVsTeam
{
    background:url('../images/Team1VSTeam2.jpg') no-repeat 0 0;
    padding-top:71px;    
}

#TeamVsTeam fieldset select
{
    width:135px;
}

#TeamVsTeam fieldset select.First
{
    margin-right:31px;
}

#HeadToHead div.SelectATeam
{
    padding:0;
    margin:0;
    float:left;
    text-align:center;
}

*html #HeadToHead div.SelectATeam
{
    width:159px;
}

#HeadToHead div.First
{
    margin:0 5px 0 10px;
}

#HeadToHead div.SelectATeam select
{
    width:142px;
}

*html #HeadToHead div.SelectATeam select
{
    width:139px;
}

#HeadToHead div.ButtonWrapper
{
    float:none;
    clear:left;
    padding:0;
    margin:0;
}

#HeadToHead div.ButtonWrapper .submit
{
     margin-left:100px;
}

/*================================================================*/

/*End of Match Day Page*/

/*================================================================*/




/*================================================================*/

/*Forms*/

/*================================================================*/

#FormWrapper
{
    border: solid 1px #e4edf2;   
    padding: 0px 4px 25px 4px;
    background:#fff url('../images/FormWrapperBackground.jpg') 0 0 repeat-x;
}

#FormWrapper h3
{
    color:#666666;
    font-weight:normal;
    padding:0;
    margin:0;
    margin:10px 0px;
    font-size:170%;
    margin-top:0;
    padding-top:20px;

}
#FormWrapper h1
{
    color:#666666;
    font-weight:normal;
    padding:0;
    margin:0;
    margin:10px 0px;
    font-size:140%;
    font-weight:bolder;
}
#FormWrapperForBottomBackground
{
   
   margin:0px 0px 0px 0px;
   background: url('../images/FormBottomBackground.jpg') 0 bottom no-repeat;
   padding-bottom:4px;
   
 }

#FormWrapper form
{
    background:url('../images/FormRightBackground.jpg') right top repeat-y;
    padding:0px 3px 0px 0px;    
    background-color:#fff;
    margin:0px 0px 0px 0px;
 
    
}

#FormWrapper form #FieldsetWrapper
{
    margin:0;
    border:solid 1px #6f9cbd;
    border-bottom:none;
    border-right:none;
	padding:20px 20px 20px 20px;
    background-color:#fff;
	height:100%;
}


#FormWrapper form #FieldsetWrapper h5
{
    font-weight:normal;
    border-bottom:solid 1px #ffb806;
    margin:0;
    padding-bottom:10px;
    margin-bottom:15px;
    font-size:130%;
}

#FormWrapper form #FieldsetWrapper #ErrorMessages {
	margin-bottom:20px;
}

/*.ErrorMessages, .ErrorMessagesDisplay, .ErrorMessagesDisplayBlue Use this to display error messags to the user 
{
    border:1px dashed #9c0d42;
    padding:10px 15px 25px 80px;        
    margin:10px 10px 10px 10px;
    color:#9E0B0F;
	font-size:14px;
	font-weight:bold;
    background:#fff url('../images/error_exclamation.gif') no-repeat 15px 5px;
    display:none;
}
*/

.ErrorMessages, .ErrorMessagesDisplay, .ErrorMessagesDisplayBlue {
    background:#FFEBEB url(../images/icons/x.gif) no-repeat scroll 7px 7px;
    border:2px solid #F5C1C2;
    color:#9E0B0F;
    float:left;
    font-weight:600;
    margin:5px 10px 15px 10ta bipx;
    padding:7px 7px 7px 28px;
    width:100%;
    position:relative;
	  width:864px;
	  display:none;
}

.SuccessMessages, .SuccessMessagesDisplay, .SuccessMessagesDisplayBlue {
    background:url("../images/icons/check.gif") no-repeat scroll 7px 9px #E5F7E3;
    border:2px solid #C5E1C8;
    color:#000000;
    float:left;
    font-weight:600;
    margin:5px 10px 15px 10ta bipx;
    padding:7px 7px 7px 28px;
    width:100%;
    position:relative;
	  width:864px;
	  display:none;

} 

.ErrorMessages p, 
.ErrorMessagesDisplay p,
.ErrorMessagesDisplayBlue  p,
.SuccessMessages p, 
.SuccessMessagesDisplay p,
.SuccessMessagesDisplayBlue  p

 {
	display:block;
	margin:0;
	width:650px;
}

.ErrorMessages  span.closemessage,
.ErrorMessagesDisplay  span.closemessage,
.ErrorMessagesDisplayBlue  span.closemessage,
.SuccessMessages  span.closemessage,
.SuccessMessagesDisplay  span.closemessage,
.SuccessMessagesDisplayBlue  span.closemessage


 {
    background:transparent url(../images/DropShadowHeader/greyclose.gif) no-repeat scroll 100%;
    cursor:pointer;
    display:block;
    height:18px;
    padding:7px 0 2px;
    position:absolute;
    top:0px;
    right:1%;
    width:18px;
}


.ErrorMessagesDisplay
{
    display:block;
}

.SuccessMessagesDisplay
{
    display:block;
}

.ErrorMessagesDisplayBlue
{
	border-color:#6F9CBB;
	color:#6F9CBB;
	background-image:none;
	padding:10px 40px;
}

.ErrorMessageIndividual,
.ErrorMessageIndividualDisplay
{
    margin-left:140px;
    color:#9E0B0F;
    font-weight:bold;
    display:none;
    margin-bottom:8px;
    margin-left:1px;
    font-size:10px;
}


.ErrorMessageIndividualDisplay
{
    display:block;
}


#LoginErrorMessagesId {
    margin-bottom:10px;
    margin-left:20px;
    margin-top:10px;
}


fieldset 
{
     margin:0;
     padding:0;
     border:none;
     padding-bottom:20px; /*Need this to show bottom image of the form*/
}

fieldset  label {
	float: left;
    text-align: left;
    width: 130px;
    padding-right: 8px;
    margin:0px 0px 3px 0px;
}

fieldset.LabelTop  label 
{
    float:none;
}

fieldset.LabelTop  input.submit 
{
    display:inline;
    margin-right:10px;
}


fieldset select {
	margin:1px 10px 4px 1px;
	font-size:12px;
	display: block;
    float:left;   
}

fieldset select.private
{
    width:115px;
    float:right;
    margin-right:200px;
}

fieldset select.firstColumn
{
    width:150px;
}

fieldset div.newLanguageRow {

    margin-left:139px;
}


fieldset textarea {
	border: 1px solid #7e9db9;
	width:400px;
	height:100px;	
}

fieldset input {
    display: block;
    width: 200px;
    float: left;
    border: 1px solid #7e9db9;
	margin:0px 0px 4px 0px;
}

fieldset input.hidden {
    display:inline;
    width:auto;
    float:none;
    border:none;
	margin:0;
}



fieldset.LabelTop input {
    float:none;
}

#UploadPhotoFieldset fieldset
{
	overflow:auto;
	margin-bottom:10px;
}

fieldset input.checkbox {
    width:auto;
    border:none;
	margin:0;
	padding:0 0 10px 0;
	width:20px;
}

fieldset br {
    clear:left;
    font-size:1px;
}


fieldset fieldset
{
    border:none;
    padding:0;
    margin:0;
    width:auto;
}

fieldset fieldset input.radio
{
    border:none;
    width:20px; /*This width was deleted. Added again to fix radio button in Basic Info Registration Page*/
    padding:0;
    margin:0 0;
}

#fieldset input.checkbox
{
    border:none;
    width:20px;
    padding:0;
    margin:0 0 10px 132px;
}


fieldset fieldset label {
	float: left;
    text-align: left;
    padding:0;
    margin:0;
    width:auto;
    padding-right:10px;
    margin-top:2px;
}

fieldset fieldset select {
    margin-left:35px;
}


 input.button {
	width: auto !important;
	border: 0;	
}

fieldset input.text
{
    margin-right:10px;
}

label em
{
color:#990000;
font-weight:bold;
padding-right:3px;
}

span em {
  color:#990000;
font-weight:bold;
padding-right:3px;

}

fieldset span
{
    clear:left;
}

fieldset span.charcounter
{
clear:left;
display:block;
margin-left:135px;
padding-top:10px;
font-weight:bold;
color:#666666;
text-align: left;
}


fieldset p
{
    font-size:80%;
    clear:both;    
}

#BasicInformation fieldset {

margin:20px 0 0 20px;
}


#BasicInformation fieldset p, #join fieldset p
{
    color:#618aa8;
    margin:0px 0px 15px 137px;
}

p.MoveLeft
{
    color:#618aa8;
    margin:0px 0px 15px 337px;
}

input.submit {
    display: block;
    width:auto;
    float:none;
    border:1px solid #90c87d;
    margin:0px 0px 0px 0px;
    color:#2e5b22;
    background:url('../images/submit_button_background.jpg') left top repeat-x;
    font-size:11px;
    padding:1px 2px;
    cursor:pointer;

}


input.blue
{
    background:#759fbe url('../images/submit_button_background_bl.jpg') 0 0 repeat-x;
    border-color:#6f9bbc;
}

input.red
{
    background:#eb5252 url('../images/submit_button_background_rd.jpg') 0 0 repeat-x;
    border-color:#eb5252;
}


.buttonCustom {
    display: block;
    width:auto;
    float:none;
    border:1px solid #90c87d;
    color:#2e5b22;
    background:url('../images/submit_button_background.jpg') left top repeat-x;
    font-size:11px;
    padding:1px 2px;

}

.SecondColumnBlueBackground input.submit
{
    margin:10px 0px 0px 2px;
    width:60px;
}

.SecondColumnBlueBackground #addFavPlayers
{
    width:150px;
}

.SecondColumnBlueBackground #addFavClubTeams
{
    width:150px;
}

.SecondColumnBlueBackground #addFavNationalTeams
{
    width:175px;
}

.SecondColumnBlueBackground #addFavCompetitions
{
    width:150px;
}

.SecondColumnBlueBackground input.DisplayTeams
{
    clear:left;
    width:auto;
}

input.SubmitReg
{
	margin-left:135px
}

h4.PrivateSettings
{
	width:150px;
	left:215px;
        margin-left:565px;
	font-size:13px;
        font-weight:bold;    
    
}

#SignupVerification
{
	height:50px;
	width:200px;
	padding:10px 0px;
}


#languagesParent select /*set the defaults, applies to the added boxes*/
{
	margin:0px 0px 6px 138px;
	width:150px;
}

#languagesParent select.first /*no left margin since this one has a label*/
{
	margin-left:0px;
}

#languagesParent a
{
	position:relative;
	top:3px;
	left:6px;
}


#SignIntoGoalface ul li {
   line-height:1.3em;
   list-style:disc outside none;
   margin:0;
   padding:0 0 5px 0px;

}




/* recaptcha for forms */
#recaptcha_container {
    margin-left:140px;
    float:left;
    overflow:hidden;
}

.error404 {
  margin-top:30px;
}

#recaptcha_image {
    padding-bottom:15px;
    padding-top:15px;
}
 
#recaptcha_reload_btn {
   width:100px
}

#recaptcha_container span {
    margin-left:10px;
}

input.recaptchabtn {

    width:auto;
    border:1px solid #6F9BBC;
	margin:0px 0px 0px 0px;
	color:black;
	background:url('../images/submit_button_background_bl.jpg') left top repeat-x;
	font-size:11px;
    padding:1px 2px;
}


/* Join Form */

#join textarea
{
	margin-left:135px;
}

#joinFieldset
{
    padding-left:15px;
	/*
	float:left;
	width:500px;	
    */
}

#RightInfoOnForm p {
    font-size: 130%;

}
#RightInfoOnForm ul
{
    font-size: 130%;
    list-style-position: inside;
}

#RightInfoOnForm ul li {
    
     list-style-type: disc;
     padding-bottom:10px;
}


/* End of Join Form */


/*Favorite Players */

/*give each section a little bit of space */
#favorites fieldset
{
    padding-bottom:40px;
}

#favoritesTeamsFieldset a
{
    display:inline;
    clear:left;
    padding-left:15px;
    font-size:9px;
}

#favoritesTeamsFieldset div.SelectBoxWrapper
{
    clear:left;
    margin-bottom:20px;
}

#favoritesTeamsFieldset div.SelectBoxWrapper .favoriteitem {
    height:41px;   
}

#favoritesTeamsFieldset div.SelectBoxWrapper .favoriteleagueitem {
    height:30px;
    }


#favoritesTeamsFieldset div.SelectBoxWrapper a {   
    padding:0px;
}

#favoritesTeamsFieldset div.SelectBoxWrapper a.remove {
    left:250px;
    position:relative;
    top:-18px;
}

#favoritesTeamsFieldset div.SelectBoxWrapper a.removeleague {
    left:0px;
    position:relative;
    top:8px;
}


#favoritesTeamsFieldset div.SelectBoxWrapper input.fav_input {
    color:#B0B0B0;
    font-style:italic;
    margin-bottom:5px;
    /*width:240px;*/
}
#favoritesTeamsFieldset div.SelectBoxWrapper input.fav_input_clean {
    color:#B0B0B0;
    margin-bottom:5px;
    width:240px;
}


#favoritesTeamsFieldset #teamsMaster,
#favoritesTeamsFieldset #playersMaster
{
    padding-bottom:25px;
}

#favoritesTeamsFieldset #favButtons {
  margin-top:80px 
}

#favoritesTeamsFieldset #teamsMaster .label_fav,
#favoritesTeamsFieldset #playersMaster .label_fav
{
    font-weight:bold;
}



#favoritesPlayersFieldset div
{
    margin-left:135px;
    float:left;
    padding-bottom:10px;
}

#favoritesPlayersFieldset .pclear
{
    margin:0px;
    font-size:1px;
    padding:0px;
    width:10px;    
}

#favoritesPlayersFieldset div.Headers
{
    margin-left:300px;
    float:none;
    padding:0; 
}

#favoritesPlayersFieldset div a
{
    padding-left:50px;
}

#favoritesPlayersFieldset input
{
    float:left;    
}

#favoritesPlayersFieldset input.radio
{
    width:20px;
    float:none;
    border:none;
    display:inline;
    padding:0;
    margin:0;
    margin-right:120px;
}

#favoritesPlayersFieldset input.checkbox
{
    width:20px;
    float:none;
    border:none;  
    display:inline;
    padding:0;
    margin:0;
    margin-right:90px;    
}

.favoritesRemove {
  float:left;
}


/*End of Favorite Players */

/*End of Favorite Competitions */
form#FavoriteCompetitions fieldset
{
    float:left;
}

form#FavoriteCompetitions fieldset .DropShadowHeader
{
    width:394px;
}

/* turn off the clear that is default for the span inside a fieldset */
form#FavoriteCompetitions fieldset div.BrownGradientForDropShadowHeader span
{
     clear:none;
}

div.CompetitionListBox
{
    overflow:auto;
    height:500px;
    width:389px;
    color:#333333;
    border:solid 1px #adabab;
    border-top:none;
    padding:5px;
}

#FavoriteCompetitionsSelected div.CompetitionListBox
{
    height:auto;
}

div.CompetitionListBox h6
{
    margin:0;
    padding:5px 3px;
    font-weight:bold;
    font-size:11px;
    text-decoration:underline;   
}

fieldset div.CompetitionListBox input.checkbox
{
    margin:0;
    padding:0;
    width:15px;
    height:20px;
}

fieldset div.CompetitionListBox label
{
    padding:2px 0px 0px 2px;
}

#FavoriteCompetitionsButtons
{
    width:100px;
    margin:125px 0px 0px 0px;
}

#FavoriteCompetitionsButtons .submit
{
    margin:10px 0px 0px 20px;
    width:60px;
}

#FavoriteCompetitionsSelected
{
    margin-top:30px;
}

/*End of Favorite Competitions */


/*Invite friends */

#inviteFriendsFieldset #To
{
    width:300px;
    float:left;
}

#AddressBooks
{
    
}

#AddressBooks ul
{
    margin-left:0;
    padding-left:0;
}

/* End of Invite Friends */

/*upload photo */
.SecondColumnTabForms {
    float:left;
    margin-bottom:10px;
    width:432px;
    margin: 10px 20px 10px 40px;

}

#UploadPhotoContainer
{
    float:left;
    width:120px;
}

#UploadPhotoContainer img
{
	margin:10px 0;
}


#UploadPhotoContainer input.submit
{
    width:90px;
	margin:0 0 7px 0px;
}


#UploadPhotoFieldset input.submit
{
    margin-left:0px;
}


#UploadPhotoContainerEdit
{
    float:left;
    width:120px;
    margin-top:20px;
    margin-left:20px;
}



/*================================================================*/

/*End of Forms*/

/*================================================================*/


/*================================================================*/

/*Profiles Page */

/*================================================================*/

/*LayoutFourPicturesBig added to show 4 120x120 px Players pictures in Players landing page */
/*Added by Jorge 04/22/08 */

ul.LayoutFourPictures, ul.LayoutFourPicturesBig, ul.LayoutSixPictures
{
    margin:0;
    padding:0;
    border-bottom:solid 1px #B9CFDD;
    overflow:auto;
}

ul.LayoutSixPicturesFirst
{
    border-bottom:none;

}

ul.LayoutFourPicturesBig 
{
  padding-left:0px; 
}

ul.LayoutFourPictures {
  padding-left:35px;
}

*html ul.LayoutFourPictures, *html ul.LayoutFourPicturesBig, *html ul.LayoutSixPictures
{
     height:1%;  
}

ul.LayoutFourPictures li, ul.LayoutFourPicturesBig li, ul.LayoutSixPictures li
{
    margin:5px 0px;
    float:left;
    text-align:left;
    width:130px;   
}


ul.LayoutFourPicturesBig li h3 {

 padding-bottom:5px;
 font-size:12px;
}

ul.LayoutFourPicturesBig li {
    padding-right:40px;    
}

ul.LayoutFourPicturesBig li a span {
    font-weight:bold;
    font-size:12px;
}

ul.LayoutFourPictures li
{
    padding:5px 8px;
    width:130px;  
}

ul.LayoutSixPictures li
{
    padding:5px 8px;
    width:95px;
  
}



ul.LayoutFourPictures h3, ul.LayoutFourPicturesBig h3
{
    font-weight:bold;
    font-size:14px;
    margin:0;
    padding:0;
    margin-top:5px;   
}

ul.LayoutSixPictures h3 {
 	font-weight:bold;
    font-size:11px;
    margin:0;
    padding:0px 20px 0px 0px;
    margin-top:5px; 
}



ul.LayoutFourPictures li img    /*Added by Jorge Change to the image size for layout before it was 80 x 80*/
{
  width: 120px; 
  height: 120px;
  border: 1px solid #999;
}

ul.LayoutSixPictures li img
{
  width: 80px; 
  height: 80px;
  border:1px solid #6F9BBC;
}

ul.LayoutFourPictures li a.LeagueTitle
{
  height:30px;
  display: block;
  vertical-align:bottom;
  font-size:12px;
  font-weight:bold;

}

ul.LayoutFourPicturesBig li a.LeagueTitle
{
  height:30px;
  display: block;
  font-size:13px;
  font-weight:bold;
}

ul.LayoutSixPictures li a
{
  display: block;
}

ul.LayoutSixPictures li a.playerTitle {
  height:30px;
}

ul.LayoutSixPictures li.First
{
  
}

ul.LayoutFourPicturesBig li img 
{
  width: 120px; 
  height: 120px;
  border:1px solid #6F9BBC;
}

#data img.logo120 {
  width: 120px;
  height: 120px;
  border:1px solid #6F9BBC;
  background-color:Transparent;
}

#FriendsWrapper div.ProfilesResult ul.LayoutFourPictures
{
	border:none;
	clear:both;
}


#FriendsWrapper ul.Pager,
div.TabbedContent ul.Pager,
#FriendsWrapper div.ProfilesResult ul.Pager,
#data ul.Pager,
#searchContainer ul.Pager
{
  margin:0;
  padding:0;
  margin-bottom:20px;
  padding-bottom:10px;
}

#FriendsWrapper ul.Pager li,
div.TabbedContent ul.Pager li,
#FriendsWrapper div.ProfilesResult ul.Pager li,
#data ul.Pager li,
#searchContainer ul.Pager li
{
	float:left;
	margin:0;
	padding:0;
	width:140px;
}


#FriendsWrapper ul.Pager li.leftwider,
#data ul.Pager li.leftwider,
#searchContainer ul.Pager li.leftwider
{
	float:left;
	margin:0;
	padding:0;
    width:100px;
}



#FriendsWrapper ul.Pager li.PageLinks,
div.TabbedContent ul.Pager li.PageLinks,
#FriendsWrapper div.ProfilesResult ul.Pager li.PageLinks,
#data ul.Pager li.PageLinks,
#searchContainer ul.Pager li.PageLinks
{
	width:300px;
	text-align:center;
}

#FriendsWrapper ul.Pager li.PrevNext,
div.TabbedContent ul.Pager li.PrevNext,
#FriendsWrapper div.ProfilesResult ul.Pager li.PrevNext,
#data ul.Pager li.PrevNext,
#searchContainer ul.Pager li.PrevNext

{
	float:left;
	text-align:right;
    width:220px;
}


#FriendsWrapper ul.Pager li.PageLinks a,
div.TabbedContent ul.Pager li.PageLinks a,
#FriendsWrapper div.ProfilesResult ul.Pager li.PageLinks a,
#searchContainer ul.Pager li.PageLinks a
{
	padding:0 3px;
}

#FriendsWrapper ul.Pager li.PrevNext a,
div.TabbedContent ul.Pager li.PrevNext a,
#FriendsWrapper div.ProfilesResult ul.Pager li.PrevNext a,
#searchContainer ul.Pager li.PrevNext a
{
	padding:0 0 0 10px;
}

#randomprofiles {

    padding:0px;

}

#randomprofiles span {

    font-size:12px;
}
/*================================================================*/

/*End of Profiles Page */

/*================================================================*/

/*================================================================*/

/*Individual Team Page */

/*================================================================*/

#TeamSummary
{
    padding:10px;
}

#TeamSummary strong
{
    padding-right:3px;
}

#TeamSummary img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#TeamInformation
{
  color:#fff;
  background-color:#2a5f7e;
  text-align:left;
  padding:10px;
  margin:0;  
}

#TeamInformation h2
{
    margin:0;
    padding:0;
    font-size:16px;
    margin-bottom:5px;
}

#TeamInformation strong
{
    padding-right:3px;
}

#TeamInformation a
{
    color:#fedb5b;
}

#TeamInformation img
{
    position:relative;
    top:3px;
    left:5px;
}

/*Tables in Widget Boxes General */


div.TeamPsuedoTables
{
    text-align:left;
    color:#fff;
    overflow:hidden;
    background-color:#2d6281;
}

div.TeamPsuedoTables p {
    padding:8px;
    font-weight:bold;
}

div.TeamPsuedoTables a
{
    color:#fedb5b;
}

div.TeamPsuedoTables ul
{
    margin:0;
    padding:0;
    clear:left;
}

div.TeamPsuedoTables ul.Header li
{
  background-color:#2d6281;

}

div.TeamPsuedoTables ul.AltRow li {
  background-color:#3B5998;
}

div.TeamPsuedoTables ul.AltRowEven li {
  background-color:#3399CC;
}


div.TeamPsuedoTables ul.Header 
{
    font-weight:bold;
    height:20px;
}


div.TeamPsuedoTables ul.Header li
{
    border-bottom:solid 1px #a3bdca;
}


div.TeamPsuedoTables ul li
{
    float:left;
    line-height:22px;
    height:22px;
    background-color:#356c8b;
}

div.TeamPsuedoTables ul li a img {
    padding-top: 5px;
}


/*Top Scorers Table - Region */
#RegionTopScores ul li.ColumnOneTopScoresRegion {
    padding:0 0 0 3px;
    text-align:left;
    width:110px; 
}

#RegionTopScores ul li.ColumnTwoTopScoresRegion {
    text-align:left;
    width:40px;
}

#RegionTopScores ul li.ColumnThreeTopScoresRegion {
    text-align:left;
    width:120px;
}

#RegionTopScores ul li.ColumnFourTopScoresRegion {
    text-align:left;
    width:80px;
}



/*Top Scorers Table */

#CountryTopScorers ul li.ColumnOneTopScores
{
    width:150px;
    text-align:left;
    padding:0px 0px 0px 3px;
}

#CountryTopScorers ul li.ColumnTwoTopScores
{
    width:75px;
    text-align:left;
}

#CountryTopScorers ul li.ColumnThreeTopScores
{
    width:125px;
    text-align:left;
}



/*Top Scorers League Table */
div.TeamPsuedoTables ul li.ColumnOneLeague
{
    width:125px;
    text-align:left;
    padding-left:5px;
}

div.TeamPsuedoTables ul li.ColumnTwoLeague
{
    width:125px;
    text-align:center;
    text-align:left;
}

div.TeamPsuedoTables ul li.ColumnThreeLeague
{
    width:95px;
    text-align:left;
}


/*Player Stats Table */

div.TeamPsuedoTables ul li.ColumnOneStats
{
    width:100px;
    text-align:left;
    padding-left:10px;
}

div.TeamPsuedoTables ul li.ColumnTwoStats
{
    width:70px;
    text-align:center;
    text-align:left;
    padding-left:5px;
}

div.TeamPsuedoTables ul li.ColumnThreeStats
{
    width:25px;
    text-align:left;
}

div.TeamPsuedoTables ul li.ColumnFourStats
{
    width:25px;
    text-align:left;
}

div.TeamPsuedoTables ul li.ColumnFiveStats
{
    width:25px;
    text-align:left;
}

div.TeamPsuedoTables ul li.ColumnSixStats
{
    width:25px;
    text-align:left;
}

div.TeamPsuedoTables ul li.ColumnSevenStats
{
    width:70px;
    text-align:left;
}

/*Player Teammates Table */

div.TeamPsuedoTables ul li.ColumnOneMates
{
    width:130px;
    text-align:left;
    padding-left:5px;
}

div.TeamPsuedoTables ul li.ColumnTwoMates
{
    width:110px;
    text-align:center;
    text-align:left;
}

div.TeamPsuedoTables ul li.ColumnThreeMates
{
    width:100px;
    text-align:left;
}

/*Team Players with Thumbnails 

div.TeamPsuedoTables ul li.ColumnOneTeamSquad
{
    width:30px;
    text-align:left;
    padding-left:5px;
}

div.TeamPsuedoTables ul li.ColumnOneTeamSquad
{
    width:110px;
    text-align:center;
    text-align:left;
}

div.TeamPsuedoTables ul li.ColumnOneTeamSquad
{
    width:100px;
    text-align:left;
}

div.TeamPsuedoTables ul li.ColumnOneTeamSquad
{
    width:100px;
    text-align:left;
}

*/

/*Team - Players Squad with Thumbnails */

#TeamPlayerList ul li.ColumnOne 
{
    width:40px;
    text-align:left;

}

#TeamPlayerList ul li.ColumnTwo
{
    width:100px;
    text-align:left;
}

#TeamPlayerList ul li.ColumnThree
{
    width:120px;
    text-align:left;
}



#TeamPlayerList ul li.ColumnFour
{
    width:90px;
    text-align:left;
}


/* Team - Throphy Case Box*/

#TeamTrophyCase ul li.ColumnOne
{
    width:120px;
    text-indent:20px;
}

#TeamTrophyCase ul li.ColumnTwo
{
    width:110px;
}

#TeamTrophyCase ul li.ColumnThree
{
    width:122px;
}

#TeamTrophyCase a
{
    display:block;
    clear:left;
    height:22px;
    line-height:22px;
    padding-left:0px;    
}

div.ThisTeamsScoresPsuedoTable
{
    background-color:#e6eff4;
    text-align:left;
    padding:0;
    margin:0;
}

div.ThisTeamsScoresPsuedoTable ul
{
    margin:0;
    padding:0;
}

div.ThisTeamsScoresPsuedoTable ul
{
    margin:0;
    padding:0;
    clear:left;
}

div.ThisTeamsScoresPsuedoTable ul.AltRow li
{
    background-color:#fff;
}

div.ThisTeamsScoresPsuedoTable ul li
{
    float:left;
    background-color:#e6eff4;
    padding:12px;
    height:30px;
    border-bottom:solid 1px #6F9BBC;
}

div.ThisTeamsScoresPsuedoTable ul li p
{
    margin:5px 0px;
}

div.ThisTeamsScoresPsuedoTable ul li span
{
    padding-right:5px;
    font-weight:bold;
}

div.ThisTeamsScoresPsuedoTable ul li strong
{
    padding:0px 10px;
}

div.ThisTeamsScoresPsuedoTable ul li.ColumnTwo strong
{
    padding:0px;
}

div.ThisTeamsScoresPsuedoTable ul li.ColumnOne
{
    width:276px;
    border-right:solid 1px #6F9BBC;
    height:40px;
}

div.ThisTeamsScoresPsuedoTable ul li.ColumnTwo
{
    width:30px;
    line-height:30px;
    height:40px;
}

div.ThisTeamsScoresPsuedoTable ul.Last li
{
    border-bottom:none;
}

div.ThisTeamsScoresPsuedoTable a.OrangeLink
{
    display:block;
    padding:12px;
    clear:left;
}

#teamFeed {
   padding:8px;

}
/*================================================================*/

/* END Individual Team Page */

/*================================================================*/



/*================================================================*/

/*Individual Player Page */

/* PLayer Page - List of Previous Clubs*/
/*================================================================*/




#PlayerClubList ul li.ColumnOne
{
    width:90px;
    text-align:left;
    text-indent:5px;
}

#PlayerClubList ul li.ColumnTwo
{
    width:115px;
    text-align:left;
}

#PlayerClubList ul li.ColumnThree
{
    width:40px;
}

#PlayerClubList ul.Header li.ColumnThree
{
    text-indent:5px;
}

#PlayerClubList ul li.ColumnFour
{
    width:40px;
}

#PlayerClubList ul li.ColumnFive
{
    width:35px;
}

#PlayerClubList ul li.ColumnSix
{
    width:35px;
}


/*Player - Table List of Teammates Box */

#PlayerTeammates ul li.ColumnOne
{
    width:40px;
    text-align:left;

}

#PlayerTeammates ul li.ColumnTwo
{
    width:100px;
    text-align:left;
}

#PlayerTeammates ul li.ColumnThree
{
    width:120px;
    text-align:left;
}

#PlayerTeammates ul li.ColumnFour
{
    width:90px;
    text-align:left;
}

#playerFeed {
padding:9px;
}


/*================================================================*/

/*Blog Main, Favorites Page */

/*================================================================*/

div.BlogMain div.BlueGradientForDropShadowHeader img
{
    background:none;
    border:none;
}

div.BlogMain div.BlueGradientForDropShadowHeader a
{
    display:block;
    float:left;
    height:24px;
    line-height:24px;
    padding-left:10px;
}

div.BlogMain div.BlueGradientForDropShadowHeader a.Subscribe
{
    float:right;
    background:url('../images/icons/rss_blue_matte.gif') no-repeat 100% 3px;
    padding:0px 25px;
    margin-right:10px;
}

div.SecondColumnBlueBackground
{
    background-color:#E6EFF4;
    padding:10px;
    text-align:left;
    clear:both;
}

div.SecondColumnWhiteBackground
{
    background-color:white;
    padding:0px;
    text-align:left;
    clear:both;
}


div.SecondColumnBlueBackground p
{
    padding-left:10px;
    background-color:#E6EFF4;
    margin:0;
    margin-bottom:10px;
}

div.SecondColumnBlueBackground div p
{
    padding-left:0px;
    background-color:#fff;
    margin:0;
    margin-bottom:10px;
}



div.SecondColumnBlueBackground div.tabbedData
{
    background-color:#fff;
    border:solid 1px #6f9bbc;
    margin-bottom:10px;
}


div.SecondColumnBlueBackground div.BlogNav
{
    background-color:#2a607d;
    color:#fff;
    padding:8px 10px 10px 10px;
}


div.SecondColumnBlueBackground div.BlogHeaderLinks
{
    background-color:#fff;
    border:none;
    color:#555553;
    padding:0;
}

div.SecondColumnBlueBackground div.BlogNav a
{
    color:#ffdb5c;
    padding:0px 5px;
}

div.SecondColumnBlueBackground div.BlogNav a.MorePadding
{
    padding-right:20px;
}

div.SecondColumnBlueBackground div.BlogHeaderLinks a
{
    color:#296183;
    padding:0px;
}

div.SecondColumnBlueBackground div.BlogNav ul
{
    margin:0;
    padding:0;
    padding-bottom:10px;
}

div.SecondColumnBlueBackground div.BlogNav li
{
    float:left;
    margin:0;
    padding:0;
}

div.SecondColumnBlueBackground div.BlogNav li.last
{
    float:right;
    color:#ffdb5c;
}

div.SecondColumnBlueBackground div.BlogHeaderLinks li.last
{
    color:#296183;
}

div.SecondColumnBlueBackground div h3
{
    margin-bottom:0px;
    font-size:16px;
}

div.SecondColumnBlueBackground div.BlogComment 
{
    padding:10px 0px 30px 80px;
    border:none;
    margin:0;
}

div.SecondColumnProfile div.BlogComment {

  background-position:0 0;
  background-repeat:no-repeat;
  border:medium none;
  margin:0;
  padding:0 10px 30px 85px;

}


div.BlogComment a
{
    font-size:13px;
    font-weight:bold;
}

div.BlogComment span
{
    color:#296183;
}

div.SecondColumnBlueBackground div.BlogComment p
{
    margin-top:5px;
}


/* Horizontal Tabbed Navigation */
#TabMenuHorizontal
{
    font-weight:bold;
    line-height:140%;
}

#TabMenuHorizontal h4
{
    margin:0 0 5px 0;    
    padding:0;
    color:#57595a;
    font-size:14px;
}


#TabMenuHorizontal a
{
    color:#00559A;
    text-decoration:none;
    font-size:12px;
    font-weight:normal;
}

#TabMenuHorizontal a:hover {
    border-bottom:1px dotted #2D8AF8;
    color:#0077D7;
}


/* Tabbed Navigation */

ul.TabbedNav
{
    margin:0px;
    padding:0px;
    margin-left:10px;
    margin-top:10px;
}

ul.TabbedNav li
{
    float:left;
    width:130px;
    height:23px;
    position:relative;
    top:1px;
    margin-right:4px;
    padding-top:8px;
    background:#fff url('../images/TabbedNavBackgrounds.gif') no-repeat 0 -31px;
    color:#000;
    font:normal bold 14px arial;
    text-align:center;
}

ul.TabbedNav li.Selected
{
    background-position:0 0;
}

/*#scoresTabLi,#schedulesTabLi  {
    background:#fff url('../images/TabbedNavBackgrounds2.gif') no-repeat 0 -31px;
    width:100px;
}
*/

ul.TabbedNav li.Rating
{
    background:none;
    float:right;
    font:normal normal 12px arial;
    color:#555553;   
}

div.TabbedContent
{
    clear:left;
    border:#93b4ca 1px solid;
    padding:0px;
    margin-bottom:10px;
    background-color:#FFFFFF;
}


div.TabbedContent ul.Friendtoolbar
{
	height:16px;
	margin:10px -10px;
	overflow:hidden;
	padding:0 0 8px 10px !important;
}


/* Tabbed Navigation for scoreboard homepage small tabs */
ul.TabbedHomeNav
{
    margin:0px;
    padding:0px;
    margin-left:10px;
    margin-top:10px;
}

ul.TabbedHomeNav li
{
    float:left;
    width:100px;
    height:23px;
    position:relative;
    top:1px;
    margin-right:4px;
    padding-top:8px;
    background:#fff url('../images/TabbedNavBackgrounds2.gif') no-repeat 0 -31px;
    color:#000;
    font:normal bold 14px arial;
    text-align:center;
}

ul.TabbedHomeNav li.Selected
{
    background-position:0 0;
}
ul.TabbedHomeNav li.Selected a {
    color:#000;
}

ul.TabbedHomeNav li a:hover {
    text-decoration:none;
    color:#000;
}

div.PlayerNav
{
	font-weight:bold;
	border:none !important;
	padding:0 !important;
}

div.PlayerNav a
{
	padding:0 3px;
}

div.PlayerNav a.first
{
	padding:0 3px 0 0;
}


div.PlayerNav p
{
	padding:7px 0 0 0;
	font-weight:normal;
	margin:0;
}


/* Popup Window */
#PopupFavorites
{
    font-weight:bold;
}

#PopupFavorites h4
{
    margin:0 0 5px 0;    
    padding:0;
    color:#57595a;
    font-size:14px;
}

#PopupFavorites a
{

    padding:0 10px 0 3px;
}

#PopupFavorites div.AlphaListing
{
    border:none;
    padding:5px;
    margin:20px 0px 10px 0px;
    background-color:Transparent;
}

#PopupFavorites div.AlphaListing a
{
    padding:0px 4px;
    border-right:solid 1px #6f9bbc;
    line-height:10px;
    height:10px;
    display:block;
    float:left;    
}


#PopupFavorites div.AlphaListing a.First
{
    border-left:solid 1px #6f9bbc;
}

#PopupFavorites div.TeamSearchListing
{
    background-color:Transparent;
    padding:0px;
}

div.TeamSearchListing ul
{
    margin:0;
    padding:0;    
}

div.TeamSearchListing
{
    overflow:auto;
}

div.TeamSearchListing ul.Nav li
{
    float:left;
    padding:10px 0px 10px 13px;    
}

div.TeamSearchListing ul.Nav li.last
{
    float:right;
    color:#6f9bbc;
    padding-right:13px;
}

#PopupFavorites div.TeamSearchListing ul.Nav li a
{
    padding:2px;
}

#PopupFavorites div.TeamSearchListing ul.Nav li a.MorePadding
{
    padding-right:10px;
}

#PopupFavorites div.TeamSearchListing ul.Nav li a.MorePaddingLeft
{
    padding-left:10px;
}

#PopupFavorites div.TeamPsuedoTables
{
    clear:both;
    border:none;
    padding:0;
}

#PopupFavorites div.TeamPsuedoTables ul li.ColumnOne
{
    width:150px;
}

#PopupFavorites div.TeamPsuedoTables ul li.ColumnTwo
{
    width:150px;
}

#PopupFavorites div.TeamPsuedoTables ul li.ColumnThree
{
    width:150px;
}

#PopupFavorites div.TeamPsuedoTables ul li.ColumnFour
{
    width:153px;
}
/* End of Popup Window */

/*================================================================*/

/*End of Favorites Page */

/*================================================================*/


/*================================================================*/

/*Created by JV */

/*================================================================*/

.RegionContentListContainer {
padding-top:15px;
}

.RegionContentList
{
	background-position:0% 0%;
	background-repeat: no-repeat;
	margin:0;
	padding:0;	
	padding-bottom:5px;
	min-height:75px; /*make sure the image shows*/
}

 .RegionContentTeamList
{
	background-position:0% 0%;
	background-repeat: no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	padding-bottom:15px;
	min-height:75px; /*make sure the image shows*/
} 


 .RegionContentTeamListTable
 {
	  padding:0;
	  margin:0 0 0 10px;
	  min-height:75px; 
	  clear:left;
	  overflow:auto;	 
 }
 
.CountryListTable 
{
  padding-left:80px;
  padding-bottom:20px;
}

/*Created by JV to fix display of team in 3 columns vertically ordered 05/07 */

div#CountryListTable ul, div#TeamCountryListTable ul
{
    float:left;
    margin:0 20px 5px 0;
    width:170px;
    padding:0;
}

div#CountryListTable ul.First, div#TeamCountryListTable a.SeeAll
{
    margin-left:98px;
}

div#TeamCountryListTable ul.First
{
    margin-left:5px;
}

div#CountryListTable a.SeeAll
{
    clear:left;
    display:block;
    padding:10px 0 20px 0;
    width:50px;
    margin-left:97px;
}

div#CountryListTable ul li, div#TeamCountryListTable ul li
{
	  padding:0 0 6px 25px;
      text-align: left;
      list-style: none;
      background-repeat:no-repeat;
      background-position:0 2px;
}

/*End - JV 05/07*/

ul.RegionContentTeamListTable li
{
      margin:0 0 5px 5px;
	    padding:0 0 0 25px;
      text-align: left;
      float: left;
      list-style: none;
      width: 190px; /*for 5 , use 136px*/
      background-repeat:no-repeat;
      background-position:0 1px;
      display:block;
}


ul.CountryListTable  li
{
      margin:0 0 5px 5px;
	    padding:0 0 0 25px;
      text-align: left;
      float: left;
      list-style: none;
      width: 150px; /*for 5 , use 136px*/
      background-repeat:no-repeat;
      background-position:0 1px;
      display:block;


}


.RegionContentTeamListTable h4
{
    padding:0;
    margin:10px 0px 10px 0px;
    display:block;
    font-size:14px;
}


*html .RegionContentList .RegionContentTeamList
{
    height:75px;
}

ul.RegionContentList li
{
    padding:0px 0px 0px 95px;
}

ul.RegionContentList li.title
{
    padding:5px 0px 0px 95px;
}

.RegionContentListContainer h4
{
    padding:0;
    margin:0px 0px 2px 0px; /* was left margin 95px*/
}

.RegionContentListContainer ul li span {
   display:block;
   padding-bottom:5px;
   font-weight:bold;
}

ul.RegionContentTeamList {

    padding:0px 0px 0px 0px;

}

ul.RegionContentTeamList li
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 2px 0px;

}

.flgSmall {
  border:1px solid #8A8A8A;
}

.CountryListWrapper {
    float: left;                        
    width: 570px;

}






/*================================================================*/

/*Created by JV */

/*Shout out box and comments */
/*================================================================*/


#inline_comment_post {
    background:#E6EFF4 none repeat scroll 0%;
    border-bottom:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
    padding:10px 11px 7px;
}


textarea {
    border:1px solid #6F9BBC;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:11px;
    padding:3px;
}

.img-shadow #inline_comment_post textarea {
    height:50px;
    width:324px;
}

#inline_comment_post input{
    margin-left:0px;
    padding:2px 0pt 0pt;
}


.SecondColumn #inline_comment_post textarea {
    height:50px;
    width:642px;
}

/*Gooalshout pagination for match detail */
div.pagination_shout {
  margin:3px;
  padding:3px;
  text-align:center;
}

div.pagination_shout a {
  border:1px solid #FFFFFF;
  color:#296183;;
  margin:2px;
  padding:2px 5px;
  text-decoration:underline;
}

div.pagination_shout a.disabled {
  border:1px solid #EEEEEE;
  color:#DDDDDD;
  margin:2px;
  padding:2px 5px;
}

div.pagination_shout a.current {
  background-color:#FFFFFF;
  border:1px solid #FFFFFF;
  color:#296183;
  font-weight:bold;
  margin:2px;
  padding:2px 5px;
  text-decoration:none;
}

/*================================================================*/

/*Created by JV */

/*Blogs */
/*================================================================*/

ul#blog
{
	background-image:none;
	background-color:#ffffff;
	height:auto;
	padding-top:0px;
    padding-right:20px;
	padding-left:20px;
	padding-bottom:20px;
}

ul#blog h3
{
    font-weight:bold;
    font-size:12px;
    margin:0;
    padding-top:5px;
	padding-bottom:5px;
    margin-top:5px;   
}

ul#blog li
{
    margin:0px;
    padding:0px;
    padding-left:0px;
    padding-bottom:20px;
    background-repeat:no-repeat;
    clear:both;
    margin-bottom:20px;
}

ul#blog li div
{
    font-size:10px;
    float:left;    
}

ul#blog li div.Comment
{
    background:transparent url(../images/icons/comment.png) no-repeat scroll 0pt 50%;
	padding:8px 0pt 8px 20px;
    
}

ul#blog li div.Tag
{
  	background:transparent url(../images/icons/tag_blue.png) no-repeat scroll 0pt 50%;
	padding:8px 0pt 8px 20px;
	margin-left:20px;
    
}


ul#blog li div.TimeSetting
{
   background:transparent url(../images/icons/page_white_add.png) no-repeat scroll 0pt 50%;
   padding:8px 0pt 8px 20px;
   margin-left:60px;
   float:right;
}

/*================================================================*/

/*Created by JV */

/* List of Blogs */
/*================================================================*/


#boxBlogs {
  margin:0pt;
  height:auto;
  padding:20px;
}

#boxBlogs .blogitem {
  clear:both;
  margin:0pt;
  padding:10px 20px 20px;
  text-align:left;
}

#boxBlogs .blogitem dt {
  float:left;
  width:55px;
}

#boxBlogs .blogitem dd {
  margin-left:65px;
  overflow:visible;
}

#boxBlogs .blogitem dt img {
  background-color:#FFFFFF;
  border:1px solid #CCCCCC;
  padding:2px;
}

#boxBlogs .blogitem dd .title {
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
}


#boxBlogs .blogitem dd .name {
  font-weight:bold;
  text-decoration:none;
}

#boxBlogs .blogitem dd .date {
  color:#999999;
  font-size:10px;
  text-align:right;
}

/*================================================================*/

/*Created by JV */

/*Box Friend Feed */
/*================================================================*/
#HisFriendFeed .feedFriendItem {
    border-bottom:1px solid #CFDEE9;
    margin:0 10px 3px;
    padding:0 0 10px;
}

HisFriendFeed .feedFriendIcon {

}



/*================================================================*/

/*Created by JV */

/*Comments */
/*================================================================*/

  #boxComments {
    margin:0pt;
    background-color:#FFF;
  }
  
  #boxComments .comment {
    border-bottom:1px solid #CCCCCC;
    clear:both;
    margin:0pt;
    padding:10px 10px 20px 10px;
    text-align:left;
    overflow:hidden;


  }

#boxComments .commentNoBorder {
    border-bottom:none;
}

#boxComments .odd {
    background-color:#E6EFF4;
  }


#boxComments dl
{
	padding:10px;
        height:88px;
}

#boxComments dt {
	margin:0 0 4px 0;
}

#boxComments dt a{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
  
 /*================================================================*/ 
  
#boxComments .comment dt {
    float:left;
    width:55px;

}

#boxComments .comment dt.shout {
    float:left;
    width:100px;

}


#boxComments .comment dt img {
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    padding:2px;
    height:60px;
    margin:0 5px 5px 0;
    width:60px;
  }

#boxComments .comment dt img.search {
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    padding:2px;
    height:80px;
    margin:0 5px 5px 0;
    width:80px;
}
 
  
#iconActivity {
 border:none;
}

#boxComments .comment dd {
    margin-left:65px;
    overflow:visible;
  }
  
  
/*================================================================*/  

#boxComments dd {
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0 0 5px 120px;
	color:#555553;
}

#boxComments dd.Delete{
	margin:0 0 5px 40px;
}

#boxComments dd.Delete a{
	color:#3590ed;
}

   
  #boxComments .comment dd p {
    margin:0pt;
    padding:5px 0pt 10px 10px;
  }
  
  #boxComments .comment dd p.shoutp {
    padding-left:36px;
  }
  
  
  #boxComments .comment dd .name {
    font-weight:bold;
    text-decoration:none;
    padding-left:10px;
  }
  
  
  #boxComments .comment dd .nameshout {
    font-weight:bold;
    text-decoration:none;
    padding-left:0px;
    display:block;
  }
  
  
  #boxComments .comment dd .date {
    color:#999999;
    font-size:10px;
  }
  
  #boxComments .comment dd .shoutSelect {
    margin-left: 250px;
  }
  
  #boxComments .comment dd .shoutedit {
  margin-left: 440px;
  }
  
  #boxComments .comment dd .shoutreply {
  margin-left: 430px;
  }
  
  #boxComments .comment dd .edit {
    font-size:11px;
    color:#1166BB;
    outline-style:none;
    outline-width:medium;
    line-height:1.22em;
    padding-left:5px;
  }


   #boxComments .comment dd .abuse{
    display:block;
    font-size:10px;
    padding:5px 0 5px;
    text-align:right;
   }

    .warning {
   
    background:transparent url(../images/icons/abuse-12x12.gif) no-repeat scroll left center;
    margin:0 0 0 7px;
    padding-left:16px;
}

  #boxComments .commentreply {
    background-color:#E6EFF4;
    margin-left:20px;
    padding:5px;
  }
  
  #boxComments .comment_input {
    background-color:#F5F5F5;
    padding:10px;
    height: 100px;
    
  }
  
  #boxComments .comment_input textarea {
    height:50px;
    width:326px;
    margin: 8px 10px 1px 7px;
    padding-left:10px;
  }

  #boxComments .comment_input textarea.comment_text {
    height:50px;
    width:326px;
    margin: 8px 10px 1px 7px;
    padding-left:10px;
  }
  
  #boxComments .comment_input input.submit {
    padding:0 0 0 0;
    margin:7px 0 0 7px;
        
  }
  
  #boxComments .comment_input {
    margin-left:0px;
    padding:0px 0pt 0pt;
}

div.AddPaddingBoxComments
{
    padding:10px;
    background-color:#F5F5F5;
}

#map {
   width: 199px; 
   height: 185px;
   margin: 0px 0px 0px 0px;
   overflow:hidden;

 }

/*================================================================*/

/*Window Modal*/

/*================================================================*/

#modal_container {
	padding:5px;
	background-color:#fff;
	border:1px solid #666;
	overflow:auto;
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-align:left;
}

#modal_container.test {
	background-color:#f0f0f2;
	color:#296183;
	padding:30px;
	text-align:center
}

#modal_overlay {
	background-color:#000;
}

#modal_overlay.test {
		background-color:#000;
}

/*================================================================*/

/*form in a box*/

/*================================================================*/

div.FormInABox
{
    background-color:#F5F5F5;
}


div.FormInABox input.text, div.FormInABox select
{
    font-size:11px;
}

div.FormInABox label
{
    display:block;
    text-align:right;
    width:100px;
    float:left;
    position:relative;
    top:2px;
    margin:0 5px 0 0;
}

div.FormInABox p
{
    margin:5px 20px 5px 20px;
    padding:0;
    border-top:solid 1px #D8E5EB;
}

div.PlayerDirAlphaList
{
    float:left;
    width:312px;
    margin:0 5px;
}


/*================================================================*/

/*Tables*/

/*================================================================*/



.gheading {

  padding:3px 5px 3px 10px;
  background-color:#356C8B;
  color:#FFFFFF;
  font-weight:bold;
}

.lheading {
	padding:3px 5px 3px 10px;
	font-weight:bold;
	color:#000000;
}

#leaguetables {

}
 

#leaguetables table {
	width: 100%;	

}

#leaguetables table td {
	padding:3px 5px 3px 10px;
    font-size:12px;
}

#leaguetables table td.small {
    font-size:11px;
}


#leaguetables table th {
	text-align:left;
	font-weight:bold;
    font-size:12px;
}


#leaguetables table td.tableTopHead {
    background-color:#6E9BBC;
    color:#FFFFFF;
    font-weight:bold;
}
#leaguetables table td.logo {
    font-weight:bold;
}

#leaguetables table td.second {
    padding-left:5px;
}


.odd {
  background-color:#f0f0f2;
  padding: 0 0 0 10px;
}

.even {
  background-color:#FFFFFF;
}


.oddmatch {
   background-color:#DCE7ED; 
  padding: 0 0 0 10px;
  height:30px;
}


.mp, .mw {
  border-left:1px solid #D5D3D4;
}

.total {
 /* background:#DADADA none repeat scroll 0 0;*/
}
/*================================================================*/

/*Edit Favorites (Teams,Players,Competitions) Tabs by JV*/

/*================================================================*/

div.FavEditBox {
  font-size:1.2em;
}

#FieldsetWrapper div.Headers {
  font-size:13px;
  border:none;
  font-weight:bold;
  margin-bottom:0px;
  padding:0px;
}

div.FavEditBox h3 {
	color:#555555;
	margin-top:5px;
  width:200px;
}

div.FavEditBox label{
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:7px;
	color:#555555;
	border-top:1px solid #E2E2E2;
}

div.FavEditBox label span {
display:block;
float:left;
padding-top:5px;
padding-right:6px;
text-align:left;
width:250px;
}

div.FavEditBox label a {
padding-top:7px;
margin-left: 50px;
}

div.FavEditBox label input {
margin-left: 60px;

}

/*================================================================*/

/*********** Player Stats info page by DT 07/11/08****************/

/*================================================================*/


div.UpClose
{
    padding:10px;
    background-color:#e6eff4;
}

div.UpClose img
{
    height:180px;
    width:180px;
    padding:0 0 0 0px;
}

div.UpCloseData
{
    margin:5px 0 0 0;
    border-top:solid 1px #839dae;
}

div.UpCloseData ul
{
    margin:0 0 10px 0;
    padding:0;
    color:#000;
}

div.UpCloseData ul li
{
    line-height:1.7em;
}

div.UpCloseData ul li span
{
    font-weight:bold;
    padding:0 3px;
}

div.UpCloseData ul li em
{
    color:#5789ba;
    font-weight:bold;
    font-style:normal;
    padding:0 3px;
}

#SecondColumnPlayerProfile
{
    width:732px;
}




/*#SecondColumnPlayerProfile div.img-shadow
{
    width:732px;
}
*/




#SecondColumnPlayerProfile div.img-shadow, #SecondColumnPlayerProfile div.WrapperForDropShadow

{

    width:732px;

}

#SecondColumnPlayerProfile div.img-shadow h4
{
    color:#0c4563;
    padding-top:5px;
}

#SecondColumnPlayerProfile div.img-shadow h4.TeamSubTitle
{
    clear:left;
    color:#0c4563;
    font-size:14px;
    margin:10px 0 10px 0;
    padding:0;
}

#SecondColumnPlayerProfile h1
{
    font-weight:bold;
}

#SecondColumnPlayerProfile div.PlayerInfoWrapper
{
    background-color:#e6eff4;
    margin:0;
    overflow:auto; 
}

#SecondColumnPlayerProfile div.SecondColumnProfile
{
    background-color:#e6eff4;
    margin:0;
    overflow:auto;
    padding:10px; 
}

#SecondColumnPlayerProfile div.SecondColumnSubpageProfile {
    margin:0;
    overflow:auto;
}


div.PlayerInfoWrapper div.PlayerInfo ul
{
    padding:0;
    margin:0;
    overflow:auto;
    zoom:1;   
}

div.PlayerInfoWrapper div.PlayerInfo ul li
{
    padding:0 0 5px 0;
    margin:0;
    float:left; 
    font-size:12px;  
}

div.PlayerInfoWrapper div.PlayerInfo ul li.Last
{
    float:right;   
}

#SecondColumnPlayerProfile div.PlayerInfoWrapper div.PlayerInfo
{
    clear:both;
    margin:0; 
    padding:5px 10px;
}

#SecondColumnPlayerProfile div.PlayerInfoWrapper div.PlayerInfo div.PlayerHighLevel
{
    background-color:#fff; 
    padding:5px 0 0 0;
    border:solid 1px #8097a9;
    margin:0 0 7px 0;
}

#SecondColumnPlayerProfile div.PlayerInfoWrapper div.PlayerInfo div.PlayerHighLevel div
{
    padding:5px 5px;
    border:none;
    background-repeat:no-repeat;
    background-position:100% 0;
    overflow:auto;
    zoom:1;
}

div.PlayerInfoWrapper div.PlayerInfo ul.PersonalInfo
{
    width:173px;
    float:left;
}

div.PlayerInfoWrapper div.PlayerInfo ul.PersonalInfo li
{
    float:none;
    color:#000;
    line-height:2em;
}

div.PlayerInfoWrapper div.PlayerInfo ul.PersonalInfo li span
{
    padding:0 0 0 3px;
    font-weight:bold;
}

#SecondColumnPlayerProfile div.PlayerInfoWrapper div.PlayerInfo div.YearStats
{
    float:none;
    clear:both;
    background-color:#6f9cbd;
    color:#fff;
    font-weight:bold;
    font-size:13px;
}

div.PlayerInfoWrapper div.PlayerInfo ul.StatList li
{
    text-align:center;
    width:170px;
    margin:5px 0 0 0;
    padding:0;    
}

/*Tabs in the module*/
div.PlayerInfoWrapper div.PlayerInfo div.ModuleTabs
{
    width:709px;
    line-height:normal;
    background:url("../images/tabs/TabBackgroundBorder.gif") repeat-x left top;
    overflow:auto; /*forces the bottom image for the border to show with moz and safari*/
    margin:0;
    padding:0;
}

/*ie 6 does not like the overflow*/
*html div.PlayerInfoWrapper div.PlayerInfo div.ModuleTabs
{
	overflow:visible;
}

div.PlayerInfoWrapper div.PlayerInfo div.ModuleTabs ul
{
    margin:0;
    padding:0;
    list-style:none; 
}
    
div.PlayerInfoWrapper div.PlayerInfo div.ModuleTabs li
{
    float:left;
    display:block;
    background:url("../images/tabs/ModuleTabRightCurve.gif") no-repeat right top;
    margin:0 3px 0 0;
    padding:0;
}

#request {
    width:160px;
}

#composeButton {
    margin-left:240px;
}


div.PlayerInfoWrapper div.PlayerInfo div.ModuleTabs li a
{
    display:block;
    color:#2a5973;
    background:url("../images/tabs/ModuleTabLeftCurve.gif") no-repeat left top;
    padding:0 10px;    
    height:30px; /*force the height due to Safari*/
    line-height:30px;
    text-decoration:none;
}

/*IE 6 does not like the height being forced*/
*html div.PlayerInfoWrapper div.PlayerInfo div.ModuleTabs li a
{
	height:auto;
}

div.PlayerInfoWrapper div.PlayerInfo div.ModuleTabs li a:hover
{
    text-decoration:underline;
} 

/*change the sprite to show the image*/
div.PlayerInfoWrapper div.PlayerInfo div.ModuleTabs li.selected
{
    background-position:right -30px;
}

div.PlayerInfoWrapper div.PlayerInfo div.ModuleTabs li a.selected
{
    background-position:left -30px;
    height:31px; /*force the height due to Safari*/
    line-height:31px;
}

*html div.PlayerInfoWrapper div.PlayerInfo div.ModuleTabs li a.selected
{
	height:auto;
}

/*End of tabs in the module*/



.ModuleTabsScored
{
    width:355px;
    line-height:normal;
    background:url("../images/tabs/TabBackgroundBorder.gif") repeat-x left top;
    overflow:auto; /*forces the bottom image for the border to show with moz and safari*/
    margin:0;
    padding:0;
}

/*ie 6 does not like the overflow*/
*html  .ModuleTabsScored
{
	overflow:visible;
}

.ModuleTabsScored ul
{
    margin:0;
    padding:0;
    list-style:none; 
}
    
.ModuleTabsScored li
{
    float:left;
    display:block;
    background:url("../images/tabs/ModuleTabRightCurve.gif") no-repeat right top;
    margin:0 3px 0 0;
    padding:0;
}

.ModuleTabsScored li a
{
    display:block;
    color:#2a5973;
    background:url("../images/tabs/ModuleTabLeftCurve.gif") no-repeat left top;
    padding:0 10px;    
    height:30px; /*force the height due to Safari*/
    line-height:30px;
    text-decoration:none;
}

/*IE 6 does not like the height being forced*/
*html .ModuleTabsScored li a
{
	height:auto;
}

.ModuleTabsScored li a:hover
{
    text-decoration:underline;
} 

/*change the sprite to show the image*/
.ModuleTabsScored li.selected
{
    background-position:right -30px;
}

.ModuleTabsScored li a.selected
{
    background-position:left -30px;
    height:31px; /*force the height due to Safari*/
    line-height:31px;
}

*html .ModuleTabsScored li a.selected
{
	height:auto;
}

.ModuleTabsScored #tab-1 {
  border-left:1px solid #6F9BBC;
  border-right:1px solid #6F9BBC;
  border-bottom:1px solid #6F9BBC;
  display:block;
  margin:30px 0px 4px 0px;
  padding:0;
  position:relative;
  width:353px;
}



.ModuleTabsScored #tab-2 {
  border-left:1px solid #6F9BBC;
  border-right:1px solid #6F9BBC;
  border-bottom:1px solid #6F9BBC;
  display:block;
  margin:30px 0px 4px 0px;
  padding:0;
  position:relative;
  width:353px;
}





table.ScoresData
{
    width:100%;
    border-collapse:collapse;
}

table.ScoresData th
{
    color:#fff;
    background-color:#6e9bbc;
    border-top:none;
    border-bottom:none;
}

table.ScoresData th, table.ScoresData td
{
    font-size:12px;
    padding:5px;
    text-align:center;
}

table.ScoresData td
{
    background-color:#e6eff4;
    border-top:none;
    border-bottom:none;
    color:#000;
}

table.ScoresData tr.Even td
{
    background-color:#cedfe9;
}

table.ScoresData .NoRightBorder
{
    border-right:none;
}

table.ScoresData .NoLeftBorder
{
    border-left:none;
}


div.PlayerInfoWrapper div.PlayerInfo div.ModuleContent
{
    border:solid 1px #7d98ab;
    padding:10px 10px 5px 10px;
    border-top:none;
    background-color:#fff;
}

table.PlayerData
{
    width:100%;
    border-collapse:collapse;
}

table.PlayerData tr.topHeadline
{
    color:#fff;
    background-color:#6e9bbc;
    border:solid 1px #fff;
    border-top:none;
    border-left:none;
    border-right:none;
    font-weight:bold;
}


table.PlayerData th
{
    color:#fff;
    background-color:#6e9bbc;
    border:solid 1px #fff;
    border-top:none;
    border-bottom:none;
    font-weight:bold;
}

table.PlayerData th, table.PlayerData td
{
    font-size:11px;
    padding:5px;
    text-align:center;
}

table.PlayerData td
{
    background-color:#e6eff4;
    border:solid 1px #7d98ab;
    border-top:none;
    border-bottom:none;
    color:#000;
}

table.PlayerData tr.Even td
{
    background-color:#cedfe9;
}

table.PlayerData .NoRightBorder
{
    border-right:none;
}

table.PlayerData .NoLeftBorder
{
    border-left:none;
}

table.PlayerData .LeftAlign
{
    text-align:left;
}

table.PlayerData .RightAlign
{
    text-align:right;
}

div.StatLegend
{
    border:solid 1px #7d98ab;
    clear:both;
    overflow:auto;
    margin:0 0 10px 0;
}                            

div.StatLegend ul
{
    margin:0;
    padding:0;
    float:left;
}

div.StatLegend ul li
{
    color:#000;
    line-height:1.7em;
}

div.StatLegend ul.Abbreviation
{
   width:30px;
   border-right:solid 1px #d8e0e3;
   padding:5px 0 5px 18px   
}

div.StatLegend ul.Full
{
   width:112px;
   border-right:solid 4px #d8e0e3;
   padding:5px 0 5px 18px   
}

div.StatLegend ul.Last
{
   border-right:none;
 
}

div.PhotoGallery
{
    background-color:#40728d;
    overflow:hidden;
    color:#fff;
}

div.PhotoGallery a
{
    color:#3c8fdf;
}

div.PhotoGallery a img
{
    border:none;
}

div.PhotoGallery ul
{
    clear:both;
    margin:5px 5px;
    padding:0;
}

div.PhotoGallery ul li
{
    float:left;
}

div.PhotoGallery ul li.Last
{
    float:right;
}

div.PhotoGallery ul.Photos li
{
    padding:30px 0 0 0;
}

div.PhotoGallery ul.Photos li.Photos
{
    padding:0;
}

div.PhotoGallery ul.Photos img
{
    padding-right:20px;
}

/*Photo Gallery with the YUI Carousel Control - left column*/S

/*
#spotlight {
    margin:5px auto;
    padding:0;
}


#spotlight img{
    height:126px;
    width:180px;
    padding:0px;
    margin:0 auto;
    display:block;
}
*/

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 355px;
    height: 249px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/








div.CarouselWrapper{
    background-color:#40728D;
    border:solid 1px #000;
    margin:0;
    padding:0px 2px;
    overflow:auto;
    zoom:1;
}

div.CarouselWrapper ol li
{
    background-image:none;
    padding:0;
    margin:0 1px;
    border:0;
    height:32px;
    opacity: 0.6;
    filter:alpha(opacity=60);
    width:47px;
}

div.CarouselWrapper ol li.MouseOver
{
    opacity: 0.8;
    filter:alpha(opacity=80);
}

.yui-carousel-element li img{
    height:32px;
    width:45px;
}

div.CarouselWrapper .yui-carousel-element .yui-carousel-item-selected 
{
    border:none;
    opacity: 1;
    filter:alpha(opacity=100);
}

div.CarouselWrapper .yui-carousel-element .yui-carousel-item-selected img
{
    border-width:2px;
}

div.CarouselWrapper .yui-carousel-nav{
    margin:0;
    padding:0;
    text-align:right;
    display:none;
}

div.CarouselWrapper div.Previous, div.CarouselWrapper div.Next{
    float:left;
    background:url('../images/PhotoGalleryNavSprts.gif') no-repeat 0 -60px;
    height:20px;
    margin:10px 0 0 1px;
    width:15px;
}

div.CarouselWrapper div.Next{
    background-position:0 -20px;
    margin-left:3px;
}

div.CarouselWrapper div.PreviousEnabled
{
    background-position:0 -40px;
    cursor:pointer;
}

div.CarouselWrapper div.NextEnabled
{
    background-position:0 0;
        cursor:pointer;
}

div.CarouselWrapper div#container{
    float:left;
}

/* End of Photo Gallery with the YUI Carousel Control*/

















/*================================================================*/

/*********** Search Results Page by DT 08/06/08****************/

/*================================================================*/


ul.SearchSelections
{
    border:solid 1px #6f9bbc;
    padding:11px 93px;
    overflow:auto;
    zoom:1;
    margin:5px 0px 15px 0px;
    background-color:#fff;
}

ul.FriendSearch
{
    padding:0;
    margin:5px 0 5px 15px;
}

ul.SearchResults
{

    margin-left:0px;
}



ul.SearchSelections li
{
    float:left;
    padding:5px 7px 2px 7px;
    background:#fff url('../images/SearchSelectionsBorder.gif') no-repeat 100% 7px;    
}

ul.SearchSelections li.Selected
{
    background-color:#2a607d;
    color:#fff;
    border-right:none;
    background-image:none;
}

ul.SearchSelections li a
{
    color:#2a607d;
}

ul.SearchSelections li.Last
{
    border-right:none;
    background-image:none;
}

li.Search
{
   
    border-right:none;
    padding-bottom:5px;
    width:auto;
    overflow:auto;
}

li.PopularSearches
{	
	margin:2px 0 0 74px;
}

li.PopularSearchesTeams {
    margin:2px 0 0 150px;
}
li.PopularSearchesProfiles {
    margin:2px 0 0 152px;
}

li.PopularSearchesFriends
{
    margin:2px 0 0 150px;
}

li.SearchResults {
    margin-left:0px;
    font-size:12px;
    font-weight:bold;
    padding-bottom:5px;
    padding-top:5px;
}

li.searchPlayers {
  margin-left:150px;
}

li.PopularSearches span
{
  float:right;
}

ul.NewsSearch li.PopularSearches
{
	float:left;
	margin-left:0px;

}

li.AdvancedSearch
{
	float:right;
	margin-right:82px;
}


ul.SearchSelections li.Search
{
	width:520px;
	background-image:none;
    background-color:#2a607d;
	 clear:left;
}

li.Search label
{	
	display:inline;
	float:left;
	font-size:20px;
	font-weight:bold;
	padding:6px 7px 0 0;
}

ul.NewsSearch li.Search label
{
	padding-left:0px;
	/*background:url('../images/SearchGlass.gif') no-repeat 0 7px;	*/
}

li.Search input
{
    float:left;
    height:25px;
    border:solid 1px #90c87d;
    font-size:18px;
    color:#696969;
    font-weight:bold;
    padding: 7px 0 0 5px;
 
}

li.Search input.Submit
{
    font-weight:bold;
    height:34px;
    width:95px;
    color:#113900;
    font-size:18px;
    border:solid 1px #90c87d;
    background:#8fc273 url('../images/LargeGreenButton.gif') repeat-x 0 0;
    padding-top:0px;
    margin-left:10px;
}

li.Search input.text
{
    width:420px;
}


li.Search input.results
{
    width:599px;
}

ul.BluePager
{
    background-color:#2a607d;
    border:solid 1px #6f9bbc;
    color:#fff;
    padding:8px !important;
    overflow:auto;
    zoom:1;
    margin:0 0 15px 0 !important;
}

ul.BluePager li
{
    float:left;
}

ul.BluePager li.ResultsLinks
{
    float:right !important;
    color:#ffdb5c;
}

ul.BluePager li.ResultsLinks a
{
    color:#ffdb5c;
    padding:0 4px;
}

ul.BluePager li.ResultsLinks a.Next
{
    background:url('../images/icons/BluePagerNext.gif') no-repeat 100% 4px;
    padding-right:12px;
}

div.WrapperForDropShadow div.SearchResults
{
    border:solid 1px #6f9bbc;
    padding:15px;
    overflow:auto;
    zoom:1;
    background-color:#fff;
    margin:0 0 15px 0;   
}

div.SearchResults h5
{
    float:left;
    width:33px;
    margin:0;
    text-align:center;
    background:url(../images/icons/SearchResultSprts.gif) no-repeat 0px 0px;
    height:25px;
    padding:37px 0 0 0;
    font-size:12px;
    font-weight:bold;
}

div.SearchResults h5.Profile
{
    color:#7cb183;
}

div.SearchResults h5.TeamPage
{
    color:#50839e;
    background-position:0 -122px;
}

div.SearchResults h5.Blog
{
    color:#adadad;
    background-position:0 -244px;
}

div.SearchResults h5.PlayerPage
{
    color:#d9bb5a;
    background-position:0 -366px;
}

div.SearchResults ul
{
    /*float:left;*/
    margin:0 0 0 75px;
    /*padding:0;
    width:600px;*/
}

div.SearchResults ul li.Username
{
    color:#225b7b;
    font-weight:bold;
}

div.SearchResults ul li.Description
{
    padding:-5px 0;
}

div.SearchResults ul li a
{
    color:#3590ed;
}

div.WrapperForDropShadow div.SearchResults div
{
    clear:left;
    margin:0 0 15px 0;
    padding:0;
    overflow:auto;
    zoom:1;
}

.SearchResults img{
    float:left;
    width:80px;
    height:80px;
    margin-right:15px;
    min-height:60px;
}

/*================================================================*/

/*********** Messaging Pages by DT 08/06/08****************/

/*================================================================*/

fieldset.ComposeMessage
{
    padding:10px;
}

fieldset.ComposeMessage label
{
    width:50px;
    text-align:right;
}

fieldset.ComposeMessage input
{
    width:405px;
}

fieldset.ComposeMessage div
{
    clear:left;
    margin:0 0 15px 54px;
}

fieldset.ComposeMessage div.ButtonWrapper
{
    clear:left;
    margin:0 0 15px 54px;
}

fieldset.ComposeMessage input.submit
{
    display:inline;
    width:70px;
    margin:7px 0 0 58px;
}

fieldset.ComposeMessage input.blue
{
    margin-left:5px;
}

#SecondColumnPlayerProfile div.PlayerInfoWrapper div.MessageWrapper
{
    padding:15px 10px 10px 10px;
}

div.Messages ul li
{
    text-align:center;
    width:111px;
}

div.Messages ul li.Requests
{
    width:147px;
}

div.PlayerInfoWrapper div.PlayerInfo ul.MessagePager
{
    border:solid 1px #6f9bbc;
    border-top:none;
    background-color:#fff;
    width:707px;
    margin:0 0 10px 0;

}

div.PlayerInfoWrapper div.PlayerInfo ul.MessagePager li
{
    float:left;
    color:#01395b;
    padding:5px;
}

ul.MessagePager li input.submit
{
    display:inline;
    margin-left:5px;
}

div.PlayerInfoWrapper div.PlayerInfo ul.MessagePager li.Pager
{
    float:right; 
    color:#3590ed;   
}

ul.MessagePager li.Pager a
{
    padding:4px; 
    color:#3590ed;   
}

ul.MessagePager li.Pager span
{
    padding:4px; 
    color:#000;   
}

div.PlayerInfoWrapper div.PlayerInfo ul.MessageToolbar
{
    border:solid 1px #6f9bbc;
    background-color:#2a607d;
    clear:both;
    margin:0 0 10px 0;
}

div.PlayerInfoWrapper div.PlayerInfo ul.MessageToolbar li
{
    float:left;
    padding:2px;
}

ul.MessageToolbar li input.submit
{
    display:inline;
    margin:0 2px 0 0;
}

div.PlayerInfoWrapper div.PlayerInfo ul.MessageToolbar li.Compose
{
    float:right; 
    color:#ffdb5c;
    padding:4px 4px 0 0;   
}

div.PlayerInfoWrapper div.PlayerInfo ul.MessageToolbar li.Compose a
{
    color:#ffdb5c;
}

table.Messages
{
    width:100%;
    border-collapse:collapse;
    background-color:#fff;
    border:solid 1px #7d98ab;
    margin-bottom:7px;
}

table.Messages th
{
    color:#fff;
    background-color:#6e9bbc;
    border:none;
}

table.Messages th, table.Messages td
{
    font-size:11px;
    padding:2px;
    text-align:center;
}

table.Messages td
{
    background-color:#e6eff4;
    border:none;
    color:#000;
    background-color:#fff;
}

table.Messages tr.Even td
{
    background-color:#e6eff4;
}


.alertSucess {
    background:#E5F7E3 url(../images/icons/check.gif) no-repeat scroll 7px 9px;
    color:#000000;
    border:2px solid #C5E1C8;
}

.alertError {
    background:#FFEBEB url(../images/icons/x.gif) no-repeat scroll 7px 7px;
    color:#9E0B0F;
    border:2px solid #F5C1C2;
}

.inlineMessageWide {
    float:left;
    font-weight:600;
    margin:5px 10px 15px 10px;
    padding:7px 7px 7px 28px;
    width:100%;
    width:672px;
    position:relative;
}



.inlineMessageWide p {
    margin:0px;
    display:block;
    width:650px;
}

.inlineMessageWide span.closemessage {
    background:transparent url(../images/DropShadowHeader/greyclose.gif) no-repeat scroll 100%;
    cursor:pointer;
    display:block;
    height:18px;
    padding:7px 0 2px;
    position:absolute;
    top:0px;
    right:1%;
    width:18px;
}


/* Styles for the general modal window ,later delete reference to FriendRequest, for now test all with StandarWindow*/

/*#SecondColumnPlayerProfile div.FriendRequest div.img-shadow,
#SecondColumnPlayerProfile div.FriendRequest div.WrapperForDropShadow
{
    width:525px;
}
*/

.TwoColumnLayout .SecondColumn div.standardModal div.WrapperForDropShadow {
    width:370px;
}


div.FriendRequest div.WrapperForDropShadow,
div.standardModal div.WrapperForDropShadow
{
    background-color:#e6eff4;
    width:370px;
    border:4px solid #777777;
}



div.FriendRequestWrapper
{
    background-color:#fff;
    margin:15px 15px 10px 15px;
    padding:10px;
    border:solid 1px #6f9bbc;
}

div.FriendRequest ul,div.standardModal ul
{
    margin:0 0 10px 0;
    padding:0 0 0 136px;
    background-repeat:no-repeat;
    background-position:0 0;
    
}

div.FriendRequest ul li,div.standardModal ul li
{
    margin:5px 0;
    padding:0;
}

div.FriendRequest textarea, div.standardModal textarea
{
    height:80px;
    width:280px;
    background-color:#DCDCDC;
}

div.FriendRequest ul li strong, div.standardModal ul li strong
{
    padding:0 4px;
}

div.FriendRequest ul.ButtonWrapper, div.standardModal ul.ButtonWrapper
{
    margin:0 13px 10px 15px;
    padding:0;
    overflow:auto;
}

div.FriendRequest ul.ButtonWrapper li,div.standardModal ul.ButtonWrapper li
{
    float:left;
    margin:0;
    padding:0;
}

div.FriendRequest ul.ButtonWrapper li.Last, div.standardModal ul.ButtonWrapper li.Last
{
    float:right;
}

div.FriendRequest input, div.standardModal input
{
    float:none;
    display:inline;
    margin:0;
    margin:0 2px 0 0;
}

div.MessageModal
{
    background-color:#fff;
    margin:15px 15px 10px 15px;
    padding:5px;
    border:solid 1px #6f9bbc;
}

div.AddFavoritesModal {
    height:auto;
    padding-top:15px;
}

div.AddFavoritesModal .addfavtble {
    width:330px
}

div.AddFavoritesModal .addfavtbl tr {
     vertical-align:top;
}

div.AddFavoritesModal .addfavtbl tr td.addfavtbl_left {
    font-weight:bold;
    width:70px;
}

div.AddFavoritesModal .addfavtbl tr td.addfavtbl_middle {
    width:88px;
}

div.AddFavoritesModal .addfavtbl tr td.addfavtbl_ajax {

    width:20px;
}

#data img.closeDiv {
    height:16px;
    width:16px;
    border:none;
}



div.AddFavoritesModal .addfavtbl tr td.addfavtbl_right {

    width:150px;
}



div.AddFavoritesModal .addfavtbl tr td.addfavtbl_right select {
    width:148px;
    margin-bottom:10px;
    border:1px solid #CECECE;
    font-family:arial,verdana,helvetica,sans-serif;
    font-size:11px;
}




div.MessageModal ul
{
    margin:0 0 10px 0;
    padding:0 0 0 13px;
    background-repeat:no-repeat;
    background-position:0 0;

}

div.MessageModal ul li
{
    margin:5px 0;
    padding:0;
}


div.MessageModal ul.MyFavorites {
    border-bottom:none;
    clear:left;
    margin:10px;
    overflow:auto;
    padding:0;
}



#datamodal ul.pager {
    margin:0 0 20px;
    padding:0 0 20px;
}

#datamodal ul.Pager li.leftwider {
    float:left;
    margin:0;
    padding:0;
    width:90px;
}

#datamodal ul.Pager li.PageLinks {
    text-align:center;
    width:90px;
}

#datamodal ul.Pager li.PageLinks a {
padding:0 3px;
}

#datamodal ul.Pager li.PrevNext {
    float:left;
    text-align:right;
    width:90px;
}

#datamodal ul.Pager li.PrevNext a {
    padding:0 0 0 10px;
}
/* END -  Styles for the general modal window */






div.WrapperForDropShadow div.OtherFavoritesWrapper
{
    border:solid 1px #6f9bbc;
    border-top:none;
    padding:1px 0 0 0;
    background-color:#fff;
    width:707px;
}

div.OtherFavoritesWrapper h5
{
    color:#01395b;
    margin:2px 10px 4px 10px;
    padding:0;
    font-size:12px;
}

div.OtherFavoritesWrapper h6
{
    color:#456e87;
    padding:0 10px 2px 10px;
    margin:0 0 4px 0;
    font-size:11px;
    border-bottom:solid 1px #6f9bbc;
}

div.WrapperForDropShadow div.FavsExpanded
{
    padding:0px;
}

div.WrapperForDropShadow div.FavsHeader
{
    background:#6f9bbc url('../images/icons/white_down_right_sprt.gif') no-repeat 6px 8px;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    padding:5px 18px;
    margin:0 0 1px 0;
    
}

div.WrapperForDropShadow div.Expanded
{
    background-position:5px -13px;
}

div.WrapperForDropShadow div.FavsHeader span
{
    padding:0 5px;
}

div.LinksFav p
{
   padding:0px;
   margin:15px;
}

div.OtherFavoritesWrapper fieldset
{
    margin-bottom:10px;
    padding:0;
}

div.OtherFavoritesWrapper fieldset label
{
    text-align:right;
    width:70px;
}

div.OtherFavoritesWrapper fieldset input.text
{
    width:610px;
}

div.OtherFavoritesWrapper fieldset input.submit
{
    margin:5px 0 0 12px;
}


div.StadiumFavs table
{
    width:100%;
    border-collapse:collapse;
    margin:0 0 15px 0;
}

div.StadiumFavs td
{
    width:550px;
    vertical-align:middle;
    padding:2px 10px;
    border:none;
}

div.StadiumFavs tr.AltRow td
{
    background-color:#e6eff4;
}

div.StadiumFavs td.UploadPhoto
{
    width:121px;
}

div.StadiumFavs td.UploadPhoto a
{
    color:#000;
    display:block;
    padding:0 0 0 30px;
    background:url('../images/icons/upload_remove_sprt.gif') no-repeat 0px 0px;
    height:25px;
    line-height:25px;    
}

div.StadiumFavs td.Remove a
{
    background-position:0px -25px;
}

div.WrapperForDropShadow div.StadiumFavs div
{
    padding:5px 0px 10px 10px;
}

div.StadiumFavs div a
{
    padding:7px;
}

div.Favorites input.submit
{
    margin:10px 0 15px 0px;
}

div.HighFivePost
{
    background-color:#fff;
    border:solid 1px #6f9bbc;
    margin-bottom:10px;    
} 



.Comments {
  margin:2px 0 0 0 ;
}

div.HighFivePost p
{
    margin:0 0 10px 0;
    padding:0;  
    font-size:12px;  
}

div.HighFivePost textarea
{
    height:90px;
    width:680px;
}

div.HighFivePost textarea.comments
{
    height:90px;
    width:450px;
    margin: 0 0 0 0px;
    background-color: #FEF9F3;
	color: #DF0707;
	border: 1px solid #E0D7CE;
}

div.HighFivePost input.submit{
	font-weight: bold;
	color: #DF0707;
	}

div.HighFivePost input
{
    margin:10px 0 0 0;
}

div.PlayerInfoWrapper div.PlayerInfo div.HighFivePostDisplay
{
    margin-top:8px;
}

div.PlayerInfoWrapper div.PlayerInfo div.HighFivePostDisplay ul
{
    float:none;
    width:auto;
    padding-left:70px;
}

div.PlayerInfoWrapper div.PlayerInfo div.HighFivePostDisplay ul li
{
    float:none;
}

div.PlayerInfoWrapper div.PlayerInfo div.HighFivePostDisplay ul li.Username a
{
    padding:5px;
}

div.PlayerInfoWrapper div.PlayerInfo div.HighFivePostDisplay ul li.Username a.First
{
    padding-left:0px;
}

div.PlayerInfoWrapper div.PlayerInfo div.HighFivePostDisplay ul li.Username a.Edit
{
    padding-right:20px;
    background:url('../images/icons/grey_close.gif') no-repeat 100% 5px;
}

div.PlayerInfoWrapper div.PlayerInfo div.HighFivePostDisplay ul li.Username input
{
    display:inline;
    margin:0 3px 0 0;
}


#ScoresSchedulesWrapper,
#PulseDetailWrapper

{
  	background-color:#fff;
    border:1px solid #6F9BBC;
    clear:left;
    padding:20px 15px 20px 15px;
    font-size:12px;
    width:680px;
    overflow:hidden;
}




#ScoresSchedulesWrapperBox
{
    font-size:12px;
    background-color:#fff;
    border:1px solid #6F9BBC;
    clear:left;
    padding:15px 0px 15px 0px;
    margin-left:2px;
    border-left:0px;
    border-right:0px;
    margin-right:2px;
    border-bottom:0px;
    width:355px;
}

#ScoresDateFilter,#SchedulesDateFilter,#MyScoresDateFilter {
    margin-bottom:6px;
    margin-left:6px;
}


#GameSearchCriteria,#activitiesDateFilter {
   font-size:12px;
}

#GameSearchCriteriaDrop {
   padding-left: 3px;
}

#ThirdLevelOpenCloseAll
{
    background-color:#fff;
    background-image:none;
    border-top:none;
    border-bottom:none;
    padding:3px 15px 0px 3px;
    margin:0;
    height:18px;
    width:658px;
    clear:both;
    /* border:solid 1px #bed2df; */
}


#FriendsWrapper
{
	background-color:#fff;
    border:1px solid #6F9BBC;
    clear:left;
    padding:10px 15px 10px 15px;
    font-size:12px;
    width:680px;
    overflow:hidden;
}


div.TeamLinks
{
  	min-height:40px;
	line-height:20px;
	padding:0 !important;

}

div.FriendLinks
{
	height:20px;
	line-height:20px;
	padding:0 !important;	
}

div.FriendLinksTitle
{
    margin-top:10px;
}

div.FriendLinks span, divTeamLinks span
{
	font-weight:bold;
    font-size:16px;
}

div.FriendLinks span, div.FriendLinks a, divTeamLinks span, divTeamLinks a
{
	padding:5px;
}


ul.Friendtoolbar
{
	background-color:#6f9bbc;
	height:20px;
	line-height:20px;
	padding:5px 0 8px 10px !important;
	margin:10px -15px;
	overflow:hidden;
}

ul.Friendtoolbar input.checkbox
{
	margin:0 5px;
}

ul.Friendtoolbar input.submit
{
	
	display:inline;
	margin:0 3px 0 0;
	padding:3px 3px;
	color:#000;
	border:solid 1px #7ba0b7;
}

ul.Friendtoolbar li
{
	float:right;
	background:url('../images/icons/FriendToolbarSprts.gif') no-repeat;
	height:23px;
	width:24px;
	padding:0 2px;
}

ul.Friendtoolbar li.GridViewOff
{
	background-position:0 0px;
}

ul.Friendtoolbar li.GridViewOn
{
	background-position:0 -23px;
}

ul.Friendtoolbar li.ListViewOff
{
	background-position:0 -44px;
}  

ul.Friendtoolbar li.ListViewOn
{
	background-position:0 -66px;
}         


ul.Friendtoolbar li.Buttons
{
	float:left;
	background-image:none;
	height:auto;
	width:auto;
	padding:0;
        padding-left:10px;
}

ul.Friendtoolbar li.Buttons span.Label {
  color:white;
  font-weight:bold;
}

ul.Friendtoolbar li.Buttons span.Label form{
  display:inline;
}

/*================================================================*/

/*Text*/                    /*Added by Jorge*/          

/*================================================================*/

#wrapper #TextWrapper
{
    border: solid 1px #e4edf2;   
    padding: 10px 20px 25px;
	clear:both;
	float:left;
	font-size:12px;
	background:#FFFFFF url(../images/FormWrapperBackground.jpg) repeat-x scroll 0 0;
	width:915px;
}

#wrapper #TextWrapper p {
	padding-bottom:10px;
}

#wrapper #TextWrapper ul {
	margin-bottom:0;
	margin-top:0;
	padding-bottom:10px;
	padding-top:0;
}

#wrapper #TextWrapper ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
}

/*End Text*/ 

/*================================================================*/

/*Modal Windows*/                    /*Added by Jorge*/          

/*================================================================*/

input.submitmodal {
    
    width:auto;
    border:1px solid #90c87d;
	margin:0px 0px 0px 0px;
	color:#2e5b22;
	background:url('../images/submit_button_background.jpg') left top repeat-x;
	font-size:11px;
    padding:1px 2px;
}


.SecondColumnBlueBackground input.submitmodal 
{
    clear:left;
    width:auto;
    vertical-align: middle; 
    *vertical-align: text-bottom;
}


/*End Modal Windows*/ 

div.MiniProfile
{
	color:#4297ee;
}

div.MiniProfile h5
{
	color:#000;
	margin:0 0 3px 0;
	font-size:14px;
	padding:0;
	font-weight:bold;
    padding-bottom:3px;
    padding-top:3px;
}


div.MiniProfile h5 a
{
	color:#4297ee;
}

div.MiniProfile img
{
	margin:0 0 10px 0;
}

div.MiniProfile p
{
	margin:8px 0 0 0;
	color:#000;
	font-size:11px;
}

div.MiniProfile p strong
{
	display:block;
    padding-bottom:4px;
    padding-left:3px;
}

div.MiniProfile p input {
    margin-bottom:2px;
    margin-left:2px;
    margin-right:2px;
    margin-top:2px;
    width:170px;
}


fieldset.AddToPhotoButtonWrapper 
{
	padding:10px 0;
}


fieldset.AddToPhotoButtonWrapper input.submit
{
	display:inline;
	margin:0 5px 0 0;
}

fieldset.AddToPhotoButtonWrapper a
{
	padding:0 5px 0 400px;
}

ul.FavoritePlayers
{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	text-align:left;
	border-bottom:solid 1px #6f9bbc;
	clear:both;
	overflow:auto;
	zoom:1;
}

ul.FavoritePlayers li
{
	margin:0;
	padding:0 15px 0 0;	
	float:left;
	line-height:1.4em;
}


ul.FavoritePlayers li strong
{
	padding:0 3px 0 0;	
}

ul.FavoritePlayers li.playerinfo {
    width:180px;
}

ul.FavoritePlayers  li.MoreStats
{
	margin:16px 0 0 65px;
}

ul.FavoritePlayers li h3
{
	font-size:14px;
	padding:0;
	margin:0 0 3px 0;	
}


ul.FavoritePlayers li.ViewProfile
{
	float:right;
	padding:16px 50px 0 0;	
}

div.NewsStory
{
    overflow:auto;

}


div.RSSFeed
{
    float:right;
    margin:0 0 10px 0;
}

div.RSSFeed a
{
   background:url('../images/feed_rss_small.png') no-repeat 0 0;
   padding:0 0 0 20px;
}

ul.PreviousNextStory
{
	margin:0 -15px;
	background-color:#6f9bbc;
	clear:both;
	overflow:auto;
	padding:0;
}

ul.PreviousNextStory li
{
	float:left;
	padding:6px 10px;
}

ul.PreviousNextStory li a
{
	color:#fff;
}


ul.PreviousNextStory li.NextStory
{
	float:right;
}

div.NewsStory h2
{
	font-size:18px;
	padding:0;
	margin:0 0 7px 0;
}

div.NewsStory h3
{
	font-size:14px;
	padding:0 0 0 0px;
	margin:0 0 7px 0;
}


div.NewsStory p
{
	margin:0 0 7px 0;
	padding:0;
	color:#000000;
}

div.NewsStory p.Stats
{
	font-size:11px
}

div.NewsStory p.Photoright200 
{
 float: right; 
 padding:2px 0px 8px 10px; 
 margin: 0; 
 font-size:90%; 
 color: #7F8E29; 
 font-style:italic; 
 width: 200px;
 }
 
 div.NewsStory p.Photoright245 
{
 float: right; 
 padding:2px 0px 8px 10px; 
 margin: 0; 
 font-size:90%; 
 color: #7F8E29; 
 font-style:italic; 
 width: 245px;
 }
 





div.NewsStory p.StatsProvider
{
	font-size:11px;
	font-weight:bold;
}


div.NewsStory p.Posted
{
	color:#6F6F6F;
}

div.WrapperForDropShadow div.NewsStory div
{
	padding:0; !important;
}

div.NewsStoryColumnOne
{
	width:675px;
	margin:0px 10px 10px 0;
	float:left;
}


div.NewsStoryColumnOne .TopNewsExternal {
        margin-bottom:0px;
        font-size:14px;
        font-weight:bold;
}

div.NewsStoryColumnTwo
{
	float:left;
	width:168px;
	margin:10px 0;

}

/*Pagination*/

div.paginationWide  {
    clear:both;
    float:left;
    width:675px;
    line-height:40px;
    color:#3590ED;
    font-weight:normal;
    padding-left:7px;
}

div.paginationWide ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:10px 0 0 0px;
    padding:0;
    float:right;

}

div.paginationWide ul li{float:left;color:#3590ed;font:normal 12px arial;margin-left:3px;margin-right:3px;color:#3590ed;}
div.paginationWide ul li a{color:#3590ed;text-decoration:none;background-color:#F5F5F5;border:1px solid #EBEBEB;padding-left:3px;padding-right:3px;}
div.paginationWide ul li a:hover{color:#404040;text-decoration:none;background-color:#E6EFF4;border:1px solid #BBDDFF;}
div.paginationWide ul li a.active {background-color:#E6EFF4;border:1px solid #BBDDFF;color:#0072BC;cursor:default;text-decoration:none;}
div.paginationWide ul li.pre{float:left;width:66px;color:#3590ed;font:normal 12px arial;margin-left:90px;}
div.paginationWide ul li.pre a{color:#3590ed;text-decoration:none;}
div.paginationWide ul li.pre a:hover{color:#404040;text-decoration:none;}
div.paginationWide ul li.pre a.disable {color:#D7D7D7;cursor:default;text-decoration:none;}
div.paginationWide ul li.pre a.disable:hover {background-color:#F5F5F5;border:1px solid #EBEBEB;color:#D7D7D7;cursor:default;text-decoration:none;}

div.paginationWide ul li.next a.disable {color:#D7D7D7;cursor:default;text-decoration:none;}
div.paginationWide ul li.next a.disable:hover {background-color:#F5F5F5;border:1px solid #EBEBEB;color:#D7D7D7;cursor:default;text-decoration:none;}

div.paginationWide ul li.pageof {float:left;}





div.NewsStoryToolbar 
{
	border:solid 1px #6f9bbc;
	overflow:auto;
}

div.NewsStoryToolbar ul, div.NewsStoryToolbar li 
{
	margin:0;
	padding:0;	
}

div.NewsStoryToolbar ul
{
	clear:both;
	overflow:auto;
}

div.NewsStoryToolbar li 
{
	float:left;
}

div.NewsStoryToolbar ul.Ratings
{
	margin:5px;
}

div.NewsStoryToolbar ul.Ratings li
{
	width:179px;
	background:url('../images/StarsSprt.gif') no-repeat 90px -84px;
}

div.NewsStoryToolbar ul.Ratings li.Average
{
	width:190px;	
	padding:0 0 1px;
	background-position:50px -2px;
}

div.NewsStoryToolbar ul.Ratings li.Average span
{
	padding-left:85px;
	font-size:11px;
}


div.NewsStoryToolbar ul.Ratings li.TopRated
{
	width:auto;
	float:right;
	background-image:none;
}

div.NewsStoryToolbar ul.NewsShare
{
	background-color:#e6eff4;
	/*border-top:solid 1px #6f9bbc;*/
	padding:7px;
	margin:3px;
}

div.NewsStoryToolbar ul.NewsShareLower
{
	background-color:#ffffff;
	border-top:solid 1px #6f9bbc;
    padding:7px 7px 0px 7px;
	margin:3px 3px 0px 3px;
}



div.Vertical ul.NewsShare
{
	border-bottom:solid 1px #6f9bbc;
}


div.NewsStoryToolbar ul.NewsShare li
{
	background:url('../images/ArticleToolbarSprt.gif') no-repeat 0 0;
	width:96px;
	padding:0 0 0 23px;
	height:20px;
	line-height:20px;
}

div.Vertical ul.NewsShare li
{
	margin:5px 0 10px 5px;
}

div.NewsStoryToolbar ul.NewsShare li.EmailArticle
{
	background-position:0 -40px;
}

div.NewsStoryToolbar ul.NewsShare li.RSSFeed
{
	background-position:0 -80px;
}

div.NewsStoryToolbar ul.NewsShare li.ShareArticle
{
	background-position:0 -120px;
}

ul.NewsShare li a
{
	color:#000;
}

div.NewsStoryToolbar p.TextSize
{
	margin:10px 7px 7px 7px;
}

a.SmallFont
{
	font-size:11px;
}

a.LargeFont
{
	font-size:13px;
}

div.Comments
{
	background:url('../images/CommentBallonsSprt.gif') no-repeat 0 0;
	margin:10px;	
	text-indent:30px;
}

div.NewsStoryColumnOne div.Comments
{
	background:url('../images/CommentBallonsSprt.gif') no-repeat 0 -19px;
	margin:7px 0;	
	text-indent:20px;
}

div.NewsStoryColumnOne div.Comments span
{
	padding-left:10px;
}

div.RateArticleTitle{
	background-color: #E6EFF4;
	height: 25px;
	border-top: 1px solid #6F9BBC;
	border-bottom: 1px solid #6F9BBC;
	color: black;
	vertical-align: middle;
	font-weight: bold;
	}
div.RateArticleTitle h3{
		margin: 3px;
		margin-top: 4px;
	}

div.WrapperForDropShadow div.NewsStory div.RateArticleArea{
	background-color: #F5EEE6;
	height: 31px;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	}
div.WrapperForDropShadow div.NewsStory div.HighFivePost{
	background: none;
	background-color: #F5EEE6;
	border:none;
	padding:20px;
	padding-bottom:40px;
	height: 100px;
	}
	
div.WrapperForDropShadow div.NewsStory div.RateArticleCenter{
	height: 20px;
	width: 460px;
	background-color: #FEF9F3;
	color: #DF0707;
	border-top:1px solid #E0D7CE;
	border-bottom:1px solid #E0D7CE;
	padding: 5px;
	padding-left:15px;
	text-align: left;
	}
	
div.RateArticle
{
	background:url('../images/StarsSprt.gif') no-repeat 68px -19px;
	margin:10px;
}



div.StarRate {
  margin:10px;	
}

div.StarRate {
  margin:10px;	
}

ul.star-rate {
  list-style:none;
  margin:10px;
  padding:0;
  width:80px;
  height:16px;
  position:relative;
  background: url('../images/StarRatingSprt.gif') repeat-x left top;
}

ul.star-rate li {
  padding:0px;
  margin:0px;
  float:left;
}

ul.star-rate li a {
  display:block; 
  width:16px; 
  height: 16px; 
  text-decoration: none;
  text-indent: -9000px; 
  z-index: 20; 
  position: absolute; 
  padding: 0px; 
  background-image:none; 
}

ul.star-rate li a:hover {
  background: url('../images/StarRatingSprt.gif') left bottom; 
  z-index: 1;
  left: 0px; 
}

ul.star-rate a.one-star{
 left: 0px;
}


ul.star-rate a.one-star:hover{
width:16px;
}

ul.star-rate a.two-stars{
  left:16px;
 }

ul.star-rate a.two-stars:hover{
  width: 32px;
}

ul.star-rate a.three-stars{
 left: 32px;
 }

ul.star-rate a.three-stars:hover{
width: 48px;
 }

ul.star-rate a.four-stars{
left: 48px;
}

ul.star-rate a.four-stars:hover{
  width: 64px;
}

ul.star-rate a.five-stars{
  left: 64px;
}

ul.star-rate a.five-stars:hover{
  width: 80px;
}


#share {
  background:#E2E2E2 none repeat scroll 0 0;
  border:1px solid #C2C2C2;
  display:none;
  height:203px;
  padding:5px;
  position:absolute;
  vertical-align:top;
  width:230px;
  z-index:1;
  left: 923px;
  top: 493px;
}

#share .close {
cursor:pointer;
float:right;
opacity:0.6;
display:block;
}

#share h3 {
font-size:13px;
font-weight:normal;
padding-bottom:5px;
margin:0px;
}


#share .colwrap {
background-color:#FFFFFF;
height:174px;
padding:5px 0 0 10px;
display:block;
}

.lftcol {
float:left;
height:100%;
width:50%;
}

.rgtcol {
float:left;
height:100%;
width:50%;
}

#share ul.sharegroup {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding-left:5px;
}

#share ul.sharegroup li.sharelist {
font-size:10px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0;
padding-bottom:7px;
}


.shareIcon {
  background:transparent url('../images/shareSprt.png') no-repeat scroll left top;
  cursor:pointer;
  display:block !important;
  height:16px !important;
  line-height:16px !important;
  padding-left:20px !important;
}

.backflip { background-position: 0px -64px; }
.blinklist { background-position: 0px -112px; }
.blogmarks { background-position: 0px -128px; }
.delicious { background-position: 0px -176px; }
.digg { background-position: 0px -192px; }
.facebook { background-position: 0px -240px; }
.fark { background-position: 0px -256px; }
.faves{ background-position: 0px -144px; }
.friendfeed { background-position: 0px -304px; }
.furl { background-position: 0px -320px; }
.google { background-position: 0px -336px; }
.linkagogo { background-position: 0px -384px; }
.linkedin { background-position: 0px -400px; }
.magnolia{ background-position: 0px -432px; }
.mixx { background-position: 0px -464px; }
.myspace { background-position: 0px -496px; }
.netvouz { background-position: 0px -528px; }
.newsvine { background-position: 0px -544px; }
.pownce { background-position: 0px -560px; }
.propeller { background-position: 0px -576px; }
.reddit { background-position: 0px -592px; }
.slashdot { background-position: 0px -672px; }
.stumbleupon { background-position: 0px -704px; }
.technorati { background-position: 0px -752px; }
.twitter { background-position: 0px -784px; }
.yahoo { background-position: 0px -512px; }



div.TopNews
{
	border:solid 1px #6f9bbc;
	margin:0 0 0 0;
	padding:10px; !important
}

div.TopNews h5, div.TopNews p, div.TopNews span
{
	margin:0 10px;
	font-size:11px;
}

div.TopNews h5
{
	margin-top:7px;
	margin-bottom:4px;
	font-size:12px;
}

div.TopNews p
{
	margin-bottom:4px;
}

div.TopNews span
{
	display:block;
	margin-bottom:20px;
	padding-left:20px;
	background:url('../images/CommentBallonsSprt.gif') no-repeat 0 -20px;
}

div.TopNews div.DropShadowHeader span
{
	background-image:none;
	padding-left: 0px;
}

div.TopNews em
{
	font-style:normal;
	padding:0 7px;
}

div.TopNews a.OrangeLink
{
	border-top:solid 1px #6f9bbc;
	display:block;
	padding:10px 0;
	margin:0 10px;
}

div.FeaturedNewsSort
{
	float:left;
	font-size:14px;
}

ul.PreviousNextFeaturedStory
{	
	color:#fff;
}

ul.PreviousNextFeaturedStory li.Show
{	
	float:right;
}

ul.PreviousNextFeaturedStory li.Quantity
{	
	width:250px;
}

div.WrapperForDropShadow div.NewsStory div.TagCloud
{
	border:solid 1px #6f9bbc;
	margin:0;
}

div.WrapperForDropShadow div.NewsStory div.TagCloud div
{
	padding:10px !important;
}
	

div.TagCloud a.OrangeLink
{
	border-top:solid 1px #6f9bbc;
	display:block;
	padding:10px 0;
	margin:0 10px;
}

ul.FeaturedNewsToolbar
{
	border-top:solid 1px #6f9bbc;
	margin:0 0 30px 0;
	padding:3px 0 0 0;
	overflow:auto;
	width:380px;
}

ul.FeaturedNewsToolbarNoTopBorder {

   border-top:none;
}


ul.FeaturedNewsToolbar li
{
	float:left;	
	margin:0;
	padding:0 0 0 20px;
	width:75px;
}

ul.FeaturedNewsToolbar li.Share
{
	background:url('../images/ShareBox.gif') no-repeat 0 0;
}

div.FeaturedNews p{
	text-align:justify;
	}
	
div.FeaturedNews .NewsWithImage p{
	width:380px;
}

div.FeaturedNews .NewsWithOutImage p{
	width:100%;
}

.





div.NewsStoryColumnOne p{
	text-align:justify;   
}

div.NewsStoryColumnOne p.shortdescription {
        border-bottom:solid 1px #6f9bbc;
        width:600px;
        padding-bottom:20px;
}


ul.FeaturedNewsToolbar li.Comment
{
	background:url('../images/CommentBallonsSprt.gif') no-repeat 0 0;
	padding:0 25px 0 25px;
}

ul.FeaturedNewsToolbar li.Blog
{
	float:right;
	width:auto;
}

div.FeaturedNews img
{
	float:right;
        padding-left:10px;
}



.leftnavlist {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding-left:0;
    margin-left:10px;
}

.leftnavlist li {

    padding:2px 0px 2px 13px;
    font-size:12px;
}

.leftnavlist li.active {

    background-image:url('../images/icons/BluePagerNext.gif');
    background-position:0 0.55em;
    background-repeat:no-repeat;
    margin-left:2px;
}

.leftnavlist li.inactive {

    margin-left:2px;
}

.leftnavlist li.active ul li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:2px 0px 2px 0px;
}

.leftnavlist li.active ul li.roundactive {
    background-image:url('../images/icons/BluePagerNext.gif');
    background-position:0 0.55em;
    background-repeat:no-repeat;
    margin-left:-20px;
    padding-left:10px;
}
.leftnavlist li.active ul li.roundnoactive {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-left:-20px;
    padding-left:10px;
}



.leftnavlist li.leftmenutitle {

    font-weight:bold;
    margin-left: -13px;
    font-size:13px;
}


.leftnavlist li.leftmenutitleGame a {

    font-weight:bold;
    margin-left: -13px;
    font-size:14px;
}

.leftnavlist li a {
   color:#296183;
   font-size:12px;
}

.leftnavlist li.active a {
   font-weight:bold;
   font-size:12px;
}

.leftnavlist li.active #leftsubnavlist li.roundnoactive a {
  font-size:12px;
  font-weight:normal;
}

.leftnavlist li.active #leftsubnavlist li.roundactive a {
  font-size:12px;
  font-weight:bold;
}


.leftnavlist li a.current {
    font-weight:bold;
 }

.leftnavlist ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-left:-25px;
    margin-top:0px;
}

.leftnavlist ul li {
    padding-left:40px;
    padding:0 5px 3px 0px;
    background-image:none;
    list-style-type:disc;
}




#compList span {
  margin:10px 0px 10px 10px;
  padding:0 0 0px;
  font-weight:bold;
  font-size:9px;
}


#compList ul.compListItem,#compList h3 {

  margin:10px 10px 3px;
  padding:0 0 3px;
}

#compList ul.compListItem li a {

    padding-left: 10px;
}

#compList ul.compListItem li a.titleItem {
    padding-left: 10px;
}


#compList ul.compListItem li a.openItem {
    padding-left: 15px;
}

#compList ul.compListItem li a.Item {
    padding-left: 40px;
}


#compList h3 {

  margin-top:10px 
}

#compList ul.TwoColumnCountryList {
   margin:0 20px 3px;
   padding:10px 0 10px 10px;
   clear:left;
   min-height:75px;
   overflow:auto;
   
}
  
  
 #compList ul.TwoColumnCountryList li {
  background-repeat:no-repeat;
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  text-align:left;
  width:150px;
}


.Display
{
    display:block;
}

#leftNavLeagues 
{
  background-color:#E6EFF4;
  padding:0 0 0 10px;
}

ul.PhotoGallery
{
	margin:14px 0;
	padding:0;
	border-top:solid 1px #ddd;
	clear:left;
}

#PhotoGalleryList ul.PhotoGallery
{
    background-color:#eee;
    border-top:solid 1px #ccc;
    margin:-2px 0 0 0;
}

#PhotoGalleryList ul.First
{
    border-top:none;
}

#PhotoGalleryList ul.Alt
{
    background-color:#e5e5e5;
}

ul.PhotoGallery li
{

	padding:7px 0 0 0;
	float:left;
	width:134px;
	text-align:center;
	height:140px;
	border:solid 1px #ddd;
	border-top:none;
}

#PhotoGalleryList ul.PhotoGallery li
{
	margin:0;
    padding:10px 0;
	width:49%;
	text-align:center;
	height:auto;
	border:none;
}


ul.PhotoGallery li img
{
	border:solid 1px #6f9bbc;
}

.ModuleTabsScoreBoard


.showDiv {
	
	display:block;
}
.closeDiv {
	display:none;
}


.DirectoyLetter {
font-size:18px;
font-weight:bold;
}

#PlayerAlphabetList div
{
    float:left;
    width:320px;
    margin-right:15px;
}

#PlayerAlphabetList div h4  
{
    margin:0 0 7px 0;
    padding:0;
}

#PlayerAlphabetList div ul, #PlayerAlphabetList div li  
{
    margin:0;
    padding:0;
}

#PlayerAlphabetList div ul
{
    margin:0 0 10px 0;
}

#PlayerAlphabetList div li a
{
    line-height:1.5em;
}

#seasondropdown {
    margin-bottom:10px;
}





#SecondColumnHighlightBoxContentDraft
{
    border:solid 1px #bed2df;
    border-top:none;
    clear:left;
    padding:10px 15px 10px 15px;
    font-size:12px;
    width:680px;  /* was 675px before increasing it to fit logo wrapper featuredteamsmore*/
    background-image:url('../images/draft.png');
    background-attachment: fixed;
}

#SecondColumnHighlightBoxContentDraft a {

    
}

.faq-answer {
   display:none;
}
#SecondColumnHighlightBoxContent  p.expandlinks {
    color:#296183;
}

#SecondColumnHighlightBoxContent  p.expandlinks a {
cursor: pointer;
}

#SecondColumnHighlightBoxContent .faq-answer {
    padding-left:10px;
    padding-top:10px;
}


input.error {
	border:1px dotted red;
}

label.error {
	color:red;
	font-style:italic;
}


iframe.content_iframe {
  
}



/*Tooltip Plugin : Hover Picture caption */
#easyTooltip{
	margin:0 10px 1em 0;
	width:250px;
	padding:8px;
	background:#fcfcfc;
	border:1px solid #e1e1e1;
	line-height:130%;
	}
#easyTooltip h3{
	margin:0 0 .5em 0;
	font:13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}
#easyTooltip p{
	margin:0 0 .5em 0;
	}
#easyTooltip img{
		background:#fff;
		padding:1px;
		border:1px solid #e1e1e1;
		float:left;
		margin-right:10px;
		}

#item{display:none;}




/* New Styels*/


/* New Header - convert2Xhmtl*/
#wrapper #header{clear:both;float:left;width:956px;background:url('../images/bg1.jpg') no-repeat;}
#wrapper #header .hleft{float:left;width:6px;height:79px;}
#wrapper #header .hmid{float:left;width:944px;height:79px;position:relative}
#wrapper #header .hmid .logo{float:left;width:256px;height:67px;margin-top:5px;margin-left:5px;}
#wrapper #header .hmid .right{float:right;width:680px;}
#wrapper #header .hmid .right .list{float:right;width:390px;margin-top:10px;}
#wrapper #header .hmid .right .list ul{float:right;list-style:none;margin:0px;padding:0px;}
#wrapper #header .hmid .right .list ul li{float:left;margin-left:10px;font:normal 11px arial;color:#29618c;}
#wrapper #header .hmid .right .list ul li span{color:red;font-size:9px;vertical-align:top;}
#wrapper #header .hmid .right .list ul li a{color:#29618c;text-decoration:none;}
#wrapper #header .hmid .right .list .pro{float:left;width:197px;height:22px;background:url('../images/textbox.jpg') no-repeat;bordeR:0px;margin-top:27px;margin-left:105px;} /* textbox.jpg */
#wrapper #header .hmid .right .list .pro input{float:left;width:185px;color:#808080;font:normal 12px arial;background:url('') no-repeat;margin-left:5px;margin-top:2px;bordeR:0px;padding-top:2px;}*
#wrapper #header .hmid .right .list .pro1{float:left;width:80px;height:22px;background:url('../images/search.jpg') no-repeat;bordeR:0px;margin-top:27px;margin-left:5px;}
#wrapper #header .hmid .right .list .pro1 input{float:left;width:80px;color:#313f2a;font:bold 12px arial;background:url('') no-repeat;border:0px;padding-top:3px;} /* textbox.jpg */
#wrapper #header .hright{float:left;width:6px;height:79px;}

#wrapper #menu{clear:both;float:left;width:954px;bordeR:solid 1px #bed2df;margin-top:2px;}
#wrapper #menu .menuu{clear:both;float:left;width:954px;}
#wrapper #menu .menuu .mleft{float:left;width:7px;height:31px;background:url('../images/menuleft.jpg') no-repeat;}

#wrapper #menu .menuu .mmid{float:left;width:942px;height:31px;background:url('../images/menubg.jpg') repeat-x;}
#wrapper #menu .menuu .mmid ul{list-style:none;margin:0px;padding:0px;}
#wrapper #menu .menuu .mmid ul li{float:left;margin-left:13px;margin-right:13px;font:bold 11px arial;line-height:30px;}
#wrapper #menu .menuu .mmid ul li a{color:#29618c;text-decoration:none;}
#wrapper #menu .menuu .mmid ul li a:hover{color:#29618c;text-decoration:none;}
#wrapper #menu .menuu .mright{float:left;width:5px;height:31px;background:url('../images/menuright.jpg') no-repeat;}

#wrapper #menu .make{clear:both;float:left;width:953px;height:20px;background:url('../images/makebg.jpg') repeat-x;bordeR:solid 1px #bed2df;}
#wrapper #menu .make ul{list-style:none;margin:0px;padding:0px;}
#wrapper #menu .make ul li{float:left;margin-left:10px;margin-right:15px;font:bold 11px arial;line-height:20px;}
#wrapper #menu .make ul li a{color:#29618c;text-decoration:none;}
#wrapper #menu .make ul li a:hover{color:#29618c;text-decoration:none;}

#wrapper #menu .make .lan{float:right;width:105px;color:#29618c;margin-top:3px;background:url('../images/imgg7.jpg') right center no-repeat ;margin-right:5px;}
#wrapper #menu .make .lan a{display:block;color:#29618c;text-decoration:none;}
#wrapper #menu .make1{clear:both;float:left;width:954px;text-align:center;font:normal 12px arial;line-height:23px;background:url('../images/cross.jpg') 99% center no-repeat;}

#wrapper #menu .full{clear:both;float:left;width:954px;}
#wrapper #menu .full ul{list-style:none;margin:0px;padding:0px;margin-left:10px;}
#wrapper #menu .full ul li{float:left;margin-left:3px;margin-right:3px;font:bold 11px arial;line-height:23px;color:#306180;}
#wrapper #menu .full ul li.last{color:#000000;}
#wrapper #menu .full ul li a{color:#306180;text-decoration:none;}
#wrapper #menu .full ul li a:hover{color:#000000;text-decoration:none;}
#wrapper .inline {position:relative;clear:both;float:left;width:954px;text-align:center;font:normal 12px arial;line-height:23px;border-right:1px solid #BED2DF;border-left:1px solid #BED2DF;border-bottom:1px solid #BED2DF;}
#wrapper .inline span.closemessage {position:absolute;cursor:pointer;width:23px;height:23px;margin:0;display:block;right:1%;top:0;background:url('../images/cross.jpg') no-repeat scroll 100% 50%}



/* Content 404 page - convert2Xhmtl*/
#wrapper #middle{clear:both;float:left;width:956px;}

#wrapper #middle .page{clear:both;float:left;width:485px;margin-left:20px;}
#wrapper #middle .page .pageerror{clear:both;float:left;width:467px;height:61px;margin-left:0px;margin-top:15px;}
#wrapper #middle .page .page1{clear:both;float:left;width:475px;margin-left:15px;margin-top:10px;font:normal 12px arial;color:#000000;line-height:18px;}

#wrapper #middle .some{clear:both;float:left;width:485px;margin-top:20px;}
#wrapper #middle .some .here{clear:both;float:left;width:484px;text-align:center;font:normal 22px arial;color:#000000;background-color:#e6eff4;padding-top:3px;padding-bottom:2px;}
#wrapper #middle .some .play{float:left;width:484px;background-color:#f2f7f9;padding-bottom:16px;}

#wrapper #middle .some .players{float:left;width:242px;}
#wrapper #middle .some .players ul{list-style:none;margin:0px;padding:0px;}
#wrapper #middle .some .players ul li{clear:both;float:left;width:150px;margin-top:12px;margin-left:80px;font:normal 12px arial;color:#86bcf4;}
#wrapper #middle .some .players ul li a{color:#86bcf4;text-decoration:none;}
#wrapper #middle .some .players ul li a:hover{color:#86bcf4;text-decoration:none;}

#wrapper #middle .some .players1{float:left;width:242px;}
#wrapper #middle .some .players1 ul{list-style:none;margin:0px;padding:0px;}
#wrapper #middle .some .players1 ul li{clear:both;float:left;width:180px;margin-top:12px;margin-left:40px;font:normal 12px arial;color:#86bcf4;}
#wrapper #middle .some .players1 ul li a{color:#86bcf4;text-decoration:none;}
#wrapper #middle .some .players1 ul li a:hover{color:#86bcf4;text-decoration:none;}

#wrapper #middle .go{float:left;width:410px;margin-left:39px;margin-top:10px;}
#wrapper #middle .go .go1{clear:both;float:left;width:410px;height:38px;text-align:center;font:bold 20px arial;color:#296183;line-height:38px;background:url('../images/righthead.png') no-repeat;}
#wrapper #middle .go .go1 a{display:block;color:#296183;text-decoration:none;}
#wrapper #middle .go .go1 a:hover{display:block;color:#296183;text-decoration:none;}

#wrapper #middle .need{float:left;width:408px;border:solid 1px #6f9bbc;margin-left:39px;margin-top:5px;background-color:#e6eff4;padding-bottom:10px;}
#wrapper #middle .need .need1{clear:both;float:left;width:350px;margin-top:10px;margin-left:12px;font:normal 18px arial;color:#000000;}
#wrapper #middle .need .pro2{float:left;width:294px;height:34px;background:url('../images/tbox.png') no-repeat;border:0px;margin-top:10px;margin-left:10px;}
#wrapper #middle .need .pro2 input{float:left;width:185px;color:#808080;font:normal 18px arial;background:url('textbox.jpg') no-repeat;margin-left:5px;margin-top:2px;bordeR:0px;padding-top:2px;}
#wrapper #middle .need .pro3{float:left;width:90px;height:34px;background:url('../images/search1.png') no-repeat;bordeR:0px;margin-top:10px;}
#wrapper #middle .need .pro3 input{float:left;width:80px;color:#313f2a;font:bold 20px 'MyriadPro',arial;background:url('textbox.jpg') no-repeat;border:0px;padding-top:3px;}

#wrapper #middle .need .bug{clear:both;float:left;width:390px;margin-left:12px;margin-top:5px;;font:italic 12px arial;}
#wrapper #middle .need .bug .look{float:left;width:384px;height:159px;border:solid 0px red;font:italic 12px arial;color:#000000;background:url('../images/box1.jpg') no-repeat;}
.tarea1{width:370px;height:149px;border:solid 0px red;background:url('../images/1.jpg') no-repeat;font:italic 12px arial;color:#000000;padding-left:15px;padding-top:10px;}

#wrapper #middle .need .report1{clear:both;float:left;width:92px;height:28px;margin-top:5px;margin-left:14px;text-align:center;font:bold 14px myridpro,arial;color:#296183;line-height:28px;background:url('../images/report.jpg') no-repeat;}
#wrapper #middle .need .char{float:left;width:290px;text-align:right;margin-top:5px;font:normal 11px arial;color:#000000;}
#wrapper #middle .need .charcounter{float:left;width:380px;text-align:right;margin-top:5px;font:normal 11px arial;color:#000000;}
#wrapper #middle .need .report1 input {display:block;border-width:0;padding:4px 0px 0px 0px;float:left;width:92px;color:#296183;font:bold 14px 'MyriadPro',arial;background:url('textbox.jpg') no-repeat;;text-decoration:none;}

#wrapper #middle .need p.errorMessage{display:none;}
#wrapper #middle .need p.errorMessageDisplay{clear:both;float:left;color:#9c0d42;font-size:14px;font-weight:bold;padding-left:12px;}

/* New lef nav for competitions - convert2Xhmtl*/
#leftnav .WrapperForDropShadow .leagueLeftNavTitle {clear:both;float:left;width:150px;margin-left:20px;font:bold 12px arial;margin-top:5px;margin-bottom: 0px;}
#leftnav .WrapperForDropShadow .matchLeftNavTitle {clear:both;float:left;width:150px;margin-left:20px;margin-top:5px;margin-bottom: 0px;font-size:15px;font-weight:bold;}
#leftnav .WrapperForDropShadow ul{list-style:none;margin:0px;padding:0px;}
#leftnav .WrapperForDropShadow li{float:left;width:150px;margin-left:30px;margin-left:20px;padding-left:1px;}
#leftnav .WrapperForDropShadow ul li a{color:#07476a;text-decoration:none;font:normal 12px arial;}
#leftnav .WrapperForDropShadow ul li a:hover{color:#07476a;text-decoration:none;font:bold 12px arial;}
#leftnav .WrapperForDropShadow ul li.active a{color:#07476a;text-decoration:none;font:bold 12px arial;padding-left:10px;background:url('../images/fimg.jpg') no-repeat left center;}
#leftnav .WrapperForDropShadow ul li.active a.noarrow {background:none}

#leftnav .WrapperForDropShadow ul li ul{list-style:none;margin:0px;padding:0px;}
#leftnav .WrapperForDropShadow ul li ul li{float:left;width:140px;margin-left:0px;font:normal 12px arial;}
#leftnav .WrapperForDropShadow ul li ul li a{color:#07476a;text-decoration:none;padding-left:10px;}
#leftnav .WrapperForDropShadow ul li ul li a:hover{color:#07476a;text-decoration:none;padding-left:10px;}
#leftnav .WrapperForDropShadow ul li ul li.active a{color:#07476a;text-decoration:none;padding-left:10px;background:url('../images/fimg.jpg') no-repeat left center;}
#leftnav .WrapperForDropShadow ul li ul li.alignLeftMenu {margin-left:-10px;margin-bottom:5px;}
#leftnav .WrapperForDropShadow ul li ul li.alignLeftMenu ul li.subactive a {font-weight:bold;background:url('../images/fimg.jpg') no-repeat left center;}

#leftnav .WrapperForDropShadow ul li ul li ul {list-style:none;margin:0px;padding:0px;}
#leftnav .WrapperForDropShadow ul li ul li ul li {float:left;width:140px;margin-left:12px;}
#leftnav .WrapperForDropShadow ul li ul li ul li a{color:#07476a;text-decoration:none;padding-left:5px;font:normal 11px arial;}
#leftnav .WrapperForDropShadow ul li ul li ul li a:hover{color:#07476a;text-decoration:none;padding-left:10px;}
#leftnav .WrapperForDropShadow ul li ul li ul li.active a{color:#07476a;text-decoration:none;padding-left:10px;background:url('../images/fimg.jpg') no-repeat left center;}

/* New Home Authenticated - Jorge Vasquez*/
#ContentWrapper #SecondColumnFullHome .ammid{float:left;width:732px;margin-left:0px;background:#e6eff4;border:solid 1px #6F9CBD;margin-top:0px;padding-bottom:6px;}
#ContentWrapper #SecondColumnFullHome .ammid .ad{clear:both;float:left;width:728px;height:90px;margin-left:6px;margin-top:5px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft{float:left;width:559px;margin-left:6px;margin-top:8px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft h1{float:left;width:559px;font:bold 18px arial;margin-left:6px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft h2{float:left;width:559px;font:bold 18px arial;margin-left:6px;margin-top:20px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .tabs{float:left;width:559px;border-bottom:solid 1px #6f9bbc;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .tabs ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .tabs ul li{float:left;width:111px;height:30px;font:bold 12px arial;color:#225b7b;background:url('../images/tab2.jpg') no-repeat;text-align:center;line-height:30px;margin-left:8px;margin-top:10px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .tabs ul li a{display:block;color:#225b7b;text-decoration:none;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .tabs ul li a:hover{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:111px;height:31px;background:url('../images/tab1.jpg') no-repeat;line-height:30px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .tabs ul li.active a{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:111px;height:31px;background:url('../images/tab1.jpg') no-repeat;line-height:30px;}

#ContentWrapper #SecondColumnFullHome .ammid .aleft .table{clear:both;float:left;width:559px;font:normal 12px arial;color:#01395b;border-bottom:solid 1px #6f9bbc;border-left:solid 1px #6f9bbc;border-right:solid 1px #6f9bbc;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table td{padding-left:10px;padding-right:10px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table td .sell{font:normal 12px arial;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table .see{border-top:solid 1px #6f9bbc;background:#fff;}

#ContentWrapper #SecondColumnFullHome .ammid .aleft .table .see a.OrangeLink:link,
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table .see a.OrangeLink:hover,
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table .see a.OrangeLink:visited,
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table .see a.OrangeLink:active {
color:#F95200;
}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table a{color:#01395b;text-decoration:none;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table img{border:solid 1px #6f9bbc;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table .ballack{color:#000;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table .ballack p{margin-top:10px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table .ballack span{float:left;margin-top:0px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table .ballack img{float:left;color:#000;margin-top:10px;margin-right:10px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table .add{color:#000;font:normal 11px arial;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table textarea{width:460px;height:60px;border:solid 1px #01395b;margin-top:3px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table input{width:100px;height:24px;border:solid 1px #6f9bbc;font:normal 12px arial;background:url('../images/featuredbg.jpg') repeat-x;}

#ContentWrapper #SecondColumnFullHome .ammid .aleft .table1{clear:both;float:left;width:559px;font:normal 12px arial;color:#01395b;border:solid 1px #6f9bbc;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table1 a{color:#01395b;text-decoration:none;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table1 .post{float:left;width:460px;background-color:#e6eff4;padding:5px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table1 .post textarea{float:left;width:455px;height:30px;border:solid 1px #01395b;color:#808080;font:normal 20px 'Myriad Pro',arial;line-height:30px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table1 td{padding-top:10px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table1 .post .share{clear:both;float:left;width:270px;width:285px !importent;color:#000;font:normal 11px arial;margin-top:2px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table1 .post .t1{float:left;width:40px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table1 .post .t1 .cbox{float:left;width:20px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table1 .post .t1 .t{float:left;width:20px;height:18px;color:#000;font:normal 11px arial;margin-top:2px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table1 .post .include{float:left;width:140px;width:125px !importent;color:#000;font:bold 11px arial;margin-top:2px;margin-left:10px;}
#ContentWrapper #SecondColumnFullHome .ammid .aleft .table1 .po{float:left;width:80px;height:22px;background:url('../images/search.jpg') no-repeat;color:#313f2a;font:bold 12px arial;text-align:center;line-height:22px;margin-top:5px;}

#ContentWrapper #SecondColumnFullHome .ammid .aright{float:left;width:147px;margin-left:7px;margin-top:8px;}
#ContentWrapper #SecondColumnFullHome .ammid .aright .goal{float:left;width:150px;border:solid 1px #6f9bbc;height:24px;font:bold 12px arial;background:url('../images/featuredbg.jpg') repeat-x;line-height:24px;padding-left:10px;}
#ContentWrapper #SecondColumnFullHome .ammid .aright .goal1{float:left;width:160px;border:solid 1px #6f9bbc;background:#fff;height:600px;}

/* Competition header with flag and drop down season - Jorge Vasquez*/
#ContentWrapper .flags{float:left;width:950px;margin-top:0px;margin-left:0px;margin-bottom:17px;padding-top:0px;height:22px;}
#ContentWrapper .flags .flagtitle{float:left;min-width:140px;color:#000000;font:bold 17px arial;background-repeat:no-repeat;background-position:left center;padding-left:38px;height:20px}
#ContentWrapper .flags .Noflag {padding-left:0px;}
#ContentWrapper .flags .flagtitle a{color:#000000;text-decoration:none;}
#ContentWrapper .flags .flagtitle a:hover{color:#000000;text-decoration:none;}
#ContentWrapper .flags .add{float:left;width:116px;height:20px;background:url('../images/add.jpg') no-repeat;margin-left:10px;color:#395E33;font:bold 11px arial;text-align:center;line-height:20px;}
#ContentWrapper .flags .add a{color:#395d34;text-decoration:none;}
#ContentWrapper .flags .add a:hover{color:#395d34;text-decoration:none;}
#ContentWrapper .flags .remove{float:left;width:139px;height:20px;background:url('../images/remove.jpg') no-repeat;margin-left:15px;color:#395E33;font:bold 11px arial;text-align:center;line-height:20px;}
#ContentWrapper .flags .remove a{color:#395d34;text-decoration:none;}
#ContentWrapper .flags .remove a:hover{color:#395d34;text-decoration:none;}
#ContentWrapper .flags .pre{float:right;width:276px;font:normal 12px arial;}
#ContentWrapper .flags .pre .lea{float:left;width:135px;font:normal 12px arial;margin-top:5px;text-align:right;padding-right:5px;}
#ContentWrapper .flags .pre .sel{float:left;width:135px;font:normal 12px arial;margin-top:2px;}
#ContentWrapper .flags .pre #seasondropdown .sel{float:left;width:150px;font:normal 12px arial;margin-top:2px;}

/* Full Scoreboard - convert2Xhmtl*/
#SecondColumnFullScore .flags{float:left;width:732px;margin-top:5px;margin-left:0px;margin-bottom:5px;}
#SecondColumnFullScore .flags .flagtitle{float:left;width:365px;color:#000000;font:bold 17px arial;padding-left:0px;height:20px}
#SecondColumnFullScore .flags .flagtitle a{color:#000000;text-decoration:none;}
#SecondColumnFullScore .flags .flagtitle a:hover{color:#000000;text-decoration:none;}
#SecondColumnFullScore .flags .add{float:left;width:116px;height:20px;background:url('../images/add.jpg') no-repeat;margin-left:5px;color:#395E33;font:bold 11px arial;text-align:center;line-height:20px;}
#SecondColumnFullScore .flags .add a{color:#395d34;text-decoration:none;}
#SecondColumnFullScore .flags .add a:hover{color:#395d34;text-decoration:none;}
#SecondColumnFullScore .flags .pre{float:right;width:230px;font:normal 12px arial;}
#SecondColumnFullScore .flags .pre .lea{float:left;width:135px;font:normal 12px arial;margin-top:5px;}
#SecondColumnFullScore .flags .pre .sel{float:left;width:90px;font:normal 12px arial;margin-top:2px;}
#SecondColumnFullScore .flags .pre #seasondropdown .sel{float:left;width:90px;font:normal 12px arial;margin-top:2px;}

#SecondColumnFullScore p.middletitle {float:left;font:bold 14px arial;}

#SecondColumnFullScore .mmid{float:left;width:560px;margin-left:0px;}
#SecondColumnFullScore .mmid .march{clear:both;float:left;width:560px;border:solid 1px #6F9CBD;margin-top:5px;}
#SecondColumnFullScore .mmid .march .featurebg{clear:both;float:left;width:550px;height:24px;background:url('../images/featuredbg.jpg') repeat-x;padding-left:10px;color:#000000;font:bold 11px arial;line-height:25px;margin-top:0px; margin-bottom:0px;}

#SecondColumnFullScore .mmid .march #fullscoreboardcontent .pagination{clear:both;float:left;background-color:#729BB9;padding-bottom:10px;}
#SecondColumnFullScore .mmid .march #fullscoreboardcontent .fullscoreboard{width:560px;}
#SecondColumnFullScore .mmid .march #fullscoreboardcontent .pagination .numberofpage {clear:both;color:#FFFFFF;float:left;font:bold 12px/30px arial;margin-left:10px;width:180px;}
#SecondColumnFullScore .mmid .march #fullscoreboardcontent .pagination ul{list-style:none;margin:0px;padding:0px 5px 0px 0px;margin-top:10px;float:right;}
#SecondColumnFullScore .mmid .march #fullscoreboardcontent .pagination ul li{float:left;color:#FFFFFF;font:bold 12px arial;margin-left:3px;margin-right:3px;color:#000000;}
#SecondColumnFullScore .mmid .march #fullscoreboardcontent .pagination ul li a{color:#FFFFFF;text-decoration:none;}
#SecondColumnFullScore .mmid .march #fullscoreboardcontent .pagination ul li a.current {color:#F95200;font-weight:bold;}
#SecondColumnFullScore .mmid .march #fullscoreboardcontent .pagination ul li a:hover{color:#000000;text-decoration:none;}

#SecondColumnFullScore .mmid .march #fullscoreboardcontent .pagination ul li.pre{float:left;width:66px;color:#FFFFFF;font:bold 12px arial;}
#SecondColumnFullScore .mmid .march #fullscoreboardcontent .pagination ul li.pre a{color:#FFFFFF;text-decoration:none;}
#SecondColumnFullScore .mmid .march #fullscoreboardcontent .pagination ul li.pre a.disable {color:#DDDDDD;}
#SecondColumnFullScore .mmid .march #fullscoreboardcontent .pagination ul li.pre a:hover{color:#4c4c4c;text-decoration:none;}

#SecondColumnFullScore .mmid .march #fullscoreboardcontent .pagination ul li.next{float:left;width:50px;color:#FFFFFF;font:bold 12px arial;text-align:right;}
#SecondColumnFullScore .mmid .march #fullscoreboardcontent .pagination ul li.next a{color:#FFFFFF;text-decoration:none;}
#SecondColumnFullScore .mmid .march #fullscoreboardcontent .pagination ul li.next a:hover{color:#4c4c4c;text-decoration:none;}


/* Full Scoreboard - convert2Xhmtl*/ /*rowodd - Odd Row*/
#SecondColumnFullScore .mmid .march .roundheader {width:560px;background-color:#BACDDC;clear:both;float:left;padding-bottom:5px;padding-top:5px;}
#SecondColumnFullScore .mmid .march .roundheader  p {clear:both;color:#000000;float:left;font:bold 12px arial;margin-left:15px;padding-bottom:5px;
padding-top:5px}

#SecondColumnFullScore .mmid .march .rowodd{clear:both;float:left;width:560px;background-color:#DCE7ED;}
#SecondColumnFullScore .mmid .march .rowodd ul{list-style:none;margin:0px;padding:0px;}
#SecondColumnFullScore .mmid .march .rowodd ul li{float:left;color:#4F7B96;font-family:arial;font-size:12px}
#SecondColumnFullScore .mmid .march .rowodd ul li a{color:#4F7B96;text-decoration:none;}
#SecondColumnFullScore .mmid .march .rowodd ul li a:hover{color:#4F7B96;text-decoration:none;}

#SecondColumnFullScore .mmid .march .rowodd ul li.matchdate{float:left;width:115px;color:#4F7B96;font:bold 12px arial;line-height:30px;margin-left:10px;}
#SecondColumnFullScore .mmid .march .rowodd ul li.matchdate a{color:#4F7B96;text-decoration:none;}
#SecondColumnFullScore .mmid .march .rowodd ul li.matchdate a:hover{color:#4F7B96;text-decoration:none;}

#SecondColumnFullScore .mmid .march .rowodd ul li.winner {font-weight:bold;}

#SecondColumnFullScore .mmid .march .rowodd ul li.teama{float:left;width:100px;color:#4F7B96;font-family:arial;font-size:12px;line-height:30px;padding-left:25px;}
#SecondColumnFullScore .mmid .march .rowodd ul li.teama a{color:#4F7B96;text-decoration:none;}
#SecondColumnFullScore .mmid .march .rowodd ul li.teama a:hover{color:#4F7B96;text-decoration:none;}

#SecondColumnFullScore .mmid .march .rowodd ul li.timescore{float:left;width:25px;color:#4F7B96;font:bold 12px arial;line-height:30px;margin-left:20px;}
#SecondColumnFullScore .mmid .march .rowodd ul li.timescore a{color:#4F7B96;text-decoration:none;}
#SecondColumnFullScore .mmid .march .rowodd ul li.timescore a:hover{color:#4F7B96;text-decoration:none;}

#SecondColumnFullScore .mmid .march .rowodd ul li.teamb{float:left;width:110px;color:#4F7B96;font-family:arial;font-size:12px;line-height:30px;margin-left:30px;padding-left:25px;}
#SecondColumnFullScore .mmid .march .rowodd ul li.teamb a:hover{color:#4F7B96;text-decoration:none;}


#SecondColumnFullScore .mmid .march .rowodd ul li.matchdetails{float:left;width:60px;color:#4F7B96;font:bold 12px arial;line-height:30px;margin-left:35px;}
#SecondColumnFullScore .mmid .march .rowodd ul li.matchdetails a{color:#4F7B96;text-decoration:none;}
#SecondColumnFullScore .mmid .march .rowodd ul li.matchdetails a:hover{color:#4F7B96;text-decoration:none;}

/* Full Scoreboard - convert2Xhmtl*/ /*roweven - Row Even*/
#SecondColumnFullScore .mmid .march .roeven{clear:both;float:left;width:560px;background-color:#ffffff;}
#SecondColumnFullScore .mmid .march .roweven ul{list-style:none;margin:0px;padding:0px;}
#SecondColumnFullScore .mmid .march .roweven ul li{float:left;color:#4F7B96;font-family:arial;font-size:12px}
#SecondColumnFullScore .mmid .march .roweven ul li a{color:#4F7B96;text-decoration:none;}
#SecondColumnFullScore .mmid .march .roweven ul li a:hover{color:#4F7B96;text-decoration:none;}

#SecondColumnFullScore .mmid .march .roweven ul li.matchdate{float:left;width:115px;color:#4F7B96;font:bold 12px arial;line-height:30px;margin-left:10px;}
#SecondColumnFullScore .mmid .march .roweven ul li.matchdate a{color:#4F7B96;text-decoration:none;}
#SecondColumnFullScore .mmid .march .roweven ul li.matchdate a:hover{color:#4F7B96;text-decoration:none;}

#SecondColumnFullScore .mmid .march .roweven ul li.winner {font-weight:bold;}

#SecondColumnFullScore .mmid .march .roweven ul li.teama{float:left;width:100px;color:#4F7B96;font-family:arial;font-size:12px;line-height:30px;background:url('../images/west.png') no-repeat left center;padding-left:25px;}
#SecondColumnFullScore .mmid .march .roweven ul li.teama a{color:#4F7B96;text-decoration:none;}
#SecondColumnFullScore .mmid .march .roweven ul li.teama a:hover{color:#4F7B96;text-decoration:none;}

#SecondColumnFullScore .mmid .march .roweven ul li.timescore{float:left;width:25px;color:#4F7B96;font:bold 12px arial;line-height:30px;margin-left:20px;}
#SecondColumnFullScore .mmid .march .roweven ul li.timescore a{color:#4F7B96;text-decoration:none;}
#SecondColumnFullScore .mmid .march .roweven ul li.timescore a:hover{color:#4F7B96;text-decoration:none;}

#SecondColumnFullScore .mmid .march .roweven ul li.teamb{float:left;width:110px;color:#4F7B96;font-family:arial;font-size:12px;line-height:30px;margin-left:30px;background:url('../images/reading.png') no-repeat left center;padding-left:25px;}
#SecondColumnFullScore .mmid .march .roweven ul li.teamb a:hover{color:#4F7B96;text-decoration:none;}

#SecondColumnFullScore .mmid .march .roweven ul li.matchdetails{float:left;width:60px;color:#4F7B96;font:bold 12px arial;line-height:30px;margin-left:35px;}
#SecondColumnFullScore .mmid .march .roweven ul li.matchdetails a{color:#4F7B96;text-decoration:none;}
#SecondColumnFullScore .mmid .march .roweven ul li.matchdetails a:hover{color:#4F7B96;text-decoration:none;}

#SecondColumnFullScore .ads {
    float:left;height:243px;margin-left:9px;margin-top:0px;width:150px;
}

/* Team Head to Head - convert2Xhmtl*/ 
#SecondColumnHeadtoHead .munch{float:left;width:550px;margin-top:15px;margin-left:10px;}
#SecondColumnHeadtoHead .munch .burg{float:left;width:480px;margin-left:0px;font:bold 18px arial;color:#000000;margin-bottom:0;margin-top:0;}

#SecondColumnHeadtoHead .munch .munch1{float:left;width:550px;margin-top:5px;border:solid 1px #6F9CBD;}
#SecondColumnHeadtoHead .munch .munch1 .mleft{clear:both;float:left;width:375px;margin-left:90px;margin-top:20px;}
#SecondColumnHeadtoHead .munch .munch1 .mleft .mleft1{float:left;width:120px;}
#SecondColumnHeadtoHead .munch .munch1 .mleft .mleft1 .image1{float:left;width:137px;border:solid 1px #6F9CBD;padding-left:16px;padding-top:3px;}
#SecondColumnHeadtoHead .munch .munch1 .mleft .mleft1 .image1 a img {border:0px;height:120px;width:120px;}
#SecondColumnHeadtoHead .munch .munch1 .mleft .mleft1 .change{clear:both;float:left;width:125px;margin-top:10px;font:bold 17px arial;color:#306180;text-align:center;}
#SecondColumnHeadtoHead .munch .munch1 .mleft .mleft1 .change1{clear:both;float:left;width:120px;font:normal 13px arial;color:#306180;text-align:center;line-height:20px;}
#SecondColumnHeadtoHead .munch .munch1 .mleft .mleft1 .team{clear:both;float:left;width:120px;height:24px;margin-top:30px;font:bold 13px arial;color:#306180;text-align:center;line-height:24px;background:url('../images/hchange.jpg') no-repeat;}
#SecondColumnHeadtoHead .munch .munch1 .mleft .mleft1 .team a{display:block;color:#336182;text-decoration:none;}
#SecondColumnHeadtoHead .munch .munch1 .mleft .mleft1 .team a:hover{display:block;color:#336182;text-decoration:none;}
#SecondColumnHeadtoHead .munch .munch1 .mleft .mleft1 .vs{clear:both;float:left;width:120px;text-align:center;font:bold 20px arial;color:#4D4D4D;line-height:120px;}

#SecondColumnHeadtoHead .munch .munch1 .win{clear:both;float:left;width:550px;margin-top:20px;border-top:solid 1px #6F9CBD;}
#SecondColumnHeadtoHead .munch .munch1 .win .win1{clear:both;float:left;width:550px;background-color:#DCE7ED;}
#SecondColumnHeadtoHead .munch .munch1 .win .win1 ul{list-style:none;margin:0px;padding:0px;}
#SecondColumnHeadtoHead .munch .munch1 .win .win1 ul li{float:left;}
#SecondColumnHeadtoHead .munch .munch1 .win .win1 ul li.winleft{clear:both;float:left;width:163px;height:30px;font:normal 13px arial;color:#000000;line-height:30px;text-align:right;padding-right:20px;border-right:solid 1px #6F9CBD;}
#SecondColumnHeadtoHead .munch .munch1 .win .win1 ul li.winmid{float:left;width:183px;height:30px;font:bold 13px arial;color:#000000;line-height:30px;text-align:center;background-color:#A7C0D4;border-right:solid 1px #6F9CBD;}
#SecondColumnHeadtoHead .munch .munch1 .win .win1 ul li.winright{float:left;width:162px;height:30px;font:normal 13px arial;color:#000000;line-height:30px;padding-left:20px;}

#SecondColumnHeadtoHead .munch .munch1 .win .win2{clear:both;float:left;width:550px;background-color:#ffffff;}
#SecondColumnHeadtoHead .munch .munch1 .win .win2 ul{list-style:none;margin:0px;padding:0px;}
#SecondColumnHeadtoHead .munch .munch1 .win .win2 ul li{float:left;}
#SecondColumnHeadtoHead .munch .munch1 .win .win2 ul li.winleft{clear:both;float:left;width:163px;height:30px;font:normal 13px arial;color:#000000;line-height:30px;text-align:right;padding-right:20px;border-right:solid 1px #6F9CBD;}
#SecondColumnHeadtoHead .munch .munch1 .win .win2 ul li.winmid{float:left;width:183px;height:30px;font:bold 13px arial;color:#000000;line-height:30px;text-align:center;background-color:#BACDDC;border-right:solid 1px #6F9CBD;}
#SecondColumnHeadtoHead .munch .munch1 .win .win2 ul li.winright{float:left;width:162px;height:30px;font:normal 13px arial;color:#000000;line-height:30px;padding-left:20px;}

#SecondColumnHeadtoHead .munch .munch1 .win .match{clear:both;float:left;width:550px;background-color:#749BBA;}
#SecondColumnHeadtoHead .munch .munch1 .win .match .match1{clear:both;float:left;width:200px;margin-left:10px;font:normal 12px arial;color:#ffffff;line-height:30px;}
#SecondColumnHeadtoHead .munch .munch1 .win .match .prev{float:right;width:230px;height:30px;}
#SecondColumnHeadtoHead .munch .munch1 .win .match .prev ul{list-style:none;margin:0px;padding:0px;}
#SecondColumnHeadtoHead .munch .munch1 .win .match .prev ul li{float:left;}
#SecondColumnHeadtoHead .munch .munch1 .win .match .prev ul li.prev1{float:left;width:65px;font:normal 12px arial;color:#000;line-height:30px;}
#SecondColumnHeadtoHead .munch .munch1 .win .match .prev ul li.prev1 a{display:block;color:#ffffff;text-decoration:none;}
#SecondColumnHeadtoHead .munch .munch1 .win .match .prev ul li.prev1 a.disable {color:#C6C7C7;}
#SecondColumnHeadtoHead .munch .munch1 .win .match .prev ul li.prev1 a.disable:hover {color:#C6C7C7;display:block;text-decoration:none;}

#SecondColumnHeadtoHead .munch .munch1 .win .match .prev ul li.prev1 a:hover{display:block;color:#ffffff;text-decoration:none;}
#SecondColumnHeadtoHead .munch .munch1 .win .match .prev ul li.prev2{float:left;width:20px;font:normal 12px arial;color:#000;line-height:30px;}
#SecondColumnHeadtoHead .munch .munch1 .win .match .prev ul li.prev2 a{color:#ffffff;text-decoration:none;}
#SecondColumnHeadtoHead .munch .munch1 .win .match .prev ul li.prev2 a:hover{color:#000000;text-decoration:none;}
#SecondColumnHeadtoHead .munch .munch1 .win .match .prev ul li.prev2 a.current {color:#F95200;font-weight:bold;}

#SecondColumnHeadtoHead .munch .munch1 .win .mar{clear:both;float:left;width:550px;background-color:#ffffff;}
#SecondColumnHeadtoHead .munch .munch1 .win .mar ul{list-style:none;margin:0px;padding:0px;}
#SecondColumnHeadtoHead .munch .munch1 .win .mar ul li{float:left;}
#SecondColumnHeadtoHead .munch .munch1 .win .mar ul li.mar1{float:left;width:95px;font:normal 12px arial;color:#000000;text-align:center;line-height:30px;}
#SecondColumnHeadtoHead .munch .munch1 .win .mar ul li.mar2{float:left;width:190px;font:normal 12px arial;color:#000000;line-height:30px;margin-left:10px;}
#SecondColumnHeadtoHead .munch .munch1 .win .mar ul li.mar3{float:left;width:150px;font:normal 12px arial;color:#4798E9;text-align:left;line-height:30px;}
#SecondColumnHeadtoHead .munch .munch1 .win .mar ul li.mar3 a{color:#4798E9;text-decoration:none;}
#SecondColumnHeadtoHead .munch .munch1 .win .mar ul li.mar3 a:hover{color:#4798E9;text-decoration:none;}

#SecondColumnHeadtoHead .munch .munch1 .win .feb{clear:both;float:left;width:550px;background-color:#BACDDC;}
#SecondColumnHeadtoHead .munch .munch1 .win .feb ul{list-style:none;margin:0px;padding:0px;}
#SecondColumnHeadtoHead .munch .munch1 .win .feb ul li{float:left;}
#SecondColumnHeadtoHead .munch .munch1 .win .feb ul li.mar1{float:left;width:95px;font:normal 12px arial;color:#000000;text-align:center;line-height:30px;}
#SecondColumnHeadtoHead .munch .munch1 .win .feb ul li.mar2{float:left;width:190px;font:normal 12px arial;color:#000000;line-height:30px;margin-left:10px;}
#SecondColumnHeadtoHead .munch .munch1 .win .feb ul li.mar3{float:left;width:150px;font:normal 12px arial;color:#4798E9;text-align:left;line-height:30px;}
#SecondColumnHeadtoHead .munch .munch1 .win .feb ul li.mar3 a{color:#4798E9;text-decoration:none;}
#SecondColumnHeadtoHead .munch .munch1 .win .feb ul li.mar3 a:hover{color:#4798E9;text-decoration:none;}

#SecondColumnHeadtoHead .munch .munch1 .win .btm{clear:both;float:left;width:550px;margin-top:0px;background-color:#749BBA;}
#SecondColumnHeadtoHead .munch .munch1 .win .btm .match1{clear:both;float:left;width:200px;height:30px;margin-left:10px;font:normal 12px arial;color:#ffffff;line-height:30px;}
#SecondColumnHeadtoHead .munch .munch1 .win .btm .prev{float:right;width:230px;height:30px;}
#SecondColumnHeadtoHead .munch .munch1 .win .btm .prev ul{list-style:none;margin:0px;padding:0px;}
#SecondColumnHeadtoHead .munch .munch1 .win .btm .prev ul li{float:left;}
#SecondColumnHeadtoHead .munch .munch1 .win .btm .prev ul li.prev1{float:left;width:65px;font:12px arial;color:#ffffff;line-height:30px;}
#SecondColumnHeadtoHead .munch .munch1 .win .btm .prev ul li.prev1 a{display:block;color:#ffffff;text-decoration:none;}
#SecondColumnHeadtoHead .munch .munch1 .win .btm .prev ul li.prev1 a:hover{display:block;color:#ffffff;text-decoration:none;}
#SecondColumnHeadtoHead .munch .munch1 .win .btm .prev ul li.prev2{float:left;width:20px;font:12px arial;color:#ffffff;line-height:30px;}
#SecondColumnHeadtoHead .munch .munch1 .win .btm .prev ul li.prev2 a{display:block;color:#ffffff;text-decoration:none;}
#SecondColumnHeadtoHead .munch .munch1 .win .btm .prev ul li.prev2 a:hover{display:block;color:#000000;text-decoration:none;}

#SecondColumnHeadtoHead .ads {
    float:left;height:243px;margin-left:9px;margin-top:38px;width:150px;
}



/* New standar Box blue header for columns */
/* prof */


#ContentWrapper .SecondColumn .prof{float:left;width:357px;border:solid 1px #6f9bbc;margin-bottom:12px;margin-top:0px;background-color:#fff;}
#ContentWrapper .SecondColumn .prof .ballack{float:left;width:347px;height:24px;background:url('../images/fanbg.jpg') repeat-x;font:bold 12px arial;color:#01395b;line-height:24px;padding-left:10px;}
#ContentWrapper .SecondColumn .prof .snd{clear:both;float:left;width:347px;margin-left:5px;margin-top:10px;padding-bottom:10px;border-bottom:solid 1px #6f9bbc;}
#ContentWrapper .SecondColumn .prof .snd1{clear:both;float:left;width:130px;font:normal 11px arial;color:#01395b;background:url('../images/plus.jpg') no-repeat left center;padding-left:15px;}
#ContentWrapper .SecondColumn .prof .snd1 a{color:#01395b;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .snd1 a:hover{color:#01395b;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .snd2{float:right;width:60px;font:normal 11px arial;color:#01395b;}
#ContentWrapper .SecondColumn .prof .snd2 a{color:#01395b;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .snd2 a:hover{color:#01395b;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .thread{clear:both;float:left;width:347px;border-bottom:solid 1px #d4e1eb;padding-bottom:5px;}
#ContentWrapper .SecondColumn .prof .thread .thread1{clear:both;float:left;width:340px;margin-left:5px;margin-top:5px;font:bold 12px arial;color:#124666;}
#ContentWrapper .SecondColumn .prof .thread .thread1 a{color:#124666;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .thread .thread1 a:hover{color:#124666;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .thread .thread2{clear:both;float:left;width:340px;margin-left:5px;font:normal 10px arial;color:#1a1a1a;}
#ContentWrapper .SecondColumn .prof .thread .thread3{clear:both;float:left;width:340px;margin-left:5px;font:normal 11px arial;color:#124666;}
#ContentWrapper .SecondColumn .prof .thread .thread3 a{color:#124666;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .thread .thread3 a:hover{color:#124666;text-decoration:none;}

#ContentWrapper .SecondColumn .prof .balla{float:left;width:357px;background-color:#e6eff4;border-bottom:solid 1px #6f9bbc;}
#ContentWrapper .SecondColumn .prof .balla ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof .balla ul li{float:left;}
#ContentWrapper .SecondColumn .prof .balla ul li.blog{float:left;width:85px;height:30px;font:bold 12px arial;color:#225b7b;background:url('images/tab3.jpg') no-repeat;text-align:center;line-height:30px;margin-left:8px;margin-top:10px;}
#ContentWrapper .SecondColumn .prof .balla ul li.blog a{display:block;color:#225b7b;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .balla ul li.blog a:hover{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:85px;height:31px;background:url('../images/tab4.jpg') no-repeat;line-height:30px;}
#ContentWrapper .SecondColumn .prof .balla ul li.blog a.active{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:85px;height:31px;background:url('../images/tab4.jpg') no-repeat;line-height:30px;}

#ContentWrapper .SecondColumn .prof .balla ul li.msg{float:left;width:130px;height:30px;font:bold 12px arial;color:#225b7b;background:url('../images/tabb2.jpg') no-repeat;text-align:center;line-height:30px;margin-left:8px;margin-top:10px;}
#ContentWrapper .SecondColumn .prof .balla ul li.msg a{display:block;color:#225b7b;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .balla ul li.msg a:hover{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:130px;height:31px;background:url('../images/tabb2.jpg') no-repeat;line-height:30px;}
#ContentWrapper .SecondColumn .prof .balla ul li.msg a.active{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:130px;height:31px;background:url('../images/tabb2.jpg') no-repeat;line-height:30px;}

#ContentWrapper .SecondColumn .prof .balla ul li.group{float:left;width:85px;height:30px;font:bold 12px arial;color:#225b7b;background:url('../images/tab3.jpg') no-repeat;text-align:center;line-height:30px;margin-left:8px;margin-top:10px;}
#ContentWrapper .SecondColumn .prof .balla ul li.group a{display:block;color:#225b7b;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .balla ul li.group a:hover{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:85px;height:31px;background:url('../images/tab4.jpg') no-repeat;line-height:30px;}
#ContentWrapper .SecondColumn .prof .balla ul li.group a.active{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:85px;height:31px;background:url('../images/tab4.jpg') no-repeat;line-height:30px;}

#ContentWrapper .SecondColumn .prof .mblack{float:left;width:357px;height:24px;background:url('../images/featuredbg.jpg') repeat-x;}
#ContentWrapper .SecondColumn .prof .mblack .black{float:left;width:250px;padding:5px 0 0 10px;;color:#01395b;font:bold 11px arial;text-transform:uppercase;}
#ContentWrapper .SecondColumn .prof .mblack .sm{margin-top:-1px;float:right;width:40px;height:24px;padding-left:20px;color:#01395b;font:normal 11px arial;line-height:25px;}

#ContentWrapper .SecondColumn .prof .nmatch .kick{float:left;width:337px;color:#1a1a1a;font:bold 12px arial;margin-top:10px;margin-left:15px;line-height:16px;}
#ContentWrapper .SecondColumn .prof .nmatch .kick span{color:#1a1a1a;text-decoration:none;font:normal 12px arial;}
#ContentWrapper .SecondColumn .prof .nmatch .kick span div {display:inline;}

#ContentWrapper .SecondColumn .prof .nmatch .kick a{color:#1a1a1a;text-decoration:none;font:normal 12px arial;}

#ContentWrapper .SecondColumn .prof .nmatch .kick a:hover{color:#1a1a1a;text-decoration:none;}

#ContentWrapper .SecondColumn .prof .nmatch .smatch1{clear:both;float:left;width:337px;color:#ed6226;font:normal 11px arial;padding-left:20px;margin-top:10px;padding-top:10px;border-top:solid 1px #6595ac;}

#ContentWrapper .SecondColumn .prof .nmatch .vss{float:left;width:280px;text-align:center;margin-left:60px;margin-top:10px;}
#ContentWrapper .SecondColumn .prof .nmatch .vss .tfa{float:left;width:82px;text-align:center;font:bold 11px arial;color:#01395b;line-height:20px;}
#ContentWrapper .SecondColumn .prof .nmatch .vss .tfa a img{border:1px solid #6F9BBC;height:82px;width:82px;}
#ContentWrapper .SecondColumn .prof .nmatch .vss .vs1{float:left;width:74px;font:bold 14px arial;color:#000;line-height:82px;height:134px;}
#ContentWrapper .SecondColumn .prof .nmatch .vss .fff{float:left;width:82px;text-align:center;font:bold 11px arial;color:#01395b;line-height:20px;}
#ContentWrapper .SecondColumn .prof .nmatch .vss .fff a img{border:1px solid #6F9BBC;height:82px;width:82px;}

#ContentWrapper .SecondColumn .prof .nmatch .imgs{float:left;width:357px;margin-top:10px;}
#ContentWrapper .SecondColumn .prof .nmatch .imgs .tfa{float:left;width:82px;text-align:center;font:bold 11px arial;color:#01395b;line-height:20px;margin-left:15px;}
#ContentWrapper .SecondColumn .prof .nmatch .imgs .tfa a img{border:1px solid #6F9BBC;height:82px;width:82px;}
#ContentWrapper .SecondColumn .prof .nmatch .imgs .tfa1{float:left;width:82px;text-align:center;font:bold 11px arial;color:#01395b;line-height:20px;margin-left:35px;margin-right:25px;}
#ContentWrapper .SecondColumn .prof .nmatch .imgs .tfa1 a img{border:1px solid #6F9BBC;height:82px;width:82px;}
#ContentWrapper .SecondColumn .prof .nmatch .imgs p span {font:normal 11px arial;}

/* nxt */
#ContentWrapper .SecondColumn .prof .nxt{float:left;width:357px;background-color:#e6eff4;border-bottom:solid 1px #6f9bbc;}
#ContentWrapper .SecondColumn .prof .nxt ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof .nxt ul li{float:left;width:111px;height:30px;font:bold 12px arial;color:#225b7b;background:url('../images/tab2.jpg') no-repeat;text-align:center;line-height:30px;margin-left:8px;margin-top:10px;}
#ContentWrapper .SecondColumn .prof .nxt ul li a{display:block;color:#225b7b;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .nxt ul li a:hover{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:111px;height:31px;background:url('../images/tab1.jpg') no-repeat;line-height:30px;}
#ContentWrapper .SecondColumn .prof .nxt ul li.active a{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:111px;height:31px;background:url('../images/tab1.jpg') no-repeat;line-height:30px;outline:none; }


#ContentWrapper .SecondColumn .prof .nmatch{float:left;width:357px;padding-bottom:8px;}
#ContentWrapper .SecondColumn .prof .nmatch .sfull{float:left;width:330px;color:#01395b;font:normal 11px arial;margin-top:10px;text-align:right;}
#ContentWrapper .SecondColumn .prof .nmatch .champ{float:left;width:357px;color:#000;font:bold 11px arial;margin-top:10px;text-align:center;}
#ContentWrapper .SecondColumn .prof .nmatch .champ a{color:#01395b;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .nmatch .champ a:hover{color:#01395b;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .nmatch .smatch{clear:both;float:left;width:200px;color:#01395b;font:normal 11px arial;margin-left:20px;margin-top:10px;}

#ContentWrapper .SecondColumn .prof .nmatch .vs{float:left;width:280px;text-align:center;margin-left:70px;margin-top:10px;}
#ContentWrapper .SecondColumn .prof .nmatch .vs .chelsa{float:left;width:64px;height:67px;}
#ContentWrapper .SecondColumn .prof .nmatch .vs .vs1{float:left;width:64px;font:bold 14px arial;color:#000;line-height:67px;}
#ContentWrapper .SecondColumn .prof .nmatch .vs .wterr{float:left;width:64px;height:67px;}


#ContentWrapper .SecondColumn .prof .scores{clear:both;float:left;width:357px;background-color:#6f9bbc;padding-top:2px;padding-bottom:2px;margin-top:10px;}
#ContentWrapper .SecondColumn .prof .scores ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof .scores ul li{float:left;}
#ContentWrapper .SecondColumn .prof .scores ul li.name{float:left;width:115px;padding-left:20px;font:normal 12px arial;color:#fefefe;}
#ContentWrapper .SecondColumn .prof .scores ul li.cont{float:left;width:60px;text-align:left;font:normal 12px arial;color:#fefefe;}
#ContentWrapper .SecondColumn .prof .scores ul li.score{float:left;width:30px;text-align:center;font:normal 12px arial;color:#fefefe;}

#ContentWrapper .SecondColumn .prof .wter{float:left;width:300px;margin-top:10px;}
#ContentWrapper .SecondColumn .prof .wter .wter1{float:left;width:81px;height:81px;margin-left:15px;}
#ContentWrapper .SecondColumn .prof .wter .wter2{float:left;width:170px;margin-left:10px;}
#ContentWrapper .SecondColumn .prof .wter .wter2 .chel{float:left;width:160px;color:#01395b;font:bold 18px arial;}
#ContentWrapper .SecondColumn .prof .wter .wter2 .lea{float:left;width:250px;color:#000;font:normal 11px arial;}
#ContentWrapper .SecondColumn .prof .wter .wter2 .lea a{color:#01395b;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .wter .wter2 .lea a:hover{color:#01395b;text-decoration:none;}

#ContentWrapper .SecondColumn .prof .pre{float:left;width:357px;background-color:#e6eff4;padding-top:5px;padding-bottom:4px;}
#ContentWrapper .SecondColumn .prof .pre ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof .pre ul li{float:left;}
#ContentWrapper .SecondColumn .prof .pre ul li.pre{float:left;width:205px;color:#000;font:bold 12px arial;margin-left:20px;}
#ContentWrapper .SecondColumn .prof .pre ul li.no1{float:left;width:33px;color:#000;font:bold 12px arial;}


#ContentWrapper .SecondColumn .prof .pre1{float:left;width:357px;background-color:#fff;padding-top:5px;padding-bottom:4px;}
#ContentWrapper .SecondColumn .prof .pre1 ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof .pre1 ul li{float:left;}
#ContentWrapper .SecondColumn .prof .pre1 ul li.pree{float:left;width:205px;color:#000;font:bold 12px arial;margin-left:20px;}
#ContentWrapper .SecondColumn .prof .pre1 ul li.name{float:left;width:115px;color:#000;font:bold 12px arial;margin-left:20px;}
#ContentWrapper .SecondColumn .prof .pre1 ul li.position{float:left;width:50px;color:#000;font:bold 12px arial;}
#ContentWrapper .SecondColumn .prof .pre1 ul li.no1{float:left;width:33px;color:#000;font:bold 12px arial;}

#ContentWrapper .SecondColumn .proff{float:left;width:357px;border:solid 1px #6f9bbc;margin-top:0px;background-color:#e6eff4;} 
#ContentWrapper .SecondColumn .proff .prof1{clear:both;float:left;width:340px;margin-top:5px;margin-left:10px;}
#ContentWrapper .SecondColumn .proff .prof1 h1{clear:both;float:left;width:340px;font:bold 24px arial;color:#333333;padding-bottom:5px;}
#ContentWrapper .SecondColumn .proff .favor{float:left;width:106px;height:21px;background:url('../images/favour.jpg') no-repeat;margin-top:10px;margin-left:10px;}
#ContentWrapper .SecondColumn .proff .favor .submit{float:left;width:106px;height:21px; background:url(0.jpg) no-repeat;text-align:center;font:normal 11px arial;color:#395d34;}
#ContentWrapper .SecondColumn .proff .prof1 .age1{clear:both;float:left;width:200px;font:normal 11px arial;color:#333333;}
#ContentWrapper .SecondColumn .proff .age2{clear:both;float:left;width:330px;font:normal 11px arial;color:#333333;margin-left:10px;margin-top:10px;}
#ContentWrapper .SecondColumn .proff .full{clear:both;float:left;width:200px;margin-left:10px;margin-top:10px;font:normal 11px arial;color:#306180;}
#ContentWrapper .SecondColumn .proff .full a{color:#306180;text-decoration:none;}
#ContentWrapper .SecondColumn .proff .full a:hover{color:#306180;text-decoration:none;}
#ContentWrapper .SecondColumn .proff .report{clear:both;float:left;width:357px;background-color:#aac5d8;padding-top:5px;padding-bottom:5px;margin-top:10px;text-align:center;}
#ContentWrapper .SecondColumn .proff .report .report1{clear:both;float:left;width:240px;background-color:#aac5d8;font:bold 12px arial;color:#093a58;background:url('../images/report1.jpg') no-repeat;padding-left:20px;margin-left:50px;}


#ContentWrapper .SecondColumn .proff .prof1 .profilebuttons {float:left;height:22px;margin-bottom:17px;margin-left:0;margin-top:0;padding-top:0;width:340px;} 
#ContentWrapper .SecondColumn .proff .prof1 .profilebuttons .add {background:url('../images/add.jpg') no-repeat scroll 0 0 transparent;color:#395E33;float:left;font:bold 11px/20px arial;height:20px;margin-left:2px;text-align:center;width:116px;padding-right:10px;}
#ContentWrapper .SecondColumn .proff .prof1 .profilebuttons .add a {color:#395D34;text-decoration:none;}

/*#ContentWrapper .prof{float:left;width:357px;border:solid 1px #6f9bbc;margin-top:0px;background-color:#fff;}*/
#ContentWrapper .SecondColumn .prof .ballack{float:left;width:347px;height:24px;background:url('../images/fanbg.jpg') repeat-x;font:bold 12px arial;color:#01395b;line-height:24px;padding-left:10px;}
#ContentWrapper .SecondColumn .prof .snd{clear:both;float:left;width:347px;margin-left:5px;margin-top:10px;padding-bottom:10px;border-bottom:solid 1px #6f9bbc;}
#ContentWrapper .SecondColumn .prof .snd1{clear:both;float:left;width:130px;font:normal 11px arial;color:#01395b;background:url('../images/plus.jpg') no-repeat left center;padding-left:15px;}
#ContentWrapper .SecondColumn .prof .snd1 a{color:#01395b;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .snd1 a:hover{color:#01395b;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .snd2{float:right;width:60px;font:normal 11px arial;color:#01395b;}
#ContentWrapper .SecondColumn .prof .snd2 a{color:#01395b;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .snd2 a:hover{color:#01395b;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .thread{clear:both;float:left;width:347px;border-bottom:solid 1px #d4e1eb;padding-bottom:5px;}
#ContentWrapper .SecondColumn .prof .thread .thread1{clear:both;float:left;width:340px;margin-left:5px;margin-top:5px;font:bold 12px arial;color:#124666;}
#ContentWrapper .SecondColumn .prof .thread .thread1 a{color:#124666;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .thread .thread1 a:hover{color:#124666;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .thread .thread2{clear:both;float:left;width:340px;margin-left:5px;font:normal 10px arial;color:#1a1a1a;}
#ContentWrapper .SecondColumn .prof .thread .thread3{clear:both;float:left;width:340px;margin-left:5px;font:normal 11px arial;color:#124666;}
#ContentWrapper .SecondColumn .prof .thread .thread3 a{color:#124666;text-decoration:none;}
#ContentWrapper .SecondColumn .prof .thread .thread3 a:hover{color:#124666;text-decoration:none;}

#ContentWrapper .SecondColumn .prof2{float:left;width:357px;border:solid 1px #6f9bbc;margin-top:12px;background-color:#ffffff;}
#ContentWrapper .SecondColumn .prof2 .ballack{float:left;width:347px;height:24px;background:url('images/fanbg.jpg') repeat-x;font:bold 12px arial;color:#01395b;line-height:24px;padding-left:10px;}
#ContentWrapper .SecondColumn .prof2 .ballyr{clear:both;float:left;width:357px;background-color:#6f9bbc;padding-top:5px;padding-bottom:5px;}
#ContentWrapper .SecondColumn .prof2 .ballyr ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof2 .ballyr ul li{float:left;}
#ContentWrapper .SecondColumn .prof2 .ballyr ul li.year{float:left;width:82px;text-align:center;font:bold 12px arial;color:#fefefe;}
#ContentWrapper .SecondColumn .prof2 .ballyr ul li.comp{float:left;width:155px;font:bold 12px arial;color:#fefefe;}
#ContentWrapper .SecondColumn .prof2 .ballyr ul li.honor{float:left;width:110px;font:bold 12px arial;color:#fefefe;}

#ContentWrapper .SecondColumn .prof2 .ballyr1{clear:both;float:left;width:357px;padding-top:5px;padding-bottom:5px;}
#ContentWrapper .SecondColumn .prof2 .ballyr1 ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof2 .ballyr1 ul li{float:left;}
#ContentWrapper .SecondColumn .prof2 .ballyr1 ul li.year{float:left;width:75px;text-align:center;font:normal 12px arial;color:#1a1a1a;text-align:right;}
#ContentWrapper .SecondColumn .prof2 .ballyr1 ul li.comp{float:left;width:155px;font:normal 12px arial;color:#1a1a1a;margin-left:10px;}
#ContentWrapper .SecondColumn .prof2 .ballyr1 ul li.honor{float:left;width:110px;font:normal 12px arial;color:#1a1a1a;}

#ContentWrapper .SecondColumn .prof2 .ballyr2{clear:both;float:left;width:357px;padding-top:5px;padding-bottom:5px;background-color:#e6eff4;}
#ContentWrapper .SecondColumn .prof2 .ballyr2 ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof2 .ballyr2 ul li{float:left;}
#ContentWrapper .SecondColumn .prof2 .ballyr2 ul li.year{float:left;width:75px;text-align:center;font:normal 12px arial;color:#1a1a1a;text-align:right;}
#ContentWrapper .SecondColumn .prof2 .ballyr2 ul li.comp{float:left;width:155px;font:normal 12px arial;color:#1a1a1a;margin-left:10px;}
#ContentWrapper .SecondColumn .prof2 .ballyr2 ul li.honor{float:left;width:110px;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .SecondColumn .prof2 .ballnm{clear:both;float:left;width:357px;padding-top:5px;padding-bottom:5px;background-color:#6f9bbc;}
#ContentWrapper .SecondColumn .prof2 .ballnm ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof2 .ballnm ul li{float:left;}
#ContentWrapper .SecondColumn .prof2 .ballnm ul li.silueta{float:left;width:25px;margin-left:0px;}
#ContentWrapper .SecondColumn .prof2 .ballnm ul li.name{float:left;width:102px;margin-left:10px;font:normal 12px arial;color:#fefefe;}
#ContentWrapper .SecondColumn .prof2 .ballnm ul li.position{float:left;width:80px;margin-left:10px;font:normal 12px arial;color:#fefefe;}
#ContentWrapper .SecondColumn .prof2 .ballnm ul li.cont{float:left;width:95px;margin-left:10px;font:normal 12px arial;color:#fefefe;}

#ContentWrapper .SecondColumn .prof2 .ballnm1{clear:both;float:left;width:357px;padding-top:5px;padding-bottom:5px;}
#ContentWrapper .SecondColumn .prof2 .ballnm1 ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof2 .ballnm1 ul li{float:left;}
#ContentWrapper .SecondColumn .prof2 .ballnm1 ul li.silueta{float:left;width:18px;margin-left:7px;}
#ContentWrapper .SecondColumn .prof2 .ballnm1 ul li.name{float:left;width:102px;font:normal 12px arial;color:#1a1a1a;margin-left:10px;}
#ContentWrapper .SecondColumn .prof2 .ballnm1 ul li.position{float:left;width:80px;margin-left:10px;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .SecondColumn .prof2 .ballnm1 ul li.country{float:left;width:95px;margin-left:10px;font:normal 12px arial;color:#1a1a1a;padding-left:25px;}

#ContentWrapper .SecondColumn .prof2 .ballnm2{clear:both;float:left;width:357px;padding-top:5px;padding-bottom:5px;background-color:#e6eff4;}
#ContentWrapper .SecondColumn .prof2 .ballnm2 ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof2 .ballnm2 ul li{float:left;}
#ContentWrapper .SecondColumn .prof2 .ballnm2 ul li.silueta{float:left;width:18px;margin-left:7px;}
#ContentWrapper .SecondColumn .prof2 .ballnm2 ul li.name{float:left;width:102px;margin-left:10px;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .SecondColumn .prof2 .ballnm2 ul li.position{float:left;width:80px;margin-left:10px;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .SecondColumn .prof2 .ballnm2 ul li.country{float:left;width:95px;margin-left:10px;font:normal 12px arial;color:#1a1a1a;padding-left:25px;}

#ContentWrapper .SecondColumn .prof2 .thread3{clear:both;float:left;width:340px;margin-left:5px;font:normal 11px arial;color:#124666;margin-top:5px;padding-bottom:5px;}
#ContentWrapper .SecondColumn .prof2 .thread3 a{color:#124666;text-decoration:none;}
#ContentWrapper .SecondColumn .prof2 .thread3 a:hover{color:#124666;text-decoration:none;}

#ContentWrapper .SecondColumn .prof2 .scores{clear:both;float:left;width:357px;background-color:#6f9bbc;padding-top:5px;padding-bottom:5px;}
#ContentWrapper .SecondColumn .prof2 .scores ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof2 .scores ul li{float:left;}
#ContentWrapper .SecondColumn .prof2 .scores ul li.name{float:left;width:75px;text-align:center;font:normal 12px arial;color:#fefefe;}
#ContentWrapper .SecondColumn .prof2 .scores ul li.team{float:left;width:120px;font:normal 12px arial;color:#fefefe;}
#ContentWrapper .SecondColumn .prof2 .scores ul li.cont{float:left;width:60px;text-align:left;font:normal 12px arial;color:#fefefe;}
#ContentWrapper .SecondColumn .prof2 .scores ul li.score{float:left;width:30px;text-align:center;font:normal 12px arial;color:#fefefe;}

#ContentWrapper .SecondColumn .prof2 .scores1{clear:both;float:left;width:357px;padding-top:5px;padding-bottom:5px;}
#ContentWrapper .SecondColumn .prof2 .scores1 ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof2 .scores1 ul li{float:left;}
#ContentWrapper .SecondColumn .prof2 .scores1 ul li.name{float:left;width:75px;text-align:center;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .SecondColumn .prof2 .scores1 ul li.team{float:left;width:120px;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .SecondColumn .prof2 .scores1 ul li.cont{float:left;width:60px;text-align:left;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .SecondColumn .prof2 .scores1 ul li.score{float:left;width:30px;text-align:center;font:normal 12px arial;color:#1a1a1a;}

#ContentWrapper .SecondColumn .prof2 .scores2{clear:both;float:left;width:357px;padding-top:5px;padding-bottom:5px;background-color:#e6eff4;}
#ContentWrapper .SecondColumn .prof2 .scores2 ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof2 .scores2 ul li{float:left;}
#ContentWrapper .SecondColumn .prof2 .scores2 ul li.name{float:left;width:75px;text-align:center;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .SecondColumn .prof2 .scores2 ul li.team{float:left;width:120px;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .SecondColumn .prof2 .scores2 ul li.cont{float:left;width:60px;text-align:left;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .SecondColumn .prof2 .scores2 ul li.score{float:left;width:30px;text-align:center;font:normal 12px arial;color:#1a1a1a;}

#ContentWrapper .SecondColumn .prof2 p.all {color:#000000;float:left;font:11px arial;margin-left:10px;margin-top:10px;padding-bottom:10px;width:150px;}

#ContentWrapper .SecondColumn .prof2 .show{float:left;width:337px;background-color:#e6eff4;padding:10px;border-bottom:solid 1px #6f9bbc;}
#ContentWrapper .SecondColumn .prof2 .show label{float:left;font:normal 11px arial;color:#655565;margin-top:3px;margin-right:5px;}
#ContentWrapper .SecondColumn .prof2 .show .most{float:left;width:120px;font:normal 11px arial;color:#000000;margin-right:5px;}
#ContentWrapper .SecondColumn .prof2 .show .all{float:left;width:150px;font:normal 11px arial;color:#000000;margin-right:5px;}
#ContentWrapper .SecondColumn .prof2 .show .ok{float:left;width:31px;height:20px;font:normal 11px arial;color:#465b2d;bordeR:0px;background:url('../images/ok1.jpg') no-repeat;}
#ContentWrapper .SecondColumn .prof2 .show .sub{float:left;width:70px;font:normal 11px arial;color:#f35b00;background:url('../images/rss1.jpg') no-repeat right;margin-left:39px;}
#ContentWrapper .SecondColumn .prof2 .show .sub a{display:block;color:#f35b00;text-decoration:none;}

#ContentWrapper .SecondColumn .prof2 .mblack{float:left;width:357px;height:24px;background:url('../images/featuredbg.jpg') repeat-x;}
#ContentWrapper .SecondColumn .prof2 .mblack .black{color:#01395B;float:left;font:bold 11px arial;padding:5px 0 0 10px;text-transform:uppercase;width:250px;}
#ContentWrapper .SecondColumn .prof2 .mblack .sm{margin-top:-1px;float:right;width:40px;height:24px;padding-left:20px;color:#01395b;font:normal 11px arial;line-height:25px;}

#ContentWrapper .SecondColumn .prof2 .groupa{clear:both;float:left;width:357px;background-color:#6f9bbc;padding-top:5px;padding-bottom:5px;}
#ContentWrapper .SecondColumn .prof2 .groupa .grpa{clear:both;float:left;width:337px;padding-top:5px;padding-bottom:5px;margin-left:10px;font:bold 12px arial;color:#000;}
#ContentWrapper .SecondColumn .prof2 .groupa ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof2 .groupa ul li{float:left;}
#ContentWrapper .SecondColumn .prof2 .groupa ul li.flag{float:left;width:30px;text-align:left;margin-left:10px;font:normal 12px arial;color:#fefefe;}
#ContentWrapper .SecondColumn .prof2 .groupa ul li.name{float:left;width:100px;margin-left:10px;font:normal 12px arial;color:#fefefe;}
#ContentWrapper .SecondColumn .prof2 .groupa ul li.cont{float:left;width:40px;text-align:left;font:normal 12px arial;color:#fefefe;}


#ContentWrapper .SecondColumn .prof2 .groupa1{clear:both;float:left;width:357px;padding-top:5px;padding-bottom:5px;}
#ContentWrapper .SecondColumn .prof2 .groupa1 ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof2 .groupa1 ul li{float:left;}
#ContentWrapper .SecondColumn .prof2 .groupa1 ul li.flag{float:left;width:30px;text-align:left;margin-left:10px;}
#ContentWrapper .SecondColumn .prof2 .groupa1 ul li.name{float:left;width:100px;margin-left:10px;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .SecondColumn .prof2 .groupa1 ul li.cont{float:left;width:40px;text-align:left;font:normal 12px arial;color:#1a1a1a;}

#ContentWrapper .SecondColumn .prof2 .groupa2{clear:both;float:left;width:357px;padding-top:5px;padding-bottom:5px;background-color:#e6eff4;}
#ContentWrapper .SecondColumn .prof2 .groupa2 ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .SecondColumn .prof2 .groupa2 ul li{float:left;}
#ContentWrapper .SecondColumn .prof2 .groupa2 ul li.flag{float:left;width:30px;text-align:left;margin-left:10px;}
#ContentWrapper .SecondColumn .prof2 .groupa2 ul li.name{float:left;width:100px;margin-left:10px;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .SecondColumn .prof2 .groupa2 ul li.cont{float:left;width:40px;text-align:left;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .SecondColumn .prof2 .worldcup{clear:both;float:left;width:337px;color:#ed6226;font:normal 11px arial;padding-left:20px;padding-top:10px;padding-bottom:10px;border-top:solid 1px #6595ac;}

#ContentWrapper .SecondColumn .prof2  .smatch1{clear:both;float:left;width:337px;color:#ed6226;font:normal 11px arial;padding-left:10px;margin-top:0px;padding-top:10px;padding-bottom:10px;border-top:solid 1px #6595ac;}

#ContentWrapper .SecondColumn .proff #favorite, 
#ContentWrapper .SecondColumn .proff #remove {
  margin-left:0;
  margin-right:12px;
  margin-top:12px;
  text-align:right;
}


/* Third Column**/
/* #ContentWrapper .ThirdColumn .featured1 {margin-top:-2px;}*/

/* Player and Team profile Enhanced */
/* proff */

#ContentWrapper .FirstColumn .profilee1{float:left;width:202px;margin-top:10px;border:solid 1px #6f9bbc;padding-bottom:10px;background-color:#e6eff4}
#ContentWrapper .FirstColumn .profilee1 .imggg1{float:left;width:181px;height:192px;margin-left:10px;margin-top:10px;padding-bottom:10px;}
#ContentWrapper .FirstColumn .profilee1 .posit{float:left;width:120px;font:bold 11px arial;color:#000;line-height:16px;margin-left:30px;}
#ContentWrapper .FirstColumn .profilee1 .posit a{color:#306180;text-decoration:none;}
#ContentWrapper .FirstColumn .profilee1 .posit a:hover{color:#306180;text-decoration:none;}

#ContentWrapper .FirstColumn .profilee1 .im1{float:left;width:184px;height:21px;background:url('../images/im1.jpg') no-repeat;color:#374b01;font:bold 12px arial;padding-left:25px;line-height:20px;margin-left:10px;margin-top:2px;}
#ContentWrapper .FirstColumn .profilee1 .im2{float:left;width:184px;height:21px;background:url('../images/im2.jpg') no-repeat;color:#374b01;font:bold 12px arial;padding-left:25px;line-height:20px;margin-left:10px;margin-top:2px;}
#ContentWrapper .FirstColumn .profilee1 .im3{float:left;width:184px;height:21px;background:url('../images/im3.jpg') no-repeat;color:#374b01;font:bold 12px arial;padding-left:25px;line-height:20px;margin-left:10px;margin-top:2px;}
#ContentWrapper .FirstColumn .profilee1 .im4{float:left;width:184px;height:21px;background:url('../images/im4.jpg') no-repeat;color:#374b01;font:bold 12px arial;padding-left:25px;line-height:20px;margin-left:10px;margin-top:2px;}
#ContentWrapper .FirstColumn .profilee1 .im5{float:left;width:184px;height:21px;background:url('../images/im5.jpg') no-repeat;color:#374b01;font:bold 12px arial;padding-left:25px;line-height:20px;margin-left:10px;margin-top:2px;}

/* left Menu profile page  */
#ContentWrapper .FirstColumn .profilee{float:left;width:202px;margin-top:10px;border:solid 1px #6f9bbc;padding-bottom:10px;}
#ContentWrapper .FirstColumn .profilee .pro1{float:left;width:160px;background:url('../images/farrow1.png') no-repeat;margin-left:15px;padding-left:20px;color:#07476a;font:bold 12px arial;margin-top:10px;}
#ContentWrapper .FirstColumn .profilee ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .FirstColumn .profilee ul li{clear:both;float:left;width:160px;color:#07476a;font:normal 11px arial;margin-left:30px;line-height:16px;}
#ContentWrapper .FirstColumn .profilee ul li a{color:#07476a;text-decoration:none;}




/* featured1 */
#ContentWrapper .featured1{float:left;width:357px;margin-top:0px;margin-bottom:12px;border:solid 1px #6f9bbc;margin-left:-2px;}
#ContentWrapper .featured1 .mblack{float:left;width:357px;height:24px;background:url('../images/featuredbg.jpg') repeat-x;}
#ContentWrapper .featured1 .mblack .black{float:left;width:210px;padding-left:10px;color:#01395b;font:bold 11px arial;line-height:25px;}
#ContentWrapper .featured1 .mblack .sm{color:#01395B;float:right;font:11px/25px arial;height:24px;margin-top:-1px;padding-left:20px;width:40px;}

#ContentWrapper .featured1 .tarea1{float:left;width:330px;margin-left:5px;margin-top:10px;}
.ttarea{width:330px;height:50px;border:solid 1px #6f9bbc;}

#ContentWrapper .featured1 .leave{float:left;width:106px;height:21px;background:url('../images/favour.jpg') no-repeat;margin-top:10px;color:#375728;font:normal 11px arial;text-align:center;line-height:20px;margin-left:10px;}
#ContentWrapper .featured1 .seemorem{float:left;width:337px;padding:10px;font:bold 11px arial;color:#01395b;}
#ContentWrapper .featured1 .seemoref{float:left;width:337px;padding:10px;font:bold 11px arial;color:#01395b;border-top:solid 1px #6f9bbc;;}
/* John */
#ContentWrapper .featured1 .john{float:left;width:357px;background-color:#749cba;padding-bottom:50px;}
#ContentWrapper .featured1 .john .img20{float:left;width:82px;height:82px;margin-left:20px;margin-top:20px;color:#fff;font:bold 11px arial;line-height:18px;}
#ContentWrapper .featured1 .john .img21{float:left;width:90px;height:82px;margin-left:20px;margin-top:20px;color:#fff;font:bold 11px arial;line-height:18px;}

#ContentWrapper .featured1 .bro{float:left;width:300px;margin-top:10px;padding-bottom:10px;}
#ContentWrapper .featured1 .bro ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .featured1 .bro ul li{float:left;margin-left:10px;color:#01395b;font:normal 12px arial;}
#ContentWrapper .featured1 .bro ul li a{color:#01395b;text-decoration:none;}
#ContentWrapper .featured1 .bro ul li a:hover{color:#01395b;text-decoration:none;}

#ContentWrapper .featured1 .show{float:left;width:337px;background-color:#e6eff4;padding:10px;border-bottom:solid 1px #6f9bbc;}
#ContentWrapper .featured1 .show label{float:left;font:normal 11px arial;color:#655565;margin-top:3px;margin-right:5px;}
#ContentWrapper .featured1 .show .most{float:left;width:120px;font:normal 11px arial;color:#000000;margin-right:5px;}
#ContentWrapper .featured1 .show .all{float:left;width:100px;font:normal 11px arial;color:#000000;margin-right:5px;}
#ContentWrapper .featured1 .show .ok{float:left;width:31px;height:19px;font:normal 11px arial;color:#000;border:0px;background:url('../images/ok1.jpg') no-repeat;}
#ContentWrapper .featured1 .show .sub{float:left;width:70px;font:normal 11px arial;color:#f35b00;background:url('../images/rss1.jpg') no-repeat right;margin-left:70px;}
#ContentWrapper .featured1 .show .sub a{display:block;color:#f35b00;text-decoration:none;}

#ContentWrapper .featured1 .monn{float:left;width:357px;padding-bottom:20px;}
#ContentWrapper .featured1 .monn .feb{float:left;width:250px;color:#54555d;font:bold 12px arial;margin-left:15px;margin-top:10px;}
#ContentWrapper .featured1 .monn .feb1{float:left;width:250px;color:#54555d;font:bold 12px arial;margin-left:15px;margin-top:5px;}
#ContentWrapper .featured1 .monn .btxt{float:left;width:300px;color:#000;font:normal 12px arial;margin-left:20px;margin-top:5px;background:url('../images/sh1.jpg') no-repeat;padding-left:25px;}
#ContentWrapper .featured1 .monn .btxt a{color:#01395b;text-decoration:none;}
#ContentWrapper .featured1 .monn .btxt a:hover{color:#01395b;text-decoration:none;}

#ContentWrapper .featured1 .monn .btxt1{float:left;width:300px;color:#000;font:normal 12px arial;margin-left:20px;margin-top:5px;background:url('../images/sh2.jpg') no-repeat;padding-left:25px;}
#ContentWrapper .featured1 .monn .btxt1 a{color:#01395b;text-decoration:none;}
#ContentWrapper .featured1 .monn .btxt1 a:hover{color:#01395b;text-decoration:none;}

#ContentWrapper .featured1 .monn .btxt2{float:left;width:300px;color:#000;font:normal 12px arial;margin-left:20px;margin-top:5px;background:url('../images/sh3.jpg') no-repeat;padding-left:25px;}
#ContentWrapper .featured1 .monn .btxt2 a{color:#01395b;text-decoration:none;}
#ContentWrapper .featured1 .monn .btxt2 a:hover{color:#01395b;text-decoration:none;}

#ContentWrapper .featured1 .monn .btxt3{float:left;width:300px;color:#000;font:normal 12px arial;margin-left:20px;margin-top:5px;background:url('../images/sh4.jpg') no-repeat;padding-left:25px;}
#ContentWrapper .featured1 .monn .btxt3 a{color:#01395b;text-decoration:none;}
#ContentWrapper .featured1 .monn .btxt3 a:hover{color:#01395b;text-decoration:none;}

#ContentWrapper .featured1 .monn .btxt4{float:left;width:300px;color:#000;font:normal 12px arial;margin-left:20px;margin-top:5px;background:url('../images/sh5.jpg') no-repeat;padding-left:25px;}
#ContentWrapper .featured1 .monn .btxt4 a{color:#01395b;text-decoration:none;}
#ContentWrapper .featured1 .monn .btxt4 a:hover{color:#01395b;text-decoration:none;}
#ContentWrapper .featured1 .monn .seem{float:left;width:200px;margin-top:20px;margin-left:20px;color:#f35b00;font:normal 12px arial;}

/* yball */
#ContentWrapper .featured1 .yball{float:left;width:357px;border-bottom:solid 1px #cccccc;padding-bottom:10px;}
#ContentWrapper .featured1 .yball .yball1{float:left;width:66px;height:66px;margin-top:10px;margin-left:10px;}
#ContentWrapper .featured1 .yball .choch{float:left;width:230px;margin-left:10px;color:#666666;font:normal 11px arial;margin-top:10px;line-height:20px;}
#ContentWrapper .featured1 .yball .report{float:right;width:100px;background:url('../images/yimg.jpg') left center  no-repeat;color:#306180;font:normal 12px arial;margin-top:5px;padding-left:15px;}
#ContentWrapper .featured1 .yball .report a{color:#306180;text-decoration:none;}
#ContentWrapper .featured1 .yball .report a:hover{color:#306180;text-decoration:none;}


#ContentWrapper .featured1 .yballs{float:left;width:357px;padding-bottom:10px;}
#ContentWrapper .featured1 .yballs .yball1{float:left;width:66px;height:66px;margin-top:10px;margin-left:10px;}
#ContentWrapper .featured1 .yballs .choch{float:left;width:230px;margin-left:10px;color:#666666;font:normal 11px arial;margin-top:10px;line-height:20px;}
#ContentWrapper .featured1 .yballs .report{float:right;width:100px;background:url('../images/yimg.jpg') left center  no-repeat;color:#306180;font:normal 12px arial;margin-top:5px;padding-left:15px;}
#ContentWrapper .featured1 .yballs .report a{color:#306180;text-decoration:none;}
#ContentWrapper .featured1 .yballs .report a:hover{color:#306180;text-decoration:none;}


#ContentWrapper .featured1 .phimgs{float:left;width:357px;}
#ContentWrapper .featured1 .phimgs .imgg10{float:left;width:110px;height:73px;margin-left:35px;margin-right:30px;margin-top:10px;padding-bottom:15px;}

#ContentWrapper .featured1 .phimgs1{float:left;width:357px;}
#ContentWrapper .featured1 .phimgs1 .imgg12{float:left;width:75px;height:100px;margin-left:55px;margin-right:30px;margin-top:15px;padding-bottom:15px;}
#ContentWrapper .featured1 .phimgs1 .imgg13{float:left;width:110px;height:74px;margin-left:50px;margin-right:30px;margin-top:15px;}


#ContentWrapper .featured1 .cont .twoteams{float:left;width:347px;margin-left:10px;margin-top:10px;color:#666666;font:normal 12px arial;}
#ContentWrapper .featured1 .cont .teams{float:left;width:140px;margin-left:10px;margin-top:10px;color:#000101;font:normal 12px arial;margin-right:20px;}
#ContentWrapper .featured1 .cont .cteam{float:left;width:120px;height:24px;margin-left:10px;margin-top:10px;background:url('../images/hchange.jpg') no-repeat;text-align:center;color:#000000;font:normal 11px arial;line-height:23px;padding-bottom:10px;cursor:pointer;}

#ContentWrapper #SecondColumnFullHome .right .featured .mblack{float:left;width:357px;height:24px;background:url('../images/featuredbg.jpg') repeat-x;}
#ContentWrapper #SecondColumnFullHome .right .featured .mblack .black{float:left;width:200px;padding-left:15px;color:#01395b;font:bold 12px arial;line-height:25px;}
#ContentWrapper #SecondColumnFullHome .right .featured .mblack .smm{float:right;width:60px;height:24px;padding-left:20px;color:#01395b;font:normal 11px arial;line-height:25px;}


/* worldcupleft
#ContentWrapper .profilee{float:left;width:198px;margin-top:0px;border:solid 1px #6f9bbc;padding-bottom:10px;}
#ContentWrapper .profilee .pro1{float:left;width:160px;background:url('../images/farrow1.png') no-repeat;margin-left:15px;padding-left:20px;color:#07476a;font:bold 12px arial;margin-top:10px;}
#ContentWrapper .profilee ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .profilee ul li{clear:both;float:left;width:160px;color:#07476a;font:normal 11px arial;margin-left:30px;line-height:16px;padding-left:0px;}
#ContentWrapper .profilee ul li a{color:#07476a;text-decoration:none;}
*/

/* wanger */

#ContentWrapper #SecondColumnFullHome .right .featured .wanger{float:left;width:357px;}
#ContentWrapper #SecondColumnFullHome .right .featured .wanger ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper #SecondColumnFullHome .right .featured .wanger ul li{float:left;width:347px;margin-left:10px;color:#808080;font:normal 11px arial;padding-bottom:5px;border-bottom:solid 1px #6f9bbc;margin-top:10px;}
#ContentWrapper #SecondColumnFullHome .right .featured .seemoref1{float:left;width:337px;padding:10px;font:bold 11px arial;color:#ed6226;}

/* consider changung .picture to .tabs */
#ContentWrapper .featured1 .black{float:left;width:347px;height:24px;background:url('../images/featuredbg.jpg') repeat-x;padding-left:10px;color:#01395b;font:bold 11px arial;line-height:25px;text-transform:uppercase;}
#ContentWrapper .featured1 .picture{float:left;width:357px;background-color:#e6eff4;border-bottom:solid 1px #6f9bbc;}
#ContentWrapper .featured1 .picture ul{list-style:none;margin:0px;padding:0px;}

#ContentWrapper .featured1 .picture ul li{float:left;width:85px;height:30px;font:bold 12px arial;color:#225b7b;background:url('../images/tab3.jpg') no-repeat;text-align:center;line-height:30px;margin-left:8px;margin-top:10px;}
#ContentWrapper .featured1 .picture ul li a{display:block;color:#225b7b;text-decoration:none;}
#ContentWrapper .featured1 .picture ul li a:hover{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:85px;height:31px;background:url('../images/tab4.jpg') no-repeat;line-height:30px;}
#ContentWrapper .featured1 .picture ul li.active a{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:85px;height:31px;background:url('../images/tab4.jpg') no-repeat;line-height:30px;}


#ContentWrapper .featured1 .picture ul li.south{float:left;width:111px;height:31px;font:bold 12px arial;color:#225b7b;background:url('../images/tab2.jpg') no-repeat;text-align:center;line-height:30px;margin-left:8px;margin-top:10px;}
#ContentWrapper .featured1 .picture ul li.south a{display:block;color:#225b7b;text-decoration:none;}
#ContentWrapper .featured1 .picture ul li.south a:hover{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:111px;height:31px;background:url('../images/tab1.jpg') no-repeat;line-height:30px;}
#ContentWrapper .featured1 .picture ul li.south a.active{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:111px;height:31px;background:url('../images/tab1.jpg') no-repeat;line-height:30px;}

#ContentWrapper .featured1 .picture ul li.alltime{float:left;width:85px;height:31px;font:bold 12px arial;color:#225b7b;background:url('../images/tab3.jpg') no-repeat;text-align:center;line-height:30px;margin-left:8px;margin-top:10px;}
#ContentWrapper .featured1 .picture ul li.alltime a{display:block;color:#225b7b;text-decoration:none;}
#ContentWrapper .featured1 .picture ul li.alltime a:hover{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:85px;height:31px;background:url('../images/tab4.jpg') no-repeat;line-height:30px;}
#ContentWrapper .featured1 .picture ul li.alltime a.active{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:85px;height:31px;background:url('../images/tab4.jpg') no-repeat;line-height:30px;}

#ContentWrapper .featured1 p.all{float:left;width:150px;font:normal 11px arial;color:#000000;margin-left:10px;margin-top:10px;padding-bottom:10px;}
#ContentWrapper .featured1 .ok{float:left;width:31px;height:20px;font:normal 11px arial;color:#465b2d;border:0px;background:url('../images/ok1.jpg') no-repeat;margin-top:10px;margin-left:-20px;}


/* head to head blue div with stats**/
#ContentWrapper .featured1 .cont .scores{clear:both;float:left;width:357px;background-color:#6f9bbc;padding-top:10px;padding-bottom:10px;}
#ContentWrapper .featured1 .cont .scores ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .featured1 .cont .scores ul li{float:left;}
#ContentWrapper .featured1 .cont .scores ul li.name{float:left;width:110px;padding-left:10px;text-align:left;font:normal 12px arial;color:#fefefe;}
#ContentWrapper .featured1 .cont .scores ul li.team{float:left;width:125px;font:normal 12px arial;color:#fefefe;margin-left:10px}

#ContentWrapper .featured1 .cont .scores ul li.cont{float:left;width:60px;text-align:left;font:normal 12px arial;color:#fefefe;}
#ContentWrapper .featured1 .cont .scores ul li.score{float:left;width:30px;text-align:center;font:normal 12px arial;color:#fefefe;}
#ContentWrapper .featured1 .cont .scores ul li.roundname{float:left;width:357px;font:normal 12px arial;color:#fefefe;padding-left:10px;}

#ContentWrapper .featured1 .cont .scores1{clear:both;float:left;width:357px;padding-top:5px;padding-bottom:5px;}
#ContentWrapper .featured1 .cont .scores1 ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .featured1 .cont .scores1 ul li{float:left;}
#ContentWrapper .featured1 .cont .scores1 ul li.name{float:left;width:110px;padding-left:10px;padding-top:0px;text-align:left;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .featured1 .cont .scores1 ul li.team{float:left;width:100px;font:normal 12px arial;color:#1a1a1a;margin-left:10px;padding-left:25px;}
#ContentWrapper .featured1 .cont .scores1 ul li.teamname{float:left;width:90px;font:normal 12px arial;color:#1a1a1a;margin-left:10px;padding-left:20px;}


#ContentWrapper .featured1 .cont .scores1 ul li.cont{float:left;width:60px;text-align:left;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .featured1 .cont .scores1 ul li.score{float:left;width:30px;text-align:center;font:normal 12px arial;color:#1a1a1a;}

#ContentWrapper .featured1 .cont .scores2{clear:both;float:left;width:357px;padding-top:5px;padding-bottom:5px;background-color:#e6eff4;}
#ContentWrapper .featured1 .cont .scores2 ul{list-style:none;margin:0px;padding:0px;}
#ContentWrapper .featured1 .cont .scores2 ul li{float:left;}
#ContentWrapper .featured1 .cont .scores2 ul li.name{float:left;width:110px;padding-left:10px;text-align:left;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .featured1 .cont .scores2 ul li.team{float:left;width:100px;font:normal 12px arial;color:#1a1a1a;margin-left:10px;padding-left:25px;}
#ContentWrapper .featured1 .cont .scores2 ul li.teamname{float:left;width:90px;font:normal 12px arial;color:#1a1a1a;margin-left:10px;padding-left:20px;}

#ContentWrapper .featured1 .cont .scores2 ul li.cont{float:left;width:60px;text-align:left;font:normal 12px arial;color:#1a1a1a;}
#ContentWrapper .featured1 .cont .scores2 ul li.score{float:left;width:30px;text-align:center;font:normal 12px arial;color:#1a1a1a;}

#ContentWrapper .featured1 .scores2 .smatch1,
#ContentWrapper .featured1 .smatch1
{clear:both;float:left;width:337px;color:#ed6226;font:normal 11px arial;padding-left:20px;margin-top:10px;padding-top:10px;border-top:solid 1px #6595ac;}

/* team headlines third column**/
#ContentWrapper .featured1 .cont {clear:both;float:left;overflow:hidden;display:block;}
#ContentWrapper .featured1 .cont .headlines {background:url("../images/very_small_soccerball.gif") no-repeat scroll 0 22% transparent;border-bottom:1px solid #6F9BBC;line-height:1.3em;list-style:none outside none;margin:0 8px 8px;padding:0 0 8px 15px;;width:337px;}
#ContentWrapper .featured1 .cont .lastheadline { border-bottom:none;padding-bottom:0;}


/* Photo Detail - convert2Xhmtl**/
#ContentWrapper #pictures{float:left;width:580px;margin-left:7px;margin-top:10px;}
#ContentWrapper #pictures .burg{float:left;width:580px;font:bold 18px arial;color:#000000;}
#ContentWrapper #pictures .sports{float:left;width:578px;border:solid 1px #6f9bbc;margin-top:10px;}
#ContentWrapper #pictures .sports .sprev{float:left;width:578px;background-color:#6f9bbc;}
#ContentWrapper #pictures .sports .sprev .sprev1{float:left;width:160px;font:bold 12px arial;color:#FFFFFF;margin-left:10px;line-height:25px;}
#ContentWrapper #pictures .sports .sprev .sprev1 a{color:#FFFFFF;text-decoration:none;}
#ContentWrapper #pictures .sports .sprev .sprev1 a:hover{color:#FFFFFF;text-decoration:none;}

#ContentWrapper #pictures .sports .sprev .sprev2{float:right;width:50px;font:bold 12px arial;color:#FFFFFF;line-height:25px;}
#ContentWrapper #pictures .sports .sprev .sprev2 a{color:#FFFFFF;text-decoration:none;}
#ContentWrapper #pictures .sports .sprev .sprev2 a:hover{color:#FFFFFF;text-decoration:none;}

#ContentWrapper #pictures .sports .comment{float:left;width:250px;margin-top:10px;margin-left:32px;}
#ContentWrapper #pictures .sports .comment .rate{float:left;width:120px;}
#ContentWrapper #pictures .sports .comment .rate .ratt{float:left;width:30px;font:bold 12px arial;color:#000000;}
#ContentWrapper #pictures .sports .comment .rate .ratt1{width:81px;height:16px;margin-left:4px;}

#ContentWrapper #pictures .sports .comment .avgg{float:left;width:70px;font:bold 12px arial;color:#000000;margin-left:45px;}
#ContentWrapper #pictures .sports .comment .addyour{clear:both;float:left;width:180px;font:bold 12px arial;color:#000000;padding-left:20px;margin-top:2px;background:url('../images/comment.jpg') left center  no-repeat;}
#ContentWrapper #pictures .sports .comment .addyour a{color:#3590ed;text-decoration:none;}
#ContentWrapper #pictures .sports .comment .addyour a:hover{color:#3590ed;text-decoration:none;}


#ContentWrapper #pictures .sports .share{float:right;width:140px;margin-right:32px;margin-top:12px;}
#ContentWrapper #pictures .sports .share .share1{float:left;width:64px;height:22px;margin-left:5px;font:bold 12px arial;color:#296191;margin-top:2px;background:url('../images/email.jpg') no-repeat;line-height:22px;text-align:center;}
#ContentWrapper #pictures .sports .share .share1 a{display:block;color:#296191;text-decoration:none;}
#ContentWrapper #pictures .sports .share .share1 a:hover{display:block;color:#296191;text-decoration:none;}


/*#ContentWrapper #pictures .sports .imggg{float:left;width:512px;height:343px;margin-left:32px;margin-top:10px;}*/
#ContentWrapper #pictures .sports .imggg{float:left;line-height:574px;width:512px;text-align:center;;margin-left:32px;margin-top:10px;}

#ContentWrapper #pictures .sports .bolton{float:left;width:512px;margin-left:32px;margin-top:10px;font:normal 12px arial;color:#000000;text-align:justify;}

#ContentWrapper #pictures .sports .comm{float:left;width:578px;border-top:solid 1px #6f9bbc;border-bottom:solid 1px #6f9bbc;margin-top:15px;}
#ContentWrapper #pictures .sports .comm .comm1{float:left;width:168px;font:bold 14px arial;color:#000000;margin-left:32px;line-height:25px;}
#ContentWrapper #pictures .sports .comm .comm2{float:right;width:168px;font:bold 11px arial;color:#000000;margin-left:32px;margin-right:10px;line-height:25px;}
#ContentWrapper #pictures .sports .comm .comm2 a{color:#3590ed;text-decoration:none;}
#ContentWrapper #pictures .sports .comm .comm2 a:hover{color:#3590ed;text-decoration:none;}

#ContentWrapper #pictures .sports .previous1{clear:both;float:left;width:578px;padding-bottom:10px;}
#ContentWrapper #pictures .sports .previous1 ul{list-style:none;margin:0px;padding:0px;margin-left:225px;margin-top:10px;}
#ContentWrapper #pictures .sports .previous1 ul li{float:left;color:#3590ed;font:normal 12px arial;margin-left:3px;margin-right:3px;color:#3590ed;}
#ContentWrapper #pictures .sports .previous1 ul li a{color:#3590ed;text-decoration:none;}
#ContentWrapper #pictures .sports .previous1 ul li a:hover{color:#404040;text-decoration:none;}

#ContentWrapper #pictures .sports .previous1 ul li.pre{float:left;width:66px;color:#3590ed;font:normal 12px arial;}
#ContentWrapper #pictures .sports .previous1 ul li.pre a{color:#3590ed;text-decoration:none;}
#ContentWrapper #pictures .sports .previous1 ul li.pre a:hover{color:#404040;text-decoration:none;}

#ContentWrapper #pictures .sports .previous1 ul li.next{float:left;width:50px;color:#3590ed;font:normal 12px arial;text-align:right;}
#ContentWrapper #pictures .sports .previous1 ul li.next a{color:#3590ed;text-decoration:none;}
#ContentWrapper #pictures .sports .previous1 ul li.next a:hover{color:#404040;text-decoration:none;}

#ContentWrapper #pictures .sports .crush{clear:both;float:left;width:578px;padding:8px 0 8px 0px;background-color:#d5e1ea;}
/*#ContentWrapper #pictures .sports .crush span {padding-left:35px;}*/
#ContentWrapper #pictures .sports .crush .cru1{float:left;width:50px;height:50px;margin-left:32px;margin-top:10px;}
#ContentWrapper #pictures .sports .crush .crushh{float:left;width:460px;margin-left:10px;margin-top:8px;}
#ContentWrapper #pictures .sports .crush .crushh .crushh1{float:left;width:190px;color:#225b7b;font:bold 12px arial;}
#ContentWrapper #pictures .sports .crush .crushh .reportthis{float:right;width:60px;color:#d90000;font:normal 11px arial;}
#ContentWrapper #pictures .sports .crush .crushh .reportthis a{color:#d90000;text-decoration:none;}
#ContentWrapper #pictures .sports .crush .crushh .reportthis a:hover{color:#d90000;text-decoration:none;}
#ContentWrapper #pictures .sports .crush .crushh .amet{float:left;width:460px;color:#333333;font:normal 12px arial;margin-top:5px;}

#ContentWrapper #pictures .sports .crushs{clear:both;float:left;width:578px;padding-bottom:8px;}
#ContentWrapper #pictures .sports .crushs .cru1{float:left;width:50px;height:50px;margin-left:32px;margin-top:10px;}
#ContentWrapper #pictures .sports .crushs .crushh{float:left;width:460px;margin-left:10px;margin-top:8px;}
#ContentWrapper #pictures .sports .crushs .crushh .crushh1{float:left;width:190px;color:#225b7b;font:bold 12px arial;}
#ContentWrapper #pictures .sports .crushs .crushh .reportthis{float:right;width:60px;color:#d90000;font:normal 11px arial;}
#ContentWrapper #pictures .sports .crushs .crushh .reportthis a{color:#d90000;text-decoration:none;}
#ContentWrapper #pictures .sports .crushs .crushh .reportthis a:hover{color:#d90000;text-decoration:none;}
#ContentWrapper #pictures .sports .crushs .crushh .amet{float:left;width:460px;color:#333333;font:normal 12px arial;margin-top:5px;}

#ContentWrapper #pictures .sports .box{clear:both;float:left;width:512px;height:46px;margin-left:32px;background:url('../images/box.jpg') no-repeat;margin-top:5px;}
#ContentWrapper #pictures .sports .box .tarea2{float:left;width:500px;height:36px;padding:5px;background:url(box.jpg) no-repeat;border:solid 0px red;margin-left:-5px;margin-left:-30px !important;}

#ContentWrapper #pictures .sports .post{clear:both;float:left;width:66px;height:24px;margin-left:32px;background:url('../images/post.jpg') no-repeat;color:#113800;font:bold 12px arial;line-height:22px;text-align:center;margin-bottom:5px;margin-top:5px;}
#ContentWrapper #pictures .sports .post a{display:block;color:#113800;text-decoration:none;}
#ContentWrapper #pictures .sports .post a:hover{display:block;color:#113800;text-decoration:none;}


#ContentWrapper .right1{float:left;width:146px;margin-left:7px;margin-top:15px;}
#ContentWrapper .right1 ul{list-style:none;margin:0px;padding:0px;margin-left:15px;}
#ContentWrapper .right1 ul li{float:left;}
#ContentWrapper .right1 ul li.line{float:left;color:#000000;margin-left:8px;margin-right:8px;font:normal 14px arial;}
#ContentWrapper .right1 ul li.gall{float:left;color:#3590ed;font:normal 14px arial;}
#ContentWrapper .right1 ul li.gall a{color:#3590ed;text-decoration:none;}
#ContentWrapper .right1 ul li.gall a:hover{color:#3590ed;text-decoration:none;}

#ContentWrapper .right1 .iab{float:left;width:160px;height:600px;margin-top:10px;}

/* Stats Page */
#SecondColumnStats {width:716px;}
#SecondColumnStats .ammid{float:left;width:716px;margin-left:0px;margin-top:0px;padding-bottom:6px;padding-bottom:5px;}
#SecondColumnStats .ammid h1{float:left;font:bold 15px arial;margin-left:6px;margin-bottom:20px;width:160px;padding-top:4px;}
#SecondColumnStats .ammid .tabs{float:left;width:716px;border-bottom:solid 1px #6f9bbc;}
#SecondColumnStats .ammid .tabs ul{list-style:none;margin:0px;padding:0px;}
#SecondColumnStats .ammid .tabs ul li{float:left;width:111px;height:30px;font:bold 12px arial;color:#225b7b;background:url('../images/tab2.jpg') no-repeat;text-align:center;line-height:30px;margin-left:8px;margin-top:10px;}
#SecondColumnStats .ammid .tabs ul li a{display:block;color:#225b7b;text-decoration:none;}
#SecondColumnStats .ammid .tabs ul li a:hover{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:111px;height:31px;background:url('../images/tab1.jpg') no-repeat;line-height:30px;}
#SecondColumnStats .ammid .tabs ul li.active a{display:block;color:#225b7b;text-decoration:none;font:bold 12px arial;color:#000000;width:111px;height:31px;background:url('../images/tab1.jpg') no-repeat;line-height:30px;}

#SecondColumnStats .ammid .tabscontainer{float:left;width:714px;border-left:solid 1px #6F9CBD;border-right:solid 1px #6F9CBD;border-bottom:solid 1px #6F9CBD;}
#SecondColumnStats .ammid .tabscontainer p.all {color:#000000;float:left;font:11px arial;margin-left:0px;margin-top:10px;padding-bottom:0px;width:150px;}
#SecondColumnStats .ammid .tabscontainer span.show {float: left; font-size: 12px; font-weight: bold; margin-top: 12px; margin-left: 5px;}

#SecondColumnStats .ammid .statdata .cont .scores{clear:both;float:left;width:714px;background-color:#6f9bbc;padding-top:5px;padding-bottom:5px;height:19px;}
#SecondColumnStats .ammid .statdata .cont .scores ul{list-style:none;margin:0px;padding:0px;}
#SecondColumnStats .ammid .statdata .cont .scores ul li{float:left;}
#SecondColumnStats .ammid .statdata .cont .scores ul li.name{float:left;width:210px;padding-left:10px;text-align:left;font:normal 12px arial;color:#fefefe;}
#SecondColumnStats .ammid .statdata .cont .scores ul li.team{float:left;width:200px;margin-left:10px;font:normal 12px arial;color:#fefefe;}
#SecondColumnStats .ammid .statdata .cont .scores ul li.cont{float:left;width:60px;text-align:left;font:normal 12px arial;color:#fefefe;}
#SecondColumnStats .ammid .statdata .cont .scores ul li.score{float:left;width:60px;text-align:center;font:normal 12px arial;color:#fefefe;}
#SecondColumnStats .ammid .statdata .cont .scores ul li.profile{float:left;width:100px;text-align:center;font:normal 12px arial;color:#fefefe;}

#SecondColumnStats .ammid .statdata .cont .scores1{clear:both;float:left;width:714px;padding-top:5px;padding-bottom:5px;}
#SecondColumnStats .ammid .statdata .cont .scores1 ul{list-style:none;margin:0px;padding:0px;}
#SecondColumnStats .ammid .statdata .cont .scores1 ul li{float:left;}
#SecondColumnStats .ammid .statdata .cont .scores1 ul li.name{float:left;width:210px;padding-left:10px;text-align:left;font:normal 12px arial;color:#1a1a1a;}
#SecondColumnStats .ammid .statdata .cont .scores1 ul li.team{float:left;width:175px;font:normal 12px arial;color:#1a1a1a;margin-left:10px;padding-left:25px;}
#SecondColumnStats .ammid .statdata .cont .scores1 ul li.cont{float:left;width:60px;text-align:left;font:normal 12px arial;color:#1a1a1a;}
#SecondColumnStats .ammid .statdata .cont .scores1 ul li.score{float:left;width:60px;text-align:center;font:normal 12px arial;color:#1a1a1a;}
#SecondColumnStats .ammid .statdata .cont .scores1 ul li.profile{float:left;width:100px;text-align:right;font:normal 10px arial;color:#1a1a1a;}

#SecondColumnStats .ammid .statdata .cont .scores2{clear:both;float:left;width:714px;padding-top:5px;padding-bottom:5px;background-color:#e6eff4;}
#SecondColumnStats .ammid .statdata .cont .scores2 ul{list-style:none;margin:0px;padding:0px;}
#SecondColumnStats .ammid .statdata .cont .scores2 ul li{float:left;}
#SecondColumnStats .ammid .statdata .cont .scores2 ul li.name{float:left;width:210px;padding-left:10px;text-align:left;font:normal 12px arial;color:#1a1a1a;}
#SecondColumnStats .ammid .statdata .cont .scores2 ul li.team{float:left;width:175px;font:normal 12px arial;color:#1a1a1a;margin-left:10px;padding-left:25px;}
#SecondColumnStats .ammid .statdata .cont .scores2 ul li.cont{float:left;width:60px;text-align:left;font:normal 12px arial;color:#1a1a1a;}
#SecondColumnStats .ammid .statdata .cont .scores2 ul li.score{float:left;width:60px;text-align:center;font:normal 12px arial;color:#1a1a1a;}
#SecondColumnStats .ammid .statdata .cont .scores2 ul li.profile{float:left;width:100px;text-align:right;font:normal 10px arial;color:#1a1a1a;}





/* popup - convert2Xhmtl**/

.steam{clear:both;float:left;width:365px;margin-top:200px;}
.steam .stop{clear:both;float:left;width:365px;height:32px;background:url('../images/stop.png') no-repeat;}
.steam .stop .sel{float:left;width:200px;margin-left:10px;font:bold 14px arial;color:#000;line-height:35px;}
.steam .stop .close{float:right;width:14px;height:14px;margin-top:10px;margin-right:12px;}
.steam .smid{clear:both;float:left;width:365px;background:url('../images/smid.png') repeat-y;padding-bottom:8px;}
.steam .smid .two{clear:both;float:left;width:340px;margin-left:13px;font:normal 12px arial;color:#000;margin-top:8px;}
.steam .smid .team{clear:both;float:left;width:320px;margin-left:17px;font:normal 12px arial;color:#000;margin-top:10px;line-height:16px;}
.steam .smid .country{clear:both;float:left;width:355px;}
.steam .smid .country .try{float:left;width:130px;margin-left:17px;font:normal 12px arial;color:#000;}
.steam .smid .country .area{float:left;width:176px;height:50px;margin-left:10px;color:#000;font:normal 12px arial;color:#000;padding-left:8px;}
.steam .smid .view{clear:both;float:left;width:122px;height:22px;margin-top:10px;text-align:center;line-height:22px;}
.steam .smid .view input{width:122px;height:22px;background:url('../images/team.jpg') no-repeat;border:0px;font:bold 12px arial;color:#000;margin-left:120px;}

.steam .smid .team1{clear:both;float:left;width:390px;margin-top:17px;padding-bottom:50px;}
.steam .smid .team1 .text{clear:both;float:left;width:50px;margin-left:30px;font:normal 12px arial;color:#000;margin-top:4px;}
.steam .smid .team1 .here{float:left;width:197px;height:22px;background:url('../images/textbox.jpg') no-repeat;bordeR:0px;margin-left:5px;color:#808080;}
.steam .smid .team1 .here input{width:185px;color:#808080;font:normal 12px arial;background:url('../images/textbox.jpg') no-repeat;margin-left:5px;margin-top:1px;bordeR:0px;padding-top:2px;}
.steam .smid .view1{clear:both;float:left;width:122px;height:22px;margin-top:10px;text-align:center;line-height:22px;margin-left:168px;}
.steam .smid .view1 input{float:left;width:122px;height:22px;background:url('../images/team.jpg') no-repeat;border:0px;font:bold 12px arial;color:#000;}

.steam .smid .cancel{float:left;width:50px;height:22px;margin-top:10px;text-align:center;line-height:22px;margin-left:10px;}
.steam .smid .cancel input{float:left;width:50px;height:22px;background:url('../images/cancel.jpg') no-repeat;border:0px;font:bold 12px arial;color:#000;}

.steam .sbtm{clear:both;float:left;width:365px;height:7px;background:url('../images/sbtm.png') no-repeat;}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
/*background:#000000;*/
z-index:100;
}

#selectteam{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
width:365px;
z-index:200;
padding:12px;
font-size:13px;
}

#selectteam1{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
width:365px;
z-index:200;
padding:12px;
font-size:13px;
}


/* Footer - convert2Xhmtl**/
#wrapper #footer{clear:both;float:left;width:954px;border:solid 1px #6f9bbc;margin-top:12px;}
#wrapper #footer .foot{clear:both;float:left;width:954px;background-color:#e6eff4;padding-bottom:10px;}

/* ftr */
#wrapper #footer .foot .ftr{float:left;width:120px;}
#wrapper #footer .foot .ftr .profile{float:left;width:85px;font:bold 13px arial;color:#296183;padding-bottom:10px;margin-top:10px;margin-left:35px;}
#wrapper #footer .foot .ftr ul{list-style:none;margin:0px;padding:0px;}
#wrapper #footer .foot .ftr ul li{float:left;width:90px;font:normal 11px arial;color:#296183;line-height:19px;margin-left:35px;}
#wrapper #footer .foot .ftr ul li a{color:#296183;text-decoration:none;}
#wrapper #footer .foot .ftr ul li a span.redmessage {color:red; font:bold 9px;text-decoration: none; vertical-align: top;}
#wrapper #footer .foot .ftr ul li a:hover{color:#296183;text-decoration:none;}

#wrapper #footer .foot .ftr1{float:left;width:160px;}
#wrapper #footer .foot .ftr1 .profile{float:left;width:115px;font:bold 13px arial;color:#296183;padding-bottom:10px;margin-top:10px;margin-left:35px;}
#wrapper #footer .foot .ftr1 ul{list-style:none;margin:0px;padding:0px;}
#wrapper #footer .foot .ftr1 ul li{float:left;width:115px;font:normal 11px arial;color:#296183;line-height:19px;margin-left:35px;}
#wrapper #footer .foot .ftr1 ul li a{color:#296183;text-decoration:none;}
#wrapper #footer .foot .ftr1 ul li a:hover{color:#296183;text-decoration:none;}

#wrapper #footer .foot .ftr2{float:left;width:235px;}
#wrapper #footer .foot .ftr2 .profile{float:left;width:150px;font:bold 13px arial;color:#296183;padding-bottom:10px;margin-top:10px;margin-left:35px;}
#wrapper #footer .foot .ftr2 ul{list-style:none;margin:0px;padding:0px;}
#wrapper #footer .foot .ftr2 ul li{float:left;width:200px;font:normal 11px arial;color:#296183;line-height:19px;margin-left:35px;}
#wrapper #footer .foot .ftr2 ul li a{color:#296183;text-decoration:none;}
#wrapper #footer .foot .ftr2 ul li a:hover{color:#296183;text-decoration:none;}

#wrapper #footer .foot .ftr3{float:left;width:160px;}
#wrapper #footer .foot .ftr3 .profile{float:left;width:145px;font:bold 13px arial;color:#296183;padding-bottom:10px;margin-top:10px;margin-left:35px;}
#wrapper #footer .foot .ftr3 ul{list-style:none;margin:0px;padding:0px;}
#wrapper #footer .foot .ftr3 ul li{float:left;width:125px;font:normal 11px arial;color:#296183;line-height:19px;margin-left:35px;}
#wrapper #footer .foot .ftr3 ul li a{color:#296183;text-decoration:none;}
#wrapper #footer .foot .ftr3 ul li a:hover{color:#296183;text-decoration:none;}

/* flist */
#wrapper #footer .flist{clear:both;float:left;width:954px;height:40px;background-color:#6f9cbd;}
#wrapper #footer .flist .flist1{float:left;width:617px;margin-left:15px;}
#wrapper #footer .flist .flist1 ul{list-style:none;margin:0px;padding:0px;}
#wrapper #footer .flist .flist1 ul li{float:left;font:normal 14px arial;color:#FFFFFF;line-height:40px;}
#wrapper #footer .flist .flist1 ul li a{color:#FFFFFF;text-decoration:none;}
#wrapper #footer .flist .flist1 ul li a:hover{color:#FFFFFF;text-decoration:none;}
#wrapper #footer .flist .flist1 ul li.lin{float:left;color:#FFFFFF;margin-left:5px;margin-right:5px;}

/* fsearch */
#wrapper #footer .flist .fsearch{float:left;width:320px;}
#wrapper #footer .flist .fsearch .fboxx{float:left;width:197px;height:22px;font:normal 12px arial;color:#888888;background:url('../images/textbox.jpg') no-repeat;margin-top:10px;margin-left:20px;}
#wrapper #footer .flist .fsearch .fboxx .fbox{width:192px;height:17px;font:normal 12px arial;color:#888888;border:solid 0px red;background:url('../images/textbox.jpg') no-repeat;padding-top:4px;padding-left:5px;}

#wrapper #footer .flist .fsearch .ser{float:left;width:80px;height:22px;font:bold 12px arial;color:#313f2a;background:url('../images/search.jpg') no-repeat;margin-top:10px;margin-left:7px;}

#wrapper #footer .flist .fsearch .ser .ser1{width:80px;height:22px;background:url('../images/search.jpg') no-repeat;border:solid 0px red;font:bold 12px arial;color:#313f2a}

#wrapper #footer .copy{clear:both;float:left;width:956px;text-align:center;font:bold 11px arial;color:#313f2a;line-height:50px;}

/* Exception Error  */
#wrapper_error {background-color:#F2F7F9;clear:both;margin:0 auto 0;width:954px;text-align:left;padding-top:50px;}
#wrapper_errorw p.exception {clear:both;float:left;width:475px;margin-left:15px;margin-top:10px;font:normal 12px arial;color:#000000;line-height:18px;}

