/* $Id: local-sample.css,v 1.4 2010/12/05 17:22:28 aross Exp $ */ 

/**
 * @file
 * Put your custom CSS and CSS overrides in this file
 */

/* HOW TO USE LOCAL.CSS */
/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */



/* HELPER CODE FOR SETTING BACKGROUND IMAGES */

/* Add a custom header background (above navbar) here */
#header-group {
 position: relative;
 background-image: url("/sites/default/files/webimages/header-image2.png"); background-repeat: no-repeat;
 background-size: 100% 100%;
/*background-position: 0px 24px;*/
}

.affiliationBlock{
 position: absolute;
 top: 65px;
 left: 75px;
}

.socialIcons {
 position: absolute;
 top: 80px;
 right: 5px;
}

/* Add background image to preface top region (right below the navbar)  */

/* IMPORTANT: If there are no blocks in the preface top region, set     */
/* an image here, and set a height for the region.  Also, if you are    */
/* using a fluid width layout of less than 100%, you will need to set   */
/* a width.                                                             */
#preface-top-container{
}
/* If there are blocks in the preface top region, use the following instead */
#preface-top {
}

a:hover,
a:focus,
a:active {
  color: #ad1212;
}

#site-name {
 font-size: 135%;
 font-family: Arial;
 padding: 5px 0 5px 0;
}

#slogan {
 font-style: italic;
}

#calpopup-body {
 color: #000;
}

/*******************Jcarousel Tango Skin Start**********************/
.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 380px;
  height: 200px;
  padding: 5px 30px;
  background-color: #dedede;
  border: none;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 380px;
}

.jcarousel-skin-tango .jcarousel-item {
  padding: 2px;
  width: 114px;
  height: 250px;
  overflow: hidden;
  border: none;
  list-style: none;
  background: none;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 85px;
  left: 5px;
  background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 85px;
  right: 5px;
  background-position: 0 -32px;
}

/*************Jcarousel Tango Skin Ends******************/

/*******************Jcarousel Default Start**********************/

.jcarousel-skin-default .jcarousel-container-horizontal {
  width: 220px;
  height: 270px;
  padding: 5px 30px;
  margin: auto;
}

.jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 220px;
  overflow: hidden;
}

.jcarousel-skin-default .jcarousel-item {
  padding: 2px 0px;
  width: 210px;
  height: 260px;
  overflow: hidden;
  border: none;
  list-style: none;
  background: none;
}

.jcarousel-skin-default .jcarousel-item img{
 border: none;/*2px solid #dedede;*/
}

.jcarousel-skin-default .jcarousel-prev-horizontal {
  position: absolute;
  top: 95px;
  left: 0px;
  background-position: 0 0;
}

.jcarousel-skin-default .jcarousel-next-horizontal {
  position: absolute;
  top: 95px;
  right: 0px;
  background-position: 0 -32px;
}

/*************Jcarousel Default Skin Ends******************/

.afcaAwardsBlock {
 height: 350px;
}

/*---------- views slide show, singleframe settings--------*/

#views_slideshow_singleframe_teaser_section_slideshow-default{
 position: relative;
} 

#transparency{
 position: absolute;
 bottom: 5px;
 left: 2px;
 width: 535px;
 height: 40px;
 background-color: #000000;
 filter:alpha(opacity=50);
 opacity: 0.5;
 -moz-opacity:0.5;
}

#mycontent{
 position: absolute;
 color: #ffffff;
 bottom: 10px;
 left: 10px;
}

/*-----------Thumb numbers theming----------------------*/
/*------------------------Default----------------------*/
#views_slideshow_singleframe_pager_slideshow-default .pager-item a{
 background-image: url(/sites/default/files/webimages/cric-ball-white.png);
 background-repeat: no-repeat;
 margin: 10px 10px 10px 0px;
 padding: 5px 10px 5px 10px;
 text-decoration: none;
 color: transparent;
}
#views_slideshow_singleframe_pager_slideshow-default .pager-item a:hover {
 background-image: url(/sites/default/files/webimages/cric-ball-red.png);
 background-repeat: no-repeat; 
 text-decoration: none;
 color: transparent;
}

#views_slideshow_singleframe_pager_slideshow-default .pager-item a.activeSlide {
 background-image: url(/sites/default/files/webimages/cric-ball-red.png);
 background-repeat: no-repeat;
 text-decoration: none;
 color: transparent;
}

/*-----------------------Block-----------------------------*/
#views_slideshow_singleframe_pager_slideshow-block_1 .pager-item a{
 background-image: url(/sites/default/files/webimages/cric-ball-white.png);
 background-repeat: no-repeat;
 margin: 10px 10px 10px 0px;
 padding: 5px 10px 5px 10px;
 text-decoration: none;
 color: transparent;
}
#views_slideshow_singleframe_pager_slideshow-block_1 .pager-item a:hover {
 background-image: url(/sites/default/files/webimages/cric-ball-red.png);
 background-repeat: no-repeat; 
 text-decoration: none;
 color: transparent;
}

#views_slideshow_singleframe_pager_slideshow-block_1 .pager-item a.activeSlide {
 background-image: url(/sites/default/files/webimages/cric-ball-red.png);
 background-repeat: no-repeat;
 text-decoration: none;
 color: transparent;
}
/*-----------------SlideShow Controls Style 1------------------------*/

.views_slideshow_previous,
.views_slideshow_pause,
.views_slideshow_play,
.views_slideshow_next {
  text-indent: -999px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
  margin-right: 5px;
  width: 20px;
}

.views_slideshow_previous {
  background-image: url(/sites/default/files/webimages/icons/previous.png);
}

.views_slideshow_pause {
  background-image: url(/sites/default/files/webimages/icons/pause.png);
}

.views_slideshow_play {
  background-image: url(/sites/default/files/webimages/icons/play.png);
}

.views_slideshow_next {
  background-image: url(/sites/default/files/webimages/icons/next.png);
}

.views_slideshow_previous:active,
.views_slideshow_pause:active,
.views_slideshow_play:active,
.views_slideshow_next:active {
  background-position: 0 1px;
}

/*---------------------Sponsor Block------------------*/

.views-field-field-sponsor-image-fid {
 position: relative;
}

#sponlink {
 position: absolute;
 bottom: 10px;
 right: 10px;
 font-style: italic;
}

#sponImage img{
 background-color: #fff;
 padding: 1px;
 border: 2px solid #b51f1f;
 border-radius: 5px;
}

#sponlink a{
 padding: 0 5px;
 background-color: red;
 color: white;
 text-decoration: none;
}

#sponlink a:hover{
 background-color: white;
 color: red;
}

/*--------------Link hover effect------------*/

a.text1:hover {
 color: #000000;
}

/*--------------Text Styling--------------*/

#myText1 {
 color: #b30909;
}

/*----------------------Block Size----------------*/

.grid16-13 {
 width: 650px;
}

/*-------------AFCA Blog------------*/

#blogger img{
 width: 50px;
 height: 50px;
 float: left;
 margin: 0px 5px 0px 0px;
 background-color: #fff;
 padding: 2px;
 border: 2px solid #353535;
}

/*#blogger p:first-letter{
 font-size: 3em;
 float: left;
}*/

.blogTitle{
 margin-top: 2em;
}

.readMore{
 text-align: right;
/* margin-bottom: 1em;*/
}

.readMore a:link{
 font-style: italic
}

.commentCount{
 background-color: #afddf9;
 color: #000;
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 margin-bottom: 1em;
}

.views-exposed-form{
 background-color: #afddf9;
 color: #000;
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 margin-bottom: 1em;
}

.announcementFront {
 height: 200px;
}

/*----------------------Table1 Styles-------------*/

.myTable1 table {
 margin: 2em 0 0 0;
}

.myTable1 table th {
 padding-left: 2px;
 background-color: #d1d1d1;
}

.myTable1 table td {
 padding: 5px 5px;
}

.myTable1 table tr {
 margin: 0px 0px;
}

.myTable1 table tr.odd td {
 background-color: #cae9fc;
}
/*----------------------Table1 Ends-------------*/

/*----------------------Table2 Styles-------------*/

.myTable2 table {
 margin: 2em 0 0 0;
}

.myTable2 table th {
 text-align: center;
 background-color: #d1d1d1;
}

.myTable2 table td.odd {
 padding: 5px 5px;
}

.myTable2 table tr {
 margin: 0px 0px;
}

.myTable2 table td:nth-of-type(even){
 background-color: #cae9fc;
}
/*
.myTable2 table tr.odd td {
 background-color: #dedede;
}

.myTable2 table td:nth-of-type(even),thead th:nth-of-type(even){
 background-color: #cae9fc;
}*/
/*----------------------Table2 Ends-------------*/

/*----------------------Table3 Styles-------------*/

.myTable3 table {
 margin: 0 0 0 0;
}

.myTable3 table th {
 padding-left: 2px;
 background-color: #1157a9;
 color: #fff;
}

.myTable3 table td {
 padding: 5px 5px;
}

.myTable3 table tr {
 margin: 0px 0px;
}

.myTable3 table tr.odd td {
 background-color: #b3defc;
}

.myTable3 table tr.even td {
 background-color: #70c2fc;
}
/*----------------------Table3 Ends-------------*/

/*----------------------Table4 Styles-------------*/

.myTable4 table {
 margin: 0 0 0 0;
}

.myTable4 table th {
 padding-left: 2px;
 background-color: #438d18;
 color: #fff;
}

.myTable4 table td {
 padding: 5px 5px;
}

.myTable4 table tr {
 margin: 0px 0px;
}

.myTable4 table tr.odd td {
 background-color: #b2d982;
}

.myTable4 table tr.even td {
 background-color: #d5f9a9;
}
/*----------------------Table4 Ends-------------*/

/*----------------------Table5 Styles-------------*/

.myTable5 table {
 margin: 0 0 0 0;
}

.myTable5 table th {
 padding-left: 2px;
 background-color: #353535;
 color: #fff;
}

.myTable5 table td {
 padding: 5px 5px;
}

.myTable5 table tr {
 margin: 0px 0px;
}

.myTable5 table tr.odd td {
 background-color: #e3e3e3;
}

.myTable5 table tr.even td {
 background-color: #f7f7f7;
}
/*----------------------Table5 Ends-------------*/

.frontBlockHeadingT20{
 background-color: #0a417f;
 color: white;
 padding-left: 2px;
 font-weight: bold;
 border-bottom: ridge 1px #fff;
}
.frontBlockHeadingODI{
 background-color: #2b5e0c;
 color: white;
 padding-left: 2px;
 font-weight: bold;
 border-bottom: ridge 1px #fff;
}

.myStyle1 table tr.even td {
 background-color: #e7f2f8;
}

.gameColumn{
 width: 110px;
}

.dateColumn{
 width: 120px;
}

.resultColumn{
 width: 120px;
}

.manofmatchColumn{
 width: 120px;
}

.columnWidth{
 width: 100px;
}

/*------------HTML List Styles------------*/

.myList1 li:hover {
 background-color: #cae9fc;
}

div.block .view-content .calendar-calendar .date-prev {
top: 75px;
}

.view-content .calendar-calendar .date-next {
top: 75px;
}

/*---------------Background Styles--------------*/

.myBg1{
 border-style: ridge;
 background-color: #a7d8f7;
 padding: 0px;
}

.myBg2{
 margin: 5px 0px 5px 0px;
 border-style: double;
 background-color: #d3e0fd;
 padding: 5px;
}

/*-----------Views Popup-------------*/

div.views-popup {
	display:none;
	border:1px solid #6c1d1b;
	background-color: #ba2622;
	padding:3px;
	width:15em;
	position:fixed;
	z-index:100;
        text-align: left;
}

/*-------------Styles-----------------*/

#aligncenter{
 text-align: center;
}

#jquery-countdown{
 padding: 5px 0 5px 0;
}

.rounded-corner{
 padding: 0px;
}

.picStyle1 img{
 float: left;
 padding: 0px 5px 0px 0px;
}

.picLeft img{
 float: left;
 padding: 0px 5px 0px 0px;
}

.picRight img{
 float: right;
 padding: 0px 0px 0px 5px;
}

.myGrid1 img{
 float: left;
 padding: 5px;
 border: solid;
}

.block .inner .content {
    padding: 0px;
}

.more-link{
 padding: 0 10px 10px 0;
}

.memberPic img{
 float: left;
}

/* -------------------Last Game Highlights Block Starts------------------ */

.lastGameBlock {
 background-color: #dedede;

}

.highligtsTitle {
 padding: 0px 0px 5px 0px;
 font-size: 115%;
 font-weight: bold;
}

.lastGameHighlights {
 background-image: url("/sites/default/files/wcl-logo-50x50.png"); background-repeat: no-repeat;
 background-position: top right;
 height: 180px;
 padding: 0px 0px 0px 5px;
 border: 2px ridge #353535;
 border-radius: 5px;
}

/*-----------Man of the Match---------------------*/
.mom {
 background-image: url("/sites/default/files/webimages/mom-bg-1.jpg"); background-repeat: no-repeat;
 background-size: 100% 100%;
 height: 180px;
 border: 2px ridge #353535;
 border-radius: 5px;
}
.mom img {
 margin-left: 5px;
}
.momName {
/* position: absolute;
 bottom: -50px;
 left: 120px;*/
 font-weight: bold;
 font-size: 135%;
 color: #fff;
 text-shadow: 2px 2px #000;
/* background-color: #dedede;*/
 padding-left: 2px;
}
.momFor {
 padding-top: 12px;
 font-size: 130%;
 font-weight: bold;
 text-align: center;
 color: #fff;
 text-shadow: 2px 2px #000;
}
/*------------------------------------------------*/
.lastGameStars {
 padding: 2px;
 border: 2px ridge #353535;
 border-radius: 5px;
}
.lastGameStars img{
 float: left;
 padding: 0px 5px 0px 0px;
}
/* -------------------Upcoming Events CSS----------------------------*/
.seeMore {
 font-weight: bold;
 font-style: italic;
}

/* -------------------Last Game Highlights Block Ends------------------ */

#seeDetails {
 position: absolute;
 bottom: 10px;
 left: 15px;
}


.headLink1 {
 position: absolute;
 top 13px;
 right: 10px;
 font-size: small;
 font-style: italic;
}

.newPlayer a:link{
 text-decoration: none;
 padding: 5px;
}

.newPlayer a:hover{
 font-size: 110%;
 font-weight: bold;
}

.paddingRight img{
 padding-right: 150px;
}

.paddingLeft img{
 padding-left: 150px;
}

/* -------Glowing Blue Form Input Highlights */

input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

input[type=email], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=email]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

/* -------Glowing Blue Form Input Highlights */

.footerLink{
 position: absolute;
 bottom: 5px;
 right: 10px;
}

/* -----------Team Announcement CSS----------------- */

.teamAnnounce {
 font-size: 120%;
 line-height: 150%
}

.homeTeam {
 font-weight: bold;
 background-color: yellow;
 padding: 2px 5px;
}

.arrivalTime {
 font-weight: bold;
 color: red;
 padding: 2px 5px; 
}

/* -----------Team Announcement CSS----------------- */

.myGrid3 {
 width: 650px;
 margin:2px 2px 2px 2px;
 float:left;
}

/* ------------------------------------------------ */

.fieldgroup.group-team-captain legend{
 padding: 5px;
 border: 2px ridge #fff;
 color: #fff;
 background-color: #000; 
 font-weight: bold;
}
.fieldgroup.group-team-captain {
 display: inline;
 border: 2px solid #353535;
 background-color: #6a97f7;
}
.fieldgroup.group-team-captain a{
 color: #000;
}

.fieldgroup.group-vice-captain legend{
 padding: 5px;
 border: 2px ridge #fff;
 color: #fff;
 background-color: #000; 
 font-weight: bold;
}
.fieldgroup.group-vice-captain {
 display: inline;
 border: 2px solid #353535;
 background-color: #6a97f7;
}
.fieldgroup.group-vice-captain a{
 color: #000;
}


.fieldgroup.group-captain-message legend{
 padding: 5px;
 border: 2px ridge #fff;
 color: #fff;
 background-color: #000; 
 font-weight: bold;
}
.fieldgroup.group-captain-message {
 display: inline;
 width: 620px;
 border: 2px solid #353535;
 background-color: #dbfaf3;
/* margin-left: 0.5em;*/
}

.fieldgroup.group-important-note legend{
 padding: 5px;
 border: 2px ridge #fff;
 color: #fff;
 background-color: #a50919; 
 font-weight: bold;
}
.fieldgroup.group-important-note {
 width: 850px;
 border: 2px solid #353535;
 background-color: #dbfaf3;
 font-size: 135%;
}

.fieldgroup.group-available-players legend{
 padding: 5px;
 border: 2px ridge #fff;
 color: #fff;
 background-color: #000; 
 font-weight: bold;
}
.fieldgroup.group-available-players {
 float: left;
 margin-right: 0.5em;
 background-color: #b8cdfc;
 border: 2px solid #353535;
}
.fieldgroup.group-available-players a{
 color: #000;
}
.fieldgroup.group-available-players img{

}

.fieldgroup.group-putting-down-mat legend{
 padding: 5px;
 border: 2px ridge #fff;
 color: #fff;
 background-color: #000; 
 font-weight: bold;
}
.fieldgroup.group-putting-down-mat {
 float: left;
/* margin-left: 0.5em;*/
 background-color: #faf999;
 border: 2px solid #353535;
}
.fieldgroup.group-putting-down-mat a{
 color: #000;
}

.fieldgroup.group-taking-out-mat legend{
 padding: 5px;
 border: 2px ridge #fff;
 color: #fff;
 background-color: #000; 
 font-weight: bold;
}
.fieldgroup.group-taking-out-mat {
 float: left;
 margin-right: 0.5em;
 background-color: #faf999;
 border: 2px solid #353535;
}
.fieldgroup.group-taking-out-mat a{
 color: #000;
}

.fieldgroup.group-drinks-snacks legend{
 padding: 5px;
 border: 2px ridge #fff;
 color: #fff;
 background-color: #000; 
 font-weight: bold;
}
.fieldgroup.group-drinks-snacks {
 max-width: 200px;
 font-weight: bold;
 display: inline;
/* margin-left: 0.5em;*/
 background-color: #fefb02;
 border: 2px solid #353535;
}
.fieldgroup.group-drinks-snacks a{
 color: #000;
}

.fieldgroup.group-30-yard-circle legend{
 padding: 5px;
 border: 2px ridge #fff;
 color: #fff;
 background-color: #000; 
 font-weight: bold;
}
.fieldgroup.group-30-yard-circle {
 display: inline;
/* margin-left: 0.5em;*/
 margin-top: 2em;
 background-color: #ddfa99;
 border: 2px solid #353535;
}
.fieldgroup.group-30-yard-circle a{
 color: #000;
}

.fieldgroup.group-boundary-line legend{
 padding: 5px;
 border: 2px ridge #fff;
 color: #fff;
 background-color: #000; 
 font-weight: bold;
}
.fieldgroup.group-boundary-line {
 display: inline;
/* margin-left: 0.5em;*/
 margin-top: 2.1em;
 background-color: #ddfa99;
 border: 2px solid #353535;
}
.fieldgroup.group-boundary-line a{
 color: #000;
}

.fieldgroup.group-team-supplies legend{
 padding: 5px;
 border: 2px ridge #fff;
 color: #fff;
 background-color: #000; 
 font-weight: bold;
}
.fieldgroup.group-team-supplies {
 display: inline;
 margin-left: 5em;
 background-color: #f9e4b3;
 border: 2px solid #353535;
}
.fieldgroup.group-team-supplies a{
 color: #000;
}

.fieldgroup.group-match-balls legend{
 padding: 5px;
 border: 2px ridge #fff;
 color: #fff;
 background-color: #000; 
 font-weight: bold;
}
.fieldgroup.group-match-balls {
 display: inline;
 background-color: #f9e4b3;
 border: 2px solid #353535;
}
.fieldgroup.group-match-balls a{
 color: #000;
}

.fieldgroup.group-scorebook legend{
 padding: 5px;
 border: 2px ridge #fff;
 color: #fff;
 background-color: #000; 
 font-weight: bold;
}
.fieldgroup.group-scorebook {
 display: inline;
 background-color: #f9e4b3;
 border: 2px solid #353535;
}
.fieldgroup.group-scorebook a{
 color: #000;
}

.fieldgroup.group-ground-address legend{
 padding: 5px;
 border: 2px ridge #fff;
 color: #fff;
 background-color: #000; 
 font-weight: bold;
}
.fieldgroup.group-ground-address {
 display: inline;
 width: 600px;
/* margin-left: 0.5em;*/
 border: 2px solid #353535;
 background-color: #dbfaf3;
}
.fieldgroup.group-ground-address a{
 color: #000;
}

.fieldgroup.group-signature {
 display: inline;
 width: 600px;
/* margin-left: 0.5em;*/
 border: 2px solid #353535;
 background-color: #e9e9e9;
}


/*----------------------Game Info--------------------------*/

.fieldgroup.group-home-team legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #fff;
 background-color: #21a84a; 
 font-weight: bold;
}
.fieldgroup.group-home-team {
 display: inline;
 width: 105px;
 border: 2px solid #353535;
 border-radius: 5px;
 background-color: #69ea90;
 font-size: 125%;
 line-height: 125%;
 font-weight: bold;
 text-align: center;
}

.fieldgroup.group-away-team legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #fff;
 background-color: #335299; 
 font-weight: bold;
}
.fieldgroup.group-away-team {
 display: inline;
 margin-left: 2em;
 width: 105px;
 border: 2px solid #353535;
 border-radius: 5px;
 background-color: #b1c8f9;
 font-size: 125%;
 line-height: 125%;
 font-weight: bold;
 text-align: center;
}

.fieldgroup.group-vs {
 display: inline;
 margin-left: 2em;
 border: 1px solid black;
 border-radius: 50%;
 background-color: red;
 font-size: 125%;
 font-weight: bold;
 color: white;
}

.fieldgroup.group-loc legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #000;
 background-color: #e9e9e9; 
 font-weight: bold;
}
.fieldgroup.group-loc {
 border: 2px solid #353535;
 border-radius: 5px;
 background-color: #e9e9e9;
 font-size: 125%;
 line-height: 150%;
}

.fieldgroup.group-practice-detail legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #000;
 background-color: #e9e9e9; 
 font-weight: bold;
}
.fieldgroup.group-practice-detail {
 border: 2px solid #353535;
 border-radius: 5px;
 background-color: #e9e9e9;
 font-size: 125%;
 line-height: 150%;
}


.fieldgroup.group-meeting-detail legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #000;
 background-color: #e9e9e9; 
 font-weight: bold;
}

.fieldgroup.group-meeting-detail {
 border: 2px solid #353535;
 border-radius: 5px;
 background-color: #e9e9e9;
 font-size: 125%;
 line-height: 150%;
}

/*----------------------Game Info End--------------------------*/

/* ----------------------Game Highlights--------------------*/
.fieldgroup.group-game-result legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #000;
 background-color: yellow; 
 font-weight: bold;
}
.fieldgroup.group-game-result {
 width: 200px;
 border: 2px solid #353535;
 border-radius: 5px;
 background-color: #faf2b1;
 font-size: 125%;
 line-height: 125%;
 font-weight: bold;
}

.fieldgroup.group-team-a legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #000;
 background-color: #e9e9e9; 
 font-weight: bold;
}
.fieldgroup.group-team-a {
 display: inline;
 width: 200px;
 border: 2px solid #353535;
 border-radius: 5px;
 background-color: #e9e9e9;
 font-size: 125%;
 line-height: 125%;
 font-weight: bold;
}

.fieldgroup.group-team-b legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #000;
 background-color: #e9e9e9; 
 font-weight: bold;
}
.fieldgroup.group-team-b {
 margin-left: 5px;
 display: inline;
 width: 200px;
 border: 2px solid #353535;
 border-radius: 5px;
 background-color: #e9e9e9;
 font-size: 125%;
 line-height: 125%;
 font-weight: bold;
}

.fieldgroup.group-no-mom legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #000;
 background-color: #dedede; 
 font-weight: bold;
}
.fieldgroup.group-no-mom {
 width: 250px;
 border: 2px solid #353535;
 border-radius: 5px;
 background-color: #dedede;
}
.noMom {
 font-size: 150%;
 font-weight: bold;
}

.fieldgroup.group-mom legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #fff;
 background-color: #a20e0e; 
 font-weight: bold;
}
.fieldgroup.group-mom {
 width: 250px;
 border: 2px solid #353535;
 border-radius: 5px;
 background-image: url("/sites/default/files/webimages/mom-bg-2.jpg"); background-repeat: no-repeat;
 background-size: 100% 100%;
}
.fieldgroup.group-mom a{
 color: white;
}
.field-field-mom-reason {
 text-align: center;
 font-weight: bold;
 font-size: 125%;
 color: #fff;
}
.fieldgroup.group-mom img{
/* margin-left: 6em;*/
 height: 100px;
 width: 100px;
}

.fieldgroup.group-topscorer legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #000;
 background-color: #e9e9e9; 
 font-weight: bold;
}
.fieldgroup.group-topscorer {
 display: inline;
 width: 250px;
 border: 2px solid #353535;
 border-radius: 5px;
 background-color: #e9e9e9;
 font-size: 125%;
 line-height: 125%;
 font-weight: bold;
}

.fieldgroup.group-hsr legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #000;
 background-color: #e9e9e9; 
 font-weight: bold;
}
.fieldgroup.group-hsr {
 display: inline;
 width: 250px;
 border: 2px solid #353535;
 border-radius: 5px;
 background-color: #e9e9e9;
 font-size: 125%;
 line-height: 125%;
 font-weight: bold;
}

.fieldgroup.group-twt legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #000;
 background-color: #e9e9e9; 
 font-weight: bold;
}
.fieldgroup.group-twt {
 display: inline;
 width: 250px;
 border: 2px solid #353535;
 border-radius: 5px;
 background-color: #e9e9e9;
 font-size: 125%;
 line-height: 125%;
 font-weight: bold;
}

.fieldgroup.group-meb legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #000;
 background-color: #e9e9e9; 
 font-weight: bold;
}
.fieldgroup.group-meb {
 display: inline;
 width: 250px;
 border: 2px solid #353535;
 border-radius: 5px;
 background-color: #e9e9e9;
 font-size: 125%;
 line-height: 125%;
 font-weight: bold;
}

.fieldgroup.group-fotd legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #000;
 background-color: #e9e9e9; 
 font-weight: bold;
}
.fieldgroup.group-fotd {
 display: inline;
 width: 250px;
 border: 2px solid #353535;
 border-radius: 5px;
 background-color: #e9e9e9;
 font-size: 125%;
 line-height: 125%;
 font-weight: bold;
}

.fieldgroup.group-stt legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #000;
 background-color: #e9e9e9; 
 font-weight: bold;
}
.fieldgroup.group-stt {
 display: inline;
 width: 250px;
 border: 2px solid #353535;
 border-radius: 5px;
 background-color: #e9e9e9;
 font-size: 125%;
 line-height: 125%;
 font-weight: bold;
}

.fieldgroup.group-gc legend{
 padding: 5px;
 border: 2px solid #353535;
 border-radius: 5px;
 color: #000;
 background-color: #e9e9e9; 
 font-weight: bold;
}
.fieldgroup.group-gc {
 border: 2px solid #353535;
 border-radius: 5px;
 background-color: #e9e9e9;
 font-size: 125%;
 line-height: 150%;
}
/* ----------------------Game Highlights End--------------------*/

.noEvent {
 padding: 5px 5px 5px 10px;
 font-size: 125%;
 line-height: 200%;
 font-style: italic;
 color: red;
}

.details a:link{
 color: red;
 font-style: italic;
}

#block-tagadelic-6 {
 width: 300px;
}

.filtersHeader {
 float: left;
}

.statsTotal {
 float: left;
 padding: 5px;
 background-color: #afddf9;
 border: 2px solid #353535;
 border-radius: 5px;
}
.totalScore {
 float: left;
 color: white;
 font-weight: bold;
 font-size: 125%;
 background-color: #353535;
 padding: 0px 3px;
 border-radius: 5px;
}
.totalStrRate {
 float: left;
 margin-left: 0.5em;
 color: white;
 font-weight: bold;
 font-size: 125%;
 background-color: #353535;
 padding: 0px 3px;
 border-radius: 5px;
}
.totalBatAverage {
 float: left;
 margin-left: 0.5em;
 color: white;
 font-weight: bold;
 font-size: 125%;
 background-color: #353535;
 padding: 0px 3px;
 border-radius: 5px;
}
.totalWkts {
 float: left;
 margin-left: 0.5em;
 color: white;
 font-weight: bold;
 font-size: 125%;
 background-color: #353535;
 padding: 0px 3px;
 border-radius: 5px;
}
.totalEcoRate {
 float: left;
 margin-left: 0.5em;
 color: white;
 font-weight: bold;
 font-size: 125%;
 background-color: #353535;
 padding: 0px 3px;
 border-radius: 5px;
}
.totalBowlAverage {
 float: left;
 margin-left: 0.5em;
 color: white;
 font-weight: bold;
 font-size: 125%;
 background-color: #353535;
 padding: 0px 3px;
 border-radius: 5px;
}

.totalwktsHighlight {
 background-color: #1d3861;
 color: white;
 padding: 2px;
}
.totalrunsHighlight {
 background-color: #3f7f16;
 color: white;
 padding: 2px;
}

.top5 {
 border: 2px solid #353535;
 border-radius: 10px;
 padding: 10px;
 margin-bottom: 5px;
}

.mostRuns {
 font-size: 200%;
 font-weight: bold;
 padding-left: 10px;
}
.mostRuns img{
 float: left;
 padding-right: 10px;
}
.topSR {
 font-size: 200%;
 font-weight: bold;
 padding-left: 10px;
}
.topSR img{
 float: left;
 padding-right: 10px;
}
.topAVR {
 font-size: 200%;
 font-weight: bold;
 padding-left: 10px;
}
.topAVR img{
 float: left;
 padding-right: 10px;
}
.mostWkts {
 font-size: 200%;
 font-weight: bold;
 padding-left: 10px;
}
.mostWkts img{
 float: left;
 padding-right: 10px;
}
.bestER {
 font-size: 200%;
 font-weight: bold;
 padding-left: 10px;
}
.bestER img{
 float: left;
 padding-right: 10px;
}
.bestAVR {
 font-size: 200%;
 font-weight: bold;
 padding-left: 10px;
}
.bestAVR img{
 float: left;
 padding-right: 10px;
}

.mvpClub img{
 float: left;
 margin-right: 5px;
}
.mvpClub {

}

.roundedBg{
 border: 2px solid #dedede;
 padding: 3px;
}

.momBlock img {
 float: left
}
.momBlock {
 padding-left: 5px;
}
.momGames {
 background-color: #353535;
 color: #fff;
 font-size: 85%;
 border-radius: 10px;
}
.aholderGames {
 padding-top: 10px;
 font-size: 85%;
}
.achievementBatting {
 background-color: #48941c;
 color: white;
 border-radius: 5px;
}
.falconsScore {
 display: block;
 font-weight: bold;
 background-color: #84d4f9; 
}
.falconsHeading {
 background-color: #06acfa;
 color: #000;
 padding-left: 5px;
}
.centurionScore {
 display: block;
 font-weight: bold;
 background-color: #afea8d;
}
.centurionHeading {
 background-color: #4aa317;
 color: #000;
 padding-left: 5px;
}
.achievementBowling {
 background-color: #1f61ae;
 color: white;
 border-radius: 5px;
}
.goldenArmScore {
 display: block;
 font-weight: bold;
 background-color: #fae98f;
}
.goldenArmHeading {
 background-color: #ffd700;
 color: black;
 padding-left: 5px;
}

.drinks {
 background-color: #353535;
 color: #fff;
 padding: 5px;
 font-size: 125%;
}

.videoThumb {
 width: 150px;
}
.videoTitle {
 padding: 2px;
 background-color: #353535;
 color: white;
}

.fieldgroup.group-host-by legend{
 padding: 5px;
 border: 2px ridge #fff;
 border-radius: 5px;
 color: #fff;
 background-color: #000; 
 font-weight: bold;
}
.fieldgroup.group-host-by {
 width: 250px;
 font-weight: bold;
 background-color: #e5e5e5;
 border: 2px ridge #000;
 border-radius: 5px;
}

.fieldgroup.group-tournament-details legend{
 padding: 5px;
 border: 2px ridge #fff;
 border-radius: 5px;
 color: #fff;
 background-color: #000; 
 font-weight: bold;
}
.fieldgroup.group-tournament-details {
 background-color: #fff;
 border: 2px ridge #000;
 border-radius: 5px;
}

.statsLink a:link {
 color: #fff;
 background: #25A6E1;
 background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
 background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
 background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
 background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
 background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
 background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
 padding:8px 13px;
 font-size:17px;
 border-radius:4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 border:1px solid #1A87B9
}
.statsLink a:hover {
 background: #086995;
 text-decoration: none;
}
.statsLink a:active {
 text-decoration: none;
 color: #dedede;
}
.statsLink a:visited {
 text-decoration: none;
 color: #fff;
}

.blogFrontBlock {

}