/********************************************
path: "/_assets/css/popup.css"

This style sheet inludes:
- General Layout for popups
- Contact Form

Browser Hack Legend:
  An underscore will prefix all styles 
  intended for IE only
******************************************/

/******************************************
GENERAL STYLES
******************************************/ 
body
	{
		margin:73px 0 15px 0;
		padding:0;
		font:normal 11px "Verdana", sans-serif;
		color:#666666;
		background:url(/_assets/images/analytic_logo.gif) no-repeat 0 10px;
		border-top:8px solid #333366;
	}
a   {
		text-decoration:none !important;
	}	
img
	{
		margin:0;
		border:0;
	}
h1
	{
		margin:15px 0 10px 15px;
		padding:0;
		font:bold 16px "Verdana",sans-serif;
		color:#000000;
		line-height:20px;
	}
/******************************************
Leaving Site Disclaimer
******************************************/ 
p
	{
		margin:13px 10px 0 15px;
	}
div#buttons
	{
		text-align:center;
		margin:18px 0 10px 0;
	}
input
	{
		color:#4f5559;
		font-weight:bold;
		border:1px solid #cbc6be;
		background-color: #edebe7;
		cursor:hand;
		cursor:pointer;
		margin:0 15px 0 0;
	}	
/******************************************
5 Year - First
******************************************/
body.first5Year
	{
		margin:0 21px 15px 11px;
		padding:0;
		color:#000000;
		background:none;
		border-top:none;
	}
body.first5Year h1
	{
		margin-top:21px;
		color:#cc6633;
		font-size:18px;
		font-family:Arial;
	}	
body.first5Year p
	{
		line-height:15px;
	}
/******************************************
5 Year - Foremost
******************************************/
body.foremost5Year
	{
		margin:0 21px 15px 10px;
		padding:0;
		color:#000000;
		border-top:none;
		background:url(/_assets/images/5year_popup.gif) repeat-y 0 0;
	}
body.foremost5Year table
	{
		margin:32px 0 0 0;
	}
body.foremost5Year a
	{
		color:#cc6633;
		text-decoration:underline !important;
	}
body.foremost5Year a:hover
	{
		text-decoration:none !important;
	}
body.foremost5Year th
	{
		color:#cc6633;
		font-size:17px;
		vertical-align:top;
		font-weight:bold;
		background:url(/images/5year_th.gif) no-repeat 0 5px;
		text-align:left;
		padding:0 0 0 24px;
	}

body.foremost5Year th.research
	{
		color:#cc6633;
		font-size:17px;
		vertical-align:top;
		background: none;
		font-weight:bold;
		text-align:left;
		padding:0 0 0 24px;	
	}	
		
body.foremost5Year td
	{
		vertical-align:top;
		padding:5px 5px 29px 9px;
	}
	
body.foremost5Year td.research
	{
		vertical-align:top;
		padding:5px 5px 5px 9px;
	}
		
body.foremost5Year p.intro
	{
		line-height:18px;
		color:#0095a7;
		font-size:14px;
		margin-left:25px;
		font-weight:bold;
		margin-top:25px;
	}
/******************************************
Webinar Launcher
******************************************/	
body.webinarLauncher
	{
		margin:0 21px 15px 10px;
		padding:0;
		color:#000000;
		border-top:none;
		background:url(/images/5year_popup.gif) repeat-y 0 0;
	}		
body.webinarLauncher input 
	{
		background-color:#fff;
		border:1px solid #000;
		color:#000;
		cursor:text;
		font-weight:normal;
	}
body.webinarLauncher input.submit 
	{
		background-color:#EDEBE7;
		border:1px solid #000;
		color:#000;
		cursor:pointer;
		font-weight:normal;
	}	
body.webinarLauncher table
	{
		margin:32px 0 0 0;
	}
body.webinarLauncher a
	{
		color:#cc6633;
		text-decoration:underline !important;
	}
body.webinarLauncher a:hover
	{
		text-decoration:none !important;
	}	
body.webinarLauncher td 
	{
		padding:5px 5px 9px 9px;
		vertical-align:top;
	}
body.webinarLauncher h1
	{
		color:#0095a7;
		margin-top:30px;	
	}		
