/************  PAGE CLASS  ***********/
body{
	text-align:center;
	margin-top:5px;
}
.blue:link { font:bold 12px Verdana; color:#0643a8; text-decoration:none; }
.blue:visited { font:bold 12px Verdana; color:#0643a8; text-decoration:none; }
.blue:active { font:bold 12px Verdana; color:#0643a8; text-decoration:underline; }
.blue:hover { font:bold 12px Verdana; color:#0643a8; text-decoration:underline; }

.footerlink:link { font:bold 10px Verdana; color:#0643a8; text-decoration:none; }
.footerlink:visited { font:bold 10px Verdana; color:#0643a8; text-decoration:none; }
.footerlink:active { font:bold 10px Verdana; color:#0643a8; text-decoration:underline; }
.footerlink:hover { font:bold 10px Verdana; color:#0643a8; text-decoration:underline; }

.tblBorder{
	border:1px solid gray;
}
.footer {
	background-image:url("../imgNew/gray bottom.png") ;
	height:30px;
}
.imageFont{
	background-image:url("../imgNew/gray top.png") ;
	font:bold 12px Verdana;
	text-transform:uppercase;
	padding-left:35px;
	padding-right:30px;
	height:30px;
}
/***********************************************/
/*************** INDEX PAGE ******************/
.newsLeftBG{
	background-image:url("../imgNew/India.png");
	background-repeat:no-repeat;
	width:215px;
	height:95px;
}
.newRgtBG{
	background-image:url("../imgNew/Australia.png");
	background-repeat:no-repeat;
	width:215px;
	height:95px;
}
.newsLeftBGBig{
	background-image:url("../imgNew/IndiaBig.png");
	background-repeat:no-repeat;
	width:215px;
	height:129px;
}
.newRgtBGBig{
	background-image:url("../imgNew/AustraliaBig.png");
	background-repeat:no-repeat;
	width:215px;
	height:129px;
}
a.infonews{
    position:relative;           /*this is the key*/
    z-index:20; 
	font-family:verdana;
	font-size:11px;
	line-height:12px;
	text-decoration:none;
}

a.infonews:hover {
	z-index:21; 
	background-color:#C4D2DB;
}

a.infonews span{
	   display:none;  /* hide the span text using this css */
}

a.infonews:hover span{ /*the span will display just on:hover state*/
	display:block;
	position:absolute;
	top:2em;       /* offset of the tooltip from the top */
	left:0em;      /* offset of the tooltip from the left */
	width:30em;
	border:1px solid gray; /* border colour */
	background-color:white; /* background colour here */
	color:#000000;         /* text colour */
	text-align:left;
	padding:6px;
	font:normal 10px Verdana;
}
.font_m{
	text-decoration:none;
	font:bold 11px Verdana;
}
/***********************************************/


/****************************   A   ***********************************/
.a_fixture:link { text-decoration:none; color:blue;font-family:verdana;font-size:11px}
.a_fixture:visited { text-decoration:none;color:blue;font-family:verdana;font-size:11px }
.a_fixture:active { text-decoration:none;color:blue;font-family:verdana;font-size:11px }
.a_fixture:hover { color:blue; text-decoration:none;font-family:verdana;font-size:11px}

.article_tle {
	font:bold 12px Verdana;
	color:#0643a8;
	text-align:left;
}
/*******************************************************************/
/****************************   B   ***********************************/

.blankrecord {
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}



.blueNew:link {
	font:bold 12px Verdana;
	color:#0643a8;
	text-decoration:none;
	text-align:right;
}
.blueNew:visited {
	font:bold 12px Verdana;
	color:#0643a8;
	text-decoration:none;
	text-align:right;
}
.blue_new:link {
	font:bold 12px Verdana;
	color:#0643a8;
	text-decoration:none;
	text-align:right;
}
.blue_new:visited {
	font:bold 12px Verdana;
	color:#0643a8;
	text-decoration:none;
	text-align:right;
}


.bfont {
	font:bold 12px Verdana;
	color:#0643a8;
	text-align:left;
}

.bls{
	text-align:left;
	background-repeat:no-repeat;
}
.bgr{
	text-align:right;
	background-repeat:no-repeat;
}

.box_border {
	border-top:2px solid #d5d5d5;
	border-right:2px solid #d5d5d5;
	border-bottom:2px solid #d5d5d5;
	border-left:2px solid #d5d5d5;
}

.btn{
	border-right:black 0px solid; 
	border-top:black 0px solid; 
	border-left:black 0px solid; 
	border-bottom:black 0px solid;
	background-color:white;
	color:black;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;	
	text-decoration:none;	
	width:80px;	
 }
 
.bttn {
	background-image:url("../imgNew/ODI_on.jpg");
	background-repeat:no-repeat;
 }
/*******************************************************************/
/****************************   C   ***********************************/
.cellWeBet{
	background-color:#E6E4E5;
}

.cellWeBetBorder{
	border-color:#C2C6C5;
	border-right:1px solid; 
	border-top: 1px solid; 
	border-left: 1px solid; 
	border-bottom: 1px solid;
}
.celldFixture{
	background-color:#c4d2db;
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	padding-left:5px;
	float:top;
}
.cellbFixture{
	background-color:#e2e8ed;
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	padding-left:5px;
	float:top;
}

.cellb_bg{
	background-image:url("../imgNew/gray light.png");	
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
}
.celld_bg{
	background-image:url("../imgNew/gray dark.png");	
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
}

.last_cell_bg
{
	background-color: #BABABA;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
}

.cbg_span{
	/*background-image:url(../imgNew/opinion Pool bg.png);*/
	background-color:#e9e9e9;
}
/*******************************************************************/
/****************************   D   ***********************************/
/*******************************************************************/
/****************************   E   ***********************************/
/*******************************************************************/
/****************************   F   ***********************************/

.font {
	color:#000000;
	padding-left:10px;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;	
}

.font_leader {
	background-color:#d8e3e6;
	color:#000000;                
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}


/*******************************************************************/
/****************************   G   ***********************************/
/*******************************************************************/
/****************************   H   ***********************************/
.headline {
	font-family:Verdana; 
	font-size:11px;
	font-weight:bold;
	color:black; 
	margin-top:0px; 
	margin-bottom:0px; 
	margin-left:15px; 
	margin-right:10px;
	text-align:center;
}
.headNew {
	font-family:Verdana; 
	font-size:11px;
	font-weight:bold;
	color:black; 
}
/*******************************************************************/
/****************************   I   ***********************************/
a.info{    
	position:relative;           /*this is the key*/
    z-index:20; 
	font-family:verdana;
	font-size:11px;
	line-height:12px;
	text-decoration:none;
	color:black;
}

a.info:hover {	 
	z-index:21; 
	background-color:white; 
	color:black;
}

a.info span{  
	display:none;  			/* hide the span text using this css */ 
	color:black;
}

a.info:hover span{ 
/*the span will display just on:hover state*/
	display:block;
	position:absolute;
    top:2em;      			 	/* offset of the tooltip from the top */
	left:0em;      			/* offset of the tooltip from the left */
	width:20em;
	height:5em;
	border:1px solid gray; 		/* border colour */
    background-color:white;	 	/* background colour here */
	color:#000000;         		/* text colour */
    text-align:left;
    font-size:10px;
	font-family:verdana;
	font-style:normal;
	padding:6px;
	color:black;
}

a.teamInfo{    
	position:relative;           /*this is the key*/
    z-index:20; 
	font-family:verdana;
	line-height:12px;
	font:bold 12px Verdana;
	color:#0643a8;
	text-decoration:none;
}

a.teamInfo:hover {	 
	z-index:40; 
	background-color:white; 
	color:black;
}

a.teamInfo span{  
	display:none;  			/* hide the span text using this css */ 
	color:black;
}

a.teamInfo:hover span{ 
/*the span will display just on:hover state*/
	display:block;
	position:absolute;
    top:0em;      			 	/* offset of the tooltip from the top */
	left:14em;      			/* offset of the tooltip from the left */
	width:25em;
	height:5em;
	/*border:1px solid gray; 		/* border colour */
    background-color:white;	 	/* background colour here */
	color:#000000;         		/* text colour */
    text-align:left;
    font-size:10px;
	font-family:verdana;
	font-style:normal;
	color:black;
}


/********************************************************************************************************************************/
/********************************************************************************************************************************/
a.infonewsNew{
    position:relative;           /*this is the key*/
    z-index:20; 
	font-family:verdana;
	font-size:11px;
	line-height:12px;
	text-decoration:none;
}

a.infonewsNew:hover {
	z-index:21; 
	background-color:#C4D2DB;
}

a.infonewsNew span{
	   display:none;  /* hide the span text using this css */
}

a.infonewsNew:hover span{ /*the span will display just on:hover state*/
	display:block;
	position:absolute;
	top:0em;       /* offset of the tooltip from the top */
	left:0em;      /* offset of the tooltip from the left */
	width:25em;
	border:1px solid gray; /* border colour */
	background-color:white; /* background colour here */
	color:#000000;         /* text colour */
	text-align:left;
	padding:6px;
	font:normal 10px Verdana;
}
/********************************************************************************************************************************/
/********************************************************************************************************************************/
.imgNew{
	background-color:darkslateblue ;                 /*            BACKGROUND COLOR               */
	border-right:black 0px solid; 
	border-top:black 0px solid; 
	border-left:black 0px solid; 
	border-bottom:black 0px solid;
	color:white;                              /*            BACKGROUND COLOR               */
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;	
	text-decoration:none;
	text-align:center;
}

.imgNew_W{
	background-color:darkslateblue ;               /*            BACKGROUND COLOR               */
	border-right:black 0px solid; 
	border-top:black 0px solid; 
	border-left:black 0px solid; 
	border-bottom:black 0px solid;
	color:white;                            /*            BACKGROUND COLOR               */
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
	text-decoration:none;
	text-align:center;
}

.imagetop{
	height:25px;
	border-right:black 0px solid; 
	border-top:black 0px solid; 
	border-left:black 0px solid; 
	border-bottom:black 0px solid;
	padding-top:0px;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;	
	text-decoration:none;
	text-align:center;
	color:white;                              /*            BACKGROUND COLOR               */
	background-color:darkslateblue ;                    /*            BACKGROUND COLOR               */
}

.imageNew{
	background-image:url("../imgNew/gray top.png") ;
	height:22px;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;	
	text-decoration:none;
	text-align:center;
}

.imageNew_bg{
	background-image:url("../imgNew/news_bg.PNG") ;
	height:22px;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;	
	text-decoration:none;
	text-align:center;
	color: white;
}


/*******************************************************************/
/****************************   J   ***********************************/
.job_border {
	background-color:white;
	border-top:2px solid #d5d5d5;
	border-right:2px solid #d5d5d5;
	border-bottom:2px solid #d5d5d5;
	border-left:2px solid #d5d5d5;
}
/*******************************************************************/
/****************************   K   ***********************************/
/*******************************************************************/
/****************************   L   ***********************************/
/*******************************************************************/
/****************************   M   ***********************************/
.mdlIPL{
	background-image:url("../imgNew/ipl_icl/blanknew.jpg");
	background-repeat:no-repeat;
}
.mdlIPLfont{
	color:white;
	font-family:verdana;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding:0px 0px 0px 10px;
}
/*******************************************************************/
/****************************   N   ***********************************/
.newsIndiaBg{
	background-image:url("../imgNew/india_flagcopy.jpg");
	background-repeat:no-repeat;
	background-position:50% 15%;
}
.newsAustraliaBg{
	background-image:url("../flags/Austreliya.png");
	background-repeat:no-repeat;
	background-position:50% 15%;
}
.newsEnglandBg{
	background-image:url("../flags/england_flag_wave2.png");
	background-repeat:no-repeat;
	background-position:50% 15%;
}
.newsPakistanBg{
	background-image:url("../flags/pakistan_flag_wave2.png");
	background-repeat:no-repeat;
	background-position:50% 15%;
}
.newsSouthAfricaBg{
	background-image:url("../flags/south_africa_flag.png");
	background-repeat:no-repeat;
	background-position:50% 15%;
}
.newsNewZealandBg{
	background-image:url("../flags/newzealand_flag.png");
	background-repeat:no-repeat;
	background-position:50% 15%;
}
.newsSriLankaBg{
	background-image:url("../flags/Sri_Lankan_flag.png");
	background-repeat:no-repeat;
	background-position:50% 15%;
}
.newsWestIndiesBg{
	background-image:url("../flags/West_Indies_Flag.png");
	background-repeat:no-repeat;
	background-position:50% 15%;
}
.newsBangladeshBg{
	background-image:url("../flags/bangladesh.png");
	background-repeat:no-repeat;
	background-position:50% 15%;
}
.newsZimbabweBg{
	background-image:url("../flags/zimbabwe.png");
	background-repeat:no-repeat;
	background-position:50% 15%;
}
.newsIrelandBg{
	background-image:url("../flags/Ireland.png");
	background-repeat:no-repeat;
	background-position:50% 15%;
}
.newsBermudaBg{
	background-image:url("../flags/bermuda.png");
	background-repeat:no-repeat;
	background-position:50% 15%;
}
.newsScotlandBg{
	background-image:url("../flags/");
	background-repeat:no-repeat;
	background-position:50% 15%;
}
.newsNetherlandsBg{
	background-image:url("../flags/netherlands.png");
	background-repeat:no-repeat;
	background-position:50% 15%;
}
.newsKenyaBg{
	background-image:url("../flags/kenya.png");
	background-repeat:no-repeat;
	background-position:50% 15%;
}
.newsUSABg{
	background-image:url("../flags/usa.png");
	background-repeat:no-repeat;
	background-position:50% 15%;
}



.normalf {
	font-family:Verdana;
	font-size:12px;
	color:#000000;	
	text-align:left;
}
.normal_no {
	background-image:url("../imgNew/gray dark.png");
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}


.normal {
	/*background-color:#FFFFFF;*/
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	
}

.normalbg {
	background-color:#E6E4E5;
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	float:left;
}
.normalbgBrd {
	background-color:#E6E4E5;
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	float:left;
	border-color:gray;
}
.normalbgBrdwidth {
	background-color:#E6E4E5;
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	float:left;
	border-color:gray;
	width:100%;
}

.normt{
	padding-left:5px;
	float:top;
	font:11px Verdana;
	text-align:left;
	text-decoration:none;
	color:black;
}

.newsvisit{	
	font:bold 14px Verdana;
	text-align:right;
	background-color:#c4d2db;
	color:black;
}

.iplvisit{	
	font:bold 10px Verdana;
	text-align:left;
	background-color:#c4d2db;
	color:black;
}

#navcon {
	width:141px;
	font:bold 13px Verdana;
	color:#000066;		
}
#navcon ul {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
	font:bold 13px Verdana;
	display:inline;	
}
#navcon a {
	display:block;
	padding:0px;
	width:141px;
	border-bottom:1px solid #eee;
	background:#FFFFFF;
	font:bold 13px Verdana;
	color:#000066;
	text-decoration:none;
	float:none;	
}
#navcon a:link {
	color:#000066;	
	text-decoration:none;
}
#navcon a:visited{
	color:#000066;	
	text-decoration:none;
}
#navcon a:hover{
	color:#000000;
	background-color:#c4d2db;
	text-align:left;	
}	
#navcon1 {
	font:bold 13px Verdana;
	color:#000066;		
}
#navcon1 ul {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
	font:bold 13px Verdana;
	display:inline;	
}
#navcon1 a {
	display:block;
	padding:0px;
	width:110px;
	border-bottom:1px solid #eee;
	background:#FFFFFF;
	font:bold 13px Verdana;
	color:#000066;
	text-decoration:none;
	float:none;	
}
#navcon1 a:link {
	color:#000066;	
	text-decoration:none;
}
#navcon1 a:visited{
	color:#000066;	
	text-decoration:none;
}
#navcon1 a:hover{
	color:#000000;
	background-color:#c4d2db;
	text-align:left;	
}

#navcon_n {
	width:141px;
	font:bold 10px Verdana;
	color:#000066;		
}
#navcon_n ul {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
	font:bold 11px Verdana;
	display:inline;	
}
#navcon_n a {
	display:block;
	padding:0px;
	width:141px;
	border-bottom:1px solid #eee;
	background:#FFFFFF;
	font:bold 10px Verdana;
	color:#000066;
	text-decoration:none;
	float:none;	
}
#navcon_n a:link {
	color:#000066;	
	text-decoration:none;
}
#navcon_n a:visited{
	color:#000066;	
	text-decoration:none;
}
#navcon_n a:hover{
	color:#000000;
	background-color:#c4d2db;
	text-align:left;	
}	
/*****************************  H   **********************************/
.headercaption  {
	font:bold 9pt Arial;
	color:#FFFFFF;
}

/*******************************************************************/
/****************************   O   ***********************************/
/*******************************************************************/
/****************************   P   ***********************************/
.paddingBoth{
	padding:0px 10px 0px 10px;
}
/*******************************************************************/
/****************************   Q   ***********************************/
.quote_bg{
	background-image:url("../imgNew/Quote Hanger Bg.png");
	background-repeat:no-repeat;
}
/*******************************************************************/
/****************************   R   ***********************************/
.redtxt{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:navy;
	text-align:left;
}
.redbar{
	background-image:url("../imgNew/voteOpinion.JPG");
	height:10px;
	border:1px solid;
	border-left:red;
}
/*******************************************************************/
/****************************   S   ***********************************/
.styleBlue {
	font:11px Verdana; 
	color:#0033CC;
	padding-left:2px; 
	padding-right:10px;
	text-align:left;
}

.styleYellow {
	color:#4c7082;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

.stylenews {
	color:#999999;		
	font:11px Verdana;
	text-decoration:none;
}

.submit{
	width:60px;
	height:22px;
	background-color:#D9EFFA;
	BORDER-RIGHT:#839098 1px solid; 
	BORDER-TOP:#839098 1px solid; 
	BORDER-LEFT:#839098 1px solid; 
	BORDER-BOTTOM:#839098 1px solid;
	color:#455F6C;
	font-size:10px;
	font-family:vardana;
	font-weight:bold;
}

.showcountry {		
	font-family:Verdana;
	font-size:11px;	
	text-decoration:none;
}

.str {
	color:navy;   
}
.strNew {
	color:navy;   
}

/*******************************************************************/
/****************************   T   ***********************************/

.textNew{
	background-image:url("../imgNew/teamInfoMDL.png");
	background-repeat:repeat-x;
	text-align:center;
	font:bold 9pt Arial;
	color:white;
}
.tblbg{
	background-color:#f2f2f2;
}
.tdf{
	text-align:right;
	font-size:12px;
	font-family:Verdana;
	width:20%;
}
.tdfNew{
	text-align:left;
	font-size:12px;
	font-family:Verdana;
}
.tds{
	text-align:left;
	font-size:11px;
	font-family:Verdana;
	width:70%;
}
/*******************************************************************/
/****************************   U   ***********************************/
/*******************************************************************/
/****************************   V   ***********************************/
.votebutton{
	background-color:white;

}
.videostyle{
	font:9px Verdana; 
	color:#000000;
	padding-left:2px; 	
	/*text-align:left;*/
}

.videotitle{
	font:11px Verdana; 
	color:#000000;
	padding-left:2px; 	
	text-align:left;
}

/*******************************************************************/
/****************************   W   ***********************************/

.widgetTbl{
	border-bottom:solid 1px gray;
	border-top:solid 1px gray;
	border-right:solid 1px gray;
	border-left:solid 1px gray;
	background-color:#dbe0e3;
}
/*******************************************************************/
/****************************   X   ***********************************/
.x_bg{
	background-image:url("../imgNew/crickey_video.png");
	height:18px; 
	width:157px;
	font:bold 9pt Arial;
	color:#FFFFFF;
	text-align:center;
}
.x_bg_n{
	background-image:url("../imgNew/crickey_video_left.png");
	height:18px; 
	width:157px;
	font:bold 9pt Arial;
	color:#FFFFFF;
	text-align:center;
}
/*******************************************************************/
/****************************   Y   ***********************************/
.youVisit{
	font-family:verdana; 
	font-size:7pt; 
	color:gray;
	text-align:center;
}
/*******************************************************************/
/****************************   Z   ***********************************/
/*******************************************************************/
.txtnormal{
	font-family:verdana;
	font-size:12px;
	text-align:right;
}
.txtcenter{
	font-family:verdana;
	font-size:12px;
}
.btnWidget{
	border:1px solid black;
	font:bold 11px verdana;
}
.trophy:link{ font: bold 12px verdana; color: #E2FBFF; text-decoration: none; }
.trophy:active{ font: bold 12px verdana; color: #E2FBFF; text-decoration: none; }
.trophy:visited{ font: bold 12px verdana; color: #E2FBFF; text-decoration: none; }
.trophy:hover{ font: bold 12px verdana; color: #65A6CC; text-decoration: none; }

a.trophyInfo{    
	position:relative;           /*this is the key*/
    z-index:20; 
	font-family:verdana;
	line-height:12px;
	font:bold 11px Verdana;
	color:#0643a8;
	text-decoration:none;
	background-image: url("../imgNew/crickey_video_left.png");
	background-repeat: repeat-x;
	width: 157px;
	height: 18px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 2px;
}

a.trophyInfo:hover {	 
	z-index:40; 
	background-color:white; 
	color:#FFFFFF;
}

a.trophyInfo span{  
	display:none;  			/* hide the span text using this css */ 
	color:black;
}

a.trophyInfo:hover span{ 
/*the span will display just on:hover state*/
	display:block;
	position:absolute;
    top:0em;      			 	/* offset of the tooltip from the top */
	left:14em;      			/* offset of the tooltip from the left */
	width:25em;
	height:5em;
	/*border:1px solid gray; 		/* border colour */
    background-color:white;	 	/* background colour here */
	color:#000000;         		/* text colour */
    text-align:left;
    font-size:10px;
	font-family:verdana;
	font-style:normal;
	color:black;
}
.Copyrighttoons{
	background-color:#c4d2db;
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	padding-left:5px;
	float:top;
}
.Clickmsg{
	font:normal 9px Verdana;
	cursor:hand;
	color:black;
	text-align:center;
}
/* ADDED BY GURU */
.news_descr1
{
	font: normal 10px verdana;
	color: navy;
	padding-left: 2px;
}
.news_descr2
{
	font: normal 10px verdana;
	color: navy;
	padding-left: 10px;
}
/* END */
.crickeySpecial
{
	font:normal 10px verdana;
	color:navy;
}

a.interviewSpan{
    position:relative;           /*this is the key*/
    z-index:10; 
	font-family:verdana;
	font-size:11px;
	line-height:12px;
	text-decoration:none;
}

a.interviewSpan:hover {
	z-index:21; 
	background-color:#C4D2DB;
}

a.interviewSpan span{
	   display:none;  /* hide the span text using this css */
}
a.interviewSpan:hover span{ /*the span will display just on:hover state*/
	display:block;
	position:absolute;
	top:0em;       /* offset of the tooltip from the top */
	left:0em;      /* offset of the tooltip from the left */
	width:20em;
	border:1px solid gray; /* border colour */
	background-color:white; /* background colour here */
	color:#000000;         /* text colour */
	text-align:left;
	padding:3px;
	font:normal 10px Verdana;
}
.interview_Description {
	font:normal 13px Verdana;
	color:#000000;	
	text-align:left;
}
