BODY {
	direction : rtl;
	color : #000060;
	background-image : url(bg.gif);
	background-repeat : repeat;
	font-family : Arial, Helvetica, Tahoma, sans-serif;
	padding: 0px 10px;
}

TD {
	direction : rtl;
	color : #000060;
	font-family : Arial, Helvetica, Tahoma, sans-serif;
}

ul {
	list-style: disc;
}
ul li {
	list-style-image : url(bullet.gif);
}

ol li {
	list-style-image : none;
}

ul, ol {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left: 4ex;
	margin-right: 4ex;
}

p {
    margin: 0 0 0.5rem;
}

input, textarea {
	direction: rtl;
	font-family : Arial, Helvetica, Tahoma, sans-serif;
	font-size: 100%;
}

A:link, .A {
	color: #009700;
}

A:visited {
	color: #D56A00;
}

i {
	color: #606090;
}

.A {
	cursor: pointer;
	text-decoration: underline;
}

LABEL {
	cursor: pointer;
	white-space: nowrap;
}

HR {
	height : 3px;
	background-color : #FDDA35;
	color : #FDDA35;
	border : 0;
}

.cctopbar {
	font-weight : normal;
	text-align : center;
	border-bottom-color : #FDDA35;
	border-bottom-style : solid;
	border-bottom-width : 3px;
	margin-bottom : 10px;
}

.ccbottombar {
	font-weight : normal;
	text-align : center;
	border-top-color : #FDDA35;
	border-top-style : solid;
	border-top-width : 3px;
	margin-top : 10px;
	padding-top:3px;
}

.ccsearch {
	vertical-align : middle;
	display : inline;
}

.ccsearch input {
	vertical-align: text-bottom;
}

.ccteaser {
	padding: 5px;
	border-top-color: #FDDA35;
	border-top-style: solid;
	border-top-width : 3px;
	font-size: 85%;
}

.ccsource {
	font-style: italic;
}

.ccedit {
	float : left;
}

.cctitle {
	font-size : x-large;
	font-weight : bold;
}

.cctitle a:not(.cclink) {
	font-size: small;
	color: black;
}

.cctitle a.cclink {
	font-size: large !important;
}

.cclogo {
	border: 0;
	vertical-align: bottom;
}

.cclink {
	text-decoration : none;
}

.cclink:visited {
}

.ccexlink {
	direction : ltr;
	unicode-bidi : embed;
	word-wrap: break-word;
}

.cchighlight {
	background-color : #FEED9C;
}

.ccimportant {
	border:1px solid #00E000;
	padding:0px 2px
}

.ccrecent ul {
	margin-right : 0px;
	padding-right: 0px;
	margin-left:0px;
	padding-left:0px;
}

.ccrecent li {
	margin-right : 1em;
	padding-right: 0px;
	margin-left:0px;
	padding-left:0px;
}

.ccsection, .ccrecent {
	border: 1px solid #F7F7E7;
	margin-right : -10px;
	padding-right : 10px;
	border-right : 3px solid #CFEAB7;
	padding-bottom : 3px;
	margin-top : 18px;
	line-height: 20px;
}

.ccsection, .ccrecent {

}

.ccsection .cctitle, .ccrecent .cctitle {
	font-size : 100%;
	background-color : #CFEAB7;
	margin-right : -10px;
	padding-right : 10px;
	padding-top : 3px;
	padding-bottom : 3px;
	margin-bottom : 3px;
	font-weight : normal;
}

.ccsettings {
	background-color : #FEED9C;
	margin-right: 10px;
	margin-top: 6px;
	padding: 5px;
}

.ccsettingsback {
	background-image : url(bg.gif);
	background-repeat : repeat;
	padding-bottom: 10px;
}

.ccsettingstitle {
	font-weight : bold;
	margin-right: 5px;
	margin-left: 5px;
}

.ccsettingsgroup {
	border-top: 1px solid #FDDA35;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ccsettingsspan {
	border-right: 1px solid #FDDA35;
	white-space: nowrap;
}

.ccsettingshelp {
	font-size: 90%;
}

.ccsettingshelp LI {
	margin-right : -1em;
}

.ccsearchcomment {
	color : #A9A9A9;
	font-size: 90%;
	font-style : italic;
}

.ccadd {
	background-color : #FEED9C;
	padding:5px;
	margin-top : 30;
	margin-right : -10px;
	padding-right : 10px;
	margin-bottom: 20px;
}

#add_msg {
	background-color: #FFD700;
}

.ccaddtitle {
	font-weight : bold;
}

.ccaddhelp {
	margin-top : 20px;
	color: black;
	font-size : 90%;
}

.ccaddhelp SPAN.cccode, .ccsettingshelp tt {
	font-family : Arial, Helvetica, Tahoma, sans-serif;
	background-color : White;
	border : 1px inset;
	margin: 2px;
	padding-right : 3px;
	padding-left : 3px;
	padding-top : 1px;
	padding-bottom : 1px;
	white-space: nowrap;
}

.ccaddhelp li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.cccomment {
	color : Silver;
	font-size: smaller;
}

.cccolumn {
	float: right;
}

.cccolumnend {
	width:75%;
	border:none;
	clear: right;
}

.debuginfo {
	behavior:url(debug.htc);
}

SPAN.cccode {
	font-family : monospace;
	direction : ltr;
	unicode-bidi : embed;
}

PRE.cccode {
	background : #F8F8F8;
	margin-left : 10px;
	margin-right : 10px;
	padding-left : 5px;
	padding-right : 5px;
	margin-top: 0px;
	margin-bottom : 0px;
	direction : ltr;
}

.cccode .keyword {
	color : Blue;
}

.cccode .comment {
	color : Green;
}

.cccode .variable {
	color : Maroon;
}

.cccode .builtin {
	color : Blue;
	font-weight : bold;
}

.cchtml .tag {
	color : Purple;
}

.cchtml .attname {
	color : Red;
}

.cchtml .attvalue {
	color : Blue;
}

.cchtml .entity {
	color : Maroon;
	font-weight : bold;
}

.cchtml .comment {
	color : Gray;
}

.stat {
	border : 3 solid #FDDA35;
	border-collapse: collapse;
}

.stat TD, .stat TH {
	border : 1 solid #FDDA35;
}

.stat THEAD TH {
	border-bottom : 2 solid #FDDA35;
}

.stat TFOOT TD {
	border-top : 2 solid #FDDA35;
	border-bottom: 0;
}

.stat CAPTION {
	background-color: #FEED9C;
}

.stat CAPTION td {
	border: 0;
}

#prebar, #postbar, #first_visit {
	font-size: 80%;
	background-color: #FEED9C;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

#prebar table , #postbar table {
	font-size: 100%;
}

#prebar .cclink, #postbar .cclink {
	white-space: nowrap;
}

#prebar {
	float: right;
	margin-left: 30px;
}

#postbar {
	
}

#prebar UL, #postbar UL {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 0px;
}

#prebar OL, #postbar OL {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 30px;
	padding-left: 0px;
}

#prebar UL LI, #postbar UL LI, #prebar OL LI, #postbar OL LI {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#prebar HR, #postbar HR {
	height: 2px;
	width: 100%;
}

.ccsecedit { float:left;padding-left:1ex;padding-right:1ex;font:80%; }
.ccsecedit a, .ccsecedit a:visited { text-decoration:none; color:#009700; }
.ccsecedit a:hover { text-decoration:underline; }

.hl1 { background-color: #FFD2AC; }
.hl2 { background-color: #FFD2AC; }
.hl3 { background-color: #ACFFFC; }
.hl4 { background-color: #FFACD8; }
.hl5 { background-color: Yellow; }
.hl6 { background-color: Yellow; }
.hl7 { background-color: Yellow; }
.hl8 { background-color: Yellow; }
.hl9 { background-color: Yellow; }
.hl10 { background-color: Yellow; }

sub {
	bottom: auto;
	margin-bottom: 10px;
	font-size: 100%;
	line-height: normal;
}

.toptitle {
	margin-bottom: 15px;
}

.ad {z-index:11}
.ad.center {text-align: center}
.before-ad {
	margin:8px 0px 0px 0px;
	padding-top: 10px;
}
.after-ad {margin:8px 0px 0px 0px}
.ad.responsive {}
.ad.responsive-mobile {}
.ad.lead-mobile {
	width: 100%;
	text-align: center;
	border: 1px solid #CFEAB7;
	padding: 3px 5px;
	font-weight: bold;
	background: white;
}
.ad.lead-desktop {
	width: 100%;
	text-align: center;
	border: 1px solid #CFEAB7;
	padding: 3px 5px;
	font-weight: bold;
	background: white;
}
.ad.links {}
/*300x250*/.t-tfy {margin:10px auto !important;margin-top:0px !important;max-width:300px;max-height:250px;padding:0px;overflow:hidden;}
		   .before-t-tfy {margin:0px}
		   .after-t-tfy {margin:0px}
.OUTBRAIN .ob-widget-header {
	
}
.OUTBRAIN li span {
	direction: rtl !important;
	text-align: right !important;
}
.OUTBRAIN {
	max-width: 800px;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    left: 0px;
    text-decoration: none !important;
    font-size: 14px;
    opacity: 0.5;
    padding: 5px 8px;
    background: #009700;
    color: white !important;
    display: none;
}

.back-to-top:hover {    
    opacity: 1;
}

.ccsection p {
	margin: .9rem 0 .5rem 0;
}

@media only screen and (max-width: 480px) {
    body {
        
    }
    .column, .container {
		padding: 0px !important;
	}
	
	#body, #sidebar {
		padding: 0px !important;
	}
}
		   
@media print {
	.ccadd, .cctopbar, .ccbottombar, #prebar, #postbar {
		display: none
	}
	BODY, TD {
		color : Black;
	}
}
