/****************
* Modal dialog
*/
#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 1px solid #8cc63f;
	background-color: #FFFFFF;
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #8cc63f;
	color: #000000;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #3b9444;
	border-top: 1px solid #7aac3f;
	border-left: 1px solid #7aac3f;
	border-right: 1px solid #bcd132;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#popupControls a span {
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -9000px;
	background: url('../img/delete.gif') no-repeat;
}

/** Accordion **/
h3.panelTitle{
  font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
  padding: 3px 5px 3px 5px;
  margin: 0;
  border-width: 1px 0px 1px 0px;
  cursor:pointer;
	border:1px solid #3b9444;
	background: #3b9444	 url("../img/ltgreentablebgeven.gif") repeat-x;
}

h3.panelTitle:focus, h3.panelTitle:hover{
  background: #3b9444 url("../img/dkyellowgradbg.gif") repeat-x;
	font-weight: bold;
}
h3.pageletTitle{
 padding:0.5em 0px 0.5em 0px;
  margin: 0;
  cursor:pointer;
}
.pageletsubtitle {
	font: 12px normal verdana,tahoma,arial,"sans serif";
	color: #000;
}
h3.pageletTitle:focus, h3.pageletTitle:hover, 
.pageletsubtitle:focus, .pageletsubtitle:hover {
  color:#8cc63f;
}
.panel{
  margin: 0 0 1px 0;
  padding-bottom:0;
  border: none;
}

.panelBody{ 
	padding:0px; 	
}

h3.selectedPanel {
	font-weight: bold;
	color: #444; 
	cursor:default;
	background: #3b9444 url("../img/dkyellowgradbg.gif") repeat-x;
}

#verticalForm {
  margin: 10px;
  text-align: left;
  padding: 15px;
  border: 1px solid #3b9444;
}

#verticalForm fieldset
{
	display: block;
	margin: 0 0 1em 0;
	padding: 0 1em 1em 1em;
}