/* Begin WEBLAB FIXED STYLES */
.WL_FIXED_PollOuterContainer
{
    width: 297px;
    height:400px;
   background-color:White;
}

.WL_Fixed_PollContainer
{
    font-family:Arial;
        background-color:White;
}

.WL_FIXED_AnswerContainer
{
    width: 100%;
   
     background-color:White;
}

.WL_FIXED_ResultContainer
{
    width: 100%;
     background-color:White;
}

/* CHat Countdown Event */

.WL_FIXED_ChatCountdownContainer
{
    width:300px;
    height: 238px;
    padding-top:10px;
    font-family: arial;
}

/* CHAT NOW */

.WL_FIXED_ChatCountdownContainer_NOW
{
    width:300px;
    height: 238px;
    padding:7px;
    background-image: url(/Published/90/Resources/images/TME/CountDownNewBG_NOW.jpg);
    background-repeat:no-repeat;
    font-family: arial;
}

/*.WL_FIXED_ChatCountdownContentContainer_Content_Click h4
{
    margin-top:2px;
}*/

.WL_FIXED_ChatCountdownContainer_PreviewPanel
{
    height:110px;
    overflow:auto;
    font-size:10px;
    width:278px;
    margin-left:5px;
}

.WL_FIXED_ChatCountdownContainer_PreviewPanel .question
{
    color:Red;
}

.WL_FIXED_ChatCountdownContainer_PreviewPanel .answer
{
    color:Black;
}

/* CHAT OTHER VIEWS */

.WL_FIXED_ChatCountdownContainer_NEXT
{
   width:292px;
    height: 241px;
    padding:7px;
    background-image: url(/Published/90/Resources/images/TME/CountDownNewBG_NEXT.jpg);
    background-repeat:no-repeat;
    font-family: arial;
}

.WL_FIXED_ChatCountdownContainer_SOON
{
    width:292px;
    height: 241px;
    padding:7px;
    background-image: url(/Published/90/Resources/images/TME/CountDownNewBG_SOON.jpg);
    background-repeat:no-repeat;
    font-family: arial;
}




.WL_FIXED_ChatCountdownContentContainer_Image
{
    float: left;
    padding: 2px;
    border: solid 1px #ddd;
    margin-left:10px;
    margin-top:5px;
}

.WL_FIXED_ChatCountdownContentContainer_Image img
{
width:85px;
height:102px;

}


.WL_FIXED_ChatCountdownContentContainer_Content
{
    float: left;
    margin-left: 5px;
    text-align: center;
    width:170px;
font-family: arial;
}

.WL_FIXED_ChatCountdownContentContainer_Content strong
{
text-transform: uppercase;
font-size:11px;
}

.WL_FIXED_ChatCountdownContentContainer_Content h3
{
    color: Black;
    text-transform: uppercase;
font-size: 18px;
font-weight: bold;
font-family: arial;
}

.WL_FIXED_ChatCountdownContentContainer_Content h4
{
    color: #014363;
    font-size:14px;
font-family: arial;
font-weight: normal;
}

.WL_FIXED_ChatCountdownContentContainer_Content_Timer
{
 color: #014363;
}

.WL_FIXED_ChatCountdownContentContainer_Content_Click
{
    position: absolute;
    margin-left:40px;
    margin-top:186px;
    z-index:999;
    color: White;
}

.WL_FIXED_ChatCountdownContentContainer_Content_Click_Highlight
{
    color:#ff3b01;
}

.WL_FIXED_ChatCountdownContentContainer_Content_Click a:link, a:hover, a:visited, a:active
{
    color: white;
    text-decoration: none;
font-family: arial;
font-weight: bold;
}/* End Chat Event Countdown */


.WL_Fixed_ChatEventScheduleLatest_IFRAME
{
    width: 100%;
    height:147px;
    background-color: White;
}

.WL_Fixed_ChatEventScheduleTable_IFRAME
{
    /*width: 100%;*/
    font-size:11px;
    background-image: url(/Published/90/Resources/images/TME_SiteCoreImages/chatIFRAMEBG_Offline.gif);
    background-repeat:no-repeat;
    height:145px;
    margin-left:8px;
    margin-top:10px;
}

.WL_Fixed_ChatEventScheduleTable_IFRAME_Online
{
    /*width: 100%;*/
    font-size:11px;
    background-image: url(/Published/90/Resources/images/TME_SiteCoreImages/chatIFRAMEBG_Online.gif);    background-repeat:no-repeat;
    height:147px;
    margin-left:8px;
    margin-top:10px;
}

.WL_Fixed_ChatEventScheduleTable_IFRAME_BloggerScreenName
{
    color:Red;
    font-size:16px;
}

.WL_Fixed_ChatEventScheduleTable_IFRAME_EventSubject
{
    color:Black;
    font-size:12px;
    font-weight: bold;
}

.WL_Fixed_ChatEventScheduleTable_IFRAME_startDate
{
    color:Red;
    font-size:16px;
}

.WL_Fixed_ChatEventScheduleTable_IFRAME_countDownText
{
    color:Red;
    font-size:13px;
}

.WL_Fixed_ChatEventScheduleTable_IFRAME_ProfilePic
{
   width: 83px;
   height:100px;
   padding:2px;
   border: solid 1px #ddd;
   margin-top:10px;
}

.WL_Fixed_ChatEventScheduleTable
{
    width: 100%;
    font-size:11px;
}

.WL_Fixed_ChatEventScheduleTableHeader
{
    background-color:#eee;
    font-weight: bold;
}

.WL_Fixed_ChatEventScheduleTableRow
{
    color:#333;
    border-bottom: dotted 1px #ddd; 
}

.WL_Fixed_ChatEventScheduleTableRow a
{
    color: Red;
}
    /* Page Title */
	    .WLFixed_Title
	    {
	     font-size: 1.2em;
	     color: red;
	    }

	    .WLFixed_UpdatedText
	    {
	     font-size: 60%;
	     color: black;
	     font-style: italic;
	    }
    /* Page Title Ends */

    /* Breadcrumb style */
	    .WLFixed_BreadLink
	    {
		    color: red;
	    }
    /* End Breadcrumb style */

    /* Sub Navigation Link List */
        .WL_Fixed_SubNavListItem
        {
            color: Red;
        }
        
        .WL_Fixed_SubNavListItem a
        {
           color: Green; 
        }
    /* End Sub Navigation Link List */

    /* Simple Feedback From */
	    .WLFixed_SimpleForm_Container
	    {
		    position: relative;
		    margin-left: 10px;
	    }

	    .WLFixed_SimpleForm_Text
	    {
		    width: 250px;
		    display:inline-block;
		    color: black;
	    }

	    .WLFixed_SimpleForm_TextBox
	    {
		    width:100px;
		    font-size:80%;
	    }

	    .WLFixed_SimpleForm_MultiBox
	    {
		    width: 350px;
		    font-size: 80%;
		    height:50px;
	    }

	    .WLFixed_ContactUsButton
	    {
		    background-color: Black;
		    color: Green;
		    padding: 2px;
		    border: solid 1px gray;
		    margin-right: 2px;
	    }
    /* Simple Feedback From Ends */

    /* LanguageInserts Start */
	    #WL_LangSel
	    {
		    border: solid 1px white;
	    }

	    #WL_LangSel li
	    {
		    background-color: White;
		    color: Green;
		    display:inline;
		    margin-right: 20px;
		    padding:3px;
		    border: dotted 1px blue;	
	    }

	    #WL_LangSel li a
	    {
		    font-weight: bold;
	    }
    /* LanguageInserts Ends */

    /* News Articles */
	    .WLFixed_NewsArticleListItem
	    {
	    }

	    .WLFixed_NewsArticleLabelTitle
	    {
	    }

	    .WLFixed_NewsArticleLabelPublished
	    {
	    }

	    .WLFixed_NewsArticleReadLink
	    {
	    }
    /* End News Articles */

    /* Start RSS Feeder */
    .WLFixed_RSSContainer
        {
            overflow: auto;
            height: 200px;
            width: 150px;
            border: solid 1px black;
            padding: 5px;
            position: relative;
        }
        
	    .WLFixed_RSSLink
	    {
		    clear:both;
		    color: Red;
	    }

	    .WLFixed_RSSPublishedDate
	    {
		    clear:both;
		    color: Black;
		    font-size: smaller;
	    }

	    .WLFixed_RSSContent
	    {
		    clear:both;
		    color:Green;
	    }
	    .WLFixed_TickerText
	    {
		    color: Red;
	    }
    /* End RSS Feeder */

    

    /* Image Gallery */

    .WL_Fixed_GalleryImageContainer
    {
        width:180px;
        float: left;
        background-color: White;
    }

    .WL_Fixed_GalleryImageContainer_Link
    {
        color: Red;
    }

    /* End Gallery Container */

    /* Commerce Container */
    .WLFixed_CommerceModule
    {
        width: 500px;
        height: 500px;
    }

    /* End Commerce Container */
    
    /* Retailer Locator */
    .WLFixed_RetailerLocatorContainer
    {
        width: 600px;
        height: 450px;
    }
    
    .WL_Fixed_retButton
    {
       background-color: Black;
		    color: Green;
		    padding: 2px;
		    border: solid 1px gray;
		    margin-right: 2px;  
    }
    
    .WLFixed_RetailerSearchContainer
    {
        background-color:#eee;
        border: solid 1px black;
        padding: 2px;
         background-color:#eee;
          width: 99%; 
    }
    
    .WLFixed_RetailerLocatorResultsContainer
    {
        width: 99%;
        height: 250px;
       
    }
    
    .WLFixed_RetailerLocatorResultsContainer_BrandLogo
    {
        margin-right: 5px;
        border: none;
        
    }
    
    .WLFixed_RetailerLocatorResultsContainer_ResellerName
    {
        font-size: larger;
        color: Black;
    }
    
     .WLFixed_RetailerLocatorResultsContainer_ResellerAddress
    {
        color: #222;
    }
     .WLFixed_RetailerLocatorResultsContainer_ResellerLocation
    {
        color: Red;
    }
    
    .WLFixed_RetailerLocatorResultsContainer_Link
    {
        color: Red;
        text-decoration: underline;
    }
    
    .WL_FIXED_RetailerCard_Table
    {
        table-layout:auto;
    }
    
    .WLFixed_RetailerLocatorCardContainer
    {
        background-color: #eee;
          font-size: 0.7em;
    }
    
    .WL_FIXED_RetailerCard_Table_HeaderRow
    {
        border: solid 1px black;
        font-size: 1.2em;
        color: white;
          background-color: Orange;
    }
    
     .WL_FIXED_RetailerCard_Table_Cell_ResellerImage
    {
        background-color: #eee;
    }
    
     .WL_FIXED_RetailerCard_Table_Cell_ResellerInfo
    {
        background-color: White;
        color: Black;
        font-weight: bold;
        margin-left: 15px;
    }
    
    .WL_FIXED_RetailerCard_Table_BrandsRow
    {
        border: solid 1px black;
        background-color: White;
    }
    
    .WL_FIXED_RetailerCard_Table_FooterRow
    {
        border: solid 1px black;
          color: white;
          background-color: Orange;
    }
    
    /* End Retailer Locator */
    
    /* Start Site Maps */
	.WL_SiteMapOuterContainer
	{
		 width: 100%;
	}

	.WL_SiteMapInnerContainer
	{
		 background-color: #eee;
	}

	.WL_SiteMapInnerContainer li
	{
	  list-style: none;
	}

	.WL_SiteMapInnerContainer a:link, a:visited, a:active
	{
	 color: red;
	}

	.WL_SiteMapInnerContainer a:hover
	{
	color: blue;
	}
	
	.WL_SiteMapInnerContainer h5 /*Used as the SiteMap Category Header */
	{
	color: blue;
	}

/* End Site Maps */


/* End WEBLAB FIXED STYLES */



/* Begin core CSS Element Style */
    body
    {
        font-family: Verdana;
        font-size: 0.8em;
        font-weight: normal;
        text-align: left;
        margin: 0px;
        text-align: left;
        background-color: white; /*#3d4246;*/

    }

    a
    {
     color: black;
     text-decoration: none;
    }
    
/* End Core Styles */

/* Begin WebLab Branding */

    #WL_Fixed_BrandingFooter
    {
        width: 100%;
        font-size:0.8em;
        text-align:center;
        color: Gray;
	background-color: #E2EDF3;
    }

    #WL_Fixed_BrandingFooter a
    {
        color: Gray;
    }

    .MyThumb
    {
        float: left;
        clear: none;
    }
/* End WebLab Branding */



#BrandingFooter1_pnlBrandingFooter /* news pages hack*/
{
        width: 100%;
        font-size:0.8em;
        text-align:center;
        color: Gray;
	background-color: #e3e3e3;
    }





#MyNewFooter {
	font-size: smaller;
	text-align: center;
	padding-top: 0px;
	background-color: #E2EDF3;
}


#columnLeftFullWidth .topPadding .topPaddingCricketArchive h2 {
	color: #006999;
	font-weight: bold;
	background-color: #B7B7B7;
	background-image: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/* CSS to control the member area login */
 
.WLFIXED_pnlMemberFloatContainer
{
                width:100%;
                height: 100%;
                position: absolute;
                top:0px;
                left: 0px;
                background-image: url(/Published/90/Resources/Images/TME_SiteCoreImages/transDark.png);
                background-repeat:repeat;
                float: left;
                text-align: center;
                z-index:9999;
}
 
.WLFIXED_pnlMemberFloatContainerDark
{
                width:100%;
                height: 100%;
                position: absolute;
                top:0px;
                left: 0px;
                background-image: url(/Published/90/Resources/Images/TME_SiteCoreImages/transDark.png);
                background-repeat:repeat;
                float: left;
                text-align: center;
                z-index:9999;
}
.WLFIXED_divMemberPopUpPanelTop {
	height: 30px;
	background-image: url(/Published/90/Resources/Images/TME_SiteCoreImages/border.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.WLFIXED_divMemberPopUpPanelBottom {
	height: 30px;
	background-image: url(/Published/90/Resources/Images/TME_SiteCoreImages/border.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.WLFIXED_divMemberPopUpPanelMiddle {
	background-image: url(/Published/90/Resources/Images/TME_SiteCoreImages/borderMiddle.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
 
.WLFIXED_divMemberPopUpPanel
{
	background-color: Transparent;
	width:537px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 12px;
	margin-top: 150px;
	font-family: Arial, Helvetica, sans-serif;
	border: thick none #FFFFFF;
	margin-bottom: 150px;
}
.WLFIXED_divMemberPopUpPanel table {
	margin-left: 22px;
	margin-right: 22px;
}
 
.WLFIXED_divMemberPopUpPanel h1
{
                font-size:14px;
                color: Black;
                text-decoration: none;
                margin: 0px 0px 5px 0px;
                background-color: white;
}
 
.WLFIXED_divMemberPopUpPanel img
{
}
 
.WLFIXED_divMemberPopUpPanel .logTextTitle
{
	font-size: 12px;
	color: #FF0000;
}
 
.WLFIXED_divMemberPopUpPanel .logText
{
	color:#333;
	display: block;
	width: 220px;
	margin-bottom: 10px;
}
 
.WLFIXED_divMemberPopUpPanel .textBox
{
	border:4px solid #E0E0E0;
	height: 26px;
	width: 212px;
}
 
.WLFIXED_divMemberPopUpPanel .button
{
	border:4px solid #E0E0E0;
	background-color:#CCCCCC;
	color: #333333;
	padding-top: 2px;
	padding-right: 11px;
	padding-bottom: 2px;
	padding-left: 11px;
	margin-right: 15px;
	margin-top: 10px;
}
 
.WLFIXED_divClientMemberContainer
{
}
 
.WLFIXED_divClientMemberContainer a
{
                color: Blue;
                display: block;
}

/* Begin Client Area Admin */
    .WLFixed_ClientMemberAdminContainer
    {
		width:650px;
		height:360px;
    }
    
        .WLFixed_ClientMemberAdminContainer_PageView
        {
			background-color:#eee;
			border: solid 1px #ddd;
			height:295px;
			overflow: hidden;
			margin-bottom: 10px;
        }
        
        .WLFixed_ClientMemberAdminContainer_Button
        {
		border: solid 1px #ddd;
		background-color:#aaa;	
        }
        
        .WLFixed_ClientMemberAdminContainer_TextBox
        {
		border: solid 1px #ddd;
		background-color:white;
	        width:250px;
        }
        
    /* End CLient Area Admin */

/* End WEBLAB FIXED STYLES */





.subscribeButton {
        font-size: 1em;
	color: White;
	display: block;
	background-color: #ff5c00;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 10px;
	width: 290px;
}

#rightColLin {
url(http://www.testmatchextra.co.uk/Published/90/Resources/Images/TME_SiteCoreImages/TableBG.jpg);
	background-position: center 32px;
	background-repeat: repeat-x;
	margin-top: 3px;
}


#WebLab_PageRender #HTMLRender_pnlContainer #MyNewFooter a:hover, a:visited {
	font-weight: normal;
	color: #000000;
}

/* Blog Summary IFRAMES */

.WL_FIXED_Latest4Container
{
    width:340px;
    height:455px;
    font-size:12px;
    font-family: Times New Roman;
    background-image: url(/Published/90/Resources/images/winterhomepage/newsbg.gif);
       /*background-position:-10px;*/
}

.WL_FIXED_Latest4Container .leftCol
{
    float: left;
    width:200px;
    margin:0px 0px 0px 10px;
}
 
.WL_FIXED_Latest4Container .leftCol img
{
   
}
 
.WL_FIXED_Latest4Container .leftCol img .imgTheme
{
    border: solid 2px white;
    width:200px;
}
 
.WL_FIXED_Latest4Container .leftCol h2
{
    font-size:17px;
    color:#006495;
    margin-bottom:10px;
    margin-top:10px;
    font-weight: bold;
}
 
.WL_FIXED_Latest4Container .leftCol h3
{
    font-size:16px;
    margin-bottom:15px;
    color: Black;
    height: 68px;
    display: block;
    overflow: hidden;
    line-height: 17px;
}
 
.WL_FIXED_Latest4Container .rightCol
{
    float: left;
    width: 95px;
    margin:0px 0px 0px 25px;
}
 
.WL_FIXED_Latest4Container .PALabelHeight
{
    height:45px;
    overflow:hidden;
    margin:0px 0px 0px 0px;
    line-height: 12px;
}
 
.WL_FIXED_Latest4Container .rightCol h2
{
    color: Black;
    font-size:11px;
}
 
.WL_FIXED_Latest4Container .rightCol img
{
    width: 90px;
    margin-bottom: 0px;
}
 
/* Event Calendar */
.WL_FIXED_EventCalendarContainer
{
    width:100%;
    height:600px;
}
 
.WL_FIXED_EventListContainer
{
    width:100%;
}
 
.WL_FIXED_EventListContainer li
{
    padding:3px;
    /*border-bottom:dashed 1px #ddd;*/
}



/* +++++++++++++++++++    SKY BETTING NAVIGATION    +++++++++++++++++++++  */
#BetList {
	height: 35px;
	width: 300px;
	margin-bottom: 10px;
	background-image: url(/published/90/resources/images/betListIMG/grey.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#betButtons ul
{
	color: White;
	float: left;
	font-family: arial, helvetica, sans-serif;
}

#betButtons ul li { display: inline; }

#betButtons ul li a
{
	color: White;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	padding-right: 7px;
	height: 25px;
	padding-left: 7px;
}

#betButtons ul li a:hover
{
	color: #fff;
	background-image: url(/published/90/resources/images/betListIMG/greyDrk.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.green {
	background-image: url(/published/90/resources/images/betListIMG/green.jpg);
	background-repeat: repeat;
	background-position: right top;
}
.red {
	background-image: url(/published/90/resources/images/betListIMG/red.jpg);
	background-repeat: repeat;
	background-position: right top;
}
.blue {
	background-image: url(/published/90/resources/images/betListIMG/blue.jpg);
	background-repeat: repeat;
	background-position: right top;
}
.orange {
	background-image: url(/published/90/resources/images/betListIMG/orange.jpg);
	background-repeat: repeat;
	background-position: right top;
}



.RadTabStrip_TME
{
	text-align:center;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight:normal;
}





















