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

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

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;
}

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

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

A:visited {
	color: #D56A00;
}

.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;
	white-space : nowrap;
}

.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;
}

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

.cclink {
	text-decoration : none;
}

.cclink:visited {
}

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

.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;
}

.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;
}

.ccaddtitle {
	font-weight : bold;
	width:100%;
}

.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 {
	width: 20%;
	font-size: 80%;
	background-color: #FEED9C;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

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

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

#postbar {
	float: left;
	margin-right: 20px;
}

#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; }

@media print {
	.ccadd, .cctopbar, .ccbottombar, #prebar, #postbar {
		display: none
	}
	BODY, TD {
		color : Black;
	}
}
