
#research_ticker {
	height: 21px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
/*	background-color: #F7FBAC; */
/*	background-color: #33CC33; */
/*	background-color: #CCFF00; */
	background-color: #CCFF33; 
/*	background-color: #33CCCC; */
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 10px;
	padding-top: 3px;
}

.section {
	border-bottom:solid 1px gray;
	padding:0px 0px 10px 0px;
}

.page_notif_success {
	border: solid 1px #3333ff;
	margin-top: 20px;
	padding:10px 10px 10px 10px;
	font-weight: bold;
	background: #99ffff
}

.page_notif_fail {
	border: solid 1px #cc0000;
	margin-top: 20px;	
	padding:10px 10px 10px 10px;
	font-weight: bold;
	background: #ff9999
}

#research_ticker .up {
	color: #00AE00;
/* if background is green, up is yellow
	color: #FFCC00; */
}
#research_ticker .down {
	color: #FF0000; 
}
.gain {
	color: #00AE00;
}
.loss {
	color: #FF0000;
}
.open {
	font-size: 10px;
	color: #666666;
}
#research_ticker li strong {
	font-size: 16px;
	color: #333333;
}
#research_ticker li em {
	font-size: 16px;
	color: #333333;
	font-style:normal;
}
#research_ticker li {
	display: inline;
	margin-right: 9px;
}

 


 

.level {
	height: 100%;
}

#welcome_note {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 3px;
}

#welcome_note strong {
	height: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #135B97;
	font-weight: normal;
}
#welcome_note em {
	height: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
}

 

 
 /* *** Float containers fix:*/ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
#research_ticker ul {
	display: inline;
}
#research_ticker img {
	padding-right: 2px;
}
a:link {
	color: #587B9B;
	text-decoration: none;
}
a:visited {
	color: #587B9B;
	text-decoration: none;
}
a:hover {
	color: #415A72;
	text-decoration: none;
}
a:active {
	color: #587B9B;
	text-decoration: none;
}
body,td,th {
	font-family: Arial, sans-serif;
}
.in_main_left {
	width: 350px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 7px;
	background-image: url(/img/s/ptrades/sections_bg.jpg);
	background-repeat: repeat-x;
}
#pagewidth #wrapper #maincol .in_main_left h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #567A9A;
	font-weight: normal;
	margin: 0px;
	font-size: 18px;
}
#pagewidth #wrapper #maincol .in_main_right h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #567A9A;
	font-weight: normal;
	margin: 0px;
	font-size: 18px;
}
table {
	font-size: 14px;
	font-family: Arial, sans-serif;
}
th {
	font-weight: bold;
}
/*
tr:hover {
	background-color: #EFEFEF;
} */
.in_main_right {
	width: 350px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-top: 7px;
	background-image: url(/img/s/ptrades/sections_bg.jpg);
	background-repeat: repeat-x;
}

fieldset {
	border: 1px solid #ddd;
	margin: 1em 0;
	padding: 15px;
	clear: left;
} * html fieldset { padding-top: 0; }

legend {
	font-size: 135%;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #80A71F;
	padding: 0 0.5em; 
} * html legend { margin-bottom: 15px; padding: 0 0.5em; }

fieldset fieldset legend {
	font-size: 105%;
	font-weight: bold;
}

legend span {
	color: #666666;
	font-size: 14px;
	letter-spacing: .1em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

fieldset dl {
	margin: 0;
	padding: 0;
}

fieldset dt {
	clear: left;
	float: left;
	width: 18em; 
	text-align: right;
	padding: 0 1em 0.5em 0;
}

fieldset dd {
	padding: 0 0 0.5em 0;
	font-weight: bold;
}

fieldset.labels label {
	width: 15em;
	float: left;
	text-align: right;
	display: block;
	padding: 0 0.5em 0.2em 0;
}

fieldset.labels div {
	padding: 0.2em 0;
	clear: left
}


fieldset fieldset input {
	font-size: 100% !important;
}
/*
#leaders  {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}
#leaders th {
	font-size: 16px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(/img/s/ptrades/th-bg.png);
}
#leaders tr:hover{
background-color:#999999;
}

*/

#site-view  {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}
#site-view th {
	font-size: 18px;
	color: #333333;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(/img/s/ptrades/th-bg.png);
}
#site-view tr:hover {
background-color:#999999;
}


#bigrow {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
}
.explain {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
#terms { padding: 10px 10px 10px 10px; line-height:1.2em;}
#terms p { padding: 5px 0px 5px 0px; line-height:1.2em;}
#terms h2 { padding: 0px 0px 10px 0px; line-height:1.2em;}
#terms h4 { padding: 7px 0px 7px 0px; line-height:1.2em;}
#terms li { margin: 0px 0px 0px 25px; line-height:1.2em;}
#agreebox { padding: 10px 10px 20px 10px; line-height:1.4em;}

#errormsg {  padding: 10px 20px 10px 20px; color:red; border:thin solid red; margin: 0 0 20px 10px; }      
#notifymsg {  padding: 10px 20px 10px 20px; color:orange; border:thin solid green; margin: 0 0 20px 10px; }

#socialsitelinks { margin: 3em 0; display:block; }
#socialsitelinks ul { display: inline; }
#socialsitelinks li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 2px;
}
#socialsitelinks ul li:before { content: ""; }
#socialsitelinks img { border: 0; }

/*#leaderboard th { padding: 5px 15px 5px 15px;
	background-image: url(/img/s/ptrades/th-bg.png);
 }
#leaderboard td { padding: 5px 15px 5px 15px; text-align:left; }
*/
/* This forces the search box under the Google Ads */
#googlesearch {
	padding-top: 10px;
	margin:0;
}
.inputname {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}
.inputfield {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#left_nav li.list-space {
	margin-top: 15px;
	padding-top: 0;	
}

.tab-row-odd{
	background-color: #F0F0F0;	
}
.tab-row-even{
	background-color: #D8DAE0;
}

.blankbutton {
       width: 150px;
       height: 28px;
      /* background: url(/img/button/blank150.gif) no-repeat center top; */
       font-size: 15px;
}
.resetbutton {
       width: 150px;
       height: 28px;
       font-size: 15px;
}


#leaderboard th, #leaders th {
	background-image: url(/img/s/ptrades//th-bg.png);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}
#leaderboard td, #leaders td {
	padding: 3px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#leaderboard tr:hover, #leaders tr:hover {
	background-color: #D8D8D8;
}


/* Messaging: mailbox (inbox and sent) */
tr.mailbox_header td {
	padding: 2px 0px 2px 0px;
	font-weight: bold;
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
}

tr.mailbox td {
	font-size: 11px;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
}

tr.mailbox_empty td {
	font-size: 12px;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
}


tr.mailbox_unread td {
	font-size: 11px;
	font-weight: bold;	
	border-bottom: 1px solid #FB7A31;
	background: #FFFFFF;
}

td.mailbox_left {
	border-left: 1px solid #FB7A31;
	background: #FFC;
}

td.mailbox_right {
	border-right: 1px solid #FB7A31;
	background: #FFC;
}


/* Messaging: individual message and message threads */
.message_time {
	font-size: 10px;
}

.message_sender {
	font-size: 11px;
	font-weight: bold;
}

.message_unread {
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.message_subject {
	padding-bottom:10px;
	font-size: 12px;
	font-weight:bold;
}

.message_body {
	font-size: 12px;
}

.message_error {
	font-weight: bold;
	color: red;
	padding: 5px 0px 5px 0px;
}