* {
	padding: 0px;
	margin: 0;
}

body {
	color: #444444;
	/**font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;*/
	font-family: 'Lucida Grande',sans-serif,tahoma,verdana,arial,sans-serif;
	line-height: 1.2;
	font-size: 11px;
	background-color: #EBF5FA;
}

ul {
	text-decoration: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

a, a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}
img {
	border: none;
	vertical-align: top;
}

h2 {
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h1 {
	font-size: 24px;
	color: #000000;
	margin: 5px 0px;
	border-bottom: 0px dashed #AFAFAF;
	padding-bottom: 15px;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}
.right {
	float: right;
}

.wrapper {
	display: block;
	width: 980px;
	min-width: 780px;
	margin: 0px auto;
	background-color: #FFFFFF;
	margin: 0px auto;
}

#body-content.wrapper {
	min-height: 200px;
	margin-top: 10px;
	margin-bottom:f 10px;
	padding-bottom: 10px;
}

#header {
	background: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 3px solid #52A9dd;
}
#header .wrapper {
	padding-bottom: 10px;
}


#footer {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#footer .wrapper {
	padding-bottom: 0px;
}

#footerbg {
	background-color: #FFFFFF;
	border-top: 3px solid #52A9dd;
	margin-top: 5px;
	
}

.footer-bar-ul {
	text-align: center;
	margin: 0px auto;
	width: 320px;
}

.footer-bar-ul li {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
.footer-bar {
	margin: 0px auto;
	width: 99%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer-bar a, .footer-bar a:link, .footer-bar a:visited {
	font-weight: normal;
}

#header img {
	border: none;
	//width: 120px;
	//height: 30px;
	//background-color: #AFAFAF;
	//float: left;
}

/** Primary menu*/
.menus {
	line-width: 150%;
}

#menu-principal {
	background-color: #FFFFFF;
	margin-left: 121px;
	font-size: 12px;
}
.menus li {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	padding: 0px;
	line-width: 150%;
	font-weight: bold;
	background-color: #FFFFFF;
}
.menus a, .menus a:link, .menus a:visited {
	display: block;
	color: #006699;
}
.menus span {
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 5px;
}
#menu-utility {
	float:right;
}

#menu-utility li {}


.menu-secondary {
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
	margin: 0px auto;
	height: 27px;
	float: right;
}
.menu-secondary li {
	padding-top: 7px;
	padding-left:5px;
	padding-right: 5px;
	padding-bottom: 7px;
	background-color: #FFFFFF;
	margin-top: 0px;
	float: left;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}
#menu-secondary .active {
	
}
#menu-secondary .last {
}
.menu-secondary .active a, #menu-principal .active a, #menu-utility .active a, #menu-utility .active a:visited {
	color: orange;
	font-weight: bold;
}

.active {
	color: orange;
	font-weight: bold;
}
.desactive, .menu-secondary .desactive a {
	color: #006699;
	font-weight: bold;
}

.inner-menu-secondary {
	width: 100%;
	background-color: #FFFFFF;
	height: 32px;
	margin-top: 10px;
}

#second-menu ul.submenu {
	position: absolute;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	margin-top: 7px;
	margin-rigth: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 100px;
	background-color: #FDFDFD;
	visibility: hidden;
}

#second-menu ul.submenu li {
	float: none;
	margin-left: 10px;
}


#mainbody {
	float: left;
	width: 660px;
	background-color: #FFFFFF;
}

#rightcol {
	width: 300px;
	float:right;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
}
#rightcol .box {
	background-color: #FAFAFA;
	border: 1px solid #E2E2E2;
	padding: 5px;
	margin-bottom: 10px;
}
#rightcol .box-transparent {
	background-color: #FFFFFF;
	border: 1px solid #E2E2E2;;
	padding: 5px;
	margin-bottom: 10px;
}

.inner {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
}
.title {
	background-color: #006699;
	color: #FFFFFF;
	clear: both;
}

.title a, title a:visited {
	color: #52A9DD;
}


#personal-menu {
	float: right;
	width: 110px;
}
#profile-summary {
	float: left;
	width: 160px;
}
#profile-summary .mini-avatar {
	margin-left: 40px;
}

#personal-menu li {
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 5px;
}
#personal-menu a:link, #personal-menu a:visited {
	font-weight: normal;
}

#personal-menu img {
	margin-right: 7px;
}



/** TABLES */
.ds-tables {
	font-size: 11px;
	border-top: 1px solid;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	border-collapse: collapse;
}
.ds-tables img {
	margin-right: 5px;
}
.ds-tables thead {
	color: white;
	background-color: #006699;
}
.td-left {
	padding-left: 5px;
	text-align: left;
}

.ds-tables td {
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 3px;
}


.ds-tables tr {
	margin: 0px;
}

.ds-tables th {
	padding: 1px;
	text-align: center;
}

.ds-tables .ds-td-left {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid;
}

.ds-tables .ds-td-sub {
	font-weight: bold;
}

.ds-tables .ds-tr-summary {
	border-top: 1px solid;
}

.ds-tables tfoot td {
	text-align: center;
	border-top: 1px solid;
	width: 100%;
}
.ds-tables .ds-td-special {
	padding-top: 10px;
}


.btop-left {
	padding-left: 10px;
	padding-top: 10px;
}
.sep {
	border-bottom: 2px dotted #AFAFAF;
	clear: both;
}




.ds-block-body {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.ds-comments {
	clear:both;
}

.ds-username-link {
	color: #006699;
	font-weight: bold;
	margin-right: 15px;
}

#ds-activity-list {
	width: 40%;
	float:left;
}


.sectors {
	width: 100%;
}

.sector-container {
	width: 325px;
	border-bottom: 2px dashed #E2E2E2;
	margin-bottom: 17px;
}




.stock-data {
	min-height: 50px;
	line-height: 150%;
}

.stock-data h1 {
	font-size: 17px;
	float: left;
	color: #006699;
}
#stock-ticker {
	clear:both;
	margin-left: 10px;
	font-size: 16px;
	color: #003377;
}
#stock-logo {
	float: left;
	margin-right: 15px;
}
#stock-change {
	font-size: 14px;
	font-weight: bold;
	margin-left: 30px;
}
#stock-last-trade {
	font-size: 16px;
	font-weight: bold;
}
#stock-last-trade-time {
	font-size: 11px;
	color: #AFAFAF;
	margin-left: 30px;
}
.stock-data-inner {
	margin-left: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#stock-chart img {
	margin:0px auto;
}
#stock-chart {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}


#stock-more-data {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 45%;
	float: left;
}

.table-stock-more-data {
	border-collapse: collapse;
	width: 100%;
	margin-left: 20px;
}
.table-stock-more-data tr {
	
}
.table-stock-more-data td {
	padding-top: 6px;
	padding-bottom: 6px;
}
#stock-more-data .emph {
	font-weight: bold;
}










#ds-users-into {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 300px;
	float: right;
}


#operation-help-long, #operation-help-short {
	display: none;
}

.contextual-help {
	color: blue;
	display: none;
}



/** FORMS */
.form-field-wrapper {
	float: left;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.form-field-label {
	float: left;
}
.form-field {
	clear:both;
	padding-top: 10px;
}
.form-field-error {
	float:left;
}
#operation-container-long li, #operation-container-short li, #operation-container-close li, #operation-container-stoploss li {
	float: left;
	margin-right: 30px;
}
#operation-container-long, #operation-container-short, #operation-container-close, #operation-container-stoploss {
	float: left;
	width: 360px;
	margin-left: 20px;
}
#operation-help {
	float: right;
	width: 250px;
	min-width: 20px;
	background-color: #FAFAFA;
}
.op-step {
	clear:both;
}
.op-step-title {
	font-size: 16px;
	color: #006699;
	font-weight: bold;
	padding-top: 4px;
}
.op-options {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.op-options img {
	margin-left: 20px;
	margin-right: 20px;
}

#server-response-box {
	clear:both;
}

.up {
	color: green;
}
.down {
	color: red;
}

#operation_preview {
	width: 300px;
	margin: 0px auto;
}
.preview-data {
	float: right;
}

.preview-title {
	float: left;
	clear:left;
	font-weight: bold;
}





.mini-avatar {
	margin: 4px;
	margin-right: 15px;
	float: left;
}


.top-up-down {
	margin-top: 5px;
	margin-bottom: 5px;
}

.top-up-down-title {
	margin-bottom: 9px;
	margin-top: 9px;
	font-size: 12px;
}

.top-up-down table {
	margin-top: 3px;
}

.top-up-down table td {
	width: 40px;
}

.left {
	float: left;
}

fieldset.general-form {
	margin-top: 10px;
}

fieldset.general-form table.edit-form th {
	vertical-align: top;
	text-align: right;
	padding-top: 8px;
}

fieldset.general-form table.edit-form td {
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 8px;
}

fieldset {
	border: 0px;
}

fieldset.general-form input[type="text"], fieldset.general-form input[type="password"], fieldset.general-form input[type="checkbox"], fieldset.general-form select {
	border: 1px solid #AFAFAF;
	width: 130px;
	padding: 2px 4px;
}
input[type="submit"], input[type="reset"] {
	border: 1px solid #AFAFAF;
	padding: 2px 4px;
	margin: auto;
	width: 100px;
	height: 30px;
	font-size: 12px;
	margin-left: 100px;
}

fieldset.general-form label {
	font-weight: normal;
}

table.general-table {
	margin-top: 10px;
}
table.general-table th {
	vertical-align: top;
	text-align: right;
	padding-top: 10px;
}

table.general-table td {
	padding-top: 10px;
	padding-left: 15px;
}

#new-tweet  {
	background-color: #FAFAFA;
}
.new-tweet-header {
	
}
.new-tweet-title {
	font-size: 16px;
	font-weight: normal;
	float: left;
	color: #DFDFDF;
}
.new-tweet-lenght {
	font-size: 18px;
	font-weight: bold;
	color: green;
	float: right;
}
fieldset.tweet-form {
	margin-top: 2px;
}
fieldset.tweet-form div.form-field-wrapper {
	padding: 2px;
	width: 97%;
}
fieldset.tweet-form div.form-field-label {
	padding-top: 1px;
	padding-right: 10px;
}
fieldset.tweet-form div.form-field {
	padding-top: 1px;
	clear:none;
	float: left;
}
fieldset.tweet-form div.form-submit {
	float: right;
}
fieldset.tweet-form div.server-response {
	clear: both;
	background-color: #EFEFEF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 7px;
}

.authentication-option {
	width: 250px;
	border: 1px solid #EFEFEF;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sign-in-twitter {
	margin-top: 10px;
}



p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.left-mod {
	float: left;
	margin-left: 20px;
}
.right-mod {
	float: right;
}

.tweet-form textarea {
	border: 1px solid #AFAFAF;
	width: 630px;
}

textarea {
	border: 1px solid #AFAFAF;
	width: 300px;
}


.contest-summary {
	width: 185px;
	padding: 10px;
	margin-left: 8px;
	float: left;
	text-align: center;
	background-color: #FAFAFA;
	border: 1px solid #E2E2E2;
}

.contest-summary-info {
	width: 99%;
	margin-top: 4px;
	margin-bottom: 4px;
}

.contest-summary-info th {
	text-align: right;
}

.contest-summary-info td {
	text-align: left;
	padding-left: 10px;
}



.app-messages {
	font-size: 14px;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
}
#app-server-response.app-messages {
	display: none;
}

.last-message {
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 3px;
}

.investor-profile {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FAFAFA;
}

.graphs {
	background-color: #FAFAFA;
	border: 1px solid #E2E2E2;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	margin-left: 150px;
}

.odd {
	background-color: #FAFAFA;
}

.even {}

#id_str {
	width: 500px;
	height: 23px;
	font-size: 16px;
	font-weight: bold;
	color: #AFAFAF;
}

.details-table {
	width: 70%;
	margin-left: 70px;
}
.details-table th {
	text-align: right;
}

.stock-search {
	margin: 0px auto;
	margin-bottom: 10px;
}


#loading {
	margin:0 0 0 0;
	padding:7px 7px 7px 7px;
	border:0px;
	top:0pt;
	right:0pt;
	background:#FFFFFF;
	display:block;
	position:fixed;	
	font-size:10px;
	font-family:arial;
	font-weight:bold;
	color:#FFFFFF;
	display:none;
}

.not-allowed {
	background-color: #FAFAFA;
	border-bottom: 2px solid red;
	border-top: 2px solid red;
	padding: 7px;
	margin-left: 7px;
	margin-top: 17px;
	font-size: 14px;
}

#registration_box {
	width: 350px;
}
.authentication-twitter {
	width: 200px;
}

#registration_box input[type="text"], #registration_box input[type="password"] {
	width: 200px;
}

.join-signin {
	width: 130px;
	padding: 7px;
	background-color: #52D0DD;
	text-align: center;
	margin-left: 20px;
	border: 1px solid;
}
.join-signin a {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
}

.only-invitation {
	font-size: 15px;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 20px;
}

.errorlist {
	color: red;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
	font-size: 11px;
}

input[type="text"], select {
	border: 1px solid #AFAFAF;
	padding: 2px 4px;
}

.send-petition {
	border: 1px solid #000000;
	margin:0 auto;
	margin-bottom: 7px;
	text-align:center;
	width: 90px;
}
.send-petition a {
	display: block;
	padding: 7px 3px;
	background-color: #FAFAFA;
}
.send-petition a:hover {
	text-decoration: none;
	background-color: #006699;
	color: #FFFFFF;
}

.bubble-text {
	margin: 7px 5px 0px 7px;
}

.pagination {
	text-align: center;
}

.pagination a, .pagination span {
	border: 1px solid #006699;
	padding: 2px 6px 2px 6px;
	margin-left: 1px;
	margin-right: 1px;
}

.pagination span.current {
	background-color: #006699;
	color: #FFFFFF;
}

.mini-avatar-no-margin {
	float: left;
	margin: 2px;
}

.stoocks-summary {
	border: 0px;
	margin-left: 7px;
}
.stoocks-summary td {
	padding-top: 4px;
	padding-bottom: 4px;
}

.strong {
	border: 2px solid #E2E2E2;
}

.table-stock-more-data th {
	text-align: left;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 15px;
}

.box {
	border: 1px solid #E2E2E2;
}

.error404 {
	border: 2px solid #E2E2E2;
	width: 400px;
	padding: 7px;
	margin: 30px auto;
}
.error404-options {
	margin-top: 12px;
	margin-left: 12px;
}

#indexs-list .box {
	margin: 20px 15px 20px 15px;
	padding: 7px 27px 7px 27px;
}
#indexs-list h2 {
	margin-top: 17px;
}
#indexs-list h3 {
	margin-bottom: 12px;
	margin-top: 7px;
}
#indexs-list h3:hover {
	text-decoration: underline;
}
#indexs-list table {
	width: 280px;
	margin-bottom: 15px;
}
#indexs-list th {
	text-align: left;
}
#indexs-list td {
	text-align: left;
	padding-top: 7px;
}


.start-steps {
	padding: 15px;	
}

.start-steps h2 {
	font-size: 16px;
	font-weight: bold;
	color: #AFAFAF;
}

.start-steps p {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
}
#front-page .first {
	padding-left: 70px;
	background-image: url('/static/images/template/first.png');
	background-repeat: no-repeat;
}
#front-page .second {
	padding-left: 70px;
	background-image: url('/static/images/template/second.png');
	background-repeat: no-repeat;
}
#front-page .third {
	padding-left: 70px;
	background-image: url('/static/images/template/third.png');
	background-repeat: no-repeat;
}
.centering {
	text-align: center;
}
.boxad125 {
	width: 127px;
	height: 127px;
	float: left;
	border: 1px solid #E2E2E2;
	margin: 6px;
}

#tweets_list {
	width: 99%;
	margin: 0px auto;
}

.users-list {
	width: 99%;
	border-collapse: collapse;
	border-bottom: 1px solid #D2D2D2;
	
}
.users-list td {
	padding: 10px;
	border-top: 1px solid #D2D2D2;
}
.users-list-avatar {
	width: 70px;
}
.users-list-last {}
.user-list-actions {
	margin-top: 10px;
}
.screen-name-big {
	font-size: 14px;
}
.user-extended-data {
	color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
.user-extended-data span {
	margin-right: 10px;
}
.user-last-status {
	color: #555555;
	width: 99%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
.time-since, time-since a {
	font-size: 10px;
	color: #999999;
	margin-top: 5px;
}

#ff_info, .ff_info {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 4px;
	border: 1px solid #E2E2E2;
	color: #333333;
}

#tos {
	width: 80%;
	margin: 0px auto;}

#tos h1 {
	
}
#tos h2 {
	margin-top: 17px;
	margin-bottom: 4px;
	font-size: 12px;
}
#tos h3 {
	margin-top: 15px;
	margin-bottom: 3px;
	font-size: 11px;
	color: #888888;
}
#tos p {
	color: #888888;
	margin-top: 12px;
}

td.local_member {
	border: 2px solid #52A9dd;
}


.span_a {
	cursor: pointer;
}


button, .btn {
	border: 1px solid #AAAAAA;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomright: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-topright: 3px;
	background: #FDFDFD;
	cursor: pointer;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
button:hover, .btn:hover {
	border: 1px solid #888888;
	background: #F0F0F0;
}



.are-you h2 {
	margin: 0px auto;
	padding-bottom: 10px;
	padding-top: 5px;
}

.thread {
	margin: 10px 30px;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}




a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/static/images/template/icons/calendar.png) no-repeat; 
}

.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}