p.login-links {
	margin: 15px 0;
}
	p.login-links a {
		display: block;
		margin: 3px 0;
	}

.articleTagsList {
	text-transform: capitalize;
}

.ui-sortable {
	cursor:pointer;
}

/* liveblog styles */

ul.liveblog li.liveblogpost {
    border: none;
    margin: 20px 0;
    padding-top: 10px; 
	 border-top: 1px dotted gray;
}
	li.liveblogpost img {
		height: auto;
		width: 460px;
		margin: 5px 0;
	}
	li.liveblogpost h3 {
		margin: 10px 0;
	}

.liveblog-data {
  font-size: 0.92em;
  color: #7a7a7a;
}

.liveblog-body{
	margin: 0.6em 0;
	display: block;
}

/* /liveblog */

.mockbox {
	border: 8px solid #EFEFEF !important;
}

ul.liveblog {
	list-style-type: none;
}

#flashMessage, #authMessage {
	font-weight: bold;
	background-color: #B0CADA;
	color: white;
	padding: 2px 6px;
}
.textforempty {
	color: gray;
}
.article_breadcrumbs {
	margin: -5px 0 10px 0;
	text-transform: capitalize;
	font-weight: bold;
}
.article_breadcrumbs2 {
	/*	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: bold;*/
	font-family:Calluna-Bold, Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 1.45;
	text-transform:capitalize
}
.article_breadcrumbs2 a {
	color: #000;
}
.article_breadcrumbs2 a:hover {
	color:#DE3327;
	text-decoration:none;
}
div.links {
	margin-top: 5px;
}
div.links li {
	list-style-type: none;
}
/* stocks on homepage */

.stocks-scrolable {
	position: relative;
	overflow: hidden;
	width: 340px;
	height: 55px;
	/*border-right:2px dotted #E9E8DF;
	border-left:2px dotted #E9E8DF;*/
}
.stocks-scrolable .items {
	width:20000em;
	position:absolute;
}
.stocks-front {
	width: 100%;
	height: 55px;
}
.stocks-front .change, .stocks-front .last {
	font-size: 9px;
}
.stocks-front .disabled {
	/*visibility: hidden !important;*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
	-moz-opacity: 0.5; /* Mozilla 1.6 ? ???? */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
	zoom: 1;
	cursor: default !important;
}
.stocks-front .stocks-container {
	width: 340px;
	float:left;
}
.stocks-front .persentage {
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: left;
}
.stocks-front div {
	/*width: 100%;*/
	height: 100%;
	float: left;
	text-align: center;
}
.stocks-front .item {
	width: 111px; /* 33% */
	float:left;
}
.stocks-front .middler {
	border-right:2px dotted #E9E8DF;
	border-left:2px dotted #E9E8DF;
}
.stocks-front .item img {
	display: block;
	float:left;
	margin: 1px 3px 0 17px;
}
.stocks-front .arrow-left {
	display: block;
	width: 18px;
	/*border-right:2px dotted #E9E8DF;*/
	background: url('../images/stocks-scroll-left.png') 50% 50% no-repeat;
	height: 100%;
	float: left;
	text-align: center;
	cursor: pointer;
}
.stocks-front .arrow-right {
	display: block;
	width: 18px;
	background: url('../images/stocks-scroll-right.png') 50% 50% no-repeat;
	height: 100%;
	float: left;
	text-align: center;
	cursor: pointer;
}
/* liveblog widget */
#widget-liveblogging, .widget {
	background-color: #F9F8F5;
	width: 220px;
	margin-bottom: 15px;
	/*padding-top: 1px;*/
	margin-top: 0;
	box-shadow: 0 1px 5px #BBBBBB;
}

#widget-liveblogging {
	min-height: 250px;	
}

#widget-liveblogging .widget-loader, .widget .widget-loader {
	background: url("../images/widget-ajax-loader.gif") no-repeat scroll 50% 50% #E7E7DD;
	width: 100%;
	height: 200px;
	position: absolute;
	border-bottom: 1px solid #ccc;
}
#widget-liveblogging a {
	color: black;
}
#widget-liveblogging .title , .widget .title{
	border-bottom: 1px solid #CCCCCC;
	color: black;
	display: block;
	padding-top: 7px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial;
}
#widget-liveblogging table {
	width: 100%;
}
#widget-liveblogging table td {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	vertical-align: top;
}
#widget-liveblogging table td.time {
	background-color:#EFECE6;
	color: #e2341e;
	width: 45px;
	text-align: center;font-si
	font-size: 10px;
}
#widget-liveblogging table td.post {
	background-color: #F9F8F5;
	padding: 5px;
	color: black;
}
#widget-liveblogging table td.post-comment {
	color: black;
	font-style: italic;
}
#widget-liveblogging table td.post-comment .author {
	color: #e2341e;
	font-style: italic;
}
#widget-liveblogging .template-post, #widget-liveblogging .template-comment, #widget-liveblogging .widget-data {
	display: none;
}
/* search */

input.search {
	background-color: white;
	border:8px solid #DFE9ED;
	color: gray;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:30px;
	margin-bottom:10px;
	margin-top:10px;
	padding:7px;
	width:95%;
	height:50px;
}
div.search p.noarticles {
	margin-top: 15px;
	color: gray;
}
div.search p.title {
	margin-top: 25px;
	font-size: 14px;
	font-weight: bold;
}
div.search p.desc {
	margin-top: 0;
	color: gray;
}
div.search p.info {
	margin-top: 3px;
	font-size: 10px;
	color: gray;
}
div.search .paginator {
	text-align: center;
	margin-top: 15px;
}
/* general */

#flashMessage, #authMessage {
	font-weight: bold;
	background-color: #B0CADA;
	color: white;
	padding: 2px 6px;
}
.error-message {
	color: gray;
	font-size: 11px;
	margin-top: -8px;
	margin-bottom: 5px;
	font-style: italic;
}
.margin_10 {
	margin: 10px 0;
}
input.loginfield {
	border: 1px solid;
	border-color: #e0dfe3;
	width: 200px;
	height: 20px;
	font-size: 14px;
	margin-bottom: 10px;
}
.gray {
	color: gray;
}
.group_short_desc {
	/*font-size: smaller;*/
	color: gray;
}
.cornerMenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 17px;
	background-color: white;
	padding: 3px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	box-shadow:	1px 1px 3px gray;
}
p.audio {
	margin-bottom: 15px;
}
p.audio .audio_title {
	margin-bottom: 3px;
	color: gray;
}
/* comments */
#commentsPlace {
	background: url('../images/ajax-loader.gif');
	width: 43px;
	height: 11px;
	margin: 10px 0;
}

.comments-submit-button {
	/*height:30px;
	width:120px;
	background-image:url(../sites/america24.com/themes/america24/nw/img/bubblebutton_sp.jpg);*/
	background-image: url('../images/fromold/bubble.jpg');
	width: 72px;
	height: 25px;
	background-repeat: no-repeat;
	border: medium none;
	color: transparent;
	cursor: pointer
}
.comments-submit-button:hover {
	background-position:0 100%;
}
.comment_author .heading {
	color:#005689;
	margin-right:7px;
}
.comment_author .large-trail {
	font-weight:normal;
}
.comment_author {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.l img {
	border:medium none;
	float:left;
	margin-right:7px;
}
.comments .avatar {
	margin-left: 0;
	margin-right: 5px;
}
.comment_input {
	height:24px;
	margin-bottom:10px;
}
.comment_input img {
	height:25px;
	width:72px;
}
.comment_input .heading {
	color:#CCC;
	line-height:25px;
	text-transform:uppercase;
}
.comment_input .avatar img {
	border: 1px solid red;
}
.r img {
	border:medium none;
	float:right;
	margin-left:7px;
}
.videolink {
	background: url('../images/ico-film.png') no-repeat;
	padding-left: 18px;
}
/* comment attachments */

.comment_attachment div.link, .comment_attachment div.video {
	margin-top: 10px;
}
.comment_attachment div.link input, .comment_attachment div.video input,  .comment_attachment div.photo input{
	border: 1px solid #e0dfe3;
	width: 70%;
	height: 20px;
	font-size: 14px;
}
.comment_attachment div.link input {
	margin-bottom: 5px;
}
.comment_attachment div.video input {
	margin-bottom: 0;
}
.comment_attachment .photo {
	margin: 10px 0;
}
.comment_attachment .input {
	margin: 10px 0;
}
.comment_attachment .videoplace {
	padding-bottom: 10px;
	min-height: 1px; /* fix problem when element is empty */
}
.comment_attachment .video .smalltext {
	font-size: smaller;
	color: gray;
}
/*-- my --*/

.comment-video {
	margin: 5px 0;
}
.comments {
}
.comment .comments-message {
	width: 380px;
	float: right;
	/*border: 1px solid green;*/
    margin-top: -6px;
}
.comment .comment-heading {
	color: #005689;
	line-height:25px;
	text-transform: uppercase;
	margin-right: 7px;
}
.comment .comment-heading a {
	color: #005689;
}
.comment .comment-body {
	font-weight: normal;
}
.comment .comment-avatar {
	float: left;
	width: 60px;/*border: 1px solid red;*/
	margin-bottom: 6px;
}
.comment .comment-reply-link {
	text-align: right;
	width: 100%;
	clear: both;
}
.comment .comment-reply-link a img {
	float: right;
	margin-bottom: 5px;
}
.comment {
	border-top: 1px dotted #b0cada;
	/*margin-top: 10px;*/
	padding: 6px 0 5px;
	clear: both;
}
#comment-status {
	margin-bottom: 10px;
}
.subcomments, #comment-reply, #subcomment-status {
	width: 380px;
	float: right;
	clear: both;/*border: 1px solid red;*/
}
.subcomment {
	background-color: #EFEFEF;
	width: 100%;
	clear: both;
	margin: 5px 0;
	/*border: 1px solid blue;*/
        min-height: 45px; /* 27 + 5*2 */
	overflow: auto;
}
.subcomment img {
	width: 27px;
	height: 27px;
	display: block;
	float: left;
	margin: 5px;
}
.subcomment div.subcomment-body {
	width: 340px;
	float: right;
	min-height: 28px;
	margin-top: 2px;
	margin-bottom: 5px;/*border: 1px solid green;*/
    }
.subcomment .subcomment-author {
	font-weight: bold;
}
#comment-reply {
	background-color: #EFEFEF;
	margin-bottom: 10px;
	height: 190px;
	text-align: center;/*overflow: hidden;*/
}
#comment-reply textarea {
	padding: 0;
	background-color: #EFEFEF;
	height: 150px;
	width: 100%;
	margin: 8px 0px 3px;
	border: none;
}
#comment-reply form div {
	margin-bottom: 1px;
}
.subcomments-submit-button {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	float: right;
	width: 40%;
}
#subcomment-status {
	/*margin-top: 15px;*/
    text-align: left;
	height: 15px;
	width: 50%;
	float: left;
	padding-left: 10px;
	padding-bottom: 5px;
}
/* ---------------------------- */
div.comments {
	/*padding: 5px;*/
    width: 100%;/*border: 1px dashed #356AA0;*/
    /*margin: 10px 0;*/
    /*border-top: 2px solid #356AA0;*/
}
.CommentBody {
	/*width: 100%;*/
    padding: 7px;
}
.comment-from, .comment-date {
	font-size: 11px;
	color: gray;
}
.comment-body {
	display: block;
	margin: 3px 0;
	overflow: auto;
}
#comment-status/*, #subcomment-status*/ {
	font-weight: bold;
}
.comment_attachment, .delete_comment_attachment {
	margin: 0;
	padding: 0;
}
.delete_comment_attachment {
	clear: both;
	margin-top: 5px;
}
#nocomments {
	color: gray;
	text-align: center;
}
.comment-newcomment .submit {
	margin-top: 10px;
	clear: both;
}
.comment-newcomment .submit input {
	outline: none;
}
/* end comments */

/* users */

.itsyou {
	color: gray;
	text-align: center;
}
table.list {
	width: 100%;
	border-bottom: 1px dotted #B0CADA;
	margin-bottom: 15px;
}
table.list tr {
	height: 78px; /* 60 + 8*2 */
	border-top: 1px dotted #B0CADA;
}
table.list th {
	text-align: center;
}
table.list td, table.list th {
	vertical-align: middle;
}
table.list .avatar {
	width: 60px;
	padding-right: 5px;
}
table.list .actions {
	padding-left: 5px;
}
table.followings .actions {
	width: 100px;
}
table.messages {
	margin-top: 10px;
}
table.messages tr.first {
	height: 20px;
}
table.messages .actions {
	width: 50px;
}
table.messages .date {
	width: 100px;
	text-align: center;
}
table.messages th.username {
	text-align: left;
}
table.viewmessage {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px dotted #B0CADA;
	border-top: 1px dotted #B0CADA;
}
table.viewmessage td div.overflow {
	overflow: auto;
	width: 455px;
}
table.viewmessage td.labels {
	width: 80px;
	color: gray;
	vertical-align: top;
	padding-top: 1px;
}
table.viewmessage textarea {
	width: 450px;
	height: 130px;
	border: 1px solid;
	border-color: #e0dfe3;
	padding: 0;
}
table.viewmessage input {
	width: 450px;
	border: 1px solid;
	border-color: #e0dfe3;
}
input.avatarimg {
	height: auto;
}
/* newsfeed */

.newsfeed td, {
 border-bottom: 1px dashed gray;
 padding: 4px 0;
}
.newsfeed td.feed {
	width: 80%;
}
.newsfeed td.date {
	width: 20%;
	color: gray;
	text-align: right;
}
.newsfeed td.avatar {
	vertical-align: top;
	padding-top: 5px;
}
.feed .microblogpost {
	display: block;
	padding-left: 5px;
	margin: 3px 0 3px 10px;
	color: gray;
	border-left: 2px solid #356AA0;
}
p.comment-media {
	margin: 5px 0;
}
/* slider */
#carousel {
	margin: 10px auto 15px;
	width: 380px;
	height: 380px;
	padding: 0;
	overflow: hidden;
}
#carousel ul {
	list-style: none;
	width: 1520px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
}
#carousel li img {
}
.carousel-thumbs {
	overflow:auto;
	text-align:center;
	position: absolute;
	top: 274px;
	right: 0;
	width: 110px !important;
	background-color: #000;
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	opacity: 0.7;
	padding: 5px 0;
}
.carousel-thumbs div.thumb {
	float: right;
	cursor:pointer;
	display:inline;
	padding:0;
	overflow:hidden;
	text-align:center;
	border:2px solid #ccc;
	margin-right:4px;
	font-family:Arial;
	color: white;
	text-shadow:0 0 3px #fff;
	font-weight: bold;
	background-color: #000;
	opacity: 0.7;
}
.textholder {
	text-align: left;
	/*font-size: small;*/
	padding: 6px;
	/*	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;*/
	background: #333/*#D61D00*/;
	color: white;
	font-family: "calluna-1", "calluna-2", Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 16px;
}
.textholder a {
	color: white;
}
.coal {
	color: #DE3327;
}
/* sign in box */

#topnav {
	/*padding:10px 0px 12px;*/
    font-size:11px;
	line-height:23px;
	text-align:right;
}
#topnav a.signin {
	background:#59B;
	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
 *background:transparent url("../images/twitterlogin/signin-nav-bg-ie.png") no-repeat 0 0;
 *padding:4px 12px 6px;
}
#topnav a.signin:hover {
	background:#516c7b;
 *background:transparent url("../images/twitterlogin/signin-nav-bg-hover-ie.png") no-repeat 0 0;
 *padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
 *background-position:0 3px!important;
}
a.signin {
	position:relative;
	margin-left:3px;
}
a.signin span {
	background-image:url("../images/twitterlogin/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}
#topnav a.menu-open {
	background: #516c7b !important;
	color: white !important;
	outline:none;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	background-image:url("../images/twitterlogin/toggle_up_light.png");
	color: white;
}
#signin_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color: #516c7b;
	position:absolute;
	width:210px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:12px;
	top: 24.5px;
	right: 0px;
	margin-right: 0px;
 *margin-right: -1px;
	color: white;
	font-size:11px;
	list-style-type: none;
}
.topnav {
	font-family: Arial !important;
}
#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px none #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color: white;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color: white !important;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d; /*url('http://www.america24.com/images/twitterlogin/bg-btn-blue.png') repeat-x scroll 0 0;*/
	border:1px solid #39D;
	color: white;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}
#signin_menu p.register {
	border-top: 1px solid white;
	padding-top: 5px;
	padding-bottom: 3px
}
#signin_menu p.facebook {
	border-top: 1px solid white;
	padding-top: 7px
}
.mymenu {
	width: 120px !important;
}
#search-wrapper {
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #E9E8DF !important;
	height: 25px !important;
	line-height: 25px !important;
}

/* polls under the article*/

#article-poll p {
	line-height: 20px;
	padding: 5px 0;
}

#article-poll .question {
	font-weight: bold;
}

#article-poll .total {
	font-weight: bold;
}

#article-poll .graph {
  min-width: 250px;
}

#article-poll td {
	padding-bottom: 5px;
	height: 20px;
	line-height: 20px;
}

#article-poll .label {
	padding-right: 17px;
	text-align: right;
	max-width: 120px;
}

#article-poll .bar-container {
	width: 110px;
}

	#article-poll .bar-container div {
	  background-color:#cc4400;
	  height: 20px;
	}

#article-poll .percents {
	padding-left: 17px;
	text-align: left;
	font-weight: bold;
}

/* */

/* polls widget */

/* polls under the article*/

#widget-poll p {
	line-height: 20px;
	padding: 7px;
}

#widget-poll .question {
	font-weight: bold;
	padding: 7px;
	background-color: #EFECE6;
}

#widget-poll .total {
	font-weight: bold;
	padding: 7px;
	background-color: #EFECE6;
}

#widget-poll .graph {
  padding: 7px;
  display: block;
}

#widget-poll td {
	padding-bottom: 5px;
	height: 20px;
	line-height: 20px;
}

#widget-poll .label {
	padding-right: 10px;
	max-width: 140px;
}

#widget-poll .bar-container {
	width: 90px;
}

	#widget-poll .bar-container div {
	  background-color: #DE3327; 
	  height: 20px;
	}

#widget-poll .percents {
	padding-left: 10px;
	font-weight: bold;
}

/* */