/* -----------------------------------
DTN/The Progressive Farmer Style Sheet
version:  1.0
author:   Shaun Opp
email:    shaun.opp@dtn.com
website:  http://www.dtnpf.com
----------------------------------- */

#wrapper {
	width: 990px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
	border: solid 1px #000;
	border-width: 0 1px;
	background-color: #fff;
}

/* @group resets */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

:focus {
	outline: 0;
}

body {
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group global */

body {
	margin: 0px;
	padding: 0px;
	background: #edebeb url(../images/body_grad.gif) repeat-x;
}

.clear {
	clear: both;
}

form p.question {
	display: block;
	width: 200px;
	padding-left: 25px;
	font: 12px/16px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 3px;
}

form p.vote {
	margin-top: 10px;
	margin-left: 100px;
}

p {
	font: 11px/16px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	margin-bottom: 10px;
}

p.leadin {
	padding-bottom: 10px;
	background: url(../images/big_div_dots.gif) repeat-x left bottom;
}

p.last {
	margin-bottom: 5px;
}

.addl_stories {
	margin-top: 5px;
	margin-bottom: 10px;
}

.addl_stories dd.subhead {
	border-bottom: 1px solid #c5c5c5;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.addl_stories a {
	display: block;
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	color: #0A3E6D;
	text-decoration: none;
}

.addl_stories a:hover {
	text-decoration: underline;
}

.addl_stories a.locked {
	padding-left: 10px;
	background: url(../images/lock_icon_small.gif) no-repeat 0 center;
}

.lined_img_blu {
	border: 1px solid #0A3E6D;
}

.lined_img {
	border: 1px solid #000;
}

.inset_img {
	float: right;
	padding: 0px 0px 10px 10px;
}

.lined_inset_img {
	float: right;
	border: 1px solid #000;
	margin: 0px 0px 10px 10px;
}

h1 {
	display: block;
	margin: 10px 0px 7px 0px;
	color: #000;
	border-top: 4px solid #5C5C5C;
	border-bottom: 1px solid #A8A7A5;
	background: url(../images/graygrad_10.gif) repeat-x left center;
	padding: 3px 0px 3px 0px;
	height: 21px;
	font: bold 18px Arial, Helvetica, Geneva, sans-serif;
}

h1.first {
	margin: 0px 0px 7px 0px;
	height: 21px;
}

h1.lighter {
	margin: 0px 0px 7px 0px;
	border-top: 4px solid #5C5C5C;
	border-bottom: 1px solid #dddcd9;
}

h1 span {
	height: 21px;
	font: bold 18px Arial, Helvetica, Geneva, sans-serif;
	background: url(../images/hd_arrow.gif) no-repeat left center;
	padding: 0px 0px 0px 10px;
}

h2, h2 a {
	color: #0A3E6D;
	font: bold 1.2em/1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 3px 0px;
	display: block;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font: bold 13px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	margin-bottom: 5px;
}

h3.blue {
	font: bold 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #0A3E6D;
	margin-bottom: 10px;
}

h4, h4 a {
	color: #0A3E6D;
	font: bold 1.0em/1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	display: block;
	margin: 5px 0px;
}

a:link, a:visited {
	color: #0A3E6D;
	text-decoration: none;
}

a:hover {
	color: #0A3E6D;
	text-decoration: underline;
}

h4 .locked, h4 a.locked {
	padding: 0px 0px 0px 15px;
	text-decoration: none;
	background: url(../images/lock_icon_big.gif) no-repeat left 2px;
}

h4 a:hover {
	text-decoration: underline;
}

/* @group generic mast buttons */

#genmast {
	background-image: url(../images/genmast_back.gif);
	height: 114px;
}

#genmast li {
	height: 114px;
	background: url(../images/genmast_left.gif) no-repeat left bottom;
}

#genmast p {
	color: #fff;
	font: 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 40px;
	margin-left: 350px;
	white-space: nowrap;
}

#genbutton {
	margin: 20px 0px 0px 200px;
	padding: 50px;
	width: 300px;
	height: 100px;
	background-color: #fff;
}

#genbutton li {
	background: url(../images/genbutton_right.gif) no-repeat right top;
	display: block;
	height: 24px;
	float: left;
}

#genbutton li a {
	background: url(../images/genbutton_left.gif) no-repeat left top;
	display: block;
	color: #fff;
	height: 24px;
	padding: 3px 12px 3px 12px;
	float: left;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group tabs */

.tabs {
	width: 300px;
	position: relative;
	z-index: 20;
	float: right;
	margin-bottom: -1px;
}

.tabs li {
	float: left;
	display: block;
}

.tabs a {
	border-top: 1px solid #A8A7A5;
	border-right: 1px solid #A8A7A5;
	border-bottom: 1px solid #A8A7A5;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #0A3E6D;
	float: left;
	display: block;
	padding: 4px 6px 3px 6px;
	text-decoration: none;
	background: url(../images/graygrad_50.gif) repeat-x left bottom;
}

.tabs span.locked {
	background: url(../images/lock_icon_small.gif) no-repeat left;
	padding-left: 9px;
}

.tabs a:hover, a.current {
	border-bottom: 1px solid #fff;
	background-image: none;
	background-color: #fff;
	text-decoration: underline;
}

.tabs a.first {
	border-left: 1px solid #A8A7A5;
	padding-right: 7px;
}

.tabsBox {
	border: 1px solid #A8A7A5;
	width: 298px;
	clear: both;
	display: block;
	text-align: center;
	background-color: #fff;
	position: relative;
}

/* @end */

/* @end

 */

#header {
	width: 990px;
	height: 280px;
	clear: both;
}

/* @group ad_bar */

#ad_bar {
	height: 100px;
	width: 978px;
	margin: 0px 5px 0px 5px;
	border-left: 1px solid #979796;
	border-right: 1px solid #979796;
	border-bottom: 1px solid #979796;
	position: relative;
	/*

display: none;*/
background: #C0C0C0;
}

#ad_bar #leaderboard {
	width: 728px;
	height: 80px;
	position: absolute;
	top: 5px;
	left: 7px;
}

#ad_bar #offerbox {
	width: 230px;
	height: 80px;
	position: absolute;
	top: 5px;
	left: 741px;
}

/* @end */

/* @group logo_bar */

#logo_bar {
	width: 990px;
	height: 114px;
	clear: both;
	position: relative;
	text-align: left;
}

#logo_bar li {
	float: left;
	display: block;
	height: 114px;
}

/* @end */

/* @group corpnav */

#dtnpfNav {
	width: 990px;
	height: 32px;
	position: relative;
	background: url(../images/dtnpf_nav_bg.gif) repeat-x 0 bottom;
	background-color: #535352;
	text-transform: uppercase;
	border-bottom: 4px solid #EF4B22;
	border-top: 1px solid #000;
	text-align: left;
	clear: both;
}

#corpNav {
	width: 990px;
	height: 27px;
	display: block;
	background: url(../images/corp_nav_bg.gif) repeat-x left;
	clear: both;
}

#corpNav li {
	margin: 0;
	float: left;
	display: block;
	height: 27px;
	border-right: 1px solid #B4B5B2;
}

#corpNav a {
	padding: 7px 9px 0px 9px;
	height: 20px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	float: left;
	display: block;
	position: relative;
	text-decoration: none;
}

#corpNav a.first {
	padding: 7px 0px 0px 9px;
	height: 20px;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	float: left;
	display: block;
	text-decoration: none;
}

#corpNav a:hover {
	background-color: #EF4B22;
}
.dropdown-div{
position:absolute;
top: 0;
border: 1px solid #000000;
border-width: 0 1px;
font:normal 12px Arial, Helvetica, Geneva, sans-serif;
line-height:18px;
z-index:100;
background-color: #333232;
width: 200px;
visibility: hidden;
}


.dropdown-div a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #000000;
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

* html .dropdown-div a{ /*IE only hack*/
width: 100%;
}

.dropdown-div a:hover{ 
background-color: #fd5b1d;
}

#loginNav {
	float: right;
	padding-right: 5px;
	height: 27px;
	margin-top: -27px;
	position: relative;
	clear: both;
}

#loginNav li {
	float: left;
	display: block;
	height: 27px;
	border-right: 1px solid #B4B5B2;
}

#loginNav li.loginwrapper {
	float: left;
	display: block;
	height: 27px;
	background: url(../images/login_bg.gif) no-repeat left;
	padding: 0px 0px 0px 15px;
	border: none;
}

#loginNav li.search {
	padding-left: 0px;
	border: none;
}

#loginNav input {
	margin-top: 6px;
	height: 12px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #A8A7A5;
	border-bottom: 1px solid #A8A7A5;
	float: left;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	color: #000;
}

#loginNav a {
	padding: 7px 9px 0px 9px;
	height: 20px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	float: left;
	display: block;
	text-decoration: none;
}

#loginNav a.icon {
	padding: 0px 0px 0px 0px;
	height: 27px;
	width: 29px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	float: left;
	display: block;
	text-decoration: none;
	background: url(../images/search_icon.gif) no-repeat left;
}

#loginNav a.icon:hover {
	background: url(../images/search_icon_o.gif) no-repeat left;
}

#loginNav .userbox {
	padding: 7px 15px 0px 9px;
	height: 20px;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	float: left;
	display: block;
	text-decoration: none;
	background: url(../images/login_bg_rt.gif) no-repeat right;
}

#loginNav a.uboxlink {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
	text-decoration: none;
}

#loginNav a.uboxlink:hover {
	text-decoration: underline;
	background-color: transparent;
}

#loginNav a.uboxtxt {
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
	text-decoration: none;
}

#loginNav a.uboxtxt:hover {
	background-color: transparent;
	text-decoration: none;
}

#loginNav a:hover {
	background-color: #EF4B22;
}

#loginNav a.searchtxt:hover {
	background-color: rgba(0,0,0,0);
}

/* @end */

/* @group dtnpfnav */

#dtnpfNav li {
	float: left;
	height: 30px;
	margin-bottom: 6px;
	background: url(../images/dtnpf_nav_div.gif) no-repeat right;
}

#dtnpfNav li.last {
	background: none;
}

#dtnpfNav a {
	color: #fff;
	height: 24px;
	padding: 8px 12px 0px 12px;
	margin-bottom: 4px;
	display: block;
	float: left;
	text-decoration: none;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

#dtnpfNav a:hover {
	background: url(../images/dtnpf_nav_bg_o.gif) no-repeat center bottom;
	background-color: #B4B5B2;
}

/* @end */

#content {
	width: 970px;
	padding: 10px;
	height: 100%;
	position: relative;
	background-color: #fff;
}

/* @group content */

#mkt_content {
	width: 860px;
	padding: 20px 0px 0px 0px;
	height: 100%;
	position: relative;
	background-color: #fff;
	margin:auto;
}

#mkt_content a {
	color:#fd5b1d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

#mkt_content a.pdf {
	display:block;
	height:30px;
	vertical-align:middle;
	margin-top:10px;
	padding:10px 0px 0px 30px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background: transparent url(/ag/lib/images/pdf-icon_sm.gif) no-repeat center left;
}

#mkt_content p, ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666;
}

#mkt_content p.mkt_head {
	font-weight:bold;
	font-size:20px;
	line-height:24px;
}

.mkt_highlight {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

#mkt_content ul.checklist {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	line-height:18px;
	list-style-image: url(/ag/lib/images/check.png);
	margin: 10px 0px 10px 20px;
	padding: 10px 0px 10px 20px;
}

#mkt_content ul.checklist li {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	line-height:14px;
	padding-bottom: 10px;
}

#productlist td {
	padding:10px;
	vertical-align:top;
}

#productlist td.mobilebox {
	padding:0px;
	vertical-align:top;
	background-color:#EFEFEF;
	border:1px solid #666;
}

#productlist div.lead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#666;
}

#productlist div.blurb {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#666;
}

#productlist a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#fd5b1d;
}

.graylink {
	color:#666666;
}

.newsheader_t1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}

.newssubhead_t1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	}

#targetTable a{
	color:#666;
}


/* @group markets */

.tabs.markets {
	width: 325px;
}

.tabs.markets a {
	padding: 4px 8px 3px 8px;
}

.tabs.markets a.first {
	padding-right: 10px;
	padding-left: 10px;
}

#maBox1 {
	border: 1px solid #A8A7A5;
	width: 323px;
	min-height: 270px;
	float: left;
	display: block;
	text-align: center;
	background-color: #fff;
	position: relative;
}

#maBox2 {
	border: 1px solid #A8A7A5;
	width: 323px;
	min-height: 270px;
	float: left;
	display: none;
	text-align: center;
	background-color: #fff;
	position: relative;
}

#maBox3 {
	border: 1px solid #A8A7A5;
	width: 323px;
	min-height: 270px;
	float: left;
	display: none;
	text-align: center;
	background-color: #fff;
	position: relative;
}

/* @end */

#leftcolumn {
	width: 660px;
	float: left;
}

/* @group inside pages */

/* @group ins_loginstrip */

#ins_loginstrip {
	background: url(../images/arrow_red.gif) no-repeat left center;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 600px;
}

#ins_loginstrip a {
	font: normal 11px Arial, Helvetica, Geneva, sans-serif;
	border-right: 1px solid #000;
	color: #000;
	text-decoration: none;
	padding: 3px 5px;
}

#ins_loginstrip a.last {
	border-right: none;
}

#ins_loginstrip a:hover {
	text-decoration: underline;
}

/* @end */

.author {
	color: #0A3E6D;
	margin-bottom: 0px;
	margin-top: 15px;
	font: bold 13px Arial, Helvetica, Geneva, sans-serif;
}

.title {
	margin-top: 0px;
	font: italic 12px Arial, Helvetica, Geneva, sans-serif;
}

.time {
	color: #8a8a8a;
	font-size: 10px;
}

h1.inside {
	border-top: none;
	border-bottom: 3px solid #EAEAEA;
	background-position: 0 -3px;
	margin: 0px 10px 10px 0px;
}

.ins_box_photo {
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0px 15px 10px 0px;
	background-color: #EAEAEA;
	font: 10px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 222px;
}

.ins_box_photo img {
	border: 1px solid #000;
	margin-bottom: 5px;
}

#ins_rightcolumn {
	width: 800px;
	float: right;
}

#ins_right_rc {
	width: 300px;
	float: right;
}

#ins_right_lc {
	width: 490px;
	float: left;
	padding-right: 10px;
}

#ins_leftcolumn {
	width: 160px;
	margin-right: 10px;
	float: left;
}

/* @group New Nav */

#navheader {
	display: block;
	width: 150px;
	height: 25px;
	padding: 7px 3px 3px 7px;	
	font: bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	text-transform: uppercase;
	background-image: url(../images/nav_top.gif);
}

#navfooter {
	display: block;
	width: 160px;
	height: 25px;
	background-image: url(../images/nav_bottom.gif);
	border-top: 1px solid gray;
}

/* @end */

#ins_nav {
	background-color: #4c4b4b;
	padding-bottom: 0px;
	margin-bottom: 10px;
	vertical-align: top;
}


#ins_nav .header {
	display: block;
	width: 150px;
	height: 25px;
	padding: 7px 3px 3px 7px;	
	font: bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	text-transform: uppercase;
	background-image: url(../images/nav_top.gif);
}

#ins_nav .footer {
	width: 160px;
	height: 25px;
	background-image: url(../images/nav_bottom.gif);
}

#ins_nav a {
	display: block;
	padding: 2px 5px 2px 12px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	border-bottom: 1px solid gray;
	text-decoration: none;
	background: #333232 url(../images/red_nav_arrow.gif) no-repeat 5px center;
}

#ins_nav a:hover {
	color: #333232;
	text-decoration: underline;
	background: #bebebe url(../images/red_nav_arrow_o.gif) no-repeat 5px center;
}

#ins_nav a.first {
	border-top: 1px solid gray;
	padding-top: 5px;
}

#ins_nav a.last {
	border-bottom: 1px solid #bebebe;
	padding-bottom: 5px;
}

#relstories {
	margin: -5px 0px 10px 0px;
}

#relstories a span {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #7e7e7e;
	display: block;
}

#relstories a {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #0A3E6D;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	border-bottom: 1px solid #cbcbcb;
	width: 280px;
	display: block;
	float: left;
}

#relstories a.locked {
	padding: 5px 5px 5px 15px;
	width: 280px;
	background: url(../images/lock_icon_small.gif) no-repeat 3px 8px;
}

#relstories a:hover {
	text-decoration: underline;
	background-color: #d2d2d2;
}

#blogs {
	margin: -5px 0px 10px 0px;
}

#blogs a {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #0A3E6D;
	padding: 3px 5px 3px 15px;
	text-decoration: none;
	border-bottom: 1px solid #cbcbcb;
	width: 280px;
	display: block;
	float: left;
}

#blogs a.locked {
	padding: 3px 5px 3px 15px;
	width: 280px;
	background: url(../images/lock_icon_small.gif) no-repeat 3px 8px;
}

#blogs a:hover {
	text-decoration: underline;
	background-color: #d2d2d2;
}

#preview {
	background: url(../images/lock_icon_small.gif) no-repeat 10px 2px;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	display: block;
	text-align: center;
	float: left;
	height: 20px;
	padding: 0px 10px 0px 20px;
	margin: -9px 0px 0px 125px;
	background-color: #fff;
}

#prevLine {
	background-color: #000;
	display: block;
	width: 480px;
	height: 4px;
	float: left;
	margin-top: 8px;
}

#prevBlurb {
	clear: both;
	text-align: center;
	width: 480px;
	margin-bottom: 10px;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
}

.prev_title {
    color:#0D508F;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
    line-height:16px;
	text-align: left;
}
.prev_title span {
    font-size:18px;
    text-transform: uppercase;
}

.prev_info_subtitle {
    color:#494949;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    background: url(../images/red_chevrons.gif) center left no-repeat;
    line-height: normal;
}

.prev_bullet {
    line-height: normal;
    color:#494949;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    margin: 5px 0px 0px 30px;
    padding: 0px 0px 0px 0px;
}
.prev_bullet li {
    list-style-image: url(../images/gray_bullet.gif);
    margin-bottom: 5px;
}


.spIntColleft {
	float: left;
	width: 235px;
}

.spIntColright {
	float: right;
	width: 235px;
}

/* @end */

/* @group topstories */

#topstories {
	width: 480px;
	height: 414px;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
}

#playerbuttons {
	float: right;
	width: 51px;
}

a.left {
	width: 17px;
	height: 14px;
	margin-left: 300px;
	padding: 0px 0px 2px 0px;
	background: url(../images/arrow_left.gif) no-repeat left top;
	display: inline-block;
	position: relative;
}

a:hover.left {
	background: url(../images/arrow_left_o.gif) no-repeat left top;
}

a.pause {
	width: 17px;
	height: 14px;
	padding: 0px 0px 2px 0px;
	background: url(../images/pause.gif) no-repeat left top;
	display: inline-block;
	position: relative;
}

a:hover.pause {
	background: url(../images/pause_o.gif) no-repeat left top;
}

a.right {
	width: 17px;
	height: 14px;
	padding: 0px 0px 2px 0px;
	background: url(../images/arrow_right.gif) no-repeat left top;
	display: inline-block;
	position: relative;
}

a:hover.right {
	background: url(../images/arrow_right_o.gif) no-repeat left top;
}

#topstoryColleft {
	width: 305px;
	height: 375px;
	position: relative;
	overflow: hidden;
	float: left;
}

div.block {
	width: 305px;
	height: 370px;
	position: relative;
}

#BigBox {
	width: 3800px;
	position: absolute;
}

#topstoryColright {
	width: 153px;
	height: 363px;
	float: right;
	margin-top: 0px;
	background-color: #f6f6f6;
	border: 1px solid #A8A7A5;
	padding: 5px;
}

#topstoryColright a {
	color: #0A3E6D;
	font: bold 11px/12px Verdana, Arial, Helvetica, Geneva, sans-serif;
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

#topstoryColright a.locked {
	color: #0A3E6D;
	font: bold 11px/12px Verdana, Arial, Helvetica, Geneva, sans-serif;
	display: block;
	padding: 4px 0px 3px 15px;
	text-decoration: none;
	background: url(../images/lock_icon_big.gif) no-repeat left top;
}

#topstoryColright a:hover {
	text-decoration: underline;
}

#topstoryColright dd {
	color: #000;
	margin-bottom: 5px;
	font: 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
}

#topstoryColright dt.current {
	padding: 3px 3px 0px 13px;
	background-color: #fff;
	margin: 0px 0px 0px -6px;
	border-top: 1px solid #A8A7A5;
	border-right: 1px solid #A8A7A5;
}

#topstoryColright dd.current {
	padding: 0px 3px 3px 13px;
	background-color: #fff;
	margin: 0px 0px 8px -6px;
	border-right: 1px solid #A8A7A5;
	border-bottom: 1px solid #A8A7A5;
}

/* @end */

/* @group blogs */

#blogwrapper {
	border: 1px solid #0A3E6D;
	background-color: #F2F5F7;
	width: 315px;
	height: 753px;
	padding: 5px;
	margin-bottom: 0px;
;
}

h1.blogs {
	clear: both;
	margin-top: 0px;
	border-bottom: none;
	border-top: none;
	background: url(../images/blue_grad_100_dots.gif) repeat-x 0 -7px;
}

h1.blogs span {
	background: url(../images/hd_arrow.gif) no-repeat left center;
	padding: 0px 0px 0px 10px;
}

.bloggers {
	clear: both;
	display: block;
	position: relative;
	border-top: 1px solid #C3D0DB;
	height: 80px;
	padding: 10px 0px 0px 0px;
}

.bloggers strong {
	width: 225px;
	position: relative;
}

.bloggers.first {
	border-top: none;
	padding-top: 0px;
}

.bloggers.last {
	border-bottom: none;
	padding-bottom: 0px;
}

#blog_lc {
	width: 490px;
	float: left;
	padding-right: 10px;
}

#blog_lc img {
	float: left;
	border: 1px solid #0A3E6D;
	margin-right: 10px;
	margin-bottom: 10px;
}

#blog_lc dt {
	display: block;
	margin-left: 90px;
	margin-bottom: 5px;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0A3E6D;
	border-bottom: 1px solid #b2b2b2;
}

#blog_lc dd {
	display: block;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #4c4b4b;
}

.bloggers dt.photo {
	float: left;
	margin-right: 10px;
	padding: 5px;
	background: url(../images/blog_photo_back.gif) no-repeat;
}

h2.blog {
	font-size: 16px;
	height: 22px;
	margin: 0px 0px 0px 0px;
}

#blog_lc p {
	margin-bottom: 5px;
}

#blog_lc p.date_header {
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #0A3E6D;
	clear: left;
	margin: 10px 0px 0px 0px;
	padding: 3px 5px 0px 5px;
	height: 20px;
	color: #fff;
	display: block;
}

#blog_lc p.blog_time {
	margin: 0px;
}

#blog_lc p.blog_comments {
	padding-bottom: 10px;
	margin-bottom: 5px;
	font-size: 10px;
	background: url(../images/big_div_dots.gif) repeat-x left bottom;
}

.bloggers dd {
	position: relative;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	padding: 0px 30px 0px 75px;
}

.bloggers dd a {
	color: #0A3E6D;
	font: bold 1.0em/1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.bloggers dd a:hover {
	text-decoration: underline;
}

.bloggers dd.icon {
	float: right;
	position: relative;
	padding-right: 10px;
}

/* @end */

/* @group video */

#videowrapper {
	width: 313px;
	height: 417px;
	overflow: scroll;
	position: relative;
	padding: 5px;
	border: 1px solid #A8A7A5;
	margin: -8px 0px 0px 0px;
}

/* IE 6 Hack */

* html #videowrapper {
	height: 428px;
}

.videos {
	clear: both;
	display: block;
	position: relative;
	min-height: 95px;
	background: url(../images/blue_grad_top_50.gif) repeat-x;
}

.videos dt {
	float: left;
	margin-right: 10px;
}

.videos dd.icon {
	float: right;
	position: relative;
	margin-right: 5px;
}

.videos dd {
	position: relative;
	color: #0A3E6D;
	font: bold 10px Arial, Helvetica, Geneva, sans-serif;
}

.videos dd a {
	display: block;
	color: #0A3E6D;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding-top: 15px;
}

.videos dd a:hover {
	text-decoration: underline;
}

/* @end */

/* @group inside_dtnpf */

/* @group loginstrip2 */

#loginstrip2 {
	clear: both;
	background: url(../images/lock_icon_small.gif) no-repeat left center;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 208px;
}

#loginstrip2 a {
	font: normal 11px Arial, Helvetica, Geneva, sans-serif;
	border-right: 1px solid #000;
	color: #000;
	text-decoration: none;
	padding: 3px 5px;
	text-transform: uppercase;
}

#loginstrip2 a.last {
	border-right: none;
}

#loginstrip2 a:hover {
	text-decoration: underline;
}

/* @end */

h1.indtnpf {
	clear: both;
	text-align: center;
	height: 20px;
	margin-top: 5px;
}

.TwoColWrapper {
	clear: both;
	width: 660px;
	margin-bottom: 5px;
}

.insdtnpfColleft {
	float: left;
	width: 325px;
}

.insdtnpfColright {
	float: right;
	width: 325px;
}

/* @end */

/* @group right now

t_n

ow */

#rightnowWrapper {
	width: 170px;
	float: right;
}

#rightnowBox {
	margin-top: -7px;
	border-left: 1px solid #A8A7A5;
	border-right: 1px solid #A8A7A5;
	border-bottom: 1px solid #A8A7A5;
	width: 168px;
	height: 381px;
}

#rightnowBox dl {
	padding: 5px;
	display: block;
}

#rightnowBox dt {
	font: 11px/13px Arial, Helvetica, Geneva, sans-serif;
	color: #0A3E6D;
}

#rightnowBox dt.underhr {
	font: 11px/13px Arial, Helvetica, Geneva, sans-serif;
	color: #EF4B22;
}

#rightnowBox dd.subhead {
	font: 11px/13px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}

#rightnowBox dd a {
	font: bold 11px/13px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #0A3E6D;
	display: block;
	margin-bottom: 0px;
	text-decoration: none;
}

#rightnowBox dd a.last {
	margin-bottom: 0px;
}

#rightnowBox dd a:hover {
	text-decoration: underline;
}

#rightnowFooter {
	background-color: #A9A8A6;
	height: 14px;
	padding: 5px;
}

#rightnowFooter a.arrowdn {
	height: 14px;
	width: 14px;
	float: right;
	background: #A9A8A6 url(../images/rnow_arrow_dn.gif) no-repeat;
}

#rightnowFooter a:hover.arrowdn {
	background: #A9A8A6 url(../images/rnow_arrow_dn_o.gif) no-repeat;
}

#rightnowFooter a.arrowup {
	height: 14px;
	width: 14px;
	float: right;
	padding: 0px 2px 0px 0px;
	background: #A9A8A6 url(../images/rnow_arrow_up.gif) no-repeat;
}

#rightnowFooter a:hover.arrowup {
	background: #A9A8A6 url(../images/rnow_arrow_up_o.gif) no-repeat;
}

/* @group RightNow Slider */

.slider {
	position: relative;
	overflow: hidden;
	height: 357px;
}

.slidercontent {
	position: absolute
}

/* @end */

/* @end */

#rightcolumn {
	width: 300px;
	float: right;
}

/* @group right_column */

.rt_300x250adBox {
	margin: 5px 0px;
}

/* @group login */

#loginstrip {
	background: url(../images/arrow_red.gif) no-repeat left center;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 140px;
}

#loginstrip a {
	font: normal 11px Arial, Helvetica, Geneva, sans-serif;
	border-right: 1px solid #000;
	color: #000;
	text-decoration: none;
	padding: 3px 5px;
}

#loginstrip a.last {
	border-right: none;
}

#loginstrip a:hover {
	text-decoration: underline;
}

/* @end */

/* @group most_pop */

#mpBox1 {
	clear: both;
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #A8A7A5;
	width: 298px;
	text-align: left;
	list-style: decimal;
	list-style-position: inside;
}

#mpBox2 {
	clear: both;
	display: none;
	position: relative;
	background-color: #fff;
	border: 1px solid #A8A7A5;
	width: 298px;
	text-align: left;
	list-style: decimal;
	list-style-position: inside;
}

#mpBox3 {
	clear: both;
	display: none;
	position: relative;
	background-color: #fff;
	border: 1px solid #A8A7A5;
	width: 298px;
	text-align: left;
	list-style: decimal;
	list-style-position: inside;
}

.tabs.mostpop a {
	padding: 4px 32px 3px 32px;
}

.tabs.mostpop a.first {
	padding-right: 34px;
}

.mpbox li {
	font: 11px/15px Arial, Helvetica, Geneva, sans-serif;
	color: #0A3E6D;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
}

.mpbox li.odd {
	background-color: #EFEFEF;
}

.mpbox li.last {
	padding: 3px 10px 3px 0px;
	background: #0A3E6D;
}

.mpbox a {
	color: #0A3E6D;
	text-decoration: none;
}

.mpbox a:hover {
	text-decoration: underline;
}

.mpbox li.last a {
	font: bold 11px/15px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	background: url(../images/arrows_1pxwt.gif) no-repeat left center;
}

.mpbox li.last a:hover {
	text-decoration: underline;
}

/* @end */

/* @group webevents */

#weBox1 {
	display: block;
	position: relative;
	background-color: #fff;
	width: 298px;
	text-align: left;
}

#weBox2 {
	display: block;
	position: relative;
	background-color: #fff;
	width: 298px;
	text-align: left;
}

.weBox li {
	width: 298px;
	padding: 1px 0px 2px 10px;
	background-color: #fff;
}

.weBox li.odd {
	width: 298px;
	background-color: #EFEFEF;
}

.weBox li.last {
	width: 298px;
	padding: 4px 0px 4px 10px;
	background: #0A3E6D;
}

/* My Comment */

.weBox a {
	font: 11px/15px Arial, Helvetica, Geneva, sans-serif;
	color: #0A3E6D;
	text-decoration: none;
}

.weBox a:hover {
	text-decoration: underline;
}

.weBox li.last a {
	font: bold 11px/15px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	background: url(../images/arrows_1pxwt.gif) no-repeat left center;
}

.weBox li.last a:hover {
	text-decoration: underline;
}

/* @end */

/* @group weather */

/* @group wxTabs Content */

#wxBox1 {
	border: 1px solid #A8A7A5;
	width: 298px;
	clear: both;
	display: block;
	text-align: center;
	background-color: #fff;
	position: relative;
}

#wxBox2 {
	border: 1px solid #A8A7A5;
	width: 298px;
	clear: both;
	display: none;
	text-align: center;
	background-color: #fff;
	position: relative;
}

#wxBox3 {
	border: 1px solid #A8A7A5;
	width: 298px;
	clear: both;
	display: none;
	text-align: center;
	background-color: #fff;
	position: relative;
}

#wxBox4 {
	border: 1px solid #A8A7A5;
	width: 298px;
	clear: both;
	display: none;
	text-align: center;
	background-color: #fff;
	position: relative;
}

/* @end */

#weatherBox {
	border: 1px solid #A8A7A5;
	width: 298px;
	clear: both;
	float: left;
	display: block;
	margin-top: -1px;
	text-align: center;
	background-color: #fff;
	position: relative;
}

.tabs.weather a {
	padding: 4px 6px 3px 6px;
}

.tabs.weather a.first {
	padding-right: 7px;
}

/*

 @end */

/* @group pulse */

form.pulsepoll {
	font: 12px/16px Arial, Helvetica, Geneva, sans-serif;
	color: #000;
}

form.pulsepoll input {
	float: left;
	display: block;
	clear: both;
}

/* @end */

/*

 @end */

/* @end */

/* @group horz_carousel */

/* Horizontal Carousel */

#horizontal_carousel {
	float: left;
	width: 640px;
	border: 1px solid #5C5C5C;
	border-left: 10px solid #5C5C5C;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	position: relative;
	background: url(../images/blue_grad_100.gif) repeat-x left bottom;
}

#horizontal_carousel .container {
	float: left;
	width: 637px;
	height: 90px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

#horizontal_carousel ul {
	margin: 0;
	padding: 0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 240px;
}

#horizontal_carousel img {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
}

#horizontal_carousel ul li {
	width: 200px;
	height: 240px;
	text-align: left;
	list-style: none;
	padding: 0px 10px 5px 5px;
	float: left;
	color: #000;
	font: 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
}

#horizontal_carousel li span {
	color: #0A3E6D;
	display: block;
	margin-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #DEE5EB;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	background: url(../images/arrows_1pxor.gif) no-repeat left center;
}

#horizontal_carousel li a {
	color: #0A3E6D;
	font-weight: bold;
	display: block;
}

#horizontal_carousel .previous_button {
	display: inline-block;
	width: 17px;
	height: 14px;
	margin-left: 490px;
	background: url(../images/arrow_left.gif) no-repeat left center;
	position: relative;
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .previous_button_over {
	background: url(../images/arrow_left_o.gif) no-repeat left center;
}

#horizontal_carousel .previous_button_disabled {
	background: url(../images/arrow_left2.gif) no-repeat left center;
	cursor: default;
}

#horizontal_carousel .next_button {
	display: inline-block;
	width: 17px;
	height: 14px;
	background: url(../images/arrow_right.gif) no-repeat right center;
	z-index: 100;
	position: relative;
	cursor: pointer;
}

#horizontal_carousel .next_button_over {
	background: url(../images/arrow_right_o.gif) no-repeat left center;
}

#horizontal_carousel .next_button_disabled {
	background: url(../images/arrow_right2.gif) no-repeat left center;
	cursor: default;
}

/* @end */

/* @group horz_carousel2 */

/* Horizontal Carousel */

#horizontal_carousel2 {
	float: left;
	width: 480px;
	border: 1px solid #5C5C5C;
	border-left: 10px solid #5C5C5C;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	position: relative;
	background: url(../images/blue_grad_100.gif) repeat-x left bottom;
}

#horizontal_carousel2 .container {
	float: left;
	width: 477px;
	height: 90px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

#horizontal_carousel2 ul {
	margin: 0;
	padding: 0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 240px;
}

#horizontal_carousel2 img {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
}

#horizontal_carousel2 ul li {
	width: 200px;
	height: 240px;
	text-align: left;
	list-style: none;
	padding: 0px 10px 5px 5px;
	float: left;
	color: #000;
	font: 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
}

#horizontal_carousel2 li span {
	color: #0A3E6D;
	display: block;
	margin-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #DEE5EB;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	background: url(../images/arrows_1pxor.gif) no-repeat left center;
}

#horizontal_carousel2 li a {
	color: #0A3E6D;
	font-weight: bold;
	display: block;
}

#horizontal_carousel2 .previous_button {
	display: inline-block;
	width: 17px;
	height: 14px;
	margin-left: 330px;
	background: url(../images/arrow_left.gif) no-repeat left center;
	position: relative;
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel2 .previous_button_over {
	background: url(../images/arrow_left_o.gif) no-repeat left center;
}

#horizontal_carousel2 .previous_button_disabled {
	background: url(../images/arrow_left2.gif) no-repeat left center;
	cursor: default;
}

#horizontal_carousel2 .next_button {
	display: inline-block;
	width: 17px;
	height: 14px;
	background: url(../images/arrow_right.gif) no-repeat right center;
	z-index: 100;
	position: relative;
	cursor: pointer;
}

#horizontal_carousel2 .next_button_over {
	background: url(../images/arrow_right_o.gif) no-repeat left center;
}

#horizontal_carousel2 .next_button_disabled {
	background: url(../images/arrow_right2.gif) no-repeat left center;
	cursor: default;
}

/* @end */

/* @group partners */

#partners {
	width: 814px;
	height: 36px;
	background-color: #fff;
	position: relative;
	padding: 30px 0px 0px 176px;
	clear: both;
}

#partners li {
	float: left;
}

#partners a {
	padding: 3px 10px;
	display: block;
}

/* @end */

/* @group footer */

#footer {
	width: 986px;
	height: 250px;
	clear: both;
	background: #a3a29d url(../images/ft_bwlogo.gif) no-repeat 30px 120px;
	background-color: #000;
	border-bottom: 2px solid #C0C0C0;
	border-left: 2px solid #C0C0C0;
	border-right: 2px solid #C0C0C0;
}

/* My Comment */

#footer #nav {
	background-color: #000;
	position: relative;
	width: 750px;
	height: 25px;
	padding: 10px 0px;
	margin: 0px auto;
}

#footer #nav li {
	float: left;
	border-right: 1px solid #fff;
}

#footer #nav li.last {
	float: left;
	border: 0px;
}

#footer #nav a {
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	color: white;
	padding: 0px 5px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

#footer #nav a:hover {
	color: #EF4B22;
}

#footCols {
	color: #fff;
	padding-top: 30px;
	width: 986px;
	display: block;
}

#footCols dl {
	float: left;
	display: block;
	padding-right: 10px;
}

#footCols ul, #footCols li {
	list-style-image: url(/ag/lib/images/2px_bullet.gif);
}

#footCols dt.login {
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	width: 170px;
	margin: 0px 45px 0px 45px;
}

#footCols dt.login a {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	color: #EF4B22;
}

#footCols dt.login a:hover {
	text-decoration: underline;
}

#footCols dt.headers {
	font: bold 11px/18px Arial, Helvetica, Geneva, sans-serif;
	margin: 0px 0px 0px -15px;
	color: #c4c4c4;
}

#footCols a {
	color: #fff;
	font: 11px/18px Arial, Helvetica, Geneva, sans-serif;
}

#footCols dd {
	float: left;
	display: block;
	padding-right: 45px;
}

#footCols a:hover {
	color: #EF4B22;
}

#footCols #copyright {
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	margin-top: 55px;
	display: block;
}

#footCols #copyright dt {
	text-align: center;
	width: 986px;
}

/* @end */

/* @group login */

#login_outerbox {
	width: 802px;
	height: 775px;
	display: block;
	border: 1px solid #000;
	background: #fff url(../images/login_bottomstrip.gif) repeat-x 0 bottom;
}

#login_premiumbox {
	width: 802px;
	height: 1285px;
	display: block;
	border: 1px solid #000;
	background: #fff url(../images/login_bottomstrip.gif) repeat-x 0 bottom;
}

#login_header {
	clear: both;
	width: 800px;
	padding: 20px;
	display: block;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
}

#login_box_left {
	float: left;
	padding: 20px;
	text-align: left;
	margin: 0px 20px 0px 20px;
	width: 345px;
	height: 250px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	border: 1px solid #909090;
	background: #fff url(../images/graygrad_20.gif) repeat-x 0 bottom;
}

#login_box_left .login_subhead dt {
	text-align: left;
	padding-bottom: 7px;
	color: #4e4e4e;
	font: normal normal 14px Georgia, "Times New Roman", Times, serif;
}

#login_box_left .login_subhead dd {
	text-align: left;
	padding-bottom: 10px;
	margin: 0px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #0A3E6D;
}

#login_box_left .login_subhead dd ul li {
	text-align: left;
	margin-left: 15px;
	padding-bottom: 5px;
	list-style: disc;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #4e4e4e;
}

#login_box_right {
	float: left;
	padding: 20px;
	text-align: left;
	width: 310px;
	height: 250px;
	border: 1px solid #909090;
	background: #fff url(../images/graygrad_20.gif) repeat-x 0 bottom;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
}

#login_box_right dt {
	text-align: right;
	font-weight: bold;
	padding-bottom: 7px;
}

#login_box_right dd {
	margin-left: 125px;
	padding: 2px;
	font-size: 11px;
}

#login_box_right a {
	text-decoration: underline;
}

#login_box_right .login_subhead dt {
	text-align: left;
	padding-bottom: 7px;
	color: #4e4e4e;
	font: normal normal 14px Georgia, "Times New Roman", Times, serif;
}

#login_box_right .login_subhead dd {
	text-align: left;
	padding-bottom: 10px;
	margin: 0px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #0A3E6D;
}



#login_box_bottom {
	float: left;
	padding: 20px;
	text-align: left;
	margin: 0px 20px 0px 20px;
	width: 717px;
	height: 175px;
	border: 1px solid #909090;
	background: #fff url(../images/graygrad_20.gif) repeat-x 0 bottom;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
}

#login_box_bottom dt {
	text-align: right;
	font-weight: bold;
	padding-bottom: 7px;
}

#login_box_bottom dd {
	margin-left: 125px;
	padding: 2px;
	font-size: 11px;
}

#login_box_bottom a {
	text-decoration: underline;
}

#login_box_bottom .login_subhead dt {
	text-align: left;
	padding-bottom: 7px;
	color: #4e4e4e;
	font: normal normal 14px Georgia, "Times New Roman", Times, serif;
}

#login_box_bottom .login_subhead dd {
	text-align: left;
	padding-bottom: 10px;
	margin: 0px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #0A3E6D;
}

#login_box_premium {
	float: left;
	padding: 20px;
	text-align: left;
	margin: 0px 20px 0px 20px;
	width: 700px;
	height: 1050px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	border: 1px solid #909090;
	background: #fff url(../images/graygrad_20.gif) repeat-x 0 bottom;
}

#login_box_premium .login_subhead dt {
	text-align: left;
	padding-bottom: 7px;
	color: #4e4e4e;
	font: normal normal 14px Georgia, "Times New Roman", Times, serif;
}

#login_box_premium .login_subhead dd {
	text-align: center;
	padding-bottom: 10px;
	margin: 0px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #0A3E6D;
}

#login_box_premium .login_subhead dd ul li {
	text-align: left;
	margin-left: 15px;
	padding-bottom: 5px;
	list-style: disc;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #4e4e4e;
}


/* @end */

/* @group registration */

#reg_outerbox {
	width: 802px;
	height: 920px;
	display: block;
	border: 1px solid #000;
	background: #fff url(../images/login_bottomstrip.gif) repeat-x 0 bottom;
}

.regheader td {
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	padding: 5px;
	border-spacing: 12px;
	margin: 10px;
	background: url(../images/graygrad_20.gif) repeat-x 0 bottom;
}

.regseparator td {
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #0A3E6D;
	color: #fff;
	padding: 5px;
}

.regfeature td {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 3px;
	color: #000;
	text-align: center;
	white-space: nowrap;
}

.regfeature td.first {
	text-align: right;
	font-weight: bold;
}

.regfeature_price td {
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 8px;
	color: #000;
	text-align: center;
	white-space: nowrap;
}

.regfeature_price td.first {
	text-align: right;
	font-weight: bold;
	color: #fff;
	background: #0A3E6D url(../images/chevrons.gif) no-repeat 140px center;
	padding-right: 20px;
}

.regfeature_price td.free {
	text-transform: uppercase;
	color: #f00;
	font-weight: bold;
}

.regsignup td {
	text-align: center;
	padding: 2px;
	background-color: #fff;
}

/* @end */

/* @group regform */

#regform_outerbox {
	width: 802px;
	display: block;
	border: 1px solid #000;
	background: #fff url(../images/login_bottomstrip.gif) repeat-x 0 bottom;
	padding-bottom: 20px;
}

#regform {
	padding: 20px;
	text-align: left;
	margin-top: 20px;
	width: 700px;
	border: 1px solid #909090;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	overflow: auto;
}

#reghead dt {
	display: block;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
}

#reghead dd {
	text-align: left;
	padding-bottom: 20px;
	color: #4e4e4e;
	font: normal normal 14px Georgia, "Times New Roman", Times, serif;
}

#register {
	border: none;
	padding:0px 0px 0px 0px;
}

#register p{
	margin: 0px 0px 0px 10px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#register p.header{
	margin: 0px 0px 10px 0px;
	background-color: #c6dae2;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	font-size: 14px;
}

#register p.pfheader{
	margin: 0px 0px 1px 10px;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}


#register p.freeheader{
	margin: 10px 0px 10px 0px;
	background-color: #c6dae2;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	font-size: 16px;
}


#register p.freeheader span{
	font-weight: normal;
	font-size: 12px;
}

#register input {
	margin: 0px 0px 5px 0px;
}

#register select {
	margin: 0px 0px 10px 0px;
}

#register label {
	margin:3px 10px 0px 0px;
	float: left;
	width: 120px;
	text-align: right;
}

#register input.first {
	float: left;
	margin-right: -40px;
}

#register input.nlchecks {
	float: left;
	clear: both;
	margin: 10px 0px 0px 130px;
}

#register label.nlchecks {
	float: left;
	width: 450px;
	text-align: left;
	margin:7px 0px 5px 10px;
	line-height: 16px;
}

#register label.nlchecks span{
	font-weight: bold;
	font-size: 14px;
	}

#signup_button {
	clear: both;
}

#codedesc {
	padding-left: 130px;
	margin-left: 150px;
	width:400px;
}

#codedesc img {
	padding:10px 0px 10px 0px;
}


/*

 @end */

/* @group activate */

#activate_header {
	clear: both;
	width: 990px;
	padding: 20px;
	display: block;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	color: #0A3E6D;
}

#activate_outerbox {
	width: 990px;
	height: 600px;
	display: block;
	border: 1px solid #000;
	background: #fff url(../images/login_bottomstrip.gif) repeat-x 0 bottom;
	padding-bottom: 20px;
}



#activate_box_left {
	float: left;
	padding: 20px;
	text-align: left;
	margin: 0px 20px 0px 20px;
	width: 450px;
	height: 200px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	border: 1px solid #909090;
	background: #fff url(../images/graygrad_20.gif) repeat-x 0 bottom;
}

#activate_box_left dt{
		font: normal normal 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #4f5151;
		line-height: 20px;
}

#activate_box_left dd{
	text-align: left;
	padding:10px 0px;
	margin: 0px;
	font: bold 22px Georgia, "Times New Roman", Times, serif;
	color: #0A3E6D;
}

 	
#activate_box_right {
	float: left;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
}

.activate_rt_title {
    color:#0D508F;
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    line-height:22px;
}

.activate_image {
    width : 409px;
    height : 210px;
    background: url(../images/activate_screens.jpg) bottom left no-repeat;
}

.activate_info_subtitle {
    color:#494949;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    background: url(../images/red_chevrons.gif) center left no-repeat;
    line-height: normal;
}

.activate_bullet {
    line-height: normal;
    color:#494949;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    margin: 5px 0px 20px 30px;
    padding: 0px 0px 0px 0px;
}

.activate_bullet li {
    list-style-image: url(../images/gray_bullet.gif);
}



/* @end */

/* @group marketing */

#calendar_strip {
	clear: right;
	text-align: center;
}

#calendar_strip  a {
	width: 38px;
	height: 17px;
	display: block;
	padding-top: 5px;
	background-color: #ecedf3;
	margin:1px 0px 0px 2px;
	float: left;
	text-align: center;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#calendar_strip a.current {
	background-color: #cad9e2;
}

#calendar_strip a:hover {
	background-color: #cad9e2;
}



#webinar_header {
		font: bold 14px Arial, Helvetica, Geneva, sans-serif;
		text-align: center;
		color: #0A3E6D;
		padding: 10px 0px 5px 0px;
		border-bottom: 1px solid #0A3E6D;
	background: url(../images/blue_grad_100.gif) repeat-x 0 bottom;
}

h2 .marketing {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#whitebox_header {
		font: bold 16px Arial, Helvetica, Geneva, sans-serif;
		width: 290px;
		height: 37px;
		text-align: center;
		padding: 5px;
		color: #0A3E6D;
		background-image: url(../images/whitebox_top.gif);
}

#whitebox_items {
	margin-top: -15px;
	padding: 0px 15px;
	margin-bottom: -35px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	border-left: 1px solid #bcbec0;
	border-right: 1px solid #bcbec0;
	z-index: 0;
	position: relative;
}

#whitebox_cs_items {
	margin-top: -15px;
	padding: 0px 15px;
	margin-bottom: -35px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	border-left: 1px solid #bcbec0;
	border-right: 1px solid #bcbec0;
	z-index: 0;
	position: relative;
}

#whitebox_items2 {
	border-left: 1px solid #bcbec0;
	border-right: 1px solid #bcbec0;
	z-index: 0;
	position: relative;
	top: -40px;
	padding: 0px 20px;
}

#whitebox_items2 dt {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 20px;
	height: 30px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	vertical-align: text-bottom;
}

#whitebox_items2 dt img{
	float:left;
	margin:-20px 10px 0px 0px;
	vertical-align: middle;
}


#whitebox_items dt {
	font-size: 12px;
	z-index: 100;
	font-weight: bold;
}

#whitebox_cs_items dt {
	font-size: 12px;
	z-index: 100;
	line-height: 18px;
	padding-left: 15px;
	background: url(../images/document.gif) no-repeat 0 center;
}


#whitebox_items dd {
	font-size: 10px;
	margin: 0px 0px 7px 0px;
	color: #bcbec0;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #dde1e3;
	z-index: 100;
	background: url(../images/graygrad_10.gif) repeat-x bottom;
}

#whitebox_items dd.moretxt{
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	color: #bcbec0;
	padding: 5px 0px 0px 0px;
	z-index: 100;
	background-image: none;
	border-bottom: none;
	text-align: right;
	font-weight: bold;
}

#whitebox_items dd.moretxt a {
	color: #0A3E6D;
}


#whitebox_items dd a{
	color: black;
}

#whitebox_items dd a span{
	color: #EF4B22;
	font-weight: bold;
	padding-left: 10px;
	background: url(../images/arrows_1px_red.gif) no-repeat left center;
}


#whitebox_footer {
		width: 300px;
		height: 47px;
		margin-bottom: 10px;
		background-image: url(../images/whitebox_bottom.gif);
}

#whitebox_footer2 {
		width: 300px;
		height: 47px;
		margin-top: -85px;
		margin-bottom: 10px;
		background-image: url(../images/whitebox_bottom.gif);
}

ul.mktgList li {
	font: 11px/16px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-type: square;
	list-style-image: url(../images/bullet_leaf.gif);
}

ul.mktgListbull li {
	font: 11px/16px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: circle;
	list-style-image: url(../images/bullet_dot.gif);
}

/* @group tabs_nav */

.tabs_nav {
	width: 160px;
	position: relative;
	z-index: 20;
	float: right;
	margin-bottom: -1px;
	margin-top: 10px;
}

.tabs_nav li {
	float: left;
	display: block;
}

.tabs_nav a {
	border-top: 1px solid #A8A7A5;
	border-right: 1px solid #A8A7A5;
	border-bottom: 1px solid #A8A7A5;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	color: #0A3E6D;
	float: left;
	display: block;
	padding: 4px 4px 3px 4px;
	text-decoration: none;
	background: url(../images/graygrad_50.gif) repeat-x left bottom;
}

.tabs_nav span.locked {
	background: url(../images/lock_icon_small.gif) no-repeat left;
	padding-left: 9px;
}

.tabs_nav a:hover, a.current {
	border-bottom: 1px solid #fff;
	background-image: none;
	background-color: #fff;
	text-decoration: underline;
}

.tabs_nav a.first {
	border-left: 1px solid #A8A7A5;
	padding-right: 7px;
}

.tabsBox {
	border: 1px solid #A8A7A5;
	width: 298px;
	clear: both;
	display: block;
	text-align: center;
	background-color: #fff;
	position: relative;
}

/* @end */



/* @group weBox_nav1 */

#weBox_nav1 {
	display: block;
	position: relative;
	background-color: #fff;
	width: 158px;
	text-align: left;
	clear: right;
	border: 1px solid gray;
}


#weBox_nav1 li {
	padding: 1px 0px 2px 10px;
	background-color: #fff;
}

#weBox_nav1 li.odd {
	background-color: #EFEFEF;
}

#weBox_nav1 li.last {
	padding: 4px 0px 4px 10px;
	background: #0A3E6D;
}

/* My Comment */

#weBox_nav1 a {
	font: 11px/15px Arial, Helvetica, Geneva, sans-serif;
	color: #0A3E6D;
	text-decoration: none;
}

#weBox_nav1 a:hover {
	text-decoration: underline;
}

#weBox_nav1 li.last a {
	font: bold 11px/15px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	background: url(../images/arrows_1pxwt.gif) no-repeat left center;
}

#weBox_nav1 li.last a:hover {
	text-decoration: underline;
}

/* @end */

/* @group weBox_nav2 */

#weBox_nav2 {
	display: block;
	position: relative;
	background-color: #fff;
	width: 158px;
	text-align: left;
	clear: right;
	border: 1px solid gray;
}


#weBox_nav2 li {
	padding: 1px 0px 2px 10px;
	background-color: #fff;
}

#weBox_nav2 li.odd {
	background-color: #EFEFEF;
}

#weBox_nav2 li.last {
	padding: 4px 0px 4px 10px;
	background: #0A3E6D;
}

/* My Comment */

#weBox_nav2 a {
	font: 11px/15px Arial, Helvetica, Geneva, sans-serif;
	color: #0A3E6D;
	text-decoration: none;
}

#weBox_nav2 a:hover {
	text-decoration: underline;
}

#weBox_nav2 li.last a {
	font: bold 11px/15px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	background: url(../images/arrows_1pxwt.gif) no-repeat left center;
}

#weBox_nav2 li.last a:hover {
	text-decoration: underline;
}

/* @end */

/* @group weBox_nav3 */

#weBox_nav3 {
	display: block;
	position: relative;
	background-color: #fff;
	width: 158px;
	text-align: left;
	clear: right;
	border: 1px solid gray;
}


#weBox_nav3 li {
	padding: 1px 0px 2px 10px;
	background-color: #fff;
}

#weBox_nav3 li.odd {
	background-color: #EFEFEF;
}

#weBox_nav3 li.last {
	padding: 4px 0px 4px 10px;
	background: #0A3E6D;
}

/* My Comment */

#weBox_nav3 a {
	font: 11px/15px Arial, Helvetica, Geneva, sans-serif;
	color: #0A3E6D;
	text-decoration: none;
}

#weBox_nav3 a:hover {
	text-decoration: underline;
}

#weBox_nav3 li.last a {
	font: bold 11px/15px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	background: url(../images/arrows_1pxwt.gif) no-repeat left center;
}

#weBox_nav3 li.last a:hover {
	text-decoration: underline;
}

/* @end */


.mktg_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


.breadcrumb {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #FD5B1D;
}

.breadcrumb a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #666666;
}

p.product_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight: bold;
	color: #666666;
}
/*p.product_header a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight: bold;
	color: #666666;
}

p.product_header a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight: bold;
	color: #666666;
}*/

.reviews_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-bottom: 5px;
}
	
#reviews_cs_items {
	padding: 0px 15px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	border-left: 0px solid #bcbec0;
	border-right: 0px solid #bcbec0;
	z-index: 0;
	position: relative;
}

#reviews_cs_items a {
	padding: 0px 15px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	border-left: 0px solid #bcbec0;
	border-right: 0px solid #bcbec0;
	z-index: 0;
	position: relative;
	color: #666;
}

#reviews_cs_items dt {
	font-size: 12px;
	z-index: 100;
	line-height: 18px;
	padding-left: 15px;
	background: url(../images/document.gif) no-repeat 0 center;
}

#reviews_items {
	padding: 0px 15px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	border-left: 0px solid #bcbec0;
	border-right: 0px solid #bcbec0;
	z-index: 0;
	position: relative;
}


#reviews_items dt {
	font-size: 12px;
	z-index: 100;
	font-weight: bold;
}


#reviews_items dd {
	font-size: 10px;
	margin: 0px 0px 7px 0px;
	color: #bcbec0;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #dde1e3;
	z-index: 100;
	background: url(../images/graygrad_10.gif) repeat-x bottom;
}

#reviews_items dd.moretxt{
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	color: #bcbec0;
	padding: 5px 0px 0px 0px;
	z-index: 100;
	background-image: none;
	border-bottom: none;
	text-align: right;
	font-weight: bold;
}

#reviews_items dd.moretxt a {
	color: #666;
}


#reviews_items dd a{
	color: black;
}

#reviews_items dd a span{
	color: #EF4B22;
	font-weight: bold;
	padding-left: 10px;
	background: url(../images/arrows_1px_red.gif) no-repeat left center;
}

ul.product_list li {
	font: 11px/16px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-type: square;
	list-style-image: url(/ag/lib/images/bullet_leaf.gif);
}

ul.product_webinars li{
	background-color: #FFF;
}
.product_webinars li.odd{
	background-color: #666666;
}

#product_webinars2 {
	display: block;
	position: relative;
	background-color: #666;
	width: 158px;
	text-align: left;
	clear: right;
	border: 1px solid gray;
}

#product_webinars2 li {
	padding: 1px 0px 2px 10px;
	background-color: #fff;
}

#product_webinars2 li.odd {
	background-color: #EFEFEF;
}

#product_webinars2 li.last {
	padding: 4px 0px 4px 10px;
	background: #0A3E6D;
}

p.whatsnew{color:#FFF; padding:6px 0 0 8px; font-size:14px}

#product_tab_blurb { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	margin:0px;
	}
	

#product_gallery img {margin: 4px 4px 4px 4px}

/* @end */
