.popuplayerclose5{
	float:right;
	padding:0px 6px 3px 0px;
	margin:3px 10px 0px 0px;
	cursor:pointer;
	display:block;
	border:1px solid #b7c2d5;
	background:url(../../img/management_templates_img/popuplayer/close.gif) no-repeat 4px 4px;
	width:10px;
	height:11px;
}
.popuplayerclose5:hover{
	border:1px solid #FFF;
	color:#FFFFFF;
	background:url(../../img/management_templates_img/popuplayer/close_on.gif) no-repeat 4px 4px;
}

.campaigns_SoViewPage{
	text-align:center;
	margin:5px 15px 5px 5px;
}


#CampaignFieldSetBtn,
#saveFieldBtn,
#CampaignFieldManageBtn
{
background: #5a7fab url(../../img/management_templates_img/popuplayer/buttonground_1_17.gif) repeat-x; 
border:1px solid #697581;
color:#ffffff;
cursor:pointer;
-moz-border-radius:5px;
height:19px;
*padding:0 3px;/* Style for IE */
*height:20px;/* Style for IE */
onfocus: expression(onfocus=function (){this.style.border='1px solid #697581'});
onblur: expression(onblur=function (){this.style.border='1px solid #697581'});
}


#CampaignFieldSetBtn:hover,
#saveFieldBtn:hover,
#CampaignFieldManageBtn:hover
{
background:#5a7fab url(../../img/management_templates_img/popuplayer/buttonground_1_17_on.gif) repeat-x;
border:1px solid #697581; 
cursor:pointer;
color:#000000;
-moz-border-radius:5px;
height:19px;
*padding:0 3px;/* Style for IE */
*height:20px;/* Style for IE */
}

.columns{
	margin:10px;
	padding: 5px 10px;
	height:350px;
	overflow:auto;
}

.fieldTitleDiv{
	width:22%;
	float:left;
	font-weight:bold;
}

.fieldlistDiv{
	width:23%;
	float:left;
}

.fieldlistLi{
	background:#C1D5EC; border:1px solid #94B2D9;
}

.hangupActionListDiv{
	min-height:50px;
	max-height:300px;
	overflow-y:auto;
	text-align:center;
	padding:5px;
}