.links {
  margin: 10px 0 0 0;
}

.links a:link,
.links a:visited {
  text-decoration: none;
  color: #778bff;
  color: #ff6600;
}
.links a:active,
.links a:hover {
  text-decoration: underline;
  color: #778bff;
  color: #ff6600;
}


.links a.moreVotes {
  color: #778bff;
}

.articleImageItem
{
	width: 106px;
	height: 100px;
	text-align: center;
	float: left;
	/*border: 1px solid red;*/
}

.articleImageItem img
{
	width: 90px;
	height: 90px;
}

.commentsSection 
{
  margin: 10px 0 0 5px;
  display: block;
  width: 520px;
}
.commentsSection p 
{
  padding: 0 0 0 55px;
  width: 520px;
  color: #666666;
  color: #000;
}
.commentsSection p span {
  padding: 5px 0 0 0;
}
.commentsSection p a:link,
.commentBody a:link,
.commentBody a:visited,
.commentsSection p a:visited 
{
  text-decoration: none;
  color: #778bff;
  color: #ff6600;
}
.commentsSection p a:active,
.commentBody a:active,
.commentBody a:hover,
.commentsSection p a:hover 
{
  text-decoration: underline;
  color: #778bff;
  color: #ff6600;
}

.commentBody
{
	margin-left: 55px;
}

.commentDateTime {
  padding: 5px 0 0 0;
  color: #A9A9A9;
  color: #666666;
}

#comment 
{
  margin: 3px 0 0 0;
  float: left;
  width: 450px;
  font-size: 8pt;
  color: #666666;
}

#commentVote {
  float: left;
  margin: 0 5px 0 0;
  width: 50px;
  padding: 0px;
  font-size: 9px;
  font-weight: bold;
  color: #000000;
}
#commentAnonymous{
	padding-top: 5px;
	display: block;
}

#commentVote img {
  padding: 0;
  float: left;
}
#commentVote #img_par,
#commentVote #img_par_voted {
  width: 24px;
  height: 21px;  
}
#commentVote #img_pret,
#commentVote #img_pret_voted {
  width: 21px;
  height: 21px;  
}

#commentVote label,
#commentVote acronym {
  padding: 0;
  margin: 0;
}





#message h2 {
  margin: 0 0 0 0;
  padding: 0 0 5px 5px;
  font-size: 9pt;
  font-weight: bold;
  color: #000;
  overflow: hidden;
}
#message {
  margin: 20px 0;
  width: 525px;
}
#message textarea {
  margin: 5px 0 0 5px;
  padding: 1px;
  width: 520px;
  height: 110px;
  font-family: verdana, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  border: 1px solid #FFA500;
  overflow-x: hidden; 
 /* overflow-y: hidden;*/
}

#buttonDiv {
  margin: 15px 0 15px 0;
  padding: 0 0 0 260px;
}

#btn_back,
#btn_add {
  color: #fff;
  font-weight: bold;
  background: url(/images/trib_2_wspace_orange.jpg) 0 0 repeat-x;
  border: none;
  width: 120px;
  height: 18px;
  padding: 0 0 3px 0;
  // padding: 0 0 1px 0;
  cursor: pointer;
}

.img_par,
.img_par_voted,
.img_pret,
.img_pret_voted {
	cursor: pointer;
}

#loginForm,#linkToLoginForm {
  color: #666666;
  display: block;
  // margin: 20px 0 0 0;
}

#loginForm input {
  height: 18px;
  font-family: verdana, sans-serif;
  font-size: 9pt;
  font-weight: normal;
}

.apolloLinks
{
	width: 745px;
	text-align: right;
}

.apolloLinks a
{
	color: #ff6600;
	margin-right: 5px;
}

.sendLink
{
	color: #FFA500;
	width: 120px;
	height: 18px;
	font-size: 8pt;
	cursor: pointer;
	margin: 0px 0 0 400px;
}

.ziedot
{
	color: #FFA500;
	text-align: right;
	font-size: 8pt;
	padding-right: 31px;
}

.readMore
{
	/*border: 1px solid red;*/
	width: 620px;
	height: 145px;
}

.readMore a
{
	color: #FFA500;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.readMoreText
{
	width: 60px;
	background: #fff;
	margin-left: 15px;
	font-size: 9pt;
	font-weight: bold;
	position: absolute;
	text-align: center;
}

.readMoreItem
{
	width: 101px;
	height: 110px;
	/*border: 1px solid red;*/
	margin: 0 10px 0 0;
	float: left;
	text-align: center;
}

.RMopacity
{
	width: 101px;
	height: 110px;
	/*background:white;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;*/
}

.RMnormal
{
	width: 101px;
	height: 110px;
}

.readMoreItem a
{
	color: #000;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}

.orangeLink
{
	color: #FFA500;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

#prev, #next
{
	float: left;
	margin-top: 31px;
	width: 21px;
}

#prev img, #next img
{
	cursor: pointer;
}

#prev
{
	margin-right: 15px;
}


