/*** 02/25/2008		Issue: 1069		AS ***/

/*** This CSS file will be used for... ***/
/*** Platform - General ***/
/*** Browser - General ***/
/*** Browser Version - General ***/

body
{
	background-color: #009AFF;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Courier;
}

.body_adminpg
{
	background-color: #215E21;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Courier;
}
/* standard text */
.ControlLabel
{
	font-weight: bold;
	font-size: 18px;
	font-family: Courier;	
	color: #000000;

}
.ControlLabelSmall /* temp style? */
{
	font-weight: normal;
	font-size: 12px;
	font-family: Courier;	
	color: #99CC00;
}
.ControlText
{
    color: #FFFFFF;
    font-family: Courier; 
    /* font-weight: bold; */
}
.Text
{
    font-size: 10px;
    color: #000000;
    font-family: Courier; 
    /* font-weight: bold; */
}
.BoldText
{
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Courier;
}
/*
	12/05/2008	KG	Issue: 1362
	Added the BoldTextAuth. This class is used on ucLoginAuthenticated page.
   */
.BoldTextAuth
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Courier;
	float:left;
    display: inline;
}
.SmallText
{
    font-size: 10px;
	font-family: Courier;	
	color: #000000;
}
.LargeText
{
    font-size: 18px; 
    font-weight: bold;
    color: #000000;
    font-family: Courier;
}
.XLargeText
{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    font-family: Courier;
}

.Title
{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    font-family: Courier;	
}
.ContentTabTitle
{
	font-family: Courier;
	font-weight: bold;
	font-size: 22px;
	color: #ffffff;	
}

/* special text */
.ErrorMessage
{
	font-weight: bold;
	font-size: 12px;
	color: #660000;
	font-family: Courier;
}
.WarningTitle
{
	font-weight: bold;
	font-size: 12px;
	color: #009AFF;
	font-family: Courier;	
}
.Footer
{
	font-size: 11px;
	font-family: Courier;
}
.Footer a
{	
	color: #99CC00;
}
.Footer a:visited
{	
	color: #99CC00;
}

/* standard inputs */
.InputSmall 
{
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: xx-small; 
}

INPUT.TEXTAREA
{
	font-family: verdana,arial,helvetica,sans-serif; 
}
INPUT.SELECT
{
	font-family: verdana,arial,helvetica,sans-serif; 
}
.ReadOnlyTextArea
{
	font-family: Courier;
	font-size: 12px;
	color: black;
	background-color: #ffffff;
	width: 560px;
}

.ErrorBorder
{
	/*
	border-right: #009AFF thin solid; 
	border-top: #009AFF thin solid; 
	border-left: #009AFF thin solid; 
	border-bottom: #009AFF thin solid;
	*/
	border-right: red thin solid; 
	border-top: red thin solid; 
	border-left: red thin solid; 
	border-bottom: red thin solid;	
	padding: 4px 6px 4px 6px;
}

.ErrorWarningBorder
{
	border-right: #99cc00 thin solid; 
	border-top: #99cc00 thin solid; 
	border-left: #99cc00 thin solid; 
	border-bottom: #99cc00 thin solid;	
	padding: 4px 6px 4px 6px;	
}

/* voip specific sections */
/* ************************************************ */
/* menu on and off styles (three types of backgrounds) */
.MenuItemOne
{
  background-image: url(./images/underground_nav_one_off.gif); 
  color:#000000;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}
.MenuItemOneHover
{
  background-image: url(./images/underground_nav_one_on.gif); 
  color:#ffffff;
  font-weight: bold;  
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}
.MenuItemOneAlternate
{
  background-image: url(./images/underground_nav_one_off.gif); 
  color:#000000;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}
.MenuItemOneHoverAlternate
{
  background-image: url(./images/underground_nav_one_on.gif); 
  color:#ffffff;
  font-weight: bold;  
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}

.MenuItemTwo
{
  background-image: url(./images/underground_nav_two_off.gif); 
  color:#000000;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}
.MenuItemTwoHover
{
  background-image: url(./images/underground_nav_two_on.gif); 
  color:#ffffff;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}
.MenuItemTwoAlternate
{
  background-image: url(./images/underground_nav_two_off_alternate.gif); 
  color:#000000;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;
}
.MenuItemTwoHoverAlternate
{
  background-image: url(./images/underground_nav_two_on.gif); 
  color:#ffffff;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}

.MenuItemThree
{
  background-image: url(./images/underground_nav_one_off.gif); 
  color:#000000;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}
.MenuItemThreeHover
{
  background-image: url(./images/underground_nav_one_on.gif); 
  color:#ffffff;
  font-weight: bold;  
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}
.MenuItemThreeAlternate
{
  background-image: url(./images/underground_nav_one_off_alternate.gif); 
  color:#000000;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}
.MenuItemThreeHoverAlternate
{
  background-image: url(./images/underground_nav_one_on.gif); 
  color:#ffffff;
  font-weight: bold;  
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;
}

.MenuItemFour
{
  background-image: url(./images/underground_nav_three_off.gif); 
  color:#000000;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;
  /*
	12/03/2008	KG	Issue: 1362
	Added the background-repeat,white-space for MenuItemFour.
   */
  background-repeat:no-repeat;
  white-space:nowrap;	
}
.MenuItemFourHover
{
  background-image: url(./images/underground_nav_three_on.gif); 
  color:#ffffff;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;
  /*
	12/03/2008	KG	Issue: 1362
	Added the background-repeat,white-space for MenuItemFour.
   */
  background-repeat:no-repeat;
  white-space:nowrap;	
}
.MenuItemFourAlternate
{
  background-image: url(./images/underground_nav_three_off.gif); 
  color:#000000;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;
  /*
	12/03/2008	KG	Issue: 1362
	Added the background-repeat,white-space for MenuItemFour.
   */
  background-repeat:no-repeat;
  white-space:nowrap;	
}
.MenuItemFourHoverAlternate
{
  background-image: url(./images/underground_nav_three_on.gif); 
  color:#ffffff;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;
  /*
	12/03/2008	KG	Issue: 1362
	Added the background-repeat,white-space for MenuItemFour.
   */
  background-repeat:no-repeat;
  white-space:nowrap;	
}
.MenuItemOne_A
{
  background-image: url(./images/underground_nav_one_off_A.gif); 
  color:#000000;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}
.MenuItemOneHover_A
{
  background-image: url(./images/underground_nav_one_on_A.gif); 
  color:#ffffff;
  font-weight: bold;  
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}
.MenuItemOneAlternate_A
{
  background-image: url(./images/underground_nav_one_off_A.gif); 
  color:#000000;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}
.MenuItemOneHoverAlternate_A
{
  background-image: url(./images/underground_nav_one_on_A.gif); 
  color:#ffffff;
  font-weight: bold;  
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}

.MenuItemTwo_A
{
  background-image: url(./images/underground_nav_two_off_A.gif); 
  color:#000000;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}
.MenuItemTwoHover_A
{
  background-image: url(./images/underground_nav_two_on_A.gif); 
  color:#ffffff;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}
.MenuItemTwoAlternate_A
{
  background-image: url(./images/underground_nav_two_off_alternate_A.gif); 
  color:#000000;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;
}
.MenuItemTwoHoverAlternate_A
{
  background-image: url(./images/underground_nav_two_on_A.gif); 
  color:#ffffff;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}

.MenuItemThree_A
{
  background-image: url(./images/underground_nav_one_off_A.gif); 
  color:#000000;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}
.MenuItemThreeHover_A
{
  background-image: url(./images/underground_nav_one_on_A.gif); 
  color:#ffffff;
  font-weight: bold;  
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}
.MenuItemThreeAlternate_A
{
  background-image: url(./images/underground_nav_one_off_alternate_A.gif); 
  color:#000000;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;	
}
.MenuItemThreeHoverAlternate_A
{
  background-image: url(./images/underground_nav_one_on_A.gif); 
  color:#ffffff;
  font-weight: bold;  
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;
}

.MenuItemFour_A
{
  background-image: url(./images/underground_nav_three_off_A.gif); 
  color:#000000;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;
  /*
	12/03/2008	KG	Issue: 1362
	Added the background-repeat,white-space for MenuItemFour.
   */
  background-repeat:no-repeat;
  white-space:nowrap;	
}
.MenuItemFourHover_A
{
  background-image: url(./images/underground_nav_three_on_A.gif); 
  color:#ffffff;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;
  /*
	12/03/2008	KG	Issue: 1362
	Added the background-repeat,white-space for MenuItemFour.
   */
  background-repeat:no-repeat;
  white-space:nowrap;	
}
.MenuItemFourAlternate_A
{
  background-image: url(./images/underground_nav_three_off_A.gif); 
  color:#000000;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;
  /*
	12/03/2008	KG	Issue: 1362
	Added the background-repeat,white-space for MenuItemFour.
   */
  background-repeat:no-repeat;
  white-space:nowrap;	
}
.MenuItemFourHoverAlternate_A
{
  background-image: url(./images/underground_nav_three_on_A.gif); 
  color:#ffffff;
  font-weight: bold;
  font-family: Courier;
  font-size:14px;
  text-align: center;
  width:160px;
  height:65px;
  cursor:pointer;
  /*
	12/03/2008	KG	Issue: 1362
	Added the background-repeat,white-space for MenuItemFour.
   */
  background-repeat:no-repeat;
  white-space:nowrap;	
}
/* ************************************************ */
/* ************************************************ */

/* ************************************************ */
/* for Ripple.TalkeePhone.Web.UIControls.VoipTextBox ***** */
/* see http://www.picment.com/articles/css/funwithforms/ *** */
/* these are redundant only the bk image and width varies */
.voipTextBoxSmall 
{	
	font: 12px  Verdana, Arial, Helvetica, sans-serif ;
	color:#333333;
	margin:3px;
	height:20px;
	width: 100px;
	border:solid 0 #ffffff;
	background: transparent url("./images/textbox_curved_small.gif") no-repeat fixed;
	padding: 3px 8px;
}
.voipTextBoxMedium 
{	
	font: 12px  Verdana, Arial, Helvetica, sans-serif ;
	color:#333333;
	margin:3px;
	height:20px;
	width: 200px;
	border:solid 0 #ffffff;
	background: transparent url("./images/textbox_curved_medium.gif") no-repeat fixed;
	padding: 3px 8px;
}
.voipTextBoxLargeMultiline
{	
	font: 12px  Verdana, Arial, Helvetica, sans-serif ;
	color:#333333;
	margin:3px;
	height:300px;
	width: 500px;
	border:solid 0 #ffffff;
	background: transparent url("./images/textbox_curved_large_multiline.gif") no-repeat fixed;
	padding: 3px 8px;
}
span>input.voipTextBoxSmall 
{
	background: transparent url("./images/textbox_curved_small.gif") no-repeat;
}
span>input.voipTextBoxMedium 
{
	background: transparent url("./images/textbox_curved_medium.gif") no-repeat;
}
span>input.voipTextBoxLargeMultiline 
{
	background: transparent url("./images/textbox_curved_large_multiline.gif") no-repeat;
}

/* ************************************************ */
/* for Ripple.TalkeePhone.Web.UIControls.VoipButton ***** */
.voipButtonSmall
{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	background-color: #ffffff;
	background-image: url(./images/underground_button_small_off.gif);
	vertical-align: top;
	width: 126px;
	height: 36px;
	font-weight: bold;
	font-family: Courier;
	color: #FFFFFF;
}

.voipButtonMedium
{
	border-right: medium none; 
	border-top: medium none; 
	border-left: medium none; 
	border-bottom: medium none;
	background-color: #ffffff;
	background-image: url(./images/underground_button_medium_off.gif); 
	vertical-align: top; 
	width: 156px; 
	height: 36px;  
	font-weight: bold; 
	font-family: Courier;
	color: #FFFFFF;	
} 

.voipButtonLarge
{
	border-right: medium none; 
	border-top: medium none; 
	border-left: medium none; 
	border-bottom: medium none;
	background-color: #ffffff;
	background-image: url(./images/underground_button_large_off.gif); 
	vertical-align: top; 
	width: 214px; 
	height: 36px;  
	font-weight: bold; 
	font-family: Courier;
	color: #FFFFFF;
} 
.voipButtonSmall_Admin
{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	background-color: #ffffff;
	background-image: url(./images/underground_button_small_off_A.gif);
	vertical-align: top;
	width: 126px;
	height: 36px;
	font-weight: bold;
	font-family: Courier;
	color: #000000;
}

.voipButtonMedium_Admin
{
	border-right: medium none; 
	border-top: medium none; 
	border-left: medium none; 
	border-bottom: medium none;
	background-color: #ffffff;
	background-image: url(./images/underground_button_medium_off_A.gif); 
	vertical-align: top; 
	width: 156px; 
	height: 36px;  
	font-weight: bold; 
	font-family: Courier;
	color: #000000;
} 

.voipButtonLarge_Admin
{
	border-right: medium none; 
	border-top: medium none; 
	border-left: medium none; 
	border-bottom: medium none;
	background-color: #ffffff;
	background-image: url(./images/underground_button_large_off_A.gif); 
	vertical-align: top; 
	width: 214px; 
	height: 36px;  
	font-weight: bold; 
	font-family: Courier;
	color: #000000;
}
/* Dialer style */
.DialerStatus 
{
	border: none;
	background: none;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	font-family: Courier, Verdana, Helvetica;
	text-decoration: none;
	text-align: center;
	/* width: 110px; */
}
.DialerTo 
{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-family: Courier, Verdana, Helvetica; /* Courier */
	border-style: solid; 
	background-color: #ffffff; 
	border-color: #ffffff; 
	border-width: 1 1 1 1; 
	background-color:transparent;		
}
.DialerUserListTitle
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Courier, Verdana, Helvetica; /* Courier */	
}
.DialerConfigure
{
	font-family: Courier New;
	color:#666666; 
	font-size:10px;
}
.DialerCommand
{
	font-family: Courier New;
	color:#ffffff; 
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
.DialerCommandAlternate
{
	font-family: Courier New;
	color:#000000; 
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
.DialerSelectProgramTitle 
{
	color: #000000;
}
.DialerLoggedOnUser 
{
	color: #ffcc66;
}
.DialerCallerBallon
{
	font-family: Courier New;
	font-weight: bold;
	font-size: 12px;	
}

a.InteractiveMenuText
{
	font-family: Courier New;
	font-weight: bold;
	font-size: 12px;	
	color: #000000;
	text-decoration: none;
}

a.InteractiveMenuText:hover
{
	text-decoration: underline;
	color: #000000;
}

a.InteractiveMenuTextLarge
{
	font-family: Courier New;
	font-weight: bold;
	font-size: 16px;	
	color: #000000;
	text-decoration: none;
}

a.InteractiveMenuTextLarge:hover
{
	text-decoration: underline;
	color: #000000;
}

a.LinkButton:link 
{
	color: #0000FF
}
a.LinkButton:visited 
{
	color: #0000FF
}
.DivCenter
{
	width:100%;
	overflow:auto;
	text-align:center;
}
.PanelText
{
}
.FileUploadStyle
{
	width: 331px;
}

/* 02/04/2008 SM Issue: 1208
/* Added new classes related to membersearch page. */

.SearchButtonSmall
{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	background-color: #FFFAF0;
	background-image: url(./images/button_small.gif);
	vertical-align: top;
	width: 80px;
	height: 26px;
	font-weight: bold;
	font-family: Courier;
	color: #ffffff;
}

.SearchButtonMedium
{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	background-color: #99CC00;
	background-image: url(./images/button_medium.gif);
	vertical-align: top;
	width: 116px;
	height: 26px;
	font-weight: bold;
	font-family: Courier;
	color: #ffffff;
}

.SearchButtonLarge
{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	background-color: #99CC00;
	background-image: url(./images/button_large.gif);
	vertical-align: top;
	width: 200px;
	height: 26px;
	font-weight: bold;
	font-family: Courier;
	font-size: smaller;
	color: #ffffff;
	text-align: center;
}
.white-border
{
	border: 1px solid #ffffff;
}
.condition
{
	color: #000000;
	font-size: 60px;
	font-weight: bold;
	font-family:Courier New;
}
.MemberSearchListBoxHeader
{
	font-size: 14px;
	background-color: #99cc00;
	height: 16px;
}
.ExpandedSearchBackground
{
	background-color: #99cc00;
	height: 51px;
}
.HandleSearchBackground
{
	background-color: #99cc00;
	height: 51px;
}
.Tagline
{
	background-color: #99cc00;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	padding-left: 6px;
}
.HeaderText
{
	font-size: 18px;
	font-weight: bold;
	font-family:Courier New;
}
.ChatLineText
{
	font-size:11px;
	font-family:Courier New;
	
}
.SearchPersonalText
{
	font-size:12px;
	font-family:Courier New;
}

.white-heading
{
	color:#ffffff;
	font-size:18px;
	font-weight:bold
}
.SearchUserInfoText
{
	font-size:12px;
	font-family:Courier New;
}

.link
{
	color: #009aff;
	font-size: 10px;
	font-family: Courier New;
}
.ChatLineMessage
{
	background-color: #ffffff;
	font-size: 11px;
	font-family: Courier New;
	font-size: 12px;
}
.HiddenText
{
	color: #99cc00;
	background-color: #99cc00;
	visibility:hidden;
}
/***************************************************************************/
/* 02/04/2008 AS Issue: 1035
/* Added new classes related for browser compatibility issue. */
.BigStar
{
	color: #000000;
	font-size: 60px;
	font-weight: bold;
	font-family: Courier New;
}
.fileImageUploadStyle
{
	width: 250px;
	contenteditable:true;
}
.SmallTextBoxStyle
{
	width: 158px;
}
.BrowserSpecificAction_Hide
{
	display:none;
}
.BrowserSpecificAction_Show
{
	display:block;
}
.PanelStyle
{
	height:35px;
	text-align:center;
	width:300px;
	background-color:Silver;
	vertical-align:middle;
}
.ControlLabel_PartyLine_VM
{
	font-weight: bold;
	font-size: 18px;
	font-family: Courier;	
	color: #000000;

}
.DefaultLabelStyle
{

}
/***************************************************************************/
/* 02/25/2008 SM Issue: 1228
/* Added new classes related to Close Account link on Manage account page. */
.PopUpHeader
{
	font-size:18px;
	font-family:Courier;
	font-weight:bold;
	background-color:Black;
	color:White;
	height:25px;
	border-bottom-width:thin;
	border-bottom-color:Black;
}
.PopUpMessageArea
{
	font-size: 14px;
	background-color: #99cc00;
	height: 16px;
}
.PopUpPanel
{
	border-color:Black;
	height:120;
	border-bottom-width:2px;
	background-color:#99cc00;
}


.ReadonlyTextAreaExtended
{
	font-family: Courier;
	font-size: 12px;
	color: black;
	background-color: #ffffff;
	width: 550px;
}

.ControlLabel_In_Panel
{
	font-weight: bold;
	font-size: 18px;
	font-family: Courier;	
	color: #000000;
	height:35px;
}
.OpeningLineTextBoxStyle
{
	width:550px;
}

.TableHeightStyle
{
	width:100%;
}
.SignUpTdOneStyle
{
	width:25%;
}
.SignUpTdTwoStyle
{
	width:623px;
}
.SignUpTdThreeStyle
{
	width:45%;
}
.TermsOfUseTextBoxStyle
{
	font-family: Courier;
	font-size: 12px;
	color: black;
	background-color: #ffffff;
	width: 550px;
}
.VoipTextBoxStyle
{
	width: 250px;
}
.ControlLabel_Height
{
	font-weight: bold;
	font-size: 18px;
	font-family: Courier;	
	color: #000000;

}
.ControlTable
{
	width:260px;
}
.voipButtonXtraLarge
{
	border-right: medium none; 
	border-top: medium none; 
	border-left: medium none; 
	border-bottom: medium none;
	background-color: #ffffff;
	background-image: url(./images/underground_button_xtra_large_off.gif); 
	vertical-align: top; 
	width: 264px; 
	height: 36px;  
	font-weight: bold; 
	font-family: Courier;
	color: #FFFFFF;
} 
.ReadOnlyTextArea_PornWarning
{
	font-family: Courier;
	font-size: 12px;
	color: black;
	background-color: #ffffff;
	width: 550px;
}
.TD_Height_Style
{
	width:258px;
}
.ddlMonthStyle
{
	width:120px;
}
.td_MiddleOfListBox_Style
{
	width:20px;
}
.PanelStyle_Location
{
	height:35px;
	text-align:center;
	width:275px;
	background-color:Silver;
	vertical-align:middle;
}

/*	10/23/2008	MS	Issue: 1362
	Added new classes for Modal Popup Textbox. */
.modalBackground 
{ 
	background-color: #215E21;
	filter:alpha(opacity=70); 
	opacity:0.7;
}

/*	06/17/2009	AS	HotFix Issue: 2.1.2.1
	Added new class for ChatLine Textbox on ManagechatLine admin page.
*/
.ChatLineTextBoxStyle
{
	width:206px;
}
/*	06/17/2009	NL	Issue: 1247
	Added new class for Chatting Now Image to be displayed on Browse Profile page .
*/
.chatting_1{
	width:285px;
	height:51px;
	position:absolute;
	float:left;
	margin-top:150px;
	margin-left:1px;
	background-image:url(./images/chatnow.gif); 
	background-repeat:no-repeat;
}

.liveroom{
	width:73px;
	height:14px;
	float:left;
	font-family:monospace;
	font-size:11px; font-weight:bold;
	font-color:#016c9e;
	text-align:left;
	margin-top:5px;

}
.roomnow{
	width:33px;
	height:11px;
	float:right;
	font-family:monospace;
	font-size:11px; font-weight:bold; color:#960c08;
	text-align:left;
	margin-top:5px;
}

.chatnow{
	width:68px;
	height:51px;
	float:left;
}
.chatnumber{
	width:217px;
	height:31px;
	float:left;
	margin-top:20px;
}
.chatnumbertext{
	width:109px;
	height:14px;
	float:left;
	font-family:monospace;
	font-size:11px; font-weight:bold; color:#960c08;
	text-align:left;
	margin-top:5px;
}

.chatting_2{
	width:285px;
	height:51px;
	position:absolute;
	float:left;
	margin-top:150px;
	margin-left:1px;
	background-image:url(./images/chatnow_2.gif); 
	background-repeat:no-repeat;
}
.chatting_3{
	width:285px;
	height:51px;
	position:absolute;
	float:left;
	margin-top:150px;
	margin-left:1px;
	background-image:url(./images/chatnow_3.gif); 
	background-repeat:no-repeat;
}
.chatting_4{
	width:285px;
	height:51px;
	position:absolute;
	float:left;
	margin-top:150px;
	margin-left:1px;
	background-image:url(./images/chatnow_4.gif); 
	background-repeat:no-repeat;
}
.chatting_5{
	width:285px;
	height:51px;
	position:absolute;
	float:left;
	margin-top:150px;
	margin-left:1px;
	background-image:url(./images/chatnow_5.gif); 
	background-repeat:no-repeat;
}
.chatting_6{
	width:285px;
	height:51px;
	position:absolute;
	float:left;
	margin-top:150px;
	margin-left:1px;
	background-image:url(./images/chatnow_6.gif); 
	background-repeat:no-repeat;
}