/*	Additional form styles by Steve	*/

body{
	margin: 0; padding: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 100%;
}


/*	Setup the window		*/
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}

/*	The rest of the stuff	*/
#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);
}


#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	color: #fff;
	font-weight: bold;
	height: 1.3em;
	padding: 3px 7px;
	border: 0;
	position: relative;
	z-index: 203;
	background: #006699; /* url(../im/popupBGtop.gif) no-repeat top left;*/
}


#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#popupControls a span {
	display: block;
	margin-top: 3px;
	height: 15px;
	width: 15px;
	text-indent: -9000px;
	background: url(../im/modalClose.gif) no-repeat;
}
	

	iframe{
		overflow: hidden;
	}
	
#contentPopup{
	float:left;
	width: 585px;
	min-height: 200px;
	font-size:0.9em;
	margin: 10px;
	padding: 0;
	overflow:visible;
}

#toptab, .toptab {
	float: left;
	height: 25px;
	width: 110px;
	border: solid 1px #000;
	border-left: 0px;
	padding: 5px;
	color: #000;
	text-align: center;
	cursor: pointer;	
	font-weight: bold;
	font-size: 0.85em;
}
#descriptions
{
	border: solid 1px #000;
}
#toptab a, #toptab a:link, #toptab a:hover, #toptab a:active, #toptab a:visited {
	color: #000;
}
.toptab a, .toptab a:link, .toptab a:hover, .toptab a:active, .toptab a:visited {
	color: #000;
}

#textsectfull {
	float: left;
	margin: 0;
	padding: 0;
	width: 585px;
	overflow:visible;
}

#texttab1, #texttab2, #texttab3, #texttab4, #texttab5 {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#texttab1 h1, #texttab2 h1,#texttab3 h1, #texttab4 h1, #texttab5 h1{
	color: #000;
	margin: 3px 0px 0px 5px;
	padding: 0;
	font-size: 80%;
}

#contentPopup #textcont1 {
	border: solid 1px #CCCCCC;
	line-height: 1.4em;
	margin: 20px 0px 15px 0px;
	padding: 5px;
	height: 200px;
	overflow: auto;
	overflow-x: hidden;
}
	#contentPopup #textcont1 table 
	{
		width: 97%;
	}

#comments 
{ 
	clear: both;
}