hr
{
	color: #de0031;
	height: 1px;
}

.LinkButton
{
	 color: Blue;
	
}


.HeaderCell,
.HeaderCell:hover,
.HeaderCell:link, 
.HeaderCell:visited 
{
	background-color: #DE0031;
	text-align:center;
	color:White;
  font-weight:bold;	 
}

.BorderedTable
{

	border-color:#c0c0c0;
 border-width:3px;
}

#txtEmailSubject
{
	border: solid 1px #ACA899;
}

.EventTable
{
	width: 592; 
	border-width: 1px; 
}

#AliasHeaderTable
{
	border-width: 1px; 
}

#AliasTable
{
	border-width: 1px; 
}

.AlternateTableStyle
{
	background-color:  #CCCCCC;
	FONT-FAMILY:  Helvetica, Arial, Verdana,  sans-serif;
  border: none 0px white;
 }

.TableStyle
{
  background-color:white;
	border: none 0px white;
}

.TDStyle
{
	color:  Black;
	FONT-FAMILY:  Helvetica, Arial, Verdana,  sans-serif;
  
}

/*Table to define alias for devices on SMSconfigure only*/ 
#AliasDiv
{
	border-top: none 0px LightGrey;
	border-left: solid 1px LightGrey;
	border-right: solid 1px LightGrey;
	border-bottom: solid 1px LightGrey;
	height:84px;
}

.PhonePanelClassNoBorder
{
	border: none 1px blue;
}


	/*		div.Style.Add("border-style","solid");
					div.Style.Add("border-width","1");
					div.Style.Add("border-color","LightGrey");
	*/			
	/*Outer boundary of SMS configure for each phone and its selections*/	
.PhonePanelClass
{
	border: solid 1px LightGrey;

	
}

/*configure SMS page - device list with checkboxes*/
.InnerDevicePanelClass 
{
	border: solid 1px LightGrey;
	height:64px;
 overflow:auto;	
}