/**/

body {
	background: none;
	color: #666666;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	font-size: 80%;
	margin: 0;
	padding: 0;	
	text-align: left;
}

div#header-popup {
	background: url("../../../../images/header-downloads.gif") no-repeat top left;*/
	width: 809px;
}

* html div#header-popup {
	background: url("../../../../images/header-downloads.gif") no-repeat top left;*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../images/header-downloads.gif', sizingMethod=scale);*/
}



/* content */


/* width: 530px = 332px (main-content) + 342px (additional-content) */

body.yh-popup div#content div#main-content { /* width: 332px = 322px + 10px */
	float: right;
	margin-left: 23px;
	margin-right: 20px;
	padding: 1em 0 0 0px;
	width: 540px;
}

* html body.yh-popup div#content div#main-content { /* width: 332px = 322px + 10px */
	float: right;
	margin-left: 23px;
	padding: 1em 0 0 0px;
	width: 517px;
}


body.yh-popup div#content div#additional-content { /* width: 198px = 178px + 10px + 10px */
	float: left;
	margin-left: 20px;
	padding: 1em 0px 1em 0px;
	width: 212px;
}

* html body.yh-popup div#content div#additional-content { /* width: 198px = 178px + 10px + 10px */
	float: left;
	margin-left: 10px;
	padding: 1em 0px 1em 0px;
	width: 202px;
}


body.yh-popup {
	width: 820px;
	padding: 1em 10px 1em 10px;
}

	/* Header Popups */
	div#header-popup {
		height: 114px;
		margin: 20px 0px 0px 15px;
		padding: 0;
	}

		/*content popups */
		
		div#main-popup div#content-popup {
			width: 809px;
		}
		
	div#footer-popup {
		border-top: solid 2px #eaeaea;
		clear: both;
		margin-bottom: 50px;
		margin-left: 20px;
		margin-top: 50px;
		padding-top: 15px;
		width: 810px;
	}


/* common immediacy editor styles
=============================================== */

/* headings */


h2,
.heading2 {
	color: #000000;
	font-size: 120%;
}

/* images (additional-content) */

div#additional-content img {
	border: solid 3px #d8d8c8;
}



/* default link
----------------------------------------------- */

a {
	color: #000000;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	font-size: 90%;
	text-decoration: underline;
}

div#footer-popup a {
	color: #000000;
	float: right;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	font-size: 90%;
	text-decoration: underline;
}

a:visited {
	color: grey;
}

a:focus,
a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}


