

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/images/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/images/fancybox/fancy_right.png') no-repeat; 
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_right.png) repeat-x;
}

﻿body {color: #000000;line-height:140%;font-family: Georgia, "Times New Roman", Times, serif;font-size:0.9em;}
a, a:visited {color: #F70;}
a:hover {color:#C60;}
.stat {margin:0em;}
.stat label {font-weight: bold;}

/* RATER PLUGIN */
.ui-rater>span {vertical-align:top;}
.ui-rater-rating {margin-left:.8em;}
.ui-rater-starsOff, .ui-rater-starsOn {display:inline-block; height:18px; background:url(/images/stars.png) repeat-x 0 0px; behavior: url(/css/iepngfix.htc); border:none;}

* html .inset-header .ui-rater-starsOff, * html .inset-header .ui-rater-starsOn { background:url(/images/stars.gif) repeat-x 0 0px; behavior:url(/css/iepngfix.htc); }

.ui-rater-starsOn {display:block; max-width:90px; top:0; background-position: 0 -36px; border:none}
.ui-rater-starsHover {background-position: 0 -18px!important;}




/* -- 3rd Sense -------------------------------------------------

   DEFAULT STYLESHEET
   -- version: 1.0 [older browsers only (IE4 and older, NetscapeX, .... ]
   -- author: enter name
   -- contact: enter contact details
   -- last update: enter last date
   

------------------------------------------------------------------- */
* { padding: 0; margin: 0; }

/***** GLOBAL RESET *****/
body {
	line-height: 1;
	color: black;
	background: white;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

/*ul,ol,li,*/
table { border-collapse: collapse; border-spacing: 0; } 

caption, th, td {
	text-align: left;
	font-weight: normal;
}

fieldset,img { border: 0; } 

/*ol,ul { list-style:none; } 
ol,ul { padding: 5px 0 5px 20px; }
caption,th { text-align: left; }*/
q:before,
q:after { content:''; } 
abbr,acronym { border: 0; }




/* -- 3rd Sense -------------------------------------------------

   DEFAULT STYLESHEET
   -- version: 1.0 [older browsers only (IE4 and older, NetscapeX, .... ]
   -- author: enter name
   -- contact: enter contact details
   -- last update: enter last date
   

------------------------------------------------------------------- */
p {
padding-bottom:10px;
}

body {
			font: 12px/1.4 arial, helvetica, sans-serif;
		}

/*** HEADERS ***/
h1, h2, h3, h4, h5 { color: #95a800;  font-weight: bold; display: block; margin: 0;  }

		/*** HEADINGS ***/
		/* Colours Set in Individual Site Stylesheets */
		h1 { font-size:27px; padding: 0 0 0 0; }
		h2 { font-size:24px; padding: 0 0 3px 0; }
		h3 { font-size:21px; padding: 0 0 2px 0; }
		h4 { font-size:18px; padding: 0 0 1px 0; }
		h5 { font-size:15px; padding: 0 0 0 0; }
		h6 { font-size:12px; padding: 0 0 0 0; }


/*** FONT SIZES ***/
		.copy_XS 			{ font-size:10px; }
		.copy_S 			{ font-size:11px; }
		.copy_L 			{ font-size:15px; }
		.copy_XL 			{ font-size:18px; }
		.copy_XXL 			{ font-size:21px; }
		.copy_XXXL			{ font-size:24px; }
		.copy_XXXXL 		{ font-size:27px; }

		/*** LINKS ***/
				
				/* Standard Link */
				a, a:visited {color: #95a800; font-weight: bold; text-decoration:none;}
				a:hover {color: #95a800; font-weight: bold; text-decoration: underline; }
				
/*** LINKS ***/
a.link_white   { color: #fff; }
a.link_black   { color: #660; }
a.link_orange { color: #df9827; }
a.link_green   { color: #99e92f; }

/*** FONT POSITION ***/
.text_left { text-align: left; }
.text_right { text-align: right; }

/*** LINE BREAK ***/
hr {
background:#FFFFFF none repeat scroll 0 0;
border-color:#c6c6c6;
border-style:dotted none none;
border-width:1px medium medium;
clear:both;
height:1px;
margin:10px 0;
padding:0;
}

/** COPY_CAPS **/
.copy_caps {
	text-transform: uppercase;
	}

/* -- 3rd Sense -------------------------------------------------

   DEFAULT STYLESHEET
   -- version: 1.0 [older browsers only (IE4 and older, NetscapeX, .... ]
   -- author: enter name
   -- contact: enter contact details
   -- last update: enter last date
   

------------------------------------------------------------------- */


/*** GLOBAL POSITIONING ***/
.clear { clear: both; }
	.clear hr { display: none; }
.clear_left { clear: left; }
.cear_right { clear: right; }
	
 .error { background: #ffe1e1; border: 1px solid #ff8383; overflow: auto; padding: 5px; text-align: left; width: 98%; }
	
/*** FLOATS ***/
.float_left { position: relative; float: left; }
.float_right { position: relative; float: right; }

/*** Text Aligns **/
.center {	text-align:center;}
.left { text-align: left; }
.right{ text-align: right; }


/*** IMAGES ***/
.img_noBorder { border: none; }


/*** GLOBAL WIDTHS ***/
.row { clear: both; width: 100%; }

.col,
.col_60,
.col_200,
.col_320 ,
.col_300,
.col_400,
.col_600,
.col_980  { 
	display: inline;
	float: left;
	}
	
.col_60 { width: 60px; }	
.col_200 { width: 200px; }
.col_300 { width: 300px; }
.col_320 { width: 320px; }
.col_530 { width: 530px; }
.col_600 { width: 610px;}
.col_980 { width: 980px; }


/*** GLOBAL PADDING ***/
.pad_0 { padding: 0; }
.pad_5 { padding: 5px; }
.pad_10 { padding: 10px; }
.pad_15 { padding: 15px; }
.pad_20 { padding: 20px; }

.pad_T_5 { padding-top: 5px; }
.pad_T_10 { padding-top: 10px; }
.pad_T_15 { padding-top: 15px; }
.pad_T_20 { padding-top: 20px; }

.pad_B_5 { padding-bottom: 5px; }
.pad_B_10 { padding-bottom: 10px;}
.pad_B_15 { padding-bottom: 15px; }
.pad_B_20 { padding-bottom: 20px; }

.pad_TB_5 { padding: 5px 0 ; }
.pad_TB_10 { padding: 10px 0; }
.pad_TB_15 { padding: 15px 0; }
.pad_TB_20{ padding: 20px 0; }

.pad_RL_10 { padding: 0 10px; }
.pad_RL_20 { padding: 0 20px; }

/*** MARGINS ***/
.margin_L_10 { margin-left: 10px; }
.margin_R_10 { margin-right: 10px; }
.margin_B_10 { margin-bottom: 10px; }
.margin_T_10 { margin-top: 10px; }
.margin_RB_10 { margin: 0 10px 10px 0; }


/*** BORDERS ***/
.border_T { border-top: 1px dashed; }
.border_B { border-bottom: 1px dashed; }
.image_border { border: 1px solid #C6C6C6; padding: 0; }

/*** list no bollets ***/
.bullet_none{ list-style-type:none; padding:0px; margin:0px; }


	


/* -- A list apart -------------------------------------------------

  Reference - a list apart
  http://www.alistapart.com/articles/slidingdoors/

------------------------------------------------------------------- */

ul#nav li {
	float: left;
	list-style-type: none;
}
  
ul#nav li  a {
	background: url(/images/site_Cricket/left.png) no-repeat left top;
	color: #464e09;
	display: block;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding-left: 15px;
	text-decoration: none;
}

ul#nav li a span {
	background: url(/images/site_Cricket/right.png) no-repeat right top;
	color: #464e09;
	display: block;
	padding: 21px 16px 22px 0;
	text-decoration: none;
}

ul#nav li a:hover {
	background-position: 0 -56px;
}


ul#nav li a.selected, ul#nav li a:hover span {
	background-position: right -56px;
	color: #333;
}

#header ol,#header  ul{
padding:0;
}

/*** BODY SWITCH **/
body#home #nav li.home a {
background-position: 0 -56px;
}
body#home ul#nav li.home a span {
	background-position: right -56px;
	}
	
body#about #nav li.about a {
background-position: 0 -56px;
}
body#about ul#nav li.about a span {
	background-position: right -56px;
	}
	
body#quiz #nav li.quiz a {
background-position: 0 -56px;
}
body#quiz ul#nav li.quiz a span {
	background-position: right -56px;
	}
	
body#blog #nav li.blog a {
background-position: 0 -56px;
}
body#blog ul#nav li.blog a span {
	background-position: right -56px;
	}
	
body#news #nav li.news a {
background-position: 0 -56px;
}
body#news ul#nav li.news a span {
	background-position: right -56px;
	}
	
body#calendar #nav li.calendar a {
background-position: 0 -56px;
}
body#calendar ul#nav li.calendar a span {
	background-position: right -56px;
	}
	
body#partner #nav li.partners a {
background-position: 0 -56px;
}
body#partner ul#nav li.partners a span {
	background-position: right -56px;
	}


/***** GLOBAL FORM STYLES *****/

		/*** Form Row - Default and Error ***/
		.form_standard .form_row, .form_standard .form_row_error, .form_standard .form_row_approved { margin: 0 0 10px 0; }

		/*** Form Field ***/
		.form_standard .form_field { margin: 0 10px 0 0; }
		
				/*** Label ***/
				.form_standard label { margin: 0 0 2px 0; }
				
				/*** Input, Select and Textarea ***/	
				.form_standard input, .form_standard select, .form_standard textarea { margin: 0 5px 0 0; padding: 2px 3px 2px 3px; }
				
				/*** Checkbox Layout - Label and Input Styles ***/
				.form_standard .form_row .form_field_checkbox input { display: inline; margin: 0 5px 0 0; padding: 0 0 0 0; }
				.form_standard .form_row .form_field_checkbox label { display: inline; }

		/*** Note and Error ***/
		.form_standard .form_error { margin: 2px 0 0 10px; color: #ca3000; font-size: 11px;}

/***** FORMS - ELEMENTS *****/
form { margin: 0; padding: 0; float: left;}

		/*** Form Row - Default and Error ***/
		.form_row, .form_row_error, .form_row_approved { display: block; width: 100%; float: left; clear: left; }
				
				/*** Field ***/
				.form_field { display: inline; float: left; }
				
				/*** Label - Default and Error ***/
				label {
					display: block;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					font-weight: bold;
				}
				
				/*** Input, Select and Textarea - Default ***/
				input,
				select,
				textarea {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
				}
				
				optgroup { font-style:normal; font-weight:bold; }
				
				option { margin-left: 10px; }
				
				/*** hr - Form Divide ***/
				.form_row hr { width:400px; border-top: 1px dashed #333333; background-color:#FFFFFF; color:#FFFFFF; }
				
				/*** Form Note - Default ***/
				.form_note { margin: 2px 0 0 10px; width: 100%; position: relative; float: left; clear: both; }
				
				/*** Form Note - Error ***/
				.form_error {
					width: 100%; position: relative; float: left; clear: both;
				}
				/*** Form Note - Aproved ***/
				.form_approved {
					width: 100%; position: relative; float: left; clear: both;
				}
				
/***** FORM - SMALL *****/
form.form_S input,
form.form_S select	{ font-size: 12px; }


/*** Search ***/

.bt_search {
background:transparent url(../images/site_Cricket/buttons/bt_go.gif) repeat scroll center bottom;
border:medium none;
height:23px;
width:35px;
}

#query1 {
display:inline;
float:left;
height:17px;
margin:0 0 0 0;
padding-top:3px;
width:140px;
}


/*** Login Header ***/	

#header_login label { 
	color: #808080; 
	display: inline; 
	float: left; 
	font-size: 11px; 
	font-weight: normal; 
	line-height: 40px;
	width: auto; 
	}
	* html #header_login label  {}
#header_login input { 
	border: 1px solid #bbb; 
	display: inline; 
	float: left; 
	margin: 10px 10px 0 5px; 
	padding: 1px; 
	width: 70px;  
	}
		#header_login input.checkbox { border: none; margin-top: 13px; width: 12px; }
		* html #header_login input.checkbox { margin-top: 0; }
		* + html #header_login input.checkbox { margin-top: 11px; }
		
#header_login #user-status { font-size: 11px; float: left; margin-right: 10px;}
#header_login #user-status  span { color: #404040; }


#header_login .forgot_pass { float: left; font-size: 11px;  display: inline;  margin: 1px 0 0 5px;}
						#header_login .button_login {
							background: url(/images/site_Cricket/buttons/bt_login.gif) top;
							border: none;
							cursor: pointer;
							display: inline; 
							float: left; 
							height: 20px;
							margin: 10px 8px 0 8px;
							width: 40px;
							
						}
						#header_login .button_login:hover {
							background: url(/images/site_Cricket/buttons/bt_login.gif) bottom;
							border: none;
							cursor: pointer;
							display: inline; 
							float: left; 
							height: 20px;
							width: 40px;
						}
						
.form_button {
	background:transparent url(/images/site_Cricket/buttons/form_button.gif) repeat scroll center top;
	border:none;
	color: #464E09;
	cursor:pointer;
	display:block;
	font-weight:bold;
	height:30px;
	margin:0;
	outline-style:none;
	outline-width:0;
	width:110px;
	}
	.form_button:hover {
	background:transparent url(/images/site_Cricket/buttons/form_button.gif) repeat scroll center bottom;
	}
	

/* -- 3rd Sense -------------------------------------------------

   DEFAULT STYLESHEET
   -- version: 1.0 [older browsers only (IE4 and older, NetscapeX, .... ]
   -- author: enter name
   -- contact: enter contact details
   -- last update: enter last date
   

------------------------------------------------------------------- */

/*** GENERAL ***/

body { 
	background: url(/images/site_Cricket/background.jpg); 
	color: #666;
	text-align: center; 
	width: 100%;
	}
	
#wrapper { 
	margin: 0 auto; 
	text-align: left; 
	width: 1000px; 
	}
.content { }


/*** HEADER ***/

#header { background:#FF0000; background: url(/images/site_Cricket/header_bg.jpg) no-repeat; }

.header_site { 
	clear: both;
	color: #574e09;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	padding: 0px 30px;
	width: 940px;
	}
	.header_site a, .header_site a:visited {color: #574e09; text-decoration:none; text-transform: uppercase;}
				.header_site a:hover {color: #574e09; text-decoration: underline; text-transform: uppercase;}
	
.header_banner  { clear: both; padding: 10px; height: 98px; width: 980px;}
																		
.leaderboard_div  { 
	background:  #CCCCCC;
	float: right;
	height: 90px;
	margin-right: 5px; 
	right: 120px;
	width: 728px; 
	}
	
.header_primary { clear: both;}

#main_nav {
	padding: 0 15px;
	height: 56px;
	overflow: hidden;
	}


	
.header_member_panel {
	background: url(/images/site_Cricket/crumb_bg.png);
	color: #535353;
	height: 40px;
	line-height: 30px;
	padding: 0px 30px;
	position: relative;
	overflow: hidden;
	}
	
	#header_login { 
	display: relative;
	line-height: 40px;
	}
	
		#header_login a, #header_login a:visited {color:#404040; text-decoration:none; font-weight: normal;}
				#header_login a:hover {color: #404040; text-decoration: underline;  font-weight: normal;}

.bread_crumb {
	background: url(/images/site_Cricket/panel_white.png);
	color: #535353;
	height: 30px;
	line-height: 30px;
	overflow:hidden;
	padding: 0px 30px;
	position: relative;
	text-transform: uppercase;
	width: 940px;
	}

#search_nav  {
	float: right;
	}

ul#header_crumb  { 
	display: block; 
	}
	ul#header_crumb li  { 
		display: inline; 
		float: left; 
		margin-right: 3px; 
		}
		ul#header_crumb li.last  {}
		ul#header_crumb li a { color: #4d4400;}
		
		 .bt_share {
		position:absolute;
		right:30px;
		top:5px;
		}

	
/*** MAIN CONTENT ***/

#main_content { }

.panel_white {
	background: url(/images/site_Cricket/panel_white.png) repeat-y;
	padding: 0 30px 15px 30px;
	width: 940px;
	}
	.panel_white  .grey {
	background: #f2f2f2;
	}

.col_320 .panel_white_top {
	background: url(/images/site_Cricket/panel_white_320.jpg) no-repeat;
	height: 12px;
	width: 320px;
	}
	
.col_320 .panel_white {
	background: url(/images/site_Cricket/panel_white_320_bg.jpg) repeat-y;
	padding:0;
	width: 320px;
	}
	
.col_320 .panel_white_bottom {
	background: url(/images/site_Cricket/panel_white_320.jpg) no-repeat bottom;
	height: 12px;
	padding: 0;
	width: 320px;
	}
	
	
.panel_white_bottom {
	background: url(/images/site_Cricket/panel_white_bottom.png) no-repeat; 
	height: 15px;
	padding: 0 30px;
	width: 940px;
	}
	
/** BLOG HOME **/
.blog_nav {
	background: #f2f2f2;
	color: #95a800;
	padding: 5px 15px;
	margin-bottom: 10px;
	margin-top: 0;
	}
	
/**NEWS HOME **/

.news_header {
	background:url(/images/site_Cricket/news_header.jpg) no-repeat; 
	color: #666666;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	padding: 0 15px;
	}
	.news_header h5 {
	color: #474e0b;
	}
	
.news_item {
	background: #f2f2f2;
	border-bottom: 1px dotted #C6C6C6;
	color: #666666;
	height: 15px;
	padding: 5px 15px;

	}
	.news_item .region {
	float: left;
	width: 180px;
	}
	.news_item .topic {
	background: url(/images/site_Cricket/arrow_right.gif) left center no-repeat;
	float: left;
	margin-left: 20px;
	padding-left: 30px;
	}
		.news_item .topic a, .news_item .topic a:hover, .news_item .topic a:visited {
		color: #666666; font-weight: normal;
	}
	
/*** PARTNERS **/	
.partner-category {
	float: left;
	width: 300px;
	}
	.partner-category .title {
	color:#474E0B;
	font-size:16px;
	font-weight:bold;
	margin:0 0 5px;
	padding:0 10px;
	}
	
	.partner-category ul {
	list-style: none;
	}
		
	.partner-category .tier-1 {
		background: #f2f2f2;
		margin-bottom:2px;
		padding:5px 10px;
	}
	.partner-category .tier-2 {
		background: #f2f2f2;
		margin-bottom:2px;
		padding:5px 10px;
	}
	
	.partner-category .tier-2 h5 {	
		font-size: 12px;
	}
.partner_profile {
		width: 210px; overflow: hidden;
		}

/** =Cricket Quiz **/
#main-content.quiz table thead th{ color: #fff; }
#main-content.quiz table tbody td { font-size: 0.9em; }
		
	#high_score_last_week,
	#high_score_this_week,
	#high_score_all_time { float: left; margin-right: 7px; width: 195px; }	
		
		#high_score_last_week table thead tr th { background-color: #f2f2f2; }
		#high_score_this_week table thead tr th { background-color: #f2f2f2; }
		#high_score_all_time table thead tr th { background-color: #f2f2f2; }

		#high_score_last_week table tbody tr.even { background-color: #fff; }
		#high_score_this_week table tbody tr.even { background-color: #fff; }
		#high_score_all_time table tbody tr.even { background-color: #fff; }
			
		#high_score_last_week a.click-more { color: #fdb913; float: right; }
		#high_score_this_week a.click-more  { color: #f71917; float: right; }
		#high_score_all_time a.click-more  { color: #0260b8; float: right; }

	#main-content.quiz hr { clear: both; height: 1px; background-color: #fff; border-color: #f71917; border-style: solid; border-width: 1px 0 0; }
	
/*** Section ***/
#top_list_sections { padding:0px 0px 0px 0px; float:left;}
	
#list_sections a { cursor:pointer}
#list_sections ul { *margin:0; *padding-bottom:0;}
#list_sections ul li { list-style-type:disc;}

ul.section_nav {float:left; padding:20px 40px;}
li.pad_left_20 {list-style-type:none; padding:0px; margin:0px; float:left}

#gallery_image_list li { height: 176px; width: 176px; padding: 0; text-align: center; }	
#gallery_image_list li a,
#gallery_image_list li img { margin: 0 auto; }
.gallery-area .list {
padding:0;
}
#gallery .insetPanel ul { clear: both; }
	#gallery .insetPanel .gallery-area{}


/** LISTS **/
.list {
padding:5px 0 5px 20px;
}

/** LISTS **/
#footer .panel_white ol, #footer .panel_white ul{
padding:0px;
}

/* Block */
.inset { 
	clear: right;
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
	width: 200px; 
	}
	

.inset .insetPanel  {
	background-color:#f2f2f2;
	color: #404040;	
	padding: 5px;
	}
.inset .inset-header {
	background: #ffe100;
	display: block; 
	font-weight: bold;
	padding: 5px;
	}
	.inset .inset-header h4 {
	color: #574e0a;
		float: left;
		font-size: 12px;
		margin: 0; 
		padding: 0;
		}
	.inset .inset-header .stat { 
		display: inline; 
		float: right;
		}
	.inset .insetPanel { 
		margin-bottom: 10px;
		overflow: hidden; 
		padding: 10px;
		}

#video_item_rating_container { 
	margin: 0 0 10px 10px;
	width: 180px; 
	}	
.video_img { display: inline; float: left; margin-bottom: 10px; }
#video_item_rating_container .inset { float: none; }
#video_item_rating_container  #rating.inset { margin: 0; } 


/*** FOOTER ***/

#footer { }

#footer .panel_white a, #footer .panel_white a:visited {color: #574e09; text-decoration:none; font-weight: normal; height: 20px;}
				#footer .panel_white a:hover {color: #574e09; text-decoration: underline; font-weight: normal;}	

.border_B {
border-bottom:1px dotted;
}

	#footer ul.footer { 
		}
		#footer ul.footer li { 
			display: inline; 
			float: left;
			}
			
	#footer .panel_white {
		background: url(/images/site_Cricket/panel_white.png) repeat-y;
		padding: 10px 30px 15px 30px;
		width: 940px;
		}
		
	
.footer_top {
	background: url(/images//site_Cricket/footer_top.png) no-repeat; 
	color: #574e09;
	height: 40px;
	padding: 0 30px;
	width: 940px;
	}
	
	
.footer_bottom {
	background: url(/images//site_Cricket/footer_bottom.png) no-repeat; 
	color: #574e09;
	height: 40px;
	padding: 0 30px;
	line-height: 25px;
	text-transform: uppercase;
	width: 940px;
	}
	.footer_bottom a, .footer_bottom a:visited {color: #574e09; text-decoration:none;}
				.footer_bottom a:hover {color: #574e09; text-decoration: underline; }
				
				
/** BUTTONS **/
					
			/*** BUTTONS ***/	
			a.button_30 {
				display: block;
				height: 30px;
				color: #464E09;
				font-size: 11px;
				font-weight: bold;
				text-align: center;
				text-decoration: none;
				padding-right: 10px;
				background: transparent url(../images/site_Cricket/buttons/button_30_a.gif) no-repeat scroll top right;
				float: left;
			}
					a.button_30 span {
						display: block;
						line-height: 10px;
						padding: 10px 0px 10px 10px;
						background: transparent url(../images/site_Cricket/buttons/button_30_span.gif)  no-repeat;
					}
					a.button_30:hover {
						color: #464E09;
						text-decoration: none;
						background-position: bottom right;
					}
					a.button_30:hover span {
						background-position: bottom left;
					}
					a.button_30:visited { outline: none; }
					
					
/*** TABLES ***/
table th {
padding:5px;
text-align:left;
}

/** Cutom Page **/
#wysiwyg ul {
margin-left: 30px;
}

/**  pagination **/
.pagenumber, .pagenumber_off {
	margin-left: 5px;
}
.pagenumber_on, .pagenumber_on a {
	color:#474E0B;
	margin-left: 5px;
	font-weight: bold;
}


/** generic styles  **/
body { font-family: arial, sans-serif; font-size: 12px; }	
	
.clear { clear: both; }
	.clear hr { display: none; }

.margin_B_10 { margin-bottom: 10px; }	

#partner-include p { margin: 0 0 10px; }

/** local partners specific styles **/
#partner-include h4 { color: #474e0b; font-weight: bold; font-size: 16px; margin: 0 0 10px; padding: 0 10px; }

#partner-include ul { list-style-type: none; margin: 0; padding: 0; }
	#partner-include ul li { border: 1px solid transparent; padding: 0 10px; }
		* html #partner-include ul li { border-color: #fff; }
		#partner-include ul li:hover { border-color: #d5daab; }
		
		#partner-include ul li.odd { background-color: #f2f2f2; }
		
		#partner-include ul li a { color: #555; display: block; text-decoration: none; width: 100%; margin-bottom: 5px;}
		#partner-include ul li a h5 { color: #95a800; font-size: 13px; margin: 5px 0; }
			
.view-more { color: #95a800; float: right; }


* html .header_member_panel {
	background: url(/images/site_Cricket/gif/crumb_bg.gif);
	}
* html .bread_crumb {
	background: url(/images/site_Cricket/gif/panel_white.gif) repeat-y;
	}

* html .panel_white {
	background: url(/images/site_Cricket/gif/panel_white.gif) repeat-y;
	}
	
* html .panel_white_bottom {
	background: url(/images/site_Cricket/gif/panel_white_bottom.gif) no-repeat; 
	}


* html #footer .panel_white {	
		background: url(/images/site_Cricket/gif/panel_white.gif) repeat-y;	
		}
	
* html .footer_top {
	background: url(/images/site_Cricket/gif/footer_top.gif) no-repeat; 
	}
		
* html .footer_bottom {
	background: url(/images/site_Cricket/gif/footer_bottom.gif) no-repeat; 
	}
	
/** NAV PRIMARY **/
* html ul#nav li  a {
	background: url(/images/site_Cricket/gif/left.gif) no-repeat left top;
	}


* html ul#nav li a span {
	background: url(/images/site_Cricket/gif/right.gif) no-repeat right top;
	}



#search_box { float: right; float: left; margin-left: 135px; margin-top: 10px;}

#result_report { margin-bottom: 10px; border-bottom: 1px dotteed #d9d9d9; padding-bottom: 10px; z-index: 10000px; }

.SuggestFramework_List
{
	border: 1px solid #A1D4E6;
	border-top: 0;
	margin: 22px 0 0 0px;
	*margin: 22px 0 0 -142px;
	_margin: 22px 0 0 -145px;
	z-index: 10000px;
	
	
}
* + html .SuggestFramework_List { margin: 25px 0 0 -190px; }
* html .SuggestFramework_List { margin: 25px 0 0 -190px; }

	#search_form  .SuggestFramework_List { margin: 0 0 0 92px; }
	* + html #search_form  .SuggestFramework_List { margin: 22px 0 0 -135px; }
	* html #search_form  .SuggestFramework_List { margin: 22px 0 0 -135px; }
	
	
.SuggestFramework_Heading
{
	background-color: #A1D4E6;
	color: #FFF;
	font-weight: bold;
	padding: 1px;
}

.SuggestFramework_Highlighted
{
	background-color: Highlight;
	color: HighlightText;
	padding: 2px;
	text-align: left;
}

.SuggestFramework_Normal
{
	background-color: #f4f4f4;
	color: #164E73;
	padding: 2px;
	text-align: left;
}

.SuggestFramework_Combo
{
	margin: 0; 
	padding: 0;
	width: 100%; 
}