/*
# ------------------------------------------------------------------------
# JazanPress - Version 1.4
# ------------------------------------------------------------------------
# @copyright	Copyright (C) 2005 - 2010 Jazit. All Rights Reserved.
# @license		GNU/GPL, see LICENSE.php
# Author:		Yasser Kinanah
# Websites:		http://www.jazit.net -  http://www.eloom.org
# eMail:		ykinanah@gmail.com
# This file may not be redistributed in whole or significant part.
# ------------------------------------------------------------------------
*/

/* My Typography */

.jcebox_image {padding: 2px;background: #FFFFFF;border: 1px solid #DDDDDD;}
.jcebox_img {padding: 2px;background-color: #EFEFEF;border: 1px solid #CCCCCC;}
.joomslide {border: 0;}

#jz-Arial, #jz_Arial, .jz-Arial, .jz_Arial, #jz-arial, #jz_arial, .jz-arial, .jz_arial, 
#jz-Arial-16, #jz_Arial_16, .jz-Arial-16, .jz_Arial_16, #jz-arial-16, #jz_arial_16, .jz-arial-16, .jz_arial_16 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
}

#jz-Arial-15, #jz_Arial_15, .jz-Arial-15, .jz_Arial_15, #jz-arial-15, #jz_arial_15, .jz-arial-15, .jz_arial_15 {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
}

#jz-tahoma, #jz_tahoma, .jz-tahoma, .jz_tahoma, #jz-Tahoma, #jz_Tahoma, .jz-Tahoma, .jz_Tahoma {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


/* Typography Styles */
pre, .code {
	background: #f7f7f7;
	border-left: 5px solid #ccc;
	font: 1em/1.5 "Courier News", monospace;
	margin: 5px 0 15px;
	padding: 10px 15px !important;
	direction: ltr;
	text-align: left;
}

/* Drropcap --*/
.dropcap {
	color: #333;
	display: block;
	float: right;
	font: 60px/40px Georgia, Times, serif;
	padding: 7px 0 0 8px;
}

/* Tips, Error, Message, Hightlight ---*/
p.error {
	background: url(../images/icon-error.gif) no-repeat top right;
	color: #CC0000;
	padding-right: 25px;
}

p.message {
	background: url(../images/icon-info.gif) no-repeat top right;
	color: #2C79B3;
	padding-right: 25px;
}

p.tips {
	background: url(../images/icon-tips.gif) no-repeat top right;
	color: #E58C00;
	padding-right: 25px;
}

.highlight {
	background: #ffffdd;
	font-weight: bold;
	padding: 1px 5px;
}

/* Note Style ---*/
p.stickynote {
	background: url(../images/icon-sticky.png) no-repeat 99% center #fcfcfc;
	border: 1px solid #ddd;
	padding: 10px 50px 10px 0px;
}

p.download {
	background: url(../images/icon-download.png) no-repeat 99% center #fcfcfc;
	border: 1px solid #ddd;
	padding: 10px 50px 10px 0px;
}

p.notice {
	background: url(../images/icon-note.png) no-repeat 99% center #fcfcfc;
	border: 1px solid #ddd;
	padding: 10px 50px 10px 0px;
}

/* Big Number ---*/
.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
	direction: rtl;
}

.bignumber {
	background: url(../images/ol-bg.gif) no-repeat top right;
	color: #FFFFFF;
	display: block;
	float: right;
	font: bold 20px/normal Arial, sans-serif;
	margin-left: 8px;
	padding: 6px 7px;
}

/* Check list style ---*/
ul.checklist { list-style: none; }
ul.checklist li {
	background: url(../images/icon-checklist.gif) no-repeat right 0px;
	margin-right: 15px;
	padding: 0 20px 0 0;
}

ul.star { list-style: none; }
ul.star li {
	background: url(../images/icon-star.gif) no-repeat right 0px;
	margin-right: 15px;
	padding: 0 20px 0 0;
}

ul.arrow { list-style: none; }
ul.arrow li {
	background: url(../images/icon-arrow.gif) no-repeat 99% 3px;
	margin-right: 15px;
	padding: 0 18px 0 0;
}

/* List video */
a.comment {
	background: url(../images/icon-14.png) no-repeat 100% -28px;
	padding: 0 18px 0 0;
	font-size: 92%;
	font-family: Tahoma, Arial, sans-serif;
}

a.video {
	background: url(../images/icon-14.png) no-repeat 100% -14px;
	padding: 0 18px 0 0;
	font-size: 92%;
	font-family: Tahoma, Arial, sans-serif;
}

a.rss {
	background: url(../images/icon-14.png) no-repeat 100% -42px;
	padding: 0 18px 0 0;
	font-size: 92%;
	font-family: Tahoma, Arial, sans-serif;
}

a.photo {
	background: url(../images/icon-14.png) no-repeat 100% 0px;
	padding: 0 18px 0 0;
	font-size: 92%;
	font-family: Tahoma, Arial, sans-serif;
}

/* Bookmarks list ---*/
ul.bookmark-links li {
	background: url(../images/arrow.png) no-repeat right 10px !important;
	border-bottom: 1px dotted #e6e6e6;
	padding: 5px 10px 5px 0 !important;
	direction: rtl;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Box style ---*/
.box-grey,
.box-hilite {
	background-color: #f7f7f7;
	border: 3px solid #ddd;
	margin: 20px 0 0 0;
	padding: 10px !important;
}

.box-hilite {
	border: 3px solid #d6e9f3;
	background: #fff;
}

/* Legend ---*/
.legend-title {
	background: #FFFFFF;
	display: block;
	float: right;
	font-weight: bold;
	right: 7px;
	margin: 0 !important;
	padding: 0 5px !important;
	position: absolute;
	top: -15px;
}

.legend {
	border: 3px solid #CCCCCC;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}

.legend-hilite .legend-title {
	color: #006699;
}

.legend-hilite {
	border: 3px solid #d6e9f3;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}

/* *************************************************** */

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	background: url(../images/so-q.gif) no-repeat left top;
	padding: 0 0 0 15px;
}

blockquote span.close {
	background: url(../images/sc-q.gif) no-repeat bottom right;
	padding: 0 15px 0 0;
}

blockquote.testimonial {
	padding: 0 0 10px;
	border-bottom: 1px solid #E7E8E6;
}

blockquote.testimonial span.author {
	background: url(../images/icon-author.gif) no-repeat 5px center;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 20px;
}

/* Talking box. Thinking box. ---*/
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	font-weight: bold;
	margin-left: 15px;
	padding-left: 15px;
	background: url(../images/icon-author.gif) no-repeat 0px 2px;
	text-align: left;
}

div.bubble1 div {
	background: url(../images/bub1-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 10px 15px 20px;
	width: auto;
}

div.bubble2 div {
	background: url(../images/bub2-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 10px 15px 25px;
	width: auto;
}

div.bubble3 div {
	background: url(../images/bub3-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}

div.bubble4 div {
	background: url(../images/bub4-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}

div.ja-adv {
	border: 1px solid #ddd;
	padding: 10px;
}

div.ja-adv span.sponsor {
	color: #999;
	display: block;
	font-size: 92%;
	text-align: right;
}

/* Highslide ---*/
.highslide-header {
	border-bottom: 1px solid #CCCCCC;
}

.highslide-header li {
	background: none;
}

.highslide-body {
	padding: 10px 0 !important;
}

.highslide {
	margin: 0;
}

.highslide img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.highslide:hover img {
	border: 1px solid #ABABAB !important;
}

/* Market ---*/
div.marketContainer {
	width: 25%;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #CCCCCC;
	font-size: 92%;
	color: #666666;
}

div.marketLabel {
	text-transform: uppercase;
	font-weight: bold;
}

.negLast, .negChange, .negChangePct {
	color: #CC0000;
}

.negLast {
	color: #FFFFFF;
	background: #006699;
	font-weight: bold;
	padding: 1px 5px;
}

.negUpdate {
	font-size: 92%;
	color: #666666;
	clear: both;
	padding: 5px 0;
}

/* Discussion ---*/
div.discussion-wrap {
	background: url(../images/dis-arrow.gif) no-repeat right bottom;
	padding-bottom: 15px;
}

div.discussion-content {
	border: 5px solid #D6E9F3;
	border-bottom: none;
	padding: 5px;
    direction: rtl;
}

div.discussion-content h4 {
	margin: 0 0 10px !important;
}

div.discussion-content img {
	margin-left: 15px;
}

span.author {
	display: block;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    direction: rtl;
}

/* Feature */
div.ja-feature {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

div.ja-feature hr{
	border: none;
	border-bottom: 1px dotted #DDDDDD;
	clear: both;
}

div.ja-feature ul {
	padding-left: 20px;
	margin: 20px 0;
}

div.ja-feature li {
	background: url(../images/feature-arrow.gif) no-repeat left top;
	padding-left: 30px;
	line-height: 21px;
}

div.ja-feature li p {
	color: #797979;
	font-size: 88%;
}

span.feature-number {
	background: #B33333;
	color: #FFFFFF;
	padding: 2px 6px;
	margin-right: 5px;
}

h4.feature-title {
	color: #B33333;
	font-size: 150%;
}