@import "filter.css";

 body {
	margin:0;
	border:0;
	padding:0;
	width:990px;
	/* while it may appear unnecessary, this background setting prevents a flicker on IE6 when scrolling */
	background: #fff url(/images/201004/header_bg.gif) fixed 0px 0px repeat-x;
}
#home_header {
	background: #eee url(/images/201004/header_bg.gif) fixed 0px 0px repeat-x;
	border-bottom:1px solid #666;
	color:#333;
	position:fixed;
	top:0;
	left:0;
	z-index:9;
	height:70px;
	width:100%;
}

#main {
	width:100%;
	padding-bottom:50px;
}

#tabdiv {
	white-space:nowrap; 
	margin:0;
	padding:0;
	position:fixed;
	top:44px;
	left:230px;
	width:300px;
	z-index:10;
        border-left:1px solid #999;
}

#tabdiv ul {
        padding:0px;
        height:26px;
        margin:0;
        white-space:nowrap; 
        list-style:none;
        min-width:1050px;
        width:100%;
}

#tabdiv ul.free {
        padding:1px 0 0 2px;
}

#tabdiv li.logo {
        margin:3px 0 0 5px;
        width:180px;
}

#tabdiv li a:hover {
        text-decoration:underline;
}

#tabdiv li {
        float:left;
        text-align:left;
        font:bold 11px sans-serif;
        padding:0;
        margin:0;
        border-right:1px solid #999;
        height:24px;
}

#tabdiv li .betatag {
		font-size:9px;
		color:#ced;
		font-style:italic;
		vertical-align:middle;
}

#tabdiv li.focused .betatag {
		color:#c30;
}


	
#tabdiv li.caltab {
		float:left;
		text-align:left;
		font:bold 11px sans-serif;
		padding:0;
		margin:0;
		border-right:1px solid #999;
		height:24px;
		background:url(/images/200810/top_blue.gif) repeat; 
	}


	
	
#tabdiv  a {
	    float:left;
		font:bold 12px sans-serif;
		display:block;
		color:#fff;
		text-decoration:none;
		line-height:24px;
		padding:0 8px 0 6px;
		height:24px;
	    text-decoration:none;
	}

#tabdiv li.caltab a {
		font:bold 10px sans-serif;
		line-height:10px;
		text-align:center;
		padding:3px 8px 0 6px;
		background:url(/images/200911/caltab_bg.gif) repeat; 
	}

#tabdiv ul.free li {
		width:138px;
	}



#tabdiv li.focused, #tabdiv li.caltab_focused {
		display:inline;
		white-space:nowrap; 
		padding:0;
		margin:0;
		border:0;
		height:24px;
		background: transparent url(/images/200810/top_grey.gif) repeat-x; 
		white-space:nowrap; 
		color:#FFF
	}

#tabdiv li.focused a {
	    float:left;
		display:block;
		color:#14a;
		line-height:26px;
		text-decoration:none;
		padding:0 12px 0 10px;
		background-repeat:no-repeat;
		height:24px;
	    text-decoration:none;
	}

#tabdiv li.caltab_focused a {
		font:bold 10px sans-serif;
		color:#14a;
		padding:3px 8px 0 6px;
		line-height:10px;
		text-align:center;
		background: transparent url(/images/200810/top_grey.gif) repeat-x; 
}

#tabdiv ul.free li.focused a {
		padding:0 12px 0 30px;
	}

#tabdiv ul.free li a {
		padding:0 12px 0 30px;
	}

#tabdiv li.locked {
		float:left;
		text-align:left;
		font:bold 11px sans-serif;
		padding:0 0 0 15px;
		margin:0;
		border-right:1px solid #999;
		height:24px;
		background:url(/images/locks/toplock_bg.gif) repeat; 
	}
	
#tabdiv  li.locked a {
	    float:left;
		font:bold 12px sans-serif;
		display:block;
		color:#8eb0d3;
		text-decoration:none;
		line-height:24px;
		padding:0 8px 0 2px;
		background:url(/images/locks/toplock_bg.gif) -15px 0 repeat; 
		height:24px;
	    text-decoration:none;
	}

#linkdiv {
	white-space:nowrap; 
	margin:0;
	width:600px;
	padding:0;
	position:fixed;	
	top:12px;
	left:880px;
	height:26px;
	z-index:18;
	}

#emaildiv {
	font-size:12px;
	white-space:nowrap; 
	margin:0;
	padding:3px;
	position:fixed;	
	top:10px;
	left:20px;
	height:26px;
	z-index:14;
	color:#333;
	}

#emaildiv a {
	color:#333;
	padding:2px 8px;
	}
	

#emaildiv a.selected{
		color:#fff;
		background-color:#777;
	}

#emaildiv a.selected:hover {
		color:#fff;
		text-decoration:none;
	}


#mcdiv {
	white-space:nowrap; 
	width:400px;
	margin:0;
	padding:0;
	position:fixed;	
	absolute:fixed;	
	top:92px;
	left:495px;
	height:26px;
	z-index:14;
	}



#mcdiv ul, #linkdiv ul {
		border:0;
		padding:0;
		height:26px;
		margin:0;
		white-space:nowrap; 
		list-style:none;
	}

#mcdiv li, #linkdiv li {
		float:left;
		text-align:left;
		padding:0;
		margin:0;
		border:0;
		display:inline;
		white-space:nowrap; 
		height:16px;
		white-space:nowrap; 

	}

#linkdiv li a, #mcdiv li a{
		color:#333;
		line-height:16px;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
		padding:2px 8px 2px 8px;
		margin:1px 0 0 0;
	}

#linkdiv li a.selected{
		color:#fff;
		background-color:#777;
	}


#linkdiv li a:hover {
		color:#14a;
		text-decoration:underline;
	}

#linkdiv li a.selected:hover {
		color:#fff;
		text-decoration:none;
	}


#linkdiv li.morelink {
		background-color:#eee;
		border:1px outset #ccc;
		margin:0 0 0 5px;
		padding:0;
		line-height:10px;
}

#linkdiv li.morelink a {
		color:#333;
		font-size:11px;
		font-weight:bold;
		padding:0 5px;
		margin:0;
	}


#mcdiv li a {
		font-size:14px;
		padding:2px 5px 2px 20px;
}

#mcdiv li a.john {
	font-weight:bold;
}

#linkdiv li.imblast a {
		background: transparent url(/images/link_icons/imblast.gif) no-repeat;
}

#linkdiv li.site_map a {
		background: transparent url(/images/link_icons/site_map.gif) no-repeat;
}

#linkdiv li.shark a {
		background: transparent url(/images/link_icons/rtsn.gif) no-repeat;
}

#linkdiv li.im_email a {
		background: transparent url(/images/link_icons/im_email.gif) no-repeat;
}

.group_hide { display: none }
.group_show { display: inline }

#quicklinks {
	font-size:12px;
	color:#333;
	background: #cadfff url("/images/tabs2/bottombg3.gif") repeat-x; 
	border-top:1px solid #ccc;
	white-space:nowrap;
	margin:0;
	padding:2px 0;
	position:fixed;
	width:100%;
	height:16px;
	bottom:0px;
	left:0px;
	z-index:50;
}

#quicklinks input {
	background-color:#fe6;
}

#quick_copy,#quick_copy_free {
	border-top:2px solid #ccc;
	text-align:left;
	padding:3px 10px 4px 150px;
	margin-right:0;
	width:100%;
	background: #cadfff url("/images/tabs2/bottombg3.gif") repeat-x; 
	font-size:9px;
	line-height:12px;
	position:fixed;
	bottom:0px;
	left:0px;
	overflow:hidden;
	z-index:55;
	color:#666;
}

#trial_note {
	border-top:1px solid #666;
	text-align:left;
	padding:4px 10px 5px 70px;
	margin-right:235px;
	width:100%;
	background-color:#f30; 
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:15px;
	position:fixed;
	bottom:20px;
	left:0px;
	overflow:hidden;
	z-index:52;	
}

#trial_note a {
	color:#fff;
	text-decoration:underline;
}

#trial_note a:hover {
	color:#fc0;
	text-decoration:none;
}

#quick_copy_free {
	padding:3px 10px 4px 610px;
}

#quick_copy a {
	color:#009;
	font-size:9px;
}

#menudiv {
    background: #dbefff url(/images/borders/top_corner_left.gif) -5px -1px;
	white-space:nowrap;
	margin:0;
	padding:10px 0px;
	border:1px solid #999;
	position:fixed;
	top:115px;
	left:160px;
	width:600px;
	height:200px;
	z-index:15;
}

#menushadow {
    background: url(/images/shadow.png) bottom right;
	white-space:nowrap; 
	margin:0;
	padding:10px 0px;
	border-top:0;
	border-left:0;
	position:fixed;
	top:120px;
	left:165px;
	width:600px;
	height:200px;
	z-index:14;
}

#menudiv .tools {
	margin:-6px 6px 0px 0px;
	text-align:right;
	width:594px;
}

#menudiv a:hover {
	background-color:#7ad;
}

#menudiv iframe {
	padding:0;
	margin:8px 10px;
	background-color:#fff;
	width:570px;
	height:175px;
}


#sidemenu { 
	color:#000;
	position:absolute;
	top: 70px;
        left: 0;
        width: 140px; 
        height:2000px;
        background-color:#eee;
        overflow-x: hidden;
	z-index:3;
}


#sidemenu p {
	padding:6px 0px 9px 7px;
	color:#14a;
	font-size:12px;
	font-weight:bold;
	margin:0 0 2px 1px;
	background:url(/images/200901/header_bg.gif) 0 -14px repeat-x;
}

#sidemenu select {
	color:#000;
	font-size:13px;
	font-weight:bold;
	width:110px;
	margin-left:15px;
	margin-bottom:5px;
	
}

#fontsize {
	position:absolute;
	top: 50px;
    right: 10px;
}


#top_banner {
	margin:42px 5px 5px 8px;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#fff;
}
#title_header {
	margin:80px 5px 5px 30px;
}

#title_header h1{
    text-align:left;
    font-size:16px;
	color:#666;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
}

#free_top_banner {
	margin:5px;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	width:1000px;
	text-align:center;
} 

#top_ad {
	background-color:#333;
	padding:0;
	margin:1px 5px;
	position:fixed;
	top:1px;
	left:420px;
	color:#fff;
	z-index:49;
}

#top_ad a {
	color:#666;
}

#top_ad img {
		border:1px solid #666;

}

#banner {
	margin:5px;
	font-size:12px;
	color:#666;
	background-color:#fff;
	text-align:left;
}


#findit_box {
	padding:8px 0 0 0;
	margin:0;
	position:fixed;
	width:660px;
	top:34px;
	left:635px;
	z-index:12;
	white-space:nowrap;
	font:bold 12px sans-serif;
	color:#fff;
}

#mobile_promo {
	position:fixed;
	top:48px;
	left:590px;
	width:375px;
	text-align:right;
	z-index:24;
	font:bold 11px sans-serif;
	color:#fff;
}

#mobile_promo a {
	color:#fff;
	text-decoration:underline;
}

#bb_launcher2 {
	background-color:#fff;
	font: 10px sans-serif;
	left:770px;
	top:40px;
	position:fixed;
	width:200px;
	z-index:25;
	padding:5px;
	border:2px solid #333; 
	border-left:1px solid #ccc; 
	border-top:1px solid #ccc; 
	}
	
#more {
	background-color:#eee;
	font: bold 11px sans-serif;
	left:827px;
	top:28px;
	position:fixed;
	width:110px;
	z-index:25;
	border:1px solid #333; 
	border-left:1px solid #ccc; 
	border-top:1px solid #ccc; 
	text-align:center;
}

#more ul {
		background-color:#fff;
        list-style-type: none;
        margin:0;
        padding:0;
		text-align:left;
}

#more li {
	padding:3px;
	margin:0;
	font-weight: normal;
	border-bottom:1px solid #eee;
}

#more a, #more li a {
	color:#333;	
}

#close_bb, #close_morelinks {
	text-align:right;
	margin:0 0 3px 0;
	color:#999;
	font-weight:bold;
}

	
#close_bb a, #close_morelinks a {
	color:#999;
	border:1px solid #999;
	padding:0 2px;
}


#search {
	margin:0;
}

#tagline {
	margin-left:470px;
	margin-top: -20px;
	color:#14a;
	font-size:14px;
	width:500px;
}
#top_ad_box {
	position:fixed;
	top:2px;
	left:360px;
	z-index:55;
}

#login_box {
	position:fixed;
	top:60px;
	left:330px;
	z-index:50;
}

#twitter_link {
	position:fixed;
	top:10px;
	left:730px;
	z-index:50;
}

div.login_box {
	padding:0;
	margin:0px 5px;
	width:350px;
}

div.login_box p {
	margin:0px;
	margin-left:5px;
	width:350px;
	font-size:12px;
	text-align:center;
}
	
div.login_box label, div.login_box input.text {
		display: block;
		float:left;
		font-size:11px;
}

div.login_box input.text {
		width: 64px;
}


div.mc_email_box {
	text-align:left;
	padding:0 25px;
	font-size:12px;
}

div.mc_email_box p.small {
	margin: 0 0 0 80px;
	font-size:11px;
}

div.mc_email_box p.note {
	margin: 5px 20px 0 20px;
	font-size:10px;
}

div.mc_email_box label {
		display: block;
		float:left;
		font-size:12px;
		width:100px;
		padding-right:5px;
		text-align:right;
}

div.mc_email_box input.text {
		width: 200px;
		margin:0 0 8px 0;
}	
div.login_box label {
		text-align: right;
		width: 66px;
		padding-right: 5px;
		font-size:12px;
	}

div.login_box br {
		clear: left;
	}

div.login_box div.loginbutton {
	display:block;
	height:20px;
	width:57px;
	margin-left:290px;
	background:transparent url("/images/tabs2/login_button2.gif") no-repeat;
}

div.login_box div.loginbutton a {
	color:transparent;
	height:20px;
	width:57px;
	display:block;
}

div.login_box div.loginbutton a:hover {
	background:transparent url("/images/tabs2/login_button2.gif") 0px -20px no-repeat;
}


div.login_box a.small {
	font-family:Arial,Helvetica,sans-serif;
    text-decoration:none;
	font-size:10px;
	}

div.mc_email_box div.subscribebutton {
	display:block;
	height:20px;
	width:130px;
	margin-left:105px;
	margin-top:15px;
	background:transparent url("/images/subscribe_now_button.gif") no-repeat;
}

div.mc_email_box div.subscribebutton a {
	color:transparent;
	height:20px;
	width:130px;
	display:block;
}

div.mc_email_box div.subscribebutton a:hover {
	background:transparent url("/images/subscribe_now_button.gif") 0px -20px no-repeat;
}

#findit_box form,div.login_box form {
	border:0;
	padding:0;
	margin:0;
}

#findit_box p {
	color:#000;
	font-size:12px;
	color:#666;
	padding:0px 1px 0px 3px;
	margin:5px 5px 8px 5px;
	width:990px;
	text-align:center;
}

#findit_box p a {
        text-decoration:underline;
}

div.login_box h3 {
	background-color:#333;
	color:#fff;
	width:340px;
	font-size:12px;
	padding:2px 5px;
	border-bottom:1px solid #ccc;
	text-align:center;
	margin:0 0 5px 0;
}

#find_input_quick  {
	font-size:12px;
	width:178px;
	height:18px;
	padding:3px 0 0 2px;
	margin:0;
	border:2px inset #999;
}

#findit_quick_btn {
        width: 29px;
        height: 23px;
        background: url("/images/200911/ticker_go.gif") no-repeat;
        position: relative;
        text-align:center;
        display: block;
        margin:-23px 0 0 240px;
}

#findit_quick_btn  a {
	display: block;
	font-size:12px;
	font-weight:bold;
	height:23px;
	width: 29px;
}

#findit_quick_btn a:hover {
	color:#369;
	text-decoration:none;
	background: transparent url("/images/200911/ticker_go.gif") 0px -23px  no-repeat;
}

#banner h3 {
	margin:3px 0 5px 0;
	font-size:12px;
	font-style:italic;
}

.mainblock {
        margin-top:20px;
        background-color:#fff;
}

.mainblock_side {
        margin-left:130px;
        padding-left:15px;
        margin-top:50px;
        border-left:1px solid #e5eaee; 
}

.mainblock_top {
         margin-left:0;
         padding-left:0;
         margin-top:50px;
         padding-top:5px;
}


#findit_simple {
	padding:10px 10px 25px 0px;
	font-size:13px;
	width: 500px;
	color:#14a;
	margin-left:246px;
}

#findit_simple form {
	padding:0;
	margin:0;
	border:0;
}

#findit_simple p {
	margin:10px 10px 25px 0px;
}
#findit_simple .logo {
	margin-left:130px;
	margin-bottom:10px;
}
#findit_simple #find_input_quick {
	font:bold 14px sans-serif;
    width:300px;
	height:18px;
	margin:0;
}
#findit_simple #findit_quick_btn {
		margin:2px 0 0 310px;
}

span.hide { 
	display:none; 
}

#trial_form_main {
	margin-left:130px;
	font-size:12px;
}

h3.trialpage {
	font-size:14px;
	font-weight:bold;
	color:#f30;
	margin:5px 0 10px 130px;
}

#trial_form_main h3 {
	font-size:13px;
	font-weight:bold;
	color:#f30;
	margin:10px 0;
}

#trial_form_main  ul,#trial_form_main li{margin:0;padding:0; list-style:disc;  list-style-position: inside;}

#trial_form_main ul{ margin-bottom:25px; }

#trial_form_main li{margin-left:20px;}

#trial_form_main label {
	padding:1px;
	font-size:12px;
	width:35px;
	display:block;
	margin:0;
	float:left;
}

#trial_form_main form {
	margin: 0;
	padding:0;
}

#trial_form_main input {
	margin:0 0 1px 0;
	padding:0px;
	font-size:10px;
	width:148px;
}

#trial_form_main .lt_form .button {
	background:url(/images/wssalerts/trialbox_button.gif) no-repeat;
	margin-top:10px;
	margin-left:35px;
	display:block;
	height:20px;
	width:130px;
	}	
	
#trial_form_main .lt_form .button a {
	background:url(/images/wssalerts/trialbox_button.gif) no-repeat;
	height:20px;
	width:130px;
	display:block;
	margin:0;
	border:0;
	padding:0;
	text-decoration:none;
	}	

#trial_form_main .lt_form .button a:hover {
	background:url(/images/wssalerts/trialbox_button.gif) 0px -20px no-repeat;
	text-decoration:none;
	}	

#portmockup {
	margin: 0 0 10px 0;
	padding:2px;
	border:1px solid #eee;
}

div.trial_form_unlock {
	margin: 0 0 10px 0;
	padding:0 0 5px 0;
	font-size:12px;
	width:250px;
	font-weight:bold;
	border:1px solid #ccc;
	color:#666;
	background-color:#fff;
}

div.trial_form_unlock img {
	margin:2px 2px 8px 2px;
}

div.trial_form_unlock h2 {
	margin:1px;
	padding:3px 0;
	text-align:center;
	color:#fff;
	background-color:#f30;
	font-weight:bolder;
	font-size:15px;
}

div.trial_form_unlock h3 {
	margin:1px;
	padding:3px 0;
	text-align:center;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	color:#f30;
	font-weight:bold;
	font-size:12px;
}


div.trial_form_unlock  ul,div.trial_form_unlock li{margin:0;padding:0; list-style:disc;  list-style-position: inside; }

div.trial_form_unlock ul{ margin:4px 0 0 8px; width:240px }

div.trial_form_unlock li{margin-left:8px; margin-top: 2px; font-size:11px; }

div.trial_form_unlock .lt_form {
	padding:0px;
}

div.trial_form_unlock label {
	padding:1px;
	font-size:11px;
	width:35px;
	display:block;
	margin:0;
	float:left;
}

div.trial_form_unlock form {
	margin: 10px 0 0 25px;
	padding:0;
}

div.trial_form_unlock input {
	margin:0 0 1px 0;
	padding:0px;
	font-size:10px;
	width:130px;
}
	
div.trial_form_unlock .lt_form .button {
	position:relative;
	background:url(/images/wssalerts/trialbox_button.gif) no-repeat;
	margin:5px 0;
	top:2px;
	left:60px;
	display:block;
	height:20px;
	width:130px;
	}	
	
div.trial_form_unlock .lt_form .button a {
	background:url(/images/wssalerts/trialbox_button.gif) no-repeat;
	height:20px;
	width:130px;
	display:block;
	border:0;
	padding:0;
	text-decoration:none;
	}	

div.trial_form_unlock .lt_form .button a:hover {
	background:url(/images/wssalerts/trialbox_button.gif) 0px -20px no-repeat;
	text-decoration:none;
	}	

#free_right {
	position:absolute;
	top:180px;
	left:830px;
	}	

#trial_form_tower {
	height:510px;
	border:1px solid #333;
	background-color:#000;
	width:118px;
}

#trial_form_tower img {
	margin:0;
	padding:0;
	border:0;
}


#trial_form_tower input {
	margin:0 0 1px 15px;
	padding:0;
	font-size:10px;
	width:90px;
}

#trial_form_tower label {
	padding:4px 1px 1px 1px;
	font-size:12px;
	font-weight:bold;
	color:#333;
	width:35px;
	display:block;
	margin:0 0 1px 5px;
}

#trial_form_tower form {
	padding:0;
	margin:0;
	border:0;
}


#trial_form_tower .tw_form {
	background-color:#eee;
	height:115px;
	width:118px;
	padding:0;
	margin:0;
}


#trial_form_tower .tw_form input.tiny {
	height:1px;
	width:1px;
	padding:0;
	margin:0;
}


#trial_form_tower .tw_form .button {
	position:relative;
	background:url(/images/wssalerts/rightbanner_button.gif) no-repeat;
	top:6px;
	left:8px;
	display:block;
	height:20px;
	width:110px;
	}	
	
#trial_form_tower .tw_form .button a {
	background:url(/images/wssalerts/rightbanner_button.gif) no-repeat;
	height:20px;
	width:110px;
	display:block;
	margin:0;
	border:0;
	padding:0;
	text-decoration:none;
	}	

#trial_form_tower .tw_form .button a:hover {
	background:url(/images/wssalerts/rightbanner_button.gif) 0px -20px no-repeat;
	text-decoration:none;
	}	

.warn {
    margin:10px 130px;
    padding:5px;
	border:2px solid #36c;
	background-color:#cbdcee;
	font-size:12px;
	width:500px;
}

#sales_ops {
	margin-left:60px;
	width:550px;
}

#sales_ops h3 {
	font-size:13px;
	margin-left:10px;
}

#sales_ops h1 {
	font-size:16px;
}

#sales_ops p {
	margin-left:30px;
	font-size:12px;
}
	
ul.mktree li, ul.mktree a { font-size: 11px; font-weight: bold; line-height: 12px; color:#14a }

#homeresources {
	font-size:11px;
	padding:0 3px 5px 3px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#eee;
	border-top:3px double #ccc;

}

#homeresources h3  {
	width:135px;
	font-size:12px;
	padding:5px 5px 3px 2px;
	color:#14a;
	font-weight:bold;
	margin:0 0 8px 0;
	border-bottom:1px solid #ccc;
}

#homeresources ul {	
	list-style:none;
	margin:0;
	padding:0;
}

#homeresources li  {	
	color:#666;
	font-size:11px;
	padding:1px 0 5px 5px;
	width:129px;
	font-weight:bold;
}

#homeresources li a {
	padding:0 0 0 15px;
	margin:0 0 0 5px;
	font-weight:normal;
	background:url(/images/arrow_bullet_grey.gif) 0px 2px no-repeat;
}

#homeresources ul.local li {	
	color:#666;
	font-size:11px;
	padding:3px 0 0 0;
	margin-left:10px;
	font-weight:bold;
	border-bottom:3px solid #0278cc;
	width:175px;
}

a.searchterms {
	margin:0px 10px;
}


#blackout { 	
	position:fixed;
	z-index:95;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#013;
	opacity: .75;
	filter: alpha(opacity=75);
}

#pop_login { 	
	z-index:102;
}

#pop_free_mc { 	
	z-index:103;
}

#pop_login, #pop_free_mc { 	
	position:fixed;
	top:160px;
	left:170px;
	width:500px;
	height:310px;
	background-color:#eee;
	border:2px solid #666;	
	text-align:center;
	}
	
#pop_login a.cancel, #pop_free_mc a.cancel { 	
		float:right;
		border:1px solid #fff;
		color:#fff;
		padding:0px 2px;
		margin:4px;
		text-decoration:none;
		font-size:10px;
		font-weight:bold;
	}

#pop_login a.cancel:hover, #pop_free_mc  a.cancel:hover { 	
		color:#14a;
		background-color:#eee;
	}


#pop_login a.nothanks, #pop_free_mc a.nothanks { 	
		text-decoration:underline;
		font-size:14px;
		font-weight:bold;
	}
	
#pop_login a.nothanks:hover, #pop_free_mc a.nothanks:hover { 	
		text-decoration:none;	
	}
	
#pop_login div.button a, #pop_free_mc div.button a { 	
		text-decoration:none;	
	}
	
	
#pop_login div.login_box, #pop_free_mc div.login_box {
	margin:20px 10px;
	padding:0 64px 20px 64px;
	border-bottom:1px solid #ccc;
	}
	
#pop_login div.trial_form_unlock, #pop_free_mc div.trial_form_unlock { 	
	margin:10px 64px;
	text-align:left;
	}
	
#pop_login h3, #pop_free_mc h3 { 	
	padding:5px;
	text-align:center;
	background:url(/images/200810/top_blue.gif) repeat; 
	color:#fff;
	font-size:15px;
	font-weight:bold;
	margin:2px 2px 5px 2px;
	}

#pop_login_shadow, #pop_free_mc_shadow { 	
	position:fixed;
	top:165px;
	left:175px;
	width:500px;
	height:310px;
	background-color:#003;
	border:2px solid #000;	
	opacity: .75;
	filter: alpha(opacity=75); 
}
#pop_login_shadow {
	z-index:98;
}
#pop_free_mc_shadow { 	
	z-index:99;
}

#search_trial_box {
	position:absolute;
	top:150px;
	left:580px;
}

div.search_intro {
	width:520px ;
	border-bottom:1px solid #ddd;
	margin:5px 5px 20px 5px;
	padding:5px 15px;
}

div.search_intro p {
	margin:5px;
}

/* Styles for homepage selection panel */

#select_home_shadow {
	border-right: 5px solid #333;
	border-bottom: 5px solid #333;
	position: absolute;
	top:65px;
	left:250px;
	width:500px;
	z-index:300;
	background-color:#333;
}

#select_home {
	border: 1px solid #14a;
	background-color:#fff;
}

#select_home p {
	font-size:10px;
	margin:2px 30px 5px 40px;
}

#select_home p.intro {
	font-size:12px;
	margin:10px 20px 5px 22px;
}

#select_home p.footer {
	font-size:10px;
	border-top: 1px solid #eee;
	margin:5px;
	padding:5px 5px 0 5px;
	text-align:center;
}

#select_home h1 {
	font-size:14px;
	margin:0px;
	padding:5px;
	color:#14a;
	background-color:#ccc;
	border-bottom:1px solid #14a;
}

#select_home h3 {
	border-top:1px solid #eee;
	font-size:13px;
	padding:5px 10px 0 10px;
	margin:5px 5px 0 5px;
}

#select_home h3.first {
	border-top:0;
	padding:5px 10px 0 10px;
}

#select_home a {
	border:3px outset #999;
	display:block;
	font-size:13px;
	padding:5px 10px 5px 10px;
	margin:15px 10px 10px 100px;
	width:270px;
	text-align:center;
	color:#666;
	font-weight:bold;
	background-color:#eee;
}

#select_home p.savingmsg {
	border:3px inset #999;
	display:block;
	font-size:13px;
	padding:5px 10px 5px 10px;
	margin:15px 10px 10px 100px;
	width:270px;
	text-align:center;
	color:#666;
	font-weight:bold;
	background-color:#ccc;
}

#select_home p.savedmsg {
	border:3px solid #ccc;
	display:block;
	font-size:13px;
	padding:5px 10px 5px 10px;
	margin:15px 10px 10px 100px;
	width:270px;
	text-align:center;
	color:#666;
	font-weight:bold;
	background-color:#eee;
}

#select_home a:hover {
	border:3px outset #ccc;
	text-decoration:none;
	color:#333;
	background-color:#fff;
}


/* IE6 Hacks Hacks Hacks */

* html #home_header { /*\*/position: absolute; top: expression((0 + (ignoreMe1 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');; width: expression( ignoreMe24 = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth)/**/ } 

* html #findit_box { /*\*/position: absolute; top: expression((38 + (ignoreMe2 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');/**/ } 

* html #mobile_promo { /*\*/position: absolute; top: expression((45 + (ignoreMe2 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');/**/ } 

* html #login_box { /*\*/position: absolute; top: expression((60 + (ignoreMe3 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');/**/ } 

* html #tabdiv { /*\*/position: absolute; top: expression((44 + (ignoreMe4 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); width: expression( ignoreMe24 = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth)/**/ } 

* html #linkdiv { /*\*/position: absolute; top: expression((12 + (ignoreMe6 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((5 + (ignoreMe7 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ } 

* html #emaildiv { /*\*/position: absolute; top: expression((10 + (ignoreMe6 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((5 + (ignoreMe7 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ } 

* html #mcdiv { /*\*/position: absolute; top: expression((62 + (ignoreMe8 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((5 + (ignoreMe9 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ } 
	
* html #quicklinks { /*\*/position: absolute; top: expression((-22 + (ignoreMe12 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + (ignoreMe13 = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)) + 'px'); width: expression(ignoreMe14 = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth); /**/ } 

* html #trial_note { /*\*/position: absolute; top: expression((-40 + (ignoreMe15 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + (ignoreMe16 = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)) + 'px'); width: expression(ignoreMe23 = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth);/**/ } 

* html #quick_copy { /*\*/position: absolute; top: expression((-18 + (ignoreMe15 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + (ignoreMe16 = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)) + 'px'); width: expression(ignoreMe23 = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth);/**/ } 

* html #quick_copy_free { /*\*/position: absolute; top: expression((-18 + (ignoreMe17 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + (ignoreMe18 = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)) + 'px'); width: expression(ignoreMe22 = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth);/**/ } 

* html #menudiv { /*\*/position: absolute; top: expression((115 + (ignoreMe20 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); /**/ } 

* html #menushadow { /*\*/position: absolute; top: expression((120 + (ignoreMe21 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); /**/ } 

* html #top_ad { /*\*/position: absolute; top: expression((1 + (ignoreMe22 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');/**/ } 

* html #blackout { /*\*/position: absolute; top: expression((0 + (ignoreMe4 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); width: expression( ignoreMe24 = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth); height: expression( ignoreMe24 = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)/**/ } 

* html #pop_login { /*\*/position: absolute; top: expression((160 + (ignoreMe3 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');/**/ } 

* html #pop_login_shadow { /*\*/position: absolute; top: expression((165 + (ignoreMe3 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');/**/ } 

* html #more { /*\*/position: absolute; top: expression((28 + (ignoreMe5 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); /**/ } 

* html #bb_launcher2 { /*\*/position: absolute; top: expression((40 + (ignoreMe5 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); /**/ } 

