﻿/* START ADDITIONS */
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

/* alternative for namelist with ToggleButtonExtender*/
table.list td
{
	left: 15px;
	position: relative;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=25);
	opacity:0.25;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.suggestPopUpSm{
	background: #999999;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
}
table.formSm{
	position: relative;
	top: -3px;
	left: -3px;
	width: 300px;
	border: 2px solid #2d53af;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
	
}
table.formSm tr.popuptitle {
	background: url(../images/bkg_menu.gif) repeat-x top left;
	color: #FFF;
	font-weight: bold;

}
table.formSm td.popuptitle {
	background: url(../images/bkg_menu.gif) repeat-x top left;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
}
table.formSm td {
	padding: 3px;
}
/*
table td {
	padding: 6px;
}
.required {
	color: #FF0000;
	font-size: 130%;
}
.eg, table td span.eg {
	font-size: 85%;
	color:#4b5962;
}
*/
.suggestPopUp{
	background: #999999;
	font-family: Arial, Helvetica, sans-serif;
	width: 400px;
}
table.form{
	position: relative;
	top: -3px;
	left: -3px;
	width: 400px;
	border: 2px solid #2d53af;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
	
}
table.form tr.popuptitle {
	background: url(../images/bkg_menu.gif) repeat-x top left;
	color: #FFF;
	font-weight: bold;

}
table.form td.popuptitle {
	background: url(../images/bkg_menu.gif) repeat-x top left;
	color: #FFF;
	font-weight: bold;

}
/*
table td {
	padding: 6px;
}	
*/

/* Button Styles*/
.Normal
{
  /*border: dashed 1px #000000;
  background-color: #FFFFFF;
  cursor: auto;
  padding: 10px;
  width: 200px;
  text-align: center;*/
}
 
.Progress
{
  border: dashed 1px #000000;
  background-color: #EEEEEE;
  background-image: url(../images/spinner.gif);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: wait;
  /*padding: 10px;
  width: 200px;
  text-align: center;*/
}
table.conf{
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0px;
	background: #FFFFCC;
}
/* END ADDITIONS */