body, html{
	background: #000;
	text-align: center;
	font-family: Helvetica, Arial, Verdana;
}
body.gray{
	background: #f9f9f9;
}
.clear{
	clear: both;
}
#frame{
	background: #eeeeee;
	width: 960px;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
body.custom_1280 #frame{
	width: 1220px;
}
body.custom_1440 #frame{
	width: 1380px;
}
body.custom_1680 #frame{
	width: 1620px;
}
#header{
	width: 960px;
	height: 83px;
	display: block;
	background: url(page_top.jpg);
}
body.custom_1280 #header{
	width: 1220px;
	background: url(page_top_1280.jpg);
}
body.custom_1440 #header{
	width: 1380px;
	background: url(page_top_1440.jpg);
}
body.custom_1680 #header{
	width: 1620px;
	background: url(page_top_1680.jpg);
}
#logo{
	position: absolute;
	right: 30px;
	top: 0px;
	background: url(logo.png);
	display: block;
	height: 73px;
	width: 317px;
}
#content{
	width: 840px;
	background: url(page_bg.jpg);
	padding: 0px 60px 0px 60px;
	min-height: 1200px;
}
body.custom_1280 #content{
	width: 1100px;
	background: url(page_bg_1280.jpg);
}
body.custom_1440 #content{
	width: 1260px;
	background: url(page_bg_1440.jpg);
}
body.custom_1680 #content{
	width: 1500px;
	background: url(page_bg_1680.jpg);
}
#footer{
	width: 960px;
	height: 50px;
	display: block;
	background: url(page_footer.jpg) no-repeat #f9f9f9;
}
#footer ul{
	padding: 25px 0px 0px 270px;
}
#footer ul li{
	float: left;
	border-right: 1px solid #ccc;
	padding: 0px 5px;
}
#footer ul li.last{
	border-right: 0px solid;
}
#footer ul li a, #footer{
	color: #636363;
	text-decoration: none;
}
#footer ul li{
	list-style: none;
}
#footer ul li a:hover{
	text-decoration: underline;
	color: #336666;
}
body.custom_1280 #footer{
	width: 1220px;
	background: url(page_footer_1280.jpg) no-repeat #f9f9f9;
}
body.custom_1440 #footer{
	width: 1380px;
	background: url(page_footer_1440.jpg) no-repeat #f9f9f9;
}
body.custom_1680 #footer{
	width: 1620px;
	background: url(page_footer_1680.jpg) no-repeat #f9f9f9;
}

#menu{
	position: absolute;
	background: url(menu_top.jpg);
	width: 169px;
	left: 28px;
	top: 0px;
}
#menu li{
	height: 15px;
	background: url(menu_item.jpg);
	display: block;
	width: 154px;
	padding: 5px 0px 5px 15px;
	font-size: 12px;
}
#menu li.last{
	background: url(menu_last.jpg);
	height: 25px;
}
#menu li.first{
	margin-top: 48px;
}
#menu li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation{
	position: relative;
	width: 600px;
}
#navigation #search{
	position: absolute;
	right: 19px;
	top: 5px;
}
#navigation h1{
	color: #336666;
	font-family: Times New Roman, Times Roman;
	font-size: 30px;
	text-transform: capitalize;
}
#navigation ul{
	float: left;
	font-weight: 600;
	margin: 4px 10px 0px;
}
#navigation ul li{
	float: left;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #cccccc;
}
#navigation ul li a{
	color: #5e5e4c;
	text-decoration: none;
}
#navigation ul li.last{
	border-right: 0px solid #5e5e4c;
}
#navigation ul li.first{
	padding: 0px 10px 0px 0px;
}
#search .button{
	display: block;
	width: 50px;
	height: 21px;
	background: url(search.jpg);
	float: left;
}
#search #searchBox{
	float: left;
	width: 75px;
	border: 1px solid #cccccc;
	height: 19px;
	background: #eeeeee;
}
ul.sticky{
	background: url(sticky_gradient.jpg) repeat-y;
	margin: 20px 0px 0px 0px;
}
ul.posts, ul.post{
	margin: 20px 0px 0px 0px;
	clear: both;
}
ul.posts li, ul.post li{
	background: none;
	padding: 5px 0px 0px 25px;
}
ul.sticky li{
	padding: 5px 0px 0px 25px;
	background: url(stciky.jpg) no-repeat;
}
ul.sticky li ul li{
	background: none;
}
h2.title{
	color: #336666;
	font-weight: 600;
	font-size: 17px;
}
h3.post_info{
	color: #666666;
	font-size: 11px;
	float: left;
	font-style: italic;
	clear: both;
}
h3.post_info a{
	color: #002236;
	font-weight: 600;
	text-decoration: none;
}
#content h3.post_info a.admin{
	color: #DC143C;
}
.post_content, .post_content p{
	color: #000;
	font-size: 13px;
	line-height: 17.5px;
	font-family: "Trebuchet MS";
}
body.medium .post_content, body.medium  .post_content p{
	font-size: 15px;
	line-height: 18.5px;
	padding: 0px 0px 10px;
}
body.medium .pagination{
	font-size: 15px;
}

body.medium h2.title{
	font-size: 21px;
}
body.large h2.title{
	font-size: 24px;
}
body.large .post_content, body.large .post_content p{
	font-size: 18px;
	line-height: 22.5px;
	padding: 0px 0px 15px;
}
body.large .pagination{
	font-size: 18px;
}
.post_content{
	clear: both;
	padding: 10px 0px 0px;
}
ul.post_commands{
	padding: 10px 0px;
	height: 21px;
	clear: both;
}
ul.post_commands li{
	float: left;
	background: none;
	padding: 0px;
}
ul.post_commands li a{
	float: left;
	display: block;
	height: 17px;
	padding: 2px 0px 2px 0px;
}
#content ul.post_commands li a{
	color: #336666;
	text-decoration: none;
	font-weight: 600;
}
ul.post_commands li.up a{
	width: 36px;
	background: url(up_vote.jpg);
	padding-left: 5px;

}
ul.post_commands li.down a{
	width: 34px;
	background: url(down_vote.jpg);
	padding-left: 5px;
}
ul.post_commands li.comments_toggle a, ul.post_commands li.comments_icon a{
	width: 89px;
	background: url(comments.jpg);
	text-align: right;
	padding-right: 5px;
}
ul.post_commands li.reply a{
	width: 44px;
	background: url(reply.jpg);
}
ul.post_commands li.delete span{
	background: url(delete.jpg);
	width: 44px;
	height: 21px;
	display: block;
	cursor: pointer;
}
ul.post_commands li.edit a{
	background: url(edit.jpg);
	width: 33px;
}
ul.post_commands li.favorite span{
	width: 22px;
	height: 21px;
	cursor: pointer;
	display: block;
}
ul.post_commands li.send_pm a{
	background: url(send_pm.jpg);
	width: 28px;
}
ul.post_commands li.send_pm a:hover{
	background: url(send_pm_active.jpg);
	width: 28px;
}
ul.post_commands li.post_blogger a{
	background: url(blog_it.png);
	width: 21px;
}
ul.post_commands li.post_blogger a:hover{
	background: url(blog_it_active.png);
	width: 21px;
}
ul.post_commands li.favorite span.gold, ul.post_commands li.favorite span.gold_fixed{
	background: url(favorite.jpg);
}
ul.post_commands li.favorite span.gold_fixed, ul.post_commands li.favorite span.white_fixed{
	cursor: default;
}
ul.post_commands li.favorite span.gold:hover{
	background: url(unfavorite.jpg);
}
ul.post_commands li.favorite span.white, ul.post_commands li.favorite span.white_fixed{
	background: url(unfavorite.jpg);
}
ul.post_commands li.favorite span.white:hover{
	background: url(favorite.jpg);
}
ul.comments{
	overflow: hidden;
}
.post_images{
	padding-top: 10px;
}
.post_images ul li{
	float: left;
	height: 50px;
	width: 50px;
	overflow: hidden;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
.post_images ul li img{
	float: left;
}
#content a{
	color: #336666;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
#content strong{
	font-weight: 600;
}
.comments{
	display: none;
}
.post .comments{
	display: block;
}
.pagination{
	float: right;
	padding: 5px 0px 5px 20px;
	font-weight: 600;
	font-size: 13px;
}
.pagination li{
	float: left;
}
.pagination li a{
	padding: 0px 5px;
}
.pagination li span{
	padding: 0px 5px;
}
#addpost{
	display: none;
	background: #FFFFFF;
	padding: 10px 10px 10px 25px;
	position: absolute;
	left: 207px;
	width: 680px;
	border: 1px solid #ccc;
	z-index: 50;
}
#addpost li label{
	float: left;
	width: 120px;
	height: 30px;
	margin: 2px 0px 0px;
	display: inline;
}
#addpost li li label{
	width: 220px;
}
#addpost li input, #addpost li textarea{
	float: left;
}
#addpost li{
	clear: both;
}
#body_parent{
	float: left;
}
#left_column{
	float: left;
	width: 169px;
	margin: 341px 0px 0px -23px;
	display: inline;
}
#right_column{
	float: left;
	width: 690px;
}
#right_column p{
	margin: 0px 0px 10px;
}
body.custom_1280 #right_column{
	width: 950px;
}
body.custom_1440 #right_column{
	width: 1110px;
}
body.custom_1680 #right_column{
	width: 1350px;
}
.box_wrapper{
	width: 156px;
	float: left;
	clear: both;
	margin: 0px 5px 20px 0px;
	border: 1px solid #224D78;
	padding: 10px 0px;
}
.box_wrapper li{
	margin: 0px 5px 0px 5px;
}
.category_header{
	background: url(sidebar_header.jpg) repeat-x; 
	font-size: 18px;
	font-weight: 600;
	font-family: times new roman;
	color: #fff;
	height: 28px;
	display: block;
	width: 158px;
	text-align: center;
	overflow: hidden;
	padding: 9px 0px 0px;
	float: left;
}
div.category_header div.right form{
	margin: 6px 0px 0px;
}
div.category_header{
	padding: 0px;
	margin: 0px 0px 10px;
}
.box_wrapper label{
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0px 5px 5px;
}
.box_wrapper input{
	float: left;
	clear: both;
	margin: 0px 0px 0px 15px;
}
.box_wrapper #jd_poll input{
	margin: 5px 5px 0px 0px;
	clear: both;
}
.box_wrapper #jd_poll label{
	clear: none;
	width: 80px;
	margin: 5px 0px 0px 0px;
}
.box_wrapper jdp_questions li{
	margin: 5px 0px 0px 0px;
	float: left;
	clear: both;
}
#results_container {
	position: absolute;
	left: 54px;
	background-color: #eee;
	top: 938px;
}

#results_container ul {
    margin: 0;
    padding: 0;
}

#results_container li {
    list-style: none;
    margin: 0;
    padding: .1em;
}

#results_container li.yui-ac-highlight {
    background-color: #cde;
}
.highlightsearch {
	background:  #FEFFBF;
	color: #000;
}
.ui-datepicker{
	display: none;
	top: 0px;
}
.box_wrapper p.get_results{
	margin: 5px 0px 0px 10px;
}
.box_wrapper p.list_polls{
	margin: 0px 0px 0px 0px;
	display: none;
}
.right{
	float: right;
}
.left{
	float: left;
}
#messages{
	width: 670px;
	padding: 20px 0px 0px 30px;
}
#messages input{
	float: left;
	margin: 3px 5px 0px 0px;
	clear: none;
}
#message_action_submit{
	float: left;
}
#delete select{
	float: left;
	margin: 2px 14px 0px 0px;
	display: inline;
}
#messages li{
	float: left;
	width: 100%;
	clear: both;
	padding: 5px 0px 5px 15px;
	margin-left: -10px;
	display: inline;
	border: #636363 solid;
	border-width: 1px 1px 0px;
}
#messages ul li{
	width: 237px;
	float: left;
	clear: none;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}
#messages ul li a{
	width: 100%;
	height: 100%;
	display: block;
}
#messages li.header:hover, #messages li.header li{
	background: none;
	color: #000;
}
#messages li.header{
	border: 0px;
}
#messages li:hover, #messages li:hover a{
	background: #336667;
	color: #fff;
}
#messages li.unread, #messages li.unread li, #messages li.unread li a{
	background: #336667;
	color: #fff;
}
#messages li.unread:hover, #messages li.unread li:hover, #messages li.unread:hover li, #messages li.unread li:hover a, #messages li.unread:hover li a{
	background: none;
	color: #336667;
}
#messages li.bottom_border{
	border: 1px solid #636363;
	border-width: 0px 0px 1px;
	padding: 0px 0px 0px 17px;
	height: 0px;
}
#messages ul li.date{
	width: 130px;
	border: 0px;
}
#messages ul li a:hover{
	text-decoration: none;
}
#messages ul li h2{
	font-weight: 600;
	font-size: 15px;
	margin: 0px 0px 10px 16px;
}
#messages ul li.sender{
	width: 112px;
	border: 0px;
}
#messages ul li.subject{
	width: 360px;
	border: 0px;
}
#message_detail{
	padding: 10px;
}
#message_detail .left{
	width: 150px;
	clear: both;
}
#message_detail .right{
	float: left;
	width: 430px;
}
#sendmessage{
	clear: both;
}
#send_pm{
	display: none;
	background: #FFFFFF;
	padding: 10px 10px 10px 25px;
	position: absolute;
	left: 205px;
	width: 680px;
}
a{
	cursor: pointer;
}
#group_1{
	border: 0px;
	margin: 0px;
	background: none;
	clear: both;
}
a:focus{
	outline: none;
}
h2.parent{
	background: url(see_parent_arrow.jpg) no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 4px 0px 2px 35px;
	font-style: italic;
	display: block;
}
#content .post_content a{
	text-decoration: underline;
}
div.gallery ul li{
	float: left;
	padding: 5px 5px 0 0;
}
#files_list{
	border:1px solid #ccc;
	padding:5px;
	width:665px;
	float:left;
	display: inline;
}
#files_list li{
	width: 300px;
}
#files_list .remove{
	margin: -2px 0px 0px 10px;
}
#addpost li.remove_image{
	float: left;
	clear: none;
	margin: 10px 10px 0px 0px;
	display: inline;
}
#addpost li.remove_image span{
	cursor: pointer;
}
#addpost .subhead {
	float: right;
	font-size: 40px;
	margin-bottom: -40px;
}
#textcounter, #sms_counter{
	float: right;
	display: inline;
	font-size: 20px;
	margin: 0px 5px 0px 0px;
	color: #336666;
	margin-top: -4px;
}
#current_images{
	clear: both;
}
#files_list .header{
	width: 600px;
	font-size: 19px;
	font-weight: 600l
}
#get_tiny_url{
	margin: 0px 5px;
}
#audioPlayer{
	clear: both;
}
h1.error{
	font-weight:600px;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	width: 100%;
	background: red;
}
#addpost h1.error{
	width: 78%;
}
h1.month{
	padding: 40px 0px 20px;
	text-align: center;
}
.news_date_selector li{
	margin: 0px 0px 10px 30px;
	display: block;
	width: 50%;
}
.news_date_selector input{
	display: inline;
	margin: 0px 0px 0px 30px;
}
body.news_content #menu{
	display: none;
}
body.news_content #left_column{
	display: none;
}
body.news_content #right_column{
	width: 1105px;
}
body h1.news_heading{
	color:#336666;
	font-size:40px;
	padding-top:20px;
	padding:40px 0 20px;
	text-align:center;
	font-family: Times New Roman;
	font-weight: 600;
}
span.close_news{
	font-size: 40px;
	float: right;
	margin: -120px -20px 0 0;
}
#right_column ol li{
        list-style: decimal inside none;
	margin: 0px 0px 0px 20px;
	background: none;
}
#right_column ol{
	margin: 0px 0px 10px;
}
a.trial_members{
	background: url(free_trial.png);
	width: 160px;
	height: 120px;
	display: block;
	float: left;
	position: relative;
	margin: 0px 0px 20px;
}
a.trial_members span{
	color: #fff;
	font-size: 24px;
	left: 123px;
	position: absolute;
	text-align: center;
	top: 90px;
	width: 26px;
}
a.have_questions{
	width: 160px;
	height: 140px;
	display: block;
	float: left;
	margin: 0px 0px 20px;
	background: url(have_questions.png);
}
a.sms_badge{
	display: block;
	width: 162px;
	height: 138px;
	background: url(alerts_sms.png);
	float: left;
}
a.store_badge, a.store_landing{
	display: block;
	width: 162px;
	height: 139px;
	background: url(bpt_systems.png);
	float: left;
	margin: 110px 0px 0px 0px;
}
a.store_landing{
	margin: 0px 0px 20px 0px;
}
#user_trades h1{
	width: 208px;
	height: 20px;
	position: absolute;
	top: 0px;
	text-align: center;
	color: #fff;
	background: url(user_trades.jpg);
	text-transform: capitalize;
	font-size: 16px;
	padding: 4px 0px;
	font-weight: 600;
	cursor: pointer;
}
#user_trades{
	height: 28px;
	background: #fff;
	width: 208px;
	text-align: left;
	display: block;
	position: absolute;
	top: 67px;
	right: 50px;
	padding: 30px 0px 0px;
	z-index: 50;
}
#user_trade_links{
	display: none;
	padding: 5px 0px 5px 10px;
	background: #fff;
	width: 192px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: -5px 0px 0px 2px;
	position: relative;
	z-index: 41;
}
#user_trade_links li a{
	color: #336666;
	text-decoration: none;
}
#user_trade_links li a:hover{
	text-decoration: underline;
}
#user_trade_links li{
	margin: 3px 0px;
	list-style: inside;
}
#user_trade_links li.new, #user_trade_links li.new_2{
	list-style: none;
	background: url(http://bpt-site-images.s3.amazonaws.com/new_trade_idea.jpg) no-repeat;
	padding: 0px 5px 0px 20px;
	margin: 3px 0px 3px -6px;
}
#user_trade_links li span.clickable{
	cursor: pointer;
}
.trades_pane h1, .admin_links_pane h1{
	color: #336666;
	font-size: 20px;
	margin: 10px 10px;
}
.trades_pane h1 span, .admin_links_pane h1 span{
	cursor: pointer;
	text-decoration: underline;
}
#right_charts_pane{
	float: right;
	margin: -44px 0 0;
}
#right_charts_pane h2{
	color: #336666;
	font-size: 13px;
	font-weight: 600;
	margin: 5px 0px 0px 15px;
}
#inputArea input#radio_input{
	width: 20px;
	float: left;
}
.delete_task{
	cursor: pointer;
}
#trade_idea_links{
	float: right;
	margin: 5px 0 10px 20px;
	width: 250px;
	padding: 0 10px 0 0;
}
#trade_idea_links li{
	margin: 0px 0px 4px;
}
#trade_idea_links a{
	color: #336666;
}
.toggle_trades_pane{
	float: left;
	margin: -10px 0px 0;
	background: #000;
	cursor: pointer;
}
#admin_accordion{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: #fff;
	text-align: left;
}
.trades_pane, .admin_links_pane{
	display: none;
	float: left;
	width: 640px;
}
#inputArea
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	background-color: #d6e5f4;
	padding: 10px;
	width: 310px;
	float: left;
	margin: 10px 0px 10px 10px;
}
#inputArea input, #inputArea textarea, #inputArea select
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	width: 300px;
}
#inputArea select{
	width: 310px;
}
#inputArea .submit{
	float: right;
	width: 150px;
	clear: both;
	cursor: pointer;
}
.activeField {
	background-image: none;
	background-color: #ffffff;
	border: solid 1px #33677F;
}
.idle {
	border: solid 1px #85b1de;
	background-image: url( '/images/blue_bg.png' );
	background-repeat: repeat-x;
	background-position: top;
}
.admin_links_pane ul li{
	width: 30%;
	margin: 0px 0px 0px 5px;
	float: left;
	font-size: 20px;
	color: #333;
}
.admin_links_pane ul{
	margin: 0px 0px 0px 10px;
}
.admin_links_pane ul li li{
	width: 100%;
	font-size: 12px;
	list-style: inside;
	margin: 0px 0px 5px;
}
.admin_links_pane ul li li a{
	color: #336666;
	text-decoration: none;
}
.admin_links_pane ul li li a:hover{
	text-decoration: underline;
}
