body {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: black;
}
td {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: black;
}
.caption {
	font-weight:bold;
	font-size:10px;
}
input {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: black;
	height:13px;
	line-height:12px;
	border: 1px solid black;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: black;
	line-height:12px;
	border: 1px solid black;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	color: black;
	height:16px;
	line-height:12px;
	border: 1px solid black;
}
a {
	color: #005800;
	text-decoration: underline;
}
.infobox {
	border: 1px solid black;
	background-color: #DDECBC;
	background-image:url(../images/info_bg.jpg);
	padding:4px;
	color:#000099;
}
.errorbox {
	border: 1px solid black;
	background-color: #DDECBC;
	background-image:url(../images/error_bg.jpg);
	padding:4px;
	color:#990000;
}
.pagetitle {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding: 8px;
	background-color: #666666;
	color:white;
	border-bottom: 1px solid white;
	font-size:15px;
	font-weight:bold;
	background-image:url(../images/title_bg.jpg);
}
.headline {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	font-weight:bold;	
}
.headline a {
	text-decoration: none;
}
.headline a:hover {
	text-decoration: underline;
}
.button {
	height:18px;
	background-color: #666666;
	color: white;
	font-weight:bold;
	background-image:url(../images/title_bg.jpg);
}
.theader {
	border-bottom: 1px solid #666666;
}
p {
	margin-top:6px;
	margin-bottom:6px;
}
.login {
	background-color:#005800;
	color:white;
	height:12px;
	font-size:10px;
}
#pop_overlay
     {
          display: none;
          position: fixed;
          width: 100%;
          height: 100%;
          top: 0px;
          left: 0px;
          background: #000000;
          filter: alpha(opacity=75);
          -moz-opacity: 0.75;
          opacity: 0.75;
		  z-index:100;
     }

     #pop_container
     {
          display: none;
          position: fixed;
          width: 100%;
          height: 100%;
          top: 0px;
          left: 0px;
          background: transparent;
		  z-index:500;
     }

     #pop_inner
     {
          display: block;
          width: 600px;
          margin: 60px auto 0 auto;
          background: #666666;
          border: 1px solid #CCCCCC;
          text-align: left;
		  padding:8px;
		  background-image:url(images/popup_bg.gif);
		  background-repeat:no-repeat;
		  background-position:top right;
     }

#popTitle {
	font-size:13px;
	font-weight:bold;
	color:white;
	width:440px;
	float:left;
}	
#popTitleRow {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #AAAAAA;
}
#popButton {
	width:80px;
	float:left;
	text-align:right;
}
.popRow {
	width:520px;
	clear:both;
}
#popCol1 {
	width:259px;
	float:left;
}
#popCol2 {
	float:left;
	width:261px;
	text-align:right;
}
#popupAdditional {
	width:250px;
	float:right;
	text-align:left;
	padding-top:10px;
}
#popupAdditional a {
	padding-left:18px;
	background-image:url(images/external_link_icon.gif);
	background-repeat:no-repeat;
	background-position:left;
}