/*
 popup.js
*/

body {
	background-color: #FFFFFF;
}
.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 15px;
}
a.notes:link {
	color: #4e4747
}     /* unvisited link */
a.notes:visited {
	color: #827777
}  /* visited link */
a.notes:hover {
	color: #c1aaae
}   /* mouse over link */
a.notes:active {
	color: #c1aaae
}   /* selected link */


div.popup {
	max-width: 600px;
	border: 1px solid #5b6078;
	padding: 0px;
	background-color: #f6f7fd;
	/* The following properties should not be changed */
    position: absolute;
	margin: 0px;
	width: 330px;
}

div.popup p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
}

#popup_overlay {
  background-color: whitesmoke;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

.popup_link {
	margin: 0px;
	padding: 0px;
}




/*span.popup_link, a.popup_link {
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
*/
.popup_draghandle {
	cursor: move;
	height: 14px;
}
.popup_closebox {
	margin-right: 5px;
	margin-bottom: 2px;
	float: right;
	margin-top: 2px;
}
.divheader {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-image: images/headerbackg.gif;
	background-repeat: repeat-x;
	background-image: url(images/headerbackg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696B71;
}
.popup_draghandle {
	cursor: pointer;
	vertical-align: top;
	margin: 0px;
	width: 100%;
	text-align: center;
	background-image: images/headerbackg.gif;
	background-repeat: repeat-x;
	background-image: url(images/headerbackg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696B71;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-position: bottom;
}
.poptextareas {
	width: 60px;
}
.tablelabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 12px;
}
.divider {
	border: thin dotted #333333;
}
fieldset {
	padding: 1em;
  }
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }
.attdropdown {
	width: 130px;
}
.clickon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.picinside {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.popup1 {
	max-width: 600px;
	border: 1px solid #5b6078;
	padding: 0px;
	background-color: #f6f7fd;
	/* The following properties should not be changed */
    position: absolute;
	margin: 0px;
	width: 430px;
	left: 426px;
	top: 740px;
	visibility: hidden;
}

