/*CSS Master Reset
from meyerweb.com
edit by Amer
Feb 14, 2009 */


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,
dd, dl, dt, li, ol, ul, b, u, i, center
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight:400;
	font-size: 100%;
	text-align: left;
	
}



a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

button
{
	margin:0px;
}


/* <AdvancedScriptManager include="/css2/mr.css"/> */
 
 /*
Telephone 2 Design
Added by: Amer
Date: Feb 13, 2009
Last edited on: May 13, 2009
tested successfully on FF 3.06, IE7, Safari-Windows 3.2, Google Chrome & Opera 9.6
NOTE: PENDING OPTIMIZATION

colors reference: pending
*/

 
 
/*global rules*/
 
body{
/* by definition*/
font-family:   Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:12px;
color:#4d4d4d;
background-color:#FFFFFF;
}

/* important for html elements that do not accept the html body selector like input.text */
.bodyTxt
{
font-family:  Lucida Grande,  Lucida Sans Unicode, sans-serif;
font-size:12px;
color:#4d4d4d;
}

a
{
	color:#005999;
}

a:hover
{
	text-decoration:underline;
	cursor:pointer;
}

.inline
{
	display:inline;
}

.rightFloat
{
	float:right;
}


h1
{
	font-size:16px;
	padding-bottom:10px;
	font-weight:bold;
}

h2
{
	font-size:12px;
	padding-bottom:10px;
}

h6 /*telephone out subheader*/
{
	color:#5389B0;
	font-size:30px;
	padding-bottom:5px;
	padding-left:5px;
}

h5 /*telephone out sub-subheader*/
{
	color:#5389B0;
	font-size:18px;
	padding-bottom:10px;
	padding-top:20px;
	display:block;
}

/* master-ish classes start here*/

#maincontainer{
width: 950px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection
{
	padding-top:10px;
 /*Default height of top section - search field - toppadding*/

}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 255px 0 185px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
/* by definition */
min-height:525px;
background-color:#E0EAEF;
 border: 1px solid #C4D4DF;
 padding-right:5px;
}




/*global buttons!*/
/*drop down buttons designed with divs*/
div.ddwhite
{
	padding: 1px 0px 1px 2px;
	color: #005999;
	background-color: #FFFFFF;
	border: solid 1px #C4D4DF;
	cursor: pointer;
	font-size:11px;
	
}

div.ddwhite .txt
{
	padding-right: 12px; 
	padding-left: 12px;
	border-right: solid 1px #C4D4DF;
	line-height:1.3;
	
}


div.ddwhite .cutearrow, div.ddwhiteDisabled .cutearrow
{
	background-image: url('/CSS2/arrow2.png');
	background-repeat: no-repeat;
   width: 15px;
    background-position: 4px 6px;
	
}


div.ddwhiteDisabled
{
	padding: 1px 0px 1px 2px;
	color: white;
	background-color: #B2C1CB;
	border: solid 1px #89A3B7;
	font-size:11px;
	cursor: text;
}

div.ddwhiteDisabled .txt
{
	padding-right: 12px; 
	padding-left: 12px;
	border-right: solid 1px #89A3B7;
	line-height:1.3;
	
}








/*drop down white*/
    .ddWhiteTable
    {
    	border:solid 1px #C4D4DF;
    	background-color:#FFFFFF;
    	position:absolute;
    	padding:4px;	
    }
    .ddWhiteTableItemStyle td
    {
    	padding:3px 30px 3px 7px;
    	font-size:11px;
    	color:#005999;
    }
    .ddWhiteTableItemHoverStyle td
    {
        padding:3px 30px 3px 7px;
    	font-size:11px;
    	color:#005999;
    	background-color:#BAD7EB;
    	cursor:pointer;	
    }




/*cross-browser radio button when needed*/
input.radio
{
	margin:0px 3px 0px 0px;
}


input.white, input.blue, input.lightBlue, input.btnDisabled, input.lightestBlue
{
	
	cursor:pointer;
	padding:0px 12px 2px 12px;
	font-family:Lucida Grande, Lucida Sans Unicode,Tahoma;
	font-size:12px;
	height:20px;
	line-height:1;
	/*visual hack for very small buttons like GO*/
	/*IE button width fix*/
	min-width:68px;
   overflow:visible;
   
}

input.white
{
	border:solid 1px #C4D4DF;
	background-color:#FFFFFF;
	color:#005999;
}
input.blue
{
	
	color:#FFFFFF;
	background-color:#005999;
	border:solid 1px #004373;
}


input.lightBlue
{
	color:#FFFFFF;
	/*outdated
	background-color:#70A6CC;
	border:solid 1px #5389B0;*/

	background-color:#5389B0;
	border:solid 1px #005999;
}

input.lightestBlue
{
	background-color:#70A6CC;
	border:solid 1px #5389B0;
	color:#FFFFFF;
}

 .btnDisabled
        {
            color: white;
            background-color: #B2C1CB;
            border: solid 1px #89A3B7;
            cursor:text;
        }
        
    .btnDisabled:disabled
    {
            color: white;
            background-color: #B2C1CB;
            border: solid 1px #89A3B7;
            cursor:text;
    }
        
   /*     
input.blue:focus, input.blue:active, input.blue:hover 
{ 
   border:solid 1px #004373;
}

input.lightestBlue:focus, input.lightestBlue:active, input.lightestBlue:hover 
{ 
   border:solid 1px #5389B0;
}    */ 



p
{
	margin-bottom:10px;
	line-height:1.5;
}

.sTxt
{
	border:solid 1px #C4D4DF;
	background-color:#FFFFFF;
}


#recaptcha_response_field
{
	border:solid 1px #C4D4DF;
	background-color:#FFFFFF;
	font-family:  Lucida Grande,  Lucida Sans Unicode, sans-serif;
	font-size:12px;
	color:#4d4d4d;
}


/*notifications & alerts */

/*inline alerts for forms*/
.errorLbl
{
	/*telephone2 red*/
	color:#FF5500;	
}

.errorBorder
{
	/*telephone2 red*/
	border:solid 1px #FF5500;
	background-color:#FFE6D9;	
}

/*box alerts*/
.boxAlert
{
	border:solid 1px #FFC300;
	background-color:#FFF6D9;
	
	padding:2px 10px;
	display:inline;
	position:relative;
	font-size:12px;
	margin-right:10px;
	width:308px;
}

#outTopHdr, #inTopHdr  
      
      {
      	margin-bottom:5px;
      }
     
     /*#inTopHdr
     {
     	margin-right:158px;
     }*/
     #outTopHdr ul, #inTopHdr ul
     {
     	text-align:right;
     }
     
     #outTopHdr ul li, #inTopHdr ul li
     {
     	display:inline;
     	padding-left:4px;
     	padding-right:4px;
     	font-size:11px;
     	color:#005999;
     }
     
     #outTopHdr ul li a, #inTopHdr ul li a
     {
     	text-decoration:none;
     }
     #outTopHdr ul li a:hover, #inTopHdr ul li a:hover
     {
     	text-decoration:underline;
     }

#leftcolumn{
float: left;
width: 185px; /*Width of left column in pixel*/
margin-left: -950px; /*Set margin to that of -(MainContainerWidth)*/
min-height:340px;
}

#rightcolumn{
float: left;
width: 255px; /*Width of right column*/
margin-left: -255px; /*Set left margin to -(RightColumnWidth)*/

height:300px;

}


/*inner padding for rounded right column items e.g. sharethis button*/
.rcRoundInnerTube

{
	margin: 8px 8px 8px 40px;
}


#footer{
clear: left;
width: 100%;
font-size:11px;
color:#70A6CC;
padding-top:5px;
padding-bottom:10px;
}
#footer span
{
	margin-left:25px;
}
#footer a
{
    color:#70A6CC;
	text-decoration:none;
}

#footer a:hover
{
   
	text-decoration:underline;
}
.subHdr
{
	padding:5px;
	background-color:#E0EAEF;
	margin:10px;
	font-weight:bold;
	font-size:14px;
}
/*
.subHdr span
{
	color:#B2C1CB;
	margin-left:15px;
	font-size:11px;
}
*/
.subHdrContent
{
	margin:10px 15px;
}

.subHdrOut
{
	padding:4px 5px 4px 10px;
	background-color: #70A6CC;
	margin-bottom:3px;
    color: white;
	font-size:13px;
	
	/*height by definition = 18 + padding*/
	height:18px;
	/*width by definition = 505 - padding*/
	width:490px;

}

.cuteLine
        {
            border-bottom: solid 1px #C4D4DF;
            height: 1px;
            margin-bottom: 15px; /*by definition*/
            width: 505px;
        }
        
        

.subHdrOutContent
{
	margin:0px 0px 10px 0px;
}

.innertube

{
	margin-right:10px;
	
}

.innertubeIN

{
	margin-right:5px;
	
}

.stretchMe
{
	width:100%;
}


#logo
{
	background-image:url('/CSS2/telephonebeta10.png');
	background-repeat:no-repeat;
	width:252px;
	height:40px;
	margin-right:28px;
	margin-left:7px;
	cursor:pointer;
}

.logoClass
{
	background-image:url('/CSS2/telephonebeta10.png');
	background-repeat:no-repeat;
	width:250px;
	height:40px;
	margin-right:30px;
	margin-left:7px;
	cursor:pointer;
}


#notificationsPlaceHolder
{
	height: 21px; padding-top: 6px;
}


.hmenu, .hmenuOut, .hmenuOff, #hmenuOffDiv, #hmenuOut, #hmenu
{
	background-color:#004373;
	height:22px;	
}

.hmenu
{
	width:517px;
	font-size:14px;
	color:#E0EAEF;
}

.hmenuOut
{
	width:100%;
	font-size:13px;	
}

.hmenuOff
{
	width:100%;
	font-size:11px;	
	color:#E0EAEF;
}

.hmenu li.emptyCell
{
	margin-left: 228px; cursor: default;
}


.hmenu ul, .hmenuOut ul
{
	margin-top:10.5px;
	margin-left:9px;
	margin-bottom:11.5px;
}
 
 .hmenuOff ul
 {
 	margin-top:8.5px;
	margin-left:9px;
	
 }
 
 
 .hmenuOut ul, .hmenuOff ul
 {
 	/*aesthetic value */
 	padding-left:85px;
 
 }
 
 .hmenu ul li, .hmenuOut ul li, .hmenuOff ul li
 {
 	display:inline;
 	text-align:right;
 }
 
.hmenu ul li.cell, .hmenuOut ul li.cell 
{
	
	padding:10px 7px 10px 7px;
		
}

li.lastCell
{
	margin-right:236px;
}

.hmenuOff ul li.cell
{
	padding:6px 7px 6px 30px;
}

.hmenuOff .hdrLnk
{
	color:#E0EAEF;
	font-size:10px;
	cursor:pointer;
}

.hmenuOff .sTxt
{
	width:125px;
	margin-left:10px;
}

.hmenu ul li.cell
{
	cursor:pointer;
}

.hmenu ul li.sep
{
	color:White;
		
}

.hmenu ul li.cellL2
{
	font-size:11px;
	color:White;
	cursor:pointer;
	padding:12px 4px 11px 4px;
	
}



.hmenu ul li.cellL2 a
{
	text-decoration : none;
	color:White;
}


.hmenu ul li.cellL2 span
{
	padding-top:5px;
}


.hmenu ul li.cellL2:hover
{
	background-color:#5389B0;
}

.hmenu ul li.cell:hover
{
	background-color:#5389B0;
}  
 
 .hmenuDrop ul
 {
  margin-top:11px;
  margin-left:7px;
 }
 
 .hmenuBtnCell
 {
 	padding-left:3px;
 }
 
 
 .hmenuMoney
 {
 text-align: center;
 }
 
 
.hmenuMoney ul
{

	margin-top:8px;
	text-align:center;
}


.hmenuDrop
{
	
	background-color:#FFC300;
	width:65px;
	height:22px;
	color:#005999;
	font-size:14px;
	font-weight:bold;

}


 
.hmenuDrop ul li
{
	display:inline;
	margin:5px;
	cursor:pointer;
} 
 
 .hmenuMoney
{
	
	background-color:#5389B0;
	width:75px;
	height:22px;
	color:#ffffff;
	font-size:14px;
	cursor:pointer;
	
	
	
}
 
.hmenuMoney ul li
{
	display:inline;
	
	
} 
 
 
 
 /*New Button */
 
 #divNewDD
 {
 	visibility: hidden; width: 100px; position: absolute; z-index: 10000;
 }
 
 
 
 
 
 
 
 
 
 
 
 .ddNewTable
    {
    	border:solid 1px #FFC300;
    	background-color:#FFF6D9;
    	position:absolute;
    	padding:4px;	
    }
    .itemStyle td
    {
    	padding:3px 30px 3px 7px;
    	
    	font-size:13px;
    	color:#005999;
    	background-color:#FFF6D9;
    }
    .itemHoverStyle td
    {
        padding:3px 30px 3px 7px;
        
    	font-size:13px;
    	color:#005999;
    	background-color:#FFC300;
    	cursor:pointer;	
    }
 
 
   .arrow
         {
         	background-image:url('/CSS2/arrow.png');
         	background-repeat:no-repeat;
         	background-position:40px 7px; 	
         }
 
 
 .strong
 {
 	font-weight:bold;
 }
 
 
 
 
 
 /*mastery*/
 
 #menuIN, #menuIN2,#menuIN3
 {
 	background-color:#E0EAEF;
 	border:solid 1px #C4D4DF;
 	height:525px;
 	padding:10px 7px 15px 7px;
 }
 
 #menuIN ul, #menuIN2 ul, #menuIN3 ul
 {
 list-style-type: none;
 padding: 0;
margin: 0;
vertical-align:middle;

 }
 
 /* for contacts page - part of IN menu */
 

 
 #menuIN ul li
        {
            background-image: url( '/CSS2/optimalLF.png' );
        }
        
         #menuIN ul li#composeItem
        {
            background-position: 2px -79px;
        }
        #menuIN ul li#sentItem
        {
            background-position: 2px -184px;
        }
        #menuIN ul li#draftsItem
        {
            background-position: 2px -28px;
        }
        #menuIN ul li#templatesItem
        {
            background-position: 0 -236px;
        }
 
 #menuIN ul li#scheduledItem
        {
           background-position: 1px -130px;
        }
        
        #menuIN ul li#smsAlertsItem
        {
            background-image: url( '/CSS2/sms-alert2.png' );
        	 background-position: 3px 5px;
        }
        
        #menuIN ul li#contactsItem
        {
        	 background-image: url( '/CSS2/contactsLF.png' );
        	 background-position: 4px 4px;
        }
        
 #menuIN ul li, #menuIN2 ul li, #menuIN3 ul li
 {
 	border-bottom:solid 1px #B2C1CB;
 	padding:5px;
 	background-repeat: no-repeat; background-position: 0 2px;
 	
 	
 }
 
 #menuIN ul li a, #menuIN2 ul li a,  #menuIN3 ul li a
 {
 	color: #005999;
 	font-size:14px;
 	margin-left:25px;	
 }
 
  #menuIN ul li a:hover, #menuIN2 ul li a:hover, #menuIN3 ul li a:hover
 {
 	text-decoration:none;	
 }
 
 #menuIN ul li:hover, #menuIN2 ul li:hover, #menuIN3 ul li:hover
 {
 	
 	cursor:pointer;
 	background-color:#c4d4df;
 }
 
 	
	#menuIN2, #menuIN3
 {
 	
 	padding:10px 7px 10px 7px;
 }
	
	#menuIN2 ul li a, #menuIN3 ul li a
 {
 	/*by design*/
 	margin-left:1px;	
 }
 
 #menuGroups
 {
 	background-color:White;
 }
	
#menuGroups ul li
	{
		padding:3px 5px;
		background-image:none;
	}
#menuGroups ul li a
 {
 
 	font-size:12px;
 	display:inline-block;
 	width:77px;
 	
 	margin-left:15px;
 }
 
 #menuGroups ul li img
 {
 
 	margin-left:5px;
 	display:inline;
 }
 
 #menuGroups ul li input
 {
 

 	display:inline-block;
 	width:74px;
 	margin-left:15px;
 }
 
 #menuGroups ul li.selected,#menuGroups ul li:hover
 {
 	background-color:#FFC300;
 }
 
 #menu
        {
            width: 100%;
            font-size:14px;
            
        }
        
        
   #menu .firstItem
   {
   	margin-top:0px;
   }     
   
  #menu h3
  {
  	  height: 20px;
  	  padding: 3px 0px 0px 10px;
      margin-top:5px;
  }      
        
        h3:hover
        {
        	cursor:pointer;
        }
         h3.menuHd
        {
          
            
            background-color: #E0EAEF;
            color: #005999;
            border: 1px solid #C4D4DF;
        }
		h3.menuHd:hover
        {
            cursor: pointer;
            background-color:#70A6CC;
            color:White;
        }
        
       
       
        .first
        {
        	margin-top:0px;
        }
         	
        #menu ul.level1
        {
            background-color: #70A6CC;
       
            
        }
        #menu ul.level1, #menu ul.level1 li
        {
            padding: 3px;
            margin: 0px;
            list-style: none;
        }
        #menu ul.level1 li
        {
            height: 20px;
            vertical-align: middle;
            background-color:#FFFFFF;
            border-top:solid 1px #B2C1CB ;
           
            padding: 3px 10px 0px 10px;
            
        }
        
         #menu ul.level1 li:hover
         
         { background-color: #E0EAEF;
           
         }
         
        #menu ul.level1 li a
        {
            display: block;
            text-decoration: none;
           
            color: #005999;
            /*by definition*/
            font-size:12px;
        }
        
/*------------------------------------- 
GRID - edited by amer
------------------------------------------*/

      
     /* important safari fix, has to be added in the grid templatefield attr (check wallet.aspx)*/          
         .gridFirstColumn 
        {
        	border-left: solid 1px #C4D4DF;
        }
       
         .gridLastColumn 
        {
        	border-right: solid 1px #C4D4DF;
        }
        
        
        .GridHeader th
        {
        
           background-color:#70A6CC;
            vertical-align: middle;
           padding: 1px 6px 1px 4px;
           /*important FF black border fix*/
           border-bottom: solid 1px #C4D4DF;
                     border-top: solid 1px #C4D4DF;
        }    
        
        .GridHeader th a
        {
            
            color:#FFFFFF; 
            text-decoration: none;
            /*important IE fix*/
            font-weight:normal;          
        }    
        
        /*important if grid doesnt have the sorting functionality*/
         .GridHeader th span
        {
            
            color:#FFFFFF; 
            text-decoration: none;          
        }    
        
        .GridItem td, .GridItemPointer td
        {
            
            padding: 1px 6px 1px 4px;
            border-bottom: solid 1px #C4D4DF;
            
            
         
        }
        
        .GridItem, .GridItemPointer
        {
            background-color: #FFFFFF;
        }
       
       
       .GridItem:hover
        {
            background-color: #BAD7EB;
            
        }
       
       .GridItemPointer:hover
        {
            cursor:pointer;
            background-color: #BAD7EB;
        }
        
        
        /*very necessary grid hover fix*/ 
       .GridItemSelected
        {
            background-color: #BAD7EB;
             
        }
        .GridPager td 
        {
        	padding-bottom:12px;
        	
        }
        
        /*consistent pager position - finally*/
        .GridPager td table
        {
        	float:right;
        }
      
        
        .GridPager td table td
        {
        	padding: 0px 2px 0px 2px;
        }
        
        
        .GridPager td table td  a
        {
        
	        color: #005999;
	        text-decoration:none;
	        
	        
        }
		
		/*arrow png fix*/
		.GridPager td table td input
        {
        
	       padding-left:2px;
	       margin-top:2px;
	        
        }

		/*disabled pager links are spans*/
		.GridPager td table td  span
        {
	        	  
	        color:#999;  
        }







/*Ralph - edited by Amer April 30*/
.ProgressText
{
	position:fixed;
	top:4px;
	text-align:center;
	border:solid 1px #FFC300;
	background-color:#FFF6D9;
	color:#005999;
	font-size:13px;
	padding:1px 4px 2px 6px;
	width:100px;
	left:50%;
	height:17px;
	margin-left:-50px;
	z-index:1000;
	visibility:hidden;
}

        
        
        
        /*global popup classes - added by amer*/
        .popup
        {
            width: 350px;
            display: none;
            z-index: 10000;
            position: absolute;
            background-color: Transparent;
            top: 40%;
            left: 50%;
            /*margin-left: -180px;*/
        }
        .pop_corner
        {
            background-repeat: no-repeat;
            width: 9px;
            height: 9px;
        }
        .pop_content
        {
            padding: 10px;
            background-color: White;
        }
        
        .pop_content .sTxt
        {
        	width:110px;
        }
        
        
        .pop_title
        {
            padding: 0px;
            font-size: 16px;
            font-weight: bold;
        }
        .pop_topleft
        {
            background-image: url(   '/CSS2/optimalpopcorners.png' );
            background-position: 0 -108px;
            
        }
        .pop_topright
        {
            background-image: url(   '/CSS2/optimalpopcorners.png' );
            background-position: 0 -147px;
        }
        .pop_bottomright
        {
            background-image: url(   '/CSS2/optimalpopcorners.png' );
            background-position: 0 -69px;
        }
        .pop_bottomleft
        {
            background-image: url(   '/CSS2/optimalpopcorners.png' );
            background-position: 0 -30px;
        }
        .pop_topborder
        {
            background-image: url(   '/CSS2/optimalpoph.png' );
            background-position: 0 -69px;
            background-repeat: repeat-x;
        }
        .pop_bottomborder
        {
            background-image: url(   '/CSS2/optimalpoph.png' );
            background-position: 0 -30px;
            background-repeat: repeat-x;
        }
        .pop_leftborder
        {
            background-image: url(   '/CSS2/pop_left.png' );
            
        }
        .pop_rightborder
        {
            background-image: url(   '/CSS2/pop_right.png' );
        }
        
        div.pop_buttons
        { 
        	padding-top:20px;
        }
        
        .btnSpacing
        {
        	margin-left:8px;
        }
        
        
        
        /* temp fix - edited again by amer */
        
        
.customddNewTable
    {
    	border:solid 1px #FFC300;
    	background-color:#FFF6D9;
    	position:absolute;
    	padding:4px;	
    }
    .customitemStyle
    {
    	padding:3px 30px 3px 7px;
    	font-size:13px;
    	color:#005999;
    	background-color:#FFF6D9;
    }
    
    /* important IE padding fix*/
    .customitemStyle td, .customitemHoverStyle td
    {
    	
    }
    
    .customitemHoverStyle
    {
        padding:3px 30px 3px 7px;
    	font-size:13px;
    	color:#005999;
    	background-color:#FFC300;
    	cursor:pointer;	
    }
    
    
    
     #whiteContent
        {
            background-color: White;
            padding-bottom: 10px;
            border: 1px solid #C4D4DF;
        }
        
        
/*
* This is an area for the bubbles added by Ralph
*/
    
.bubbletl
{
	opacity:0.8;
	filter: Alpha(opacity=80);
	position:absolute;
	z-index:10000;
	white-space: nowrap;
	cursor: default;
	font-family: Verdana;
	font-size: 11px;
}

.bubbletl .bubbletext
{
	padding-left:  4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 6px;
}

.bubbletl SPAN
{	
	FLOAT: left;
	BACKGROUND-REPEAT: no-repeat;	
	BACKGROUND-IMAGE: url(/images/bubbletl.png);
	BACKGROUND-POSITION: left top;
}

.bubbletl SPAN SPAN
{	
	FLOAT: left;
	PADDING-TOP:0px;
	BACKGROUND-REPEAT: no-repeat;	
	BACKGROUND-IMAGE: url(/images/bubbletl.png);
	BACKGROUND-POSITION: right top;
}

.bubbletl SPAN SPAN SPAN
{	
	FLOAT: left;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-IMAGE: url(/images/bubbletl.png);
	BACKGROUND-POSITION: right bottom;
}

.bubbletl SPAN SPAN SPAN SPAN
{	
	FLOAT: left;
	COLOR: black;	
	BACKGROUND-REPEAT: no-repeat;	
	BACKGROUND-IMAGE: url(/images/bubbletl.png);
	BACKGROUND-POSITION: left bottom;
	PADDING:3px;
	padding-top:11px;
	padding-left:6px;
	padding-right:6px;

}
    
.bubbletl .x
{	
	CURSOR: pointer;	
	position:absolute;
	top: 17px;
	right: 6px;
}
.bubbletl .xtd
{	
	padding-left: 10px;
}

.bubbletr
{
	opacity:0.8;
	filter: Alpha(opacity=80);
	position:absolute;
	z-index:10000;
	white-space: nowrap;
	cursor: default;
	font-family: Verdana;
	font-size: 11px;
}

.bubbletr .bubbletext
{
	padding-left:  4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 6px;
}

.bubbletr SPAN
{	
	FLOAT: left;
	BACKGROUND-REPEAT: no-repeat;	
	BACKGROUND-IMAGE: url(/images/bubbletr.png);
	BACKGROUND-POSITION: left top;
}

.bubbletr SPAN SPAN
{	
	FLOAT: left;
	BACKGROUND-REPEAT: no-repeat;	
	BACKGROUND-IMAGE: url(/images/bubbletr.png);
	BACKGROUND-POSITION: right top;
}

.bubbletr SPAN SPAN SPAN
{	
	FLOAT: left;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-IMAGE: url(/images/bubbletr.png);
	BACKGROUND-POSITION: right bottom;
}

.bubbletr SPAN SPAN SPAN SPAN
{	
	FLOAT: left;
	COLOR: black;	
	BACKGROUND-REPEAT: no-repeat;	
	BACKGROUND-IMAGE: url(/images/bubbletr.png);
	BACKGROUND-POSITION: left bottom;
	PADDING:3px;
	padding-top:11px;
	padding-left:6px;
	padding-right:6px;
}
    
.bubbletr .x
{	
	CURSOR: pointer;	
	position:absolute;
	top: 17px;
	right: 6px;
}
.bubbletr .xtd
{	
	padding-left: 10px;
}

.bubblebl
{
	opacity:0.95;
	filter: Alpha(opacity=95);
	position:absolute;
	z-index:10000;
	white-space: nowrap;
	cursor: default;
	font-family: Verdana;
	font-size: 11px;
}

.bubblebl .bubbletext
{
	padding-left:  4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 3px;
}

.bubblebl SPAN
{	
	FLOAT: left;
	BACKGROUND-REPEAT: no-repeat;	
	BACKGROUND-IMAGE: url(/images/bubblebl.png);
	BACKGROUND-POSITION: left bottom;
}

.bubblebl SPAN SPAN
{	
	FLOAT: left;
	BACKGROUND-REPEAT: no-repeat;	
	BACKGROUND-IMAGE: url(/images/bubblebl.png);
	BACKGROUND-POSITION: right bottom;
}

.bubblebl SPAN SPAN SPAN
{	
	FLOAT: left;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-IMAGE: url(/images/bubblebl.png);
	BACKGROUND-POSITION: right top;
}

.bubblebl SPAN SPAN SPAN SPAN
{	
	FLOAT: left;
	COLOR: black;	
	BACKGROUND-REPEAT: no-repeat;	
	BACKGROUND-IMAGE: url(/images/bubblebl.png);
	BACKGROUND-POSITION: left top;
	PADDING:3px;
	padding-top:-11px;
	padding-bottom:11px;
	padding-left:6px;
	padding-right:6px;
}
    
.bubblebl .x
{	
	CURSOR: pointer;	
	position:absolute;
	top: 6px;
	right: 6px;
}
.bubblebl .xtd
{	
	padding-left: 10px;
}

.bubblebr
{
	opacity:0.8;
	filter: Alpha(opacity=80);
	position:absolute;
	z-index:10000;
	white-space: nowrap;
	cursor: default;
	font-family: Verdana;
	font-size: 11px;
}

.bubblebr .bubbletext
{
	padding-left:  4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 3px;
}

.bubblebr SPAN
{	
	FLOAT: left;
	BACKGROUND-REPEAT: no-repeat;	
	BACKGROUND-IMAGE: url(/images/bubblebr.png);
	BACKGROUND-POSITION: left bottom;
}

.bubblebr SPAN SPAN
{	
	FLOAT: left;
	BACKGROUND-REPEAT: no-repeat;	
	BACKGROUND-IMAGE: url(/images/bubblebr.png);
	BACKGROUND-POSITION: right bottom;
}

.bubblebr SPAN SPAN SPAN
{	
	FLOAT: left;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-IMAGE: url(/images/bubblebr.png);
	BACKGROUND-POSITION: right top;
}

.bubblebr SPAN SPAN SPAN SPAN
{	
	FLOAT: left;
	COLOR: black;	
	BACKGROUND-REPEAT: no-repeat;	
	BACKGROUND-IMAGE: url(/images/bubblebr.png);
	BACKGROUND-POSITION: left top;
	PADDING:3px;
	padding-top:-11px;
	padding-bottom:11px;
	padding-left:6px;
	padding-right:6px;
}
    
.bubblebr .x
{	
	CURSOR: pointer;	
	position:absolute;
	top: 6px;
	right: 6px;
}
.bubblebr .xtd
{	
	padding-left: 10px;
}

/*
* ENDOF This is an area for the bubbles added by Ralph
*/
    
