﻿/*.foot_btn
{
	padding:0px 0px 5px 0px;
	color:White;
	background-color:#336699;
	height :12px;	
	width:60px;
	font-weight :bold;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}*/
.header_btn
{
	cursor:pointer;
	padding:0px;
}
.r
{
	float:right;
}
.l
{
	float:left;
}

/*pop frame*/
/*---------------------------------------------*/
table.pop_dialog_table 
{
  border-collapse: collapse;
  margin: auto;
  table-layout: fixed;
  width: 0px; 
} 
td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright {
  height: 0px;
  overflow: hidden;
  padding: 0px!important;
  width: 0px!important;
}
td.pop_topleft 
{
  filter: none!important;
  /*background-image: url(pop_dialog_top_left.png)!important;
  background-image: none;  
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='MessageBox/pop_dialog_top_left.png', sizingMethod='crop');*/
}
td.pop_topright 
{
  filter: none!important;
  /*background-image: url(pop_dialog_top_right.png)!important;
  background-image: none;  
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='MessageBox/pop_dialog_top_right.png', sizingMethod='crop');*/
}
td.pop_bottomleft 
{
  filter: none!important;
  /*background-image: url(pop_dialog_bottom_left.png)!important;
  background-image: none;  
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='MessageBox/pop_dialog_bottom_left.png', sizingMethod='crop');*/
}
td.pop_bottomright
{
  filter: none!important;	
  /*background-image: url(pop_dialog_bottom_right.png)!important;
  background-image: none;  
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='MessageBox/pop_dialog_bottom_right.png', sizingMethod='scale');*/
}
td.pop_border {
  /*background-image: url(pop_dialog_border.png)!important;
  background-image: none;
  filter: none!important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='MessageBox/pop_dialog_border.png', sizingMethod='scale');*/
}
td.dislog_head{
	height:0px;
}
/*---------------------------------------------*/
/*pop message content display*/
td.pop_content {
  background-color: white;
  padding: 0px;
  text-align:left;
}
td.pop_content h2 {
  float:none !important;
  /*background: #6d84b4;
  border: 1px solid #3B5888;*/
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}
td.pop_content h2 span {
  display: block;
  /*padding: 4px 10px 5px 10px;*/
}
td.pop_content h2 a.floatright{ float:right; }
td.pop_content .dialog_content {background: #fff;border: 1px solid #FFFFFF;border-top-width: 0px;}
td.pop_content .dialog_content.borderblue{ border:1px #FFFFFF solid;}
td.pop_content .dialog_body {padding: 0px;border-bottom: 1px solid #FFFFFF;text-align:center;}
/*td.pop_content .dialog_buttons {background: #f2f2f2;padding: 8px;text-align: right;}*/
