/* CSS Document */

#surveylayer {
	/* netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	position: absolute; top: 200px;
	width: 100%;
	height: 150px;
	z-index: 1;
	left: 0px;
	text-align: center;
	font-size: 1.0em;
	display: none;
	
	font: 76% Arial, Verdana, "Lucida Grande", "Bitstream Vera Sans", "Trebuchet MS", Helvetica, sans-serif;	
	color: #000000;
	
	
}

body > div#surveylayer {
    /* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
    position: fixed;		
	font: 76% Arial, Verdana, "Lucida Grande", "Bitstream Vera Sans", "Trebuchet MS", Helvetica, sans-serif;	
	color: #000000;
	
	
}

#surveylayer .layertext {
	font: 76% Arial, Verdana, "Lucida Grande", "Bitstream Vera Sans", "Trebuchet MS", Helvetica, sans-serif;	
	color: #000000;	
	font-size:12px
}

#surveylayer .container {
	border: 3px ridge #d8d8d8;
	background: #fafafa  repeat-x;
	width: 400px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 5px;
}

#surveylayer .container .miniBar {
	background: #c8c8c8;
	display: block;
	height: 20px;
	padding: 3px 2px 1px 3px;
}

#surveylayer .floatLeft {
	float: left;
}

#surveylayer h3 {
	font: bold 1.2em "Trebuchet MS", Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	color: #000000;
	margin-top: 0em;
	margin-bottom: .2em;
}

#surveylayer .floatRight {
	float: right;
}


#surveylayer .miniButton {
	padding: 0 2px 0 0;
	background: url(/design/images/spss_survey/button_r_part.gif) top right no-repeat;
	height: 18px;
	width: 18px;
	margin-top: 0px;
	margin-left: 4px;
	font: bold 11px Arial, sans-serif, Helvetica, Geneva, Verdana;
	float: left;
}

 #surveylayer .miniButton span {
	display: block;
	height: 18px;
	margin: 0;
	padding: 2px 0 0 3px;
	background: url(/design/images/spss_survey/button_l_part.gif) top left no-repeat;
	white-space: nowrap;
}

#surveylayer .miniButton span a {
	border-bottom-style: none;
	border-bottom-width: 1px;
	padding-top: 1px;
	display: block;
	text-align: center;
}

#surveylayer button {
	font-family: Arial, sans-serif, Helvetica, Geneva, Verdana;
}


#surveylayer button.button {
	color: #333;
	background: #E1E1E1 url(/design/images/backgrounds/fade_universal_bg.gif);
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	display: inline;
	margin: 1px;
	font-style: normal;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 0.9em;
	padding: 2px 0.2em 2px 0.2em;
}

#surveylayer button.button:hover {
	color: #000;
	background: #E1E1E1 url(/design/images/backgrounds/fade_universal_bg.gif);
	border-right: 1px solid #ff7e00;
	border-bottom: 1px solid #ff7e00;
	border-top: 1px solid #ff7e00;
	border-left: 1px solid #ff7e00;
	display: inline;
	font-style: normal;
}

#surveylayer a  {
	color : #3366cc;
	text-decoration : none;
	border-bottom: 1px dotted #bbb;
	background: transparent;
}

#surveylayer a:visited  {
	color : #3366cc;
	text-decoration: none;
	background: transparent;
	border-bottom-color: #6299cc
}

#surveylayer a:hover  {
	color : #f84405;
	text-decoration : none;
	border-bottom: 1px solid #aaa;
	background: transparent;
}

div#surveylayer {
	/* IE5.5+/Win - this is more specific than the NS4 version */
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 200 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

/* Transparency */

#surveylayer .transparency {
	filter:alpha(opacity=84);
	opacity: 0.84;
	-moz-opacity:0.84;
  }

#surveylayer .noTransparency {
	filter:alpha(opacity=100);
	opacity: 1.00;
	-moz-opacity:1.00;
  }
  
#surveylayer .bg { 
	background: url(/design/images/logo_small.PNG") 
	no-repeat right bottom; 
	background-color:#FFFFFF;
}

#surveylayer #spss_info1, #surveylayer #spss_info2, #surveylayer button.button { font-size: 12px }
